summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged from emacs@sv.gnu.org.Karoly Lorentey2006-07-14238-6862/+12977
|\
| * Merge from gnus--rel--5.10Miles Bader2006-07-142-2/+6
| * Update for ERC 5.1.3.Miles Bader2006-07-1416-310/+881
| * * display.texi (Displaying Messages): Add anchor.Nick Roberts2006-07-132-1/+2
| * *** empty log message ***Nick Roberts2006-07-131-0/+6
| * Regenerate.Kim F. Storm2006-07-131-68/+73
| * *** empty log message ***Kim F. Storm2006-07-131-1/+5
| * (gud-display-line): Use gdb-display-buffer. Set gdb-source-window.Nick Roberts2006-07-131-2/+6
| * (gdb-display-buffer): Check for gdb-source-window. Add dedicated argument.Nick Roberts2006-07-131-12/+13
| * *** empty log message ***Nick Roberts2006-07-131-0/+12
| * Re-generated to reflect change in autoload.el.Stefan Monnier2006-07-131-863/+1191
| * (make-autoload): Remove special handling ofStefan Monnier2006-07-132-15/+9
| * simplify last fix.Chong Yidong2006-07-131-16/+5
| * (Fthrow): Remove loop around Fsignal.Kim F. Storm2006-07-131-34/+46
| * (Findirect_function): Optimize for no indirection.Kim F. Storm2006-07-131-6/+11
| * (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm2006-07-131-52/+10
| * *** empty log message ***Kim F. Storm2006-07-131-0/+14
| * (scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab2006-07-132-1/+6
| * (Fformat): Fix calculation of text property positionsKenichi Handa2006-07-132-1/+6
| * * longlines.el (longlines-post-command-function): Handle open-lineChong Yidong2006-07-122-5/+16
| * Fix typos.Alex Schroeder2006-07-122-41/+151
| * *** empty log message ***Stefan Monnier2006-07-122-32/+24
| * Formatting fixes.Romain Francoise2006-07-122-3/+3
| * *** empty log message ***Richard M. Stallman2006-07-122-5/+40
| * (Frame Type): Explain nature of frames better.Richard M. Stallman2006-07-121-4/+3
| * Fix typo in prev change.Richard M. Stallman2006-07-121-1/+1
| * (Frames): Explain nature of frames better.Richard M. Stallman2006-07-121-4/+10
| * (Coding Conventions): Explain why use cl at compile time.Richard M. Stallman2006-07-121-2/+3
| * (grep-last-buffer): Doc fix.Richard M. Stallman2006-07-121-2/+1
| * (Info-try-follow-nearest-node): Doc fix.Richard M. Stallman2006-07-121-1/+2
| * (edebug-instrument-function): Err if find-function-noselect gives no position.Richard M. Stallman2006-07-121-0/+2
| * (find-function-search-for-symbol):Richard M. Stallman2006-07-121-4/+9
| * (help-variable-def): Handle find-variable-noselect returning no position.Richard M. Stallman2006-07-121-3/+6
| * (describe-variable): Handle find-variable-noselect returning no position.Richard M. Stallman2006-07-121-1/+2
| * (locate-file-completion): Avoid duplicates in result.Richard M. Stallman2006-07-121-1/+1
| * (custom-no-edit): New command.Richard M. Stallman2006-07-121-1/+8
| * *** empty log message ***Kim F. Storm2006-07-122-0/+6
| * (load_pixmap): Use CHECK_TYPE.Kim F. Storm2006-07-121-4/+1
| * (Fwindow_configuration_frame, Fset_window_configuration):Kim F. Storm2006-07-121-8/+4
| * (check_syntax_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-3/+2
| * (sun_item_create): Use CHECK_LIST_CONS.Kim F. Storm2006-07-121-1/+1
| * (Fset_match_data): Use CHECK_LIST.Kim F. Storm2006-07-121-2/+1
| * (Fcopy_marker): Use CHECK_TYPE.Kim F. Storm2006-07-121-2/+1
| * (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+1
| * (Fmac_get_preference): Use CHECK_LIST_END.Kim F. Storm2006-07-121-2/+1
| * (check_obarray): Cleanup wrong_type_argument use.Kim F. Storm2006-07-121-5/+4
| * (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+2
| * (access_keymap_keyremap): Use ARRAYP.Kim F. Storm2006-07-121-1/+1
| * (Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.Kim F. Storm2006-07-121-1/+1
| * (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-96/+35