]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(gnus-button-mailto): Remove save-selected-window-window hackery
[gnu-emacs] / lisp / ChangeLog
index bd1f6a4aaaeeb617dacc161941783009e0fcad28..567853b36760033580d723239b82e9169641dcad 100644 (file)
@@ -1,13 +1,49 @@
+2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
+
+       * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
+       arg ARG and use it.
+
+2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
+
+       * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
+
+2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
+       a defcustom with two :set or :type keywords.
+
+2005-07-15  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
+       Don't give ^M comment-end syntax.
+
+2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
+       Don't consider gdbmi (gdb-mi.el has its own update functions).
+       (gdb-var-delete): Make it work for gdbmi as well.
+       (gdb-speedbar-expand-node): Move var-update here for gdbmi.
+
+       * progmodes/gud.el (etags, sdb): Only require etags when needed.
+       (gud-speedbar-menu-items): Correct logic for enabling items.
+
 2005-07-15  Kim F. Storm  <storm@cua.dk>
 
        * ido.el: Fix commentary.
-       (ido-define-mode-map): Move ido-next-work-file  to C-M-o.
+       (ido-define-mode-map): Move ido-next-work-file to C-M-o.
        Use with-no-warnings around ffap-guesser.
        (ido-file-internal, ido-read-file-name, ido-read-directory-name):
        Let bind minibuffer-completing-file-name to t.
 
 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
 
+       * startup.el (site-run-file, keyboard-type): Doc fixes.
+       (command-line): Check for "--basic-display" argument; also for
+       "--quick", not "--bare-bones" (which was renamed).
+       (fancy-splash-text): Add missing item "Getting New Versions".
+       (normal-splash-screen): Fix typos and improve consistency with
+       `fancy-splash-text'.  Update copyright year.
+
        * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
        valid binding for `help-char'.
 
@@ -45,8 +81,8 @@
        * startup.el (command-line): Use `custom-reevaluate-setting' again
        for tooltip-mode.
 
-       * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override
-       explicitly specified :initialize keyword.
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
+       a defcustom with two :initialize keywords.
 
 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2005-07-07  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-units.el (math-apply-units):  Change the places in
+       * calc/calc-units.el (math-apply-units): Change the places in
        which units are simplified.
 
 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>