Mercurial > emacs
comparison lisp/ChangeLog @ 43852:81831e8ae980
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 12 Mar 2002 13:12:10 +0000 |
parents | 2b7c6a39c827 |
children | f71b333b14f3 |
comparison
equal
deleted
inserted
replaced
43851:1f98e32d6f46 | 43852:81831e8ae980 |
---|---|
1 2002-03-12 Francesco Potorti` <pot@gnu.org> | |
2 | |
3 * progmodes/etags.el (tag-exact-file-name-match-p) | |
4 (tag-file-name-match-p, tag-partial-file-name-match-p): Assume | |
5 that the header of a tags section has either a number or nothing | |
6 after the last comma. | |
7 | |
1 2002-03-11 Colin Walters <walters@verbum.org> | 8 2002-03-11 Colin Walters <walters@verbum.org> |
2 | 9 |
3 * shell.el (toplevel): Revert previous change to use pcomplete. | 10 * shell.el (toplevel): Revert previous change to use pcomplete. |
4 (shell-mode): Ditto. | 11 (shell-mode): Ditto. |
5 (shell-pcomplete-setup-done): Remove. | 12 (shell-pcomplete-setup-done): Remove. |
85 (ibuffer-update-title-and-summary): Renamed from | 92 (ibuffer-update-title-and-summary): Renamed from |
86 `ibuffer-update-title'. Handle "summarizer" columns. | 93 `ibuffer-update-title'. Handle "summarizer" columns. |
87 (ibuffer-clear-summary-columns): New function. | 94 (ibuffer-clear-summary-columns): New function. |
88 | 95 |
89 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group. | 96 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group. |
90 | 97 |
91 2002-03-07 Gerd Moellmann <gerd@gnu.org> | 98 2002-03-07 Gerd Moellmann <gerd@gnu.org> |
92 | 99 |
93 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): | 100 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): |
94 Use the other-window instead of the other-frame functions when | 101 Use the other-window instead of the other-frame functions when |
95 the window is dedicated. | 102 the window is dedicated. |
96 | 103 |
97 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu> | 104 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu> |
98 | 105 |