changeset 44857:59ced914827b

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Thu, 25 Apr 2002 19:12:38 +0000
parents f6f3b9551c29
children b0768ec46559
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 52 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Apr 25 19:04:40 2002 +0000
+++ b/etc/NEWS	Thu Apr 25 19:12:38 2002 +0000
@@ -21,13 +21,13 @@
 installed programs.
 
 ** By default, Emacs now uses a setgid helper program to update game
-scores.  Game scores are normally stored in ${prefix}/var/games/emacs.
-This may be controlled by the configure option `--with-game-dir'.  The
-specific user that Emacs uses to own the game scores is controlled by
-`--with-game-user'.  If access to a game user is not available
-(e.g. Emacs is not being built as root, or the specified game user
-doesn't exist), then scores will be stored separately in each user's
-home directory.
+scores.  The directory ${localstatedir}/games/emacs is the normal
+place for game scores to be stored.  This may be controlled by the
+configure option `--with-game-dir'.  The specific user that Emacs uses
+to own the game scores is controlled by `--with-game-user'.  If access
+to a game user is not available (e.g. Emacs is not being built as
+root, or the specified game user doesn't exist), then scores will be
+stored separately in each user's home directory.
 
 ---
 ** Leim is now part of the Emacs distribution.
--- a/lisp/ChangeLog	Thu Apr 25 19:04:40 2002 +0000
+++ b/lisp/ChangeLog	Thu Apr 25 19:12:38 2002 +0000
@@ -1,3 +1,48 @@
+2002-04-25  Colin Walters  <walters@verbum.org>
+
+	* replace.el (multi-occur-by-filename-regexp): Doc fix.
+	(occur-engine): Go to `point-min'.
+
+	* ibuf-ext.el (ibuffer-filtering-groups): Renamed to
+	`ibuffer-filter-groups'.  All users updated.
+	(ibuffer-show-empty-filter-groups): New variable.
+	(ibuffer-saved-filter-groups): New variable.
+	(ibuffer-maybe-save-stuff): Renamed from
+	`ibuffer-maybe-save-saved-filters'.  Callers updated.  Handle
+	`ibuffer-saved-filter-groups'.
+	(ibuffer-hidden-filtering-groups): Renamed to
+	`ibuffer-hidden-filter-groups'.
+	(ibuffer-filter-group-kill-ring): New variable.
+	(ibuffer-save-with-custom): Doc fix.
+	(ibuffer-set-filter-groups-by-mode): New function.
+	(ibuffer-clear-filter-groups): New function.
+	(ibuffer-current-filter-groups-with-position): Renamed from
+	`ibuffer-current-filter-groups'.  Callers updated.
+	(ibuffer-kill-filter-group): New function.
+	(ibuffer-kill-line): New function.
+	(ibuffer-yank): New function.
+	(ibuffer-save-filter-groups): New function.
+	(ibuffer-delete-saved-filter-groups): New function.
+	(ibuffer-switch-to-saved-filter-groups): New function.
+	(ibuffer-mark-on-buffer): Add optional arguments for adding a
+	specific mark, and marking on a specific group.
+
+	* ibuffer.el (ibuffer-formats): Doc fix.
+	(ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.  Bind
+	new functions from ibuf-ext.el.  Add menu entries for them.
+	Remove superfluous tooltips.
+	(ibuffer-toggle-marks): If on a group name, then toggle marks just
+	in that group.
+	(ibuffer-mark-interactive): Handle filter groups.
+	(ibuffer-mark-forward, ibuffer-unmark-forward)
+	(ibuffer-mark-for-delete, ibuffer-unmark-backward)
+	(ibuffer-mark-for-delete-backwards): Update docs.
+	(ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
+	to `ibuffer-current-filter-groups-with-position'.
+	(ibuffer-redisplay-engine): Handle
+	`ibuffer-show-empty-filter-groups'.
+	(ibuffer-mode): Add some documentation about filter groups.
+
 2002-04-25  Andreas Schwab  <schwab@suse.de>
 
 	* find-dired.el (find-name-dired): Don't quote pattern twice.