]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(ELCFILES): Update.
[gnu-emacs] / lisp / ChangeLog
index bed3852d9f5057c6fba0ea43e74ded14a59da6f7..fc71b0eefa42f2c373fa00d326f39bb150574eed 100644 (file)
@@ -1,3 +1,102 @@
+2008-10-12  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
+
+2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <cyd@stupidchicken.com>
+
+       * 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  <romain@orebokech.com>
+
+       * 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  <ulf@web.de>
+
+       * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
+       Fixed variable names.
+
+2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * startup.el (command-line): Revert 2008-09-26 change, not
+       necessary anymore.
+
+2008-10-10  Andreas Schwab  <schwab@suse.de>
+
+       * 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  <rudalics@gmx.at>
+
+       * window.el (pop-to-buffer): Fix misplacement of arg norecord in
+       call of select-window.
+
+2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * 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  <rudalics@gmx.at>
+
+       * 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  <eliz@gnu.org>
+
+       * startup.el (command-line): Don't invoke tool-bar-mode if it is
+       not fboundp.
+
 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
 
        * startup.el (command-line): Enable tool-bar-mode as long as it is