diff options
author | Francesco Potortì <pot@gnu.org> | 2002-03-12 13:12:10 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-03-12 13:12:10 +0000 |
commit | aad00fb00bb5a3f0664bc9267bb8e8a0b3901ce5 (patch) | |
tree | 01bb6b2bd3c10b4bd72da11e69f55baacb0331cf /lisp | |
parent | 4fff90e4ff9d7e49aa66cb299b6eab18938fda30 (diff) | |
download | emacs-aad00fb00bb5a3f0664bc9267bb8e8a0b3901ce5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34b060f9097..c0a2fd5f135 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-03-12 Francesco Potorti` <pot@gnu.org> + + * progmodes/etags.el (tag-exact-file-name-match-p) + (tag-file-name-match-p, tag-partial-file-name-match-p): Assume + that the header of a tags section has either a number or nothing + after the last comma. + 2002-03-11 Colin Walters <walters@verbum.org> * shell.el (toplevel): Revert previous change to use pcomplete. @@ -87,10 +94,10 @@ (ibuffer-clear-summary-columns): New function. * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group. - + 2002-03-07 Gerd Moellmann <gerd@gnu.org> - * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): + * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): Use the other-window instead of the other-frame functions when the window is dedicated. |