]> git.eshelyaron.com Git - emacs.git/commitdiff
Reorder entries.
authorKim F. Storm <storm@cua.dk>
Sun, 24 Oct 2004 20:34:49 +0000 (20:34 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 24 Oct 2004 20:34:49 +0000 (20:34 +0000)
lisp/ChangeLog

index 7297a2bc3f799fcb44663ccc774d0e846d520084..f613fda30355779e76211a852f97f3644f120965 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-24  Kim F. Storm  <storm@cua.dk>
+
+       * help.el (describe-mode): Fix 2004-10-13 change.
+       Copy pure "Auto Fill" string so it can be propertized later
+       without causing a read-only error.
+
 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
 
        * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
 
        * net/password.el: Add.
 
+2004-10-14  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
+       (gdb-script-end-of-defun): New function.
+       (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
+       `gdb-script-end-of-defun' as *-of-defun-function.
+
 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
 
        * button.el (button-activate): Allow a marker to display as an action.
        * help.el (describe-mode): Use it to make minor mode list into
        hyperlinks.
 
-2004-10-14  Masatake YAMATO  <jet@gyve.org>
-
-       * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
-       (gdb-script-end-of-defun): New function.
-       (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
-       `gdb-script-end-of-defun' as *-of-defun-function.
-
 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc.el (vc-annotate-display-select): Fix typo.
        * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
        (diff-fixup-modifs): Catch unified-diff file-headers.
 
-2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * dired.el (dired-view-command-alist): Use more efficient regexps.
-       Remove dubious arguments.
-       (dired-align-file): New function.
-       (dired-insert-directory): Use it.
-       (dired-move-to-end-of-filename): Make the " -> " search more specific.
-       (dired-buffers-for-dir): Remove unused var `pattern'.
-
 2004-09-29  Kim F. Storm  <storm@cua.dk>
 
        * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
        * fringe.el (fringe-bitmap-p): New macro.
        (fringe-bitmaps): Add standard fringe bitmaps on load.
 
+2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * dired.el (dired-view-command-alist): Use more efficient regexps.
+       Remove dubious arguments.
+       (dired-align-file): New function.
+       (dired-insert-directory): Use it.
+       (dired-move-to-end-of-filename): Make the " -> " search more specific.
+       (dired-buffers-for-dir): Remove unused var `pattern'.
+
 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
 
        * calendar/diary-lib.el (list-diary-entries): Save diary buffer
 
        * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
        `calc-graph-set-styles' so the gnuplot buffer will appear in a
-       separate window. 
+       separate window.
 
 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
 
        fixed.
 
 2004-09-21  Jay Belanger  <belanger@truman.edu>
-       
+
        * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
 
 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
 2004-09-17  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc.el (calc-mode-var-list): Fixed the value of
-       `calc-matrix-brackets'. 
-       
+       `calc-matrix-brackets'.
+
 2004-09-17  Romain Francoise  <romain@orebokech.com>
 
        * ibuf-ext.el (define-ibuffer-filter filename):