From: Colin Walters Date: Sun, 13 Jan 2002 06:00:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c494f6633733d24b79492ceaa64dbec074b0cc8b;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 8465be4dd54..51a95d08acc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1,5 +1,5 @@ GNU Emacs NEWS -- history of user-visible changes. 2001-03-15 -Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. See the end for copying conditions. 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. current syntactic context (as returned by parse-partial-sexp). *** The TCL package tcl-mode.el was replaced by tcl.el. -This was actually done in Emacs-21.1 was not documented. +This was actually done in Emacs-21.1, and was not documented. + +*** The new package Ibuffer provides a powerful, completely +customizable replacement for buff-menu.el. * 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 @@ define-ibuffer-sorter, and define-ibuffer-op. * emacs-lisp/lisp-mode.el (toplevel): Ditto. + + * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files. 2002-01-12 Richard M. Stallman