aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-01-13 06:00:04 +0000
committerColin Walters2002-01-13 06:00:04 +0000
commitc494f6633733d24b79492ceaa64dbec074b0cc8b (patch)
tree4e7448024a95f4554cea50bd75b26a62287a7eed
parent25d2f683b3e5c624f23fb395fcf96e7c3b21a03e (diff)
downloademacs-c494f6633733d24b79492ceaa64dbec074b0cc8b.tar.gz
emacs-c494f6633733d24b79492ceaa64dbec074b0cc8b.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--lisp/ChangeLog2
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8465be4dd54..51a95d08acc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,5 +1,5 @@
1GNU Emacs NEWS -- history of user-visible changes. 2001-03-15 1GNU Emacs NEWS -- history of user-visible changes. 2001-03-15
2Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. 2Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3See the end for copying conditions. 3See the end for copying conditions.
4 4
5Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 5Please 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.
479current syntactic context (as returned by parse-partial-sexp). 479current 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.
482This was actually done in Emacs-21.1 was not documented. 482This was actually done in Emacs-21.1, and was not documented.
483
484*** The new package Ibuffer provides a powerful, completely
485customizable 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
92002-01-12 Richard M. Stallman <rms@gnu.org> 112002-01-12 Richard M. Stallman <rms@gnu.org>
10 12