aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (type-break-mode): Set buffer-save-without-query.Richard M. Stallman2004-12-271-19/+14
* (mouse-drag-region): Bind mouse-autoselect-window.Richard M. Stallman2004-12-271-1/+2
* (next-error-buffer-p): New arg AVOID-CURRENT.Richard M. Stallman2004-12-271-46/+82
* Don't use buffer-disable-undo; do it directly.Richard M. Stallman2004-12-271-1/+2
* (describe-function-1): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-2/+2
* (messages-buffer-max-lines): Alias for message-log-max.Richard M. Stallman2004-12-271-8/+24
* (debugger-make-xrefs): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
* (find-function-noselect): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-3/+2
* (eshell-find-alias-function): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
* (eshell-test-goto-func): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
* (decode-coding-inserted-region):Richard M. Stallman2004-12-271-5/+28
* (rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.Richard M. Stallman2004-12-271-0/+2
* (goto-address-mail-regexp): Allow = in username.Richard M. Stallman2004-12-271-1/+1
* (compilation-find-buffer): Rename arg.Richard M. Stallman2004-12-271-2/+2
* (texinfo-format-buffer-1): Call buffer-disable-undo.Richard M. Stallman2004-12-271-0/+1
* (Fbuffer_disable_undo): Deleted (moved to simple.el).Richard M. Stallman2004-12-271-27/+4
* (list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.Richard M. Stallman2004-12-271-1/+1
* Comment changes.Richard M. Stallman2004-12-272-0/+29
* (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-271-1/+1
* (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-271-9/+6
* (syms_of_lread) <load-history>: Doc fix.Richard M. Stallman2004-12-271-3/+3
* Indentation fix.Richard M. Stallman2004-12-271-1/+1
* (single_display_spec_string_p): Renamed fromRichard M. Stallman2004-12-271-197/+220
* (ffap-string-at-point-mode-alist): Add "*" to url chars,Richard M. Stallman2004-12-271-1/+1
* (save-buffer-state): Definition deleted.Richard M. Stallman2004-12-271-32/+14
* (cperl-find-bad-style): Use with-no-warnings.Richard M. Stallman2004-12-271-8/+5
* * xmenu.c (popup_get_selection): Pop down on C-g.Jan Djärv2004-12-274-0/+58
* * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-gJan Djärv2004-12-272-0/+19
* * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as anJan Djärv2004-12-273-1/+9
* * hexl.el (hexlify-buffer): Remove fontification here.Masatake YAMATO2004-12-271-9/+14
* mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5Simon Josefsson2004-12-272-1/+7
* (utf-translate-cjk-load-tables): BindKenichi Handa2004-12-272-20/+29
* (code_convert_region): Fix calculation of `ratio'.Kenichi Handa2004-12-271-2/+2
* *** empty log message ***Jay Belanger2004-12-271-0/+5
* *** empty log message ***Luc Teirlinck2004-12-271-0/+5
* (Buffer-menu-revert-function): Clear out undo info before revertingLuc Teirlinck2004-12-271-1/+5
* (Variables, Time Zones, Storing Variables, Other Operations On Variables):Jay Belanger2004-12-271-26/+25
* (calc-read-var-name): Remove initial "var-" from minibuffer.Jay Belanger2004-12-271-6/+10
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750Miles Bader2004-12-267-23/+149
* Mention new var `hs-set-up-overlay'.Thien-Thi Nguyen2004-12-261-0/+5
* (hs-set-up-overlay): New user var.Thien-Thi Nguyen2004-12-262-36/+95
* * lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs onlyJan Djärv2004-12-262-1/+6
* * gtkutil.c (update_frame_tool_bar): Make the value ofJan Djärv2004-12-252-0/+32
* Update comment for check_depth.Jan Djärv2004-12-251-12/+14
* * alloc.c (check_depth): New variable.Jan Djärv2004-12-252-4/+40
* Require `cl' when compiling.Thien-Thi Nguyen2004-12-242-60/+33
* Untabify, reindent; nfc.Thien-Thi Nguyen2004-12-241-45/+45
* * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECKJan Djärv2004-12-232-4/+12
* (mode-line, mode-line-inactive): Use min-colors.Dan Nicolaescu2004-12-232-3/+7
* (hs-inside-comment-p): Fix omission bug:Thien-Thi Nguyen2004-12-232-15/+21