diff options
| author | Colin Walters | 2002-04-25 19:12:38 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-25 19:12:38 +0000 |
| commit | 672ab90ba11078ac0bd4d18902472fff31e39632 (patch) | |
| tree | 9608d4bb9b9a935e6b984954d958fa0274d4b4f5 | |
| parent | ec2c23832def04d500f83c2ab41d46b819ba003e (diff) | |
| download | emacs-672ab90ba11078ac0bd4d18902472fff31e39632.tar.gz emacs-672ab90ba11078ac0bd4d18902472fff31e39632.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 14 | ||||
| -rw-r--r-- | lisp/ChangeLog | 45 |
2 files changed, 52 insertions, 7 deletions
| @@ -21,13 +21,13 @@ so we will look at it | |||
| 21 | installed programs. | 21 | installed programs. |
| 22 | 22 | ||
| 23 | ** By default, Emacs now uses a setgid helper program to update game | 23 | ** By default, Emacs now uses a setgid helper program to update game |
| 24 | scores. Game scores are normally stored in ${prefix}/var/games/emacs. | 24 | scores. The directory ${localstatedir}/games/emacs is the normal |
| 25 | This may be controlled by the configure option `--with-game-dir'. The | 25 | place for game scores to be stored. This may be controlled by the |
| 26 | specific user that Emacs uses to own the game scores is controlled by | 26 | configure option `--with-game-dir'. The specific user that Emacs uses |
| 27 | `--with-game-user'. If access to a game user is not available | 27 | to own the game scores is controlled by `--with-game-user'. If access |
| 28 | (e.g. Emacs is not being built as root, or the specified game user | 28 | to a game user is not available (e.g. Emacs is not being built as |
| 29 | doesn't exist), then scores will be stored separately in each user's | 29 | root, or the specified game user doesn't exist), then scores will be |
| 30 | home directory. | 30 | stored separately in each user's home directory. |
| 31 | 31 | ||
| 32 | --- | 32 | --- |
| 33 | ** Leim is now part of the Emacs distribution. | 33 | ** Leim is now part of the Emacs distribution. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9815f43137a..0856198bb6b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2002-04-25 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * replace.el (multi-occur-by-filename-regexp): Doc fix. | ||
| 4 | (occur-engine): Go to `point-min'. | ||
| 5 | |||
| 6 | * ibuf-ext.el (ibuffer-filtering-groups): Renamed to | ||
| 7 | `ibuffer-filter-groups'. All users updated. | ||
| 8 | (ibuffer-show-empty-filter-groups): New variable. | ||
| 9 | (ibuffer-saved-filter-groups): New variable. | ||
| 10 | (ibuffer-maybe-save-stuff): Renamed from | ||
| 11 | `ibuffer-maybe-save-saved-filters'. Callers updated. Handle | ||
| 12 | `ibuffer-saved-filter-groups'. | ||
| 13 | (ibuffer-hidden-filtering-groups): Renamed to | ||
| 14 | `ibuffer-hidden-filter-groups'. | ||
| 15 | (ibuffer-filter-group-kill-ring): New variable. | ||
| 16 | (ibuffer-save-with-custom): Doc fix. | ||
| 17 | (ibuffer-set-filter-groups-by-mode): New function. | ||
| 18 | (ibuffer-clear-filter-groups): New function. | ||
| 19 | (ibuffer-current-filter-groups-with-position): Renamed from | ||
| 20 | `ibuffer-current-filter-groups'. Callers updated. | ||
| 21 | (ibuffer-kill-filter-group): New function. | ||
| 22 | (ibuffer-kill-line): New function. | ||
| 23 | (ibuffer-yank): New function. | ||
| 24 | (ibuffer-save-filter-groups): New function. | ||
| 25 | (ibuffer-delete-saved-filter-groups): New function. | ||
| 26 | (ibuffer-switch-to-saved-filter-groups): New function. | ||
| 27 | (ibuffer-mark-on-buffer): Add optional arguments for adding a | ||
| 28 | specific mark, and marking on a specific group. | ||
| 29 | |||
| 30 | * ibuffer.el (ibuffer-formats): Doc fix. | ||
| 31 | (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'. Bind | ||
| 32 | new functions from ibuf-ext.el. Add menu entries for them. | ||
| 33 | Remove superfluous tooltips. | ||
| 34 | (ibuffer-toggle-marks): If on a group name, then toggle marks just | ||
| 35 | in that group. | ||
| 36 | (ibuffer-mark-interactive): Handle filter groups. | ||
| 37 | (ibuffer-mark-forward, ibuffer-unmark-forward) | ||
| 38 | (ibuffer-mark-for-delete, ibuffer-unmark-backward) | ||
| 39 | (ibuffer-mark-for-delete-backwards): Update docs. | ||
| 40 | (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed | ||
| 41 | to `ibuffer-current-filter-groups-with-position'. | ||
| 42 | (ibuffer-redisplay-engine): Handle | ||
| 43 | `ibuffer-show-empty-filter-groups'. | ||
| 44 | (ibuffer-mode): Add some documentation about filter groups. | ||
| 45 | |||
| 1 | 2002-04-25 Andreas Schwab <schwab@suse.de> | 46 | 2002-04-25 Andreas Schwab <schwab@suse.de> |
| 2 | 47 | ||
| 3 | * find-dired.el (find-name-dired): Don't quote pattern twice. | 48 | * find-dired.el (find-name-dired): Don't quote pattern twice. |