aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-10-24 20:34:49 +0000
committerKim F. Storm2004-10-24 20:34:49 +0000
commit4a2ca8dd70e5b1ae5c765f08b80a3a9158d9ae18 (patch)
treeb4bd042f0498a30baf9c32c6329df6b0a523ba10
parentf254e21f8ced9fbdf616b355722bbd210e87171e (diff)
downloademacs-4a2ca8dd70e5b1ae5c765f08b80a3a9158d9ae18.tar.gz
emacs-4a2ca8dd70e5b1ae5c765f08b80a3a9158d9ae18.zip
Reorder entries.
-rw-r--r--lisp/ChangeLog46
1 files changed, 26 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7297a2bc3f7..f613fda3035 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12004-10-24 Kim F. Storm <storm@cua.dk>
2
3 * help.el (describe-mode): Fix 2004-10-13 change.
4 Copy pure "Auto Fill" string so it can be propertized later
5 without causing a read-only error.
6
12004-10-24 Luc Teirlinck <teirllm@auburn.edu> 72004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 9 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
@@ -316,6 +322,13 @@
316 322
317 * net/password.el: Add. 323 * net/password.el: Add.
318 324
3252004-10-14 Masatake YAMATO <jet@gyve.org>
326
327 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
328 (gdb-script-end-of-defun): New function.
329 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
330 `gdb-script-end-of-defun' as *-of-defun-function.
331
3192004-10-13 Daniel Pfeiffer <occitan@esperanto.org> 3322004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
320 333
321 * button.el (button-activate): Allow a marker to display as an action. 334 * button.el (button-activate): Allow a marker to display as an action.
@@ -325,13 +338,6 @@
325 * help.el (describe-mode): Use it to make minor mode list into 338 * help.el (describe-mode): Use it to make minor mode list into
326 hyperlinks. 339 hyperlinks.
327 340
3282004-10-14 Masatake YAMATO <jet@gyve.org>
329
330 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
331 (gdb-script-end-of-defun): New function.
332 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
333 `gdb-script-end-of-defun' as *-of-defun-function.
334
3352004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> 3412004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
336 342
337 * vc.el (vc-annotate-display-select): Fix typo. 343 * vc.el (vc-annotate-display-select): Fix typo.
@@ -635,15 +641,6 @@
635 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit. 641 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
636 (diff-fixup-modifs): Catch unified-diff file-headers. 642 (diff-fixup-modifs): Catch unified-diff file-headers.
637 643
6382004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * dired.el (dired-view-command-alist): Use more efficient regexps.
641 Remove dubious arguments.
642 (dired-align-file): New function.
643 (dired-insert-directory): Use it.
644 (dired-move-to-end-of-filename): Make the " -> " search more specific.
645 (dired-buffers-for-dir): Remove unused var `pattern'.
646
6472004-09-29 Kim F. Storm <storm@cua.dk> 6442004-09-29 Kim F. Storm <storm@cua.dk>
648 645
649 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap. 646 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
@@ -653,6 +650,15 @@
653 * fringe.el (fringe-bitmap-p): New macro. 650 * fringe.el (fringe-bitmap-p): New macro.
654 (fringe-bitmaps): Add standard fringe bitmaps on load. 651 (fringe-bitmaps): Add standard fringe bitmaps on load.
655 652
6532004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * dired.el (dired-view-command-alist): Use more efficient regexps.
656 Remove dubious arguments.
657 (dired-align-file): New function.
658 (dired-insert-directory): Use it.
659 (dired-move-to-end-of-filename): Make the " -> " search more specific.
660 (dired-buffers-for-dir): Remove unused var `pattern'.
661
6562004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) 6622004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
657 663
658 * calendar/diary-lib.el (list-diary-entries): Save diary buffer 664 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
@@ -791,7 +797,7 @@
791 797
792 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to 798 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
793 `calc-graph-set-styles' so the gnuplot buffer will appear in a 799 `calc-graph-set-styles' so the gnuplot buffer will appear in a
794 separate window. 800 separate window.
795 801
7962004-09-21 Luc Teirlinck <teirllm@auburn.edu> 8022004-09-21 Luc Teirlinck <teirllm@auburn.edu>
797 803
@@ -808,7 +814,7 @@
808 fixed. 814 fixed.
809 815
8102004-09-21 Jay Belanger <belanger@truman.edu> 8162004-09-21 Jay Belanger <belanger@truman.edu>
811 817
812 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes. 818 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
813 819
8142004-09-20 Luc Teirlinck <teirllm@auburn.edu> 8202004-09-20 Luc Teirlinck <teirllm@auburn.edu>
@@ -899,8 +905,8 @@
8992004-09-17 Jay Belanger <belanger@truman.edu> 9052004-09-17 Jay Belanger <belanger@truman.edu>
900 906
901 * calc/calc.el (calc-mode-var-list): Fixed the value of 907 * calc/calc.el (calc-mode-var-list): Fixed the value of
902 `calc-matrix-brackets'. 908 `calc-matrix-brackets'.
903 909
9042004-09-17 Romain Francoise <romain@orebokech.com> 9102004-09-17 Romain Francoise <romain@orebokech.com>
905 911
906 * ibuf-ext.el (define-ibuffer-filter filename): 912 * ibuf-ext.el (define-ibuffer-filter filename):