]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(ELCFILES): Update.
[gnu-emacs] / lisp / ChangeLog
index 550d787c753cd967e4febff7825f702621b52b82..fc71b0eefa42f2c373fa00d326f39bb150574eed 100644 (file)
@@ -1,3 +1,260 @@
+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
+       not suppressed by X resources, regardless of the terminal.
+
+       * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
+       graphical terminals.
+       (tool-bar-setup): No-op if called on a tty.
+
+2008-10-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * frame.el (make-frame-on-tty): Use "F" inside interactive.  Support
+       `pc' ``window-system''.
+
+       * progmodes/compile.el (compilation-start): Resurrect the version
+       for systems that don't support asynchronous subprocesses.
+
+2008-10-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (pop-up-frames): Add choice graphic-only.
+       (display-buffer): When pop-up-frames equals graphic-only do
+       not pop up new frame on text-only terminals.  (Bug#1061)
+
+2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
+       (vc-cvs-dir-status): Use it.
+
+2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * json.el (json-skip-whitespace): Fix last change.
+
+2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-unload-function): New function.
+
+2008-10-08  Sven Joachim  <svenjoac@gmx.de>
+
+       * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
+       * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
+       For clarity, explicitly require cl.
+
+2008-10-08  Michael Olson  <mwolson@gnu.org>
+
+       * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
+       can avoid a bad interaction with programs that add functions to
+       the window-scroll-functions hook.  This fixes Bug #858.
+
+2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line): Use display-warning to warn about an
+       init file error.
+       (command-line-1): Remove init file error delay.
+
+2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
+
+       * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
+       Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
+       (rx-group-if): New function.
+       (rx-parent): New variable.
+       (rx-and, rx-or): Put shy groups only when necessary.
+       (rx-bracket): Remove.
+       (rx-anything): New function.
+       (rx-any-delete-from-range, rx-any-condense-range)
+       (rx-check-any-string): New functions.
+       (rx-check-any): Return result as a list.  Don't convert chars to
+       strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
+       Check char category string.  Call rx-form instead of rx-to-string.
+       (rx-any): Rebuid to complete the function.
+       (rx-check-not): Fix char category regexp pattern string.
+       Call rx-form instead of rx-to-string.
+       (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
+       "[^^]".  Call regexp-quote for one char string when not called from
+       rx-not.  Add "\\w", and toggle to upcase.  Add the case of
+       "\\[SCBW]" to toggle.
+       (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
+       instead of rx-to-string.
+       (rx-kleene): Call rx-form instead of rx-to-string.
+       Call rx-group-if to adjust putting of shy groups.
+       (rx-atomic-p): Make check more precisely.
+       (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
+       (rx-regexp): Call rx-group-if.
+       (rx-form): New function.
+       (rx-to-string): Call rx-form, rx-group-if.
+       Refine definition of NO-GROUP.
+
+2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
+
+       * json.el (json-advance): Use forward-char.
+       (json-skip-whitespace): Use skip-syntax-forward.
+
+2008-10-07  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el: Amend several doc strings and comments.
+
+       * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
+       indenting a macro followed by blank lines doesn't backslash the
+       following non-blank line into the macro.
+
+2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (before-init-time, after-init-time): Move into emacs.c.
+       (command-line): Set after-init-time to nil before initialization.
+
+2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-standard-units): Update the values
+       of the units.
+
+2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bookmark.el (bookmark-unload-function): New function.
+
+2008-10-06  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
+
+2008-10-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * mail/footnote.el: Remove * in defcustom docstrings and tell
+       for most options that customizing them doesn't affect buffers
+       already displaying footnotes.
+       (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
+       Fix handling of text properties and identical start/end tags.
+       Do not use format when renumbering.
+       (Footnote-set-style): Make it work.
+       (Footnote-insert-numbered-footnote): Simplify.
+       (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
+       (Footnote-goto-footnote): Fix handling of empty section tag.
+       (Footnote-delete-footnote): Fix handling of identical start/end
+       tags, empty section tag, and spaced footnotes.  Do not use
+       kill-region.
+       (footnote-mode): Make most options buffer-local to avoid that
+       customizing messes up handling of footnotes in buffers that
+       already display them.
+
+2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * faces.el (x-create-frame-with-faces): Undo previous change.
+
+       * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
+       existent files.
+
+2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * international/mule-cmds.el (universal-coding-system-argument):
+       Handle digit-argument too.
+
+2008-10-05  Mario Lang  <mlang@delysid.org>
+
+       * xml.el (xml-parse-string): Use skip-chars-forward.
+
+2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
+       existent files.
+       (vc-bzr-dir-status-files): New function.
+
 2008-10-04  Glenn Morris  <rgm@gnu.org>
 
        * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
 
        * progmodes/compile.el (compilation-start): Make sure to move to
-       point-max only when we are in the compilation buffer. (Bug#1073)
+       point-max only when we are in the compilation buffer.  (Bug#1073)
 
 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
        (vc-file-not-found-hook): Check, that `buffer-file-name' is
        non-nil.  It is not clear, whether this is only fixing symptoms on
-       an error. OTOH, in all other cases, the call of `vc-file-clearprops'
+       an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
        is embedded by that check.  So it might be TRT.  Suggested by Dan
        Nicolaescu <dann@ics.uci.edu>.
 
 
        * calc/calc-units.el (math-standard-units): Add entries used to
        display the the values in the units buffer.
-       (math-build-units-table):  Add entries to the units table to be used
+       (math-build-units-table): Add entries to the units table to be used
        to display the values in the units buffer.
-       (math-build-units-table-buffer):  Use the display entry of the units
+       (math-build-units-table-buffer): Use the display entry of the units
        table when non-nil.
        (calc-define-unit): Add option to enter display value of unit.