Mercurial > emacs
comparison lisp/ChangeLog @ 44828:f8a45dd7abfa
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Wed, 24 Apr 2002 23:26:35 +0000 |
parents | 7ced19dba698 |
children | 71ada764104b |
comparison
equal
deleted
inserted
replaced
44827:7ced19dba698 | 44828:f8a45dd7abfa |
---|---|
1 2002-04-24 Colin Walters <walters@verbum.org> | |
2 | |
3 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set | |
4 up autoloads manually. | |
5 (ibuffer-split-list): New function. | |
6 (ibuffer-filtering-groups): New variable. | |
7 (ibuffer-hidden-filtering-groups): New variable. | |
8 (ibuffer-mouse-toggle-filter-group): New function. | |
9 (ibuffer-toggle-filter-group): New function. | |
10 (ibuffer-toggle-filter-group-1): New function. | |
11 (ibuffer-forward-filter-group): New function. | |
12 (ibuffer-backward-filter-group): New funtion. | |
13 (ibuffer-generate-filter-groups): New function. | |
14 (ibuffer-filters-to-filter-group): New function. | |
15 (ibuffer-pop-filter-group): New function. | |
16 (ibuffer-jump-to-filter-group): New function. | |
17 (ibuffer-do-occur): Just use `occur-read-primary-args' | |
18 | |
19 * ibuffer.el (ibuffer-filter-group-name-face): New. | |
20 (ibuffer-mode-map): Bind and add menu entries for most new | |
21 functions; also, bind the arrow keys to the movement functions. | |
22 (ibuffer-mode-filter-group-map): New. | |
23 (ibuffer-mouse-toggle-mark): Handle group names. | |
24 (ibuffer-mouse-visit-buffer): Error if the current buffer is | |
25 killed. | |
26 (ibuffer-skip-properties): New function. | |
27 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip | |
28 group names. Also, handle new properties. | |
29 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window): Move | |
30 error handling to `ibuffer-current-buffer'. | |
31 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto. | |
32 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto. | |
33 (ibuffer-toggle-marks): Add optional group argument. | |
34 (ibuffer-mark-interactive): Skip group names. | |
35 (ibuffer-current-buffer): Clean up error handling. | |
36 (ibuffer-fontify-region-function): Fontify group names. | |
37 (ibuffer-map-lines): Add extra group argument. Handle it. | |
38 (ibuffer-current-filter-groups): New function. | |
39 (ibuffer-redisplay): Handle hidden filtering groups. | |
40 (ibuffer-sort-bufferlist): New function, taken from | |
41 `ibuffer-insert-buffers-and-marks'. | |
42 (ibuffer-insert-filter-group): New function. | |
43 (ibuffer-redisplay-engine): Renamed from | |
44 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups. | |
45 (ibuffer): Add filter-groups argument. Handle it. Use | |
46 `save-selected-window'. | |
47 (ibuffer-mode): Make `ibuffer-filtering-groups' and | |
48 `ibuffer-hidden-filtering-groups' buffer-local. | |
49 | |
50 * ibuf-macs.el (ibuffer-save-marks): Call | |
51 `ibuffer-redisplay-engine'. | |
52 | |
1 2002-04-24 Richard M. Stallman <rms@gnu.org> | 53 2002-04-24 Richard M. Stallman <rms@gnu.org> |
2 | 54 |
3 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning. | 55 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning. |
4 (easy-menu-define-key-intern): Function deleted; callers intern | 56 (easy-menu-define-key-intern): Function deleted; callers intern |
5 and then call easy-menu-define-key. | 57 and then call easy-menu-define-key. |
76 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence): | 128 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence): |
77 Delete. | 129 Delete. |
78 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): | 130 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): |
79 Delete. | 131 Delete. |
80 (ibuffer-occur-engine): Moved to replace.el. | 132 (ibuffer-occur-engine): Moved to replace.el. |
81 (ibuffer-do-occur): Simply call `occur-1'. | 133 (ibuffer-do-occur): Simply call `occur-1'. |
82 | 134 |
83 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 135 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |
84 Handle the case where we're already viewing the score file. | 136 Handle the case where we're already viewing the score file. |
85 | 137 |
86 2002-04-23 Andreas Schwab <schwab@suse.de> | 138 2002-04-23 Andreas Schwab <schwab@suse.de> |