diff options
| author | Colin Walters | 2002-01-13 06:00:04 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-01-13 06:00:04 +0000 |
| commit | c494f6633733d24b79492ceaa64dbec074b0cc8b (patch) | |
| tree | 4e7448024a95f4554cea50bd75b26a62287a7eed | |
| parent | 25d2f683b3e5c624f23fb395fcf96e7c3b21a03e (diff) | |
| download | emacs-c494f6633733d24b79492ceaa64dbec074b0cc8b.tar.gz emacs-c494f6633733d24b79492ceaa64dbec074b0cc8b.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 |
2 files changed, 7 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | GNU Emacs NEWS -- history of user-visible changes. 2001-03-15 | 1 | GNU Emacs NEWS -- history of user-visible changes. 2001-03-15 |
| 2 | Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
| 3 | See the end for copying conditions. | 3 | See the end for copying conditions. |
| 4 | 4 | ||
| 5 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. | 5 | Please send Emacs bug reports to bug-gnu-emacs@gnu.org. |
| @@ -479,7 +479,10 @@ formerly used for that purpose is now an alias for locale-coding-system. | |||
| 479 | current syntactic context (as returned by parse-partial-sexp). | 479 | current syntactic context (as returned by parse-partial-sexp). |
| 480 | 480 | ||
| 481 | *** The TCL package tcl-mode.el was replaced by tcl.el. | 481 | *** The TCL package tcl-mode.el was replaced by tcl.el. |
| 482 | This was actually done in Emacs-21.1 was not documented. | 482 | This was actually done in Emacs-21.1, and was not documented. |
| 483 | |||
| 484 | *** The new package Ibuffer provides a powerful, completely | ||
| 485 | customizable replacement for buff-menu.el. | ||
| 483 | 486 | ||
| 484 | 487 | ||
| 485 | * Installation Changes in Emacs 21.1 | 488 | * Installation Changes in Emacs 21.1 |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6980616324c..6203832f89b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | define-ibuffer-sorter, and define-ibuffer-op. | 5 | define-ibuffer-sorter, and define-ibuffer-op. |
| 6 | 6 | ||
| 7 | * emacs-lisp/lisp-mode.el (toplevel): Ditto. | 7 | * emacs-lisp/lisp-mode.el (toplevel): Ditto. |
| 8 | |||
| 9 | * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files. | ||
| 8 | 10 | ||
| 9 | 2002-01-12 Richard M. Stallman <rms@gnu.org> | 11 | 2002-01-12 Richard M. Stallman <rms@gnu.org> |
| 10 | 12 | ||