X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a448e4167fca87332cb1099366cfbe760c88f027..f6c2397a8584597b92d292b32fe254299216ab05:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bed3852d9f..fc71b0eefa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,102 @@ +2008-10-12 Glenn Morris + + * Makefile.in (ELCFILES): Update. + + * simple.el (shell-delimiter-argument-list, shell-file-name-chars) + (shell-file-name-quote-list): Declare. + +2008-10-12 Michael Albinus + + * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst. + +2008-10-12 Chong Yidong + + * startup.el (command-line): If toolbar is disabled but ought to + be initialized, call tool-bar-setup. + + * tool-bar.el (tool-bar-setup): Variable deleted. + (tool-bar-setup): Set it up unconditionally. + + * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup. + + * progmodes/grep.el (grep-mode-tool-bar-map): Check if + tool-bar-map has been initialized before setting it up. + + * progmodes/compile.el (compilation-mode-tool-bar-map): Check if + tool-bar-map has been initialized before setting it up. + +2008-10-11 Chong Yidong + + * emacs-lisp/warnings.el (display-warning): Issue a message if + called during daemon initialization. + + * tool-bar.el (tool-bar-local-item) + (tool-bar-local-item-from-menu): Put the check for number of + display colors into the image expression. + (tool-bar-setup): Don't be a no-op on ttys. + + * info.el (info-tool-bar-map): Initialize it unconditionally. + + * progmodes/gud.el (gud-tool-bar-map): Initialize it + unconditionally. + + * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it + unconditionally. + + * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize + it unconditionally. + +2008-10-11 Romain Francoise + + * help.el (view-lossage): Fix docstring, lossage is now 300 keys. + * kmacro.el (kmacro-edit-lossage): Ditto. + * edmacro.el (edit-kbd-macro): Ditto. + +2008-10-11 Ulf Jasper + + * net/newst-treeview.el (newsticker--treeview-list-sort-by-column): + Fixed variable names. + +2008-10-11 Dan Nicolaescu + + * startup.el (command-line): Revert 2008-09-26 change, not + necessary anymore. + +2008-10-10 Andreas Schwab + + * simple.el (minibuffer-complete-shell-command): Bind + comint-delimiter-argument-list, comint-file-name-chars and + comint-file-name-quote-list like shell-mode. + +2008-10-10 Martin Rudalics + + * window.el (pop-to-buffer): Fix misplacement of arg norecord in + call of select-window. + +2008-10-10 Jay Belanger + + * calc/calc.el (calc-embedded-word-regexp) + (calc-embedded-word-regexp-alist): New variables. + (calc-embedded-open-word, calc-embedded-close-word) + (calc-embedded-open-close-word-alist): Remove unused variables. + + * calc/calc-embed.el (calc-embedded-make-info): Use + `calc-embedded-word-regexp' to find words. + +2008-10-10 Martin Rudalics + + * info.el (Info-extract-menu-counting): New argment 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 + Info-forward-node with the new arguments set to avoid infinite + looping. (Bug#1116) + +2008-10-10 Eli Zaretskii + + * startup.el (command-line): Don't invoke tool-bar-mode if it is + not fboundp. + 2008-10-09 Chong Yidong * startup.el (command-line): Enable tool-bar-mode as long as it is