From: Francesco Potortì Date: Tue, 12 Mar 2002 13:12:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aad00fb00bb5a3f0664bc9267bb8e8a0b3901ce5;p=emacs.git *** empty log message *** --- 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` + + * 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 * 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 - * 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.