X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/033b3b6807a4a35d866d38de7f46a44b9ed8b6be..2c4ac0695ad1cc22c34898d1518387fcafdfcb57:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81a23d3dbf..480847e8cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,105 @@ +2008-11-11 Martin Rudalics + + * mail/footnote.el (footnote-mode): Improve doc-string. + Suggested by . (Bug#1318) + +2008-11-11 Chong Yidong + + * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally. + +2008-11-10 Teodor Zlatanov + + * mail/smtpmail.el (smtpmail-open-stream): Use + `starttls-any-program-available'. Auto-load starttls.el for it. + +2008-11-08 Chong Yidong + + * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22 + version (bug@1285). + +2008-11-08 Eli Zaretskii + + * startup.el (command-line): Ignore init-file-user when checking + user's home directory on MS-DOS as well. + +2008-11-07 Sam Steingold + + * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling. + +2008-11-07 Juanma Barranquero + + * frame.el (make-frame-on-display): Use `string-match-p'. + +2008-11-07 Glenn Morris + + * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration. + +2008-11-07 Dan Nicolaescu + + * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument + to initialize font-lock keyword case sensitivity. + (lisp-mode): Use it. + +2008-11-06 Glenn Morris + + * eshell/esh-maint.el: Remove unused file. + + * progmodes/cc-defs.el (cl-macroexpand-all): Declare. + + * cus-edit.el (custom-comment-tag): Doc fix. + (custom-comment, custom-variable-value-create, custom-face): + Use face names sans -face suffix rather than aliases. + +2008-11-05 Jay Belanger + + * calc/calc.el (calc-quit): Use `window-full-width-p' to check + window width. + +2008-11-05 Chong Yidong + + * server.el (server-process-filter): Only default to emacsclient's + terminal in daemon mode. + +2008-11-05 Martin Rudalics + + * window.el (quit-window): Restore prefix argument behavior + removed in 2008-10-30 change. (Bug#1308) + +2008-11-05 Tassilo Horn + + * doc-view.el (doc-view-mode): Bugfix: Add conversion killing + function to kill-buffer-hook, not to kill-buffer. + Reported by Markus Triska + +2008-11-04 Jay Belanger + + * calc/calc.el (calc-quit): Make sure that the keypad buffer + exists before deleting its windows. + 2008-11-04 Chong Yidong + * server.el (server-process-filter): Don't call + server-create-tty-frame when no tty name is specified. + +2008-11-04 Christian Faulhammer (tiny change) + + * vc-bzr.el (vc-bzr-dir-extra-headers): New function. + +2008-11-04 Juanma Barranquero + + * international/mule-cmds.el (toggle-enable-multibyte-characters) + (define-char-code-property): + * textmodes/reftex.el (reftex-index): + * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings. + +2008-11-04 Chong Yidong + + * vc-bzr.el (vc-bzr-dir-printer): Rename from + vc-bzr-status-printer. + + * startup.el (startup-echo-area-message): Display a different + message in daemon mode. Suggested by Stephen Turnbull. + * frame.el (make-frame-on-display): Ignore DISPLAY argument on Windows. @@ -795,7 +895,7 @@ 2008-10-10 Martin Rudalics - * info.el (Info-extract-menu-counting): New argment no-detail to + * info.el (Info-extract-menu-counting): New argument no-detail to skip detailed node listings. (Info-forward-node): New argument not-up to inhibit going up. (Info-final-node): Call Info-extract-menu-counting and