# HG changeset patch # User Francesco Potort # Date 1015938730 0 # Node ID 81831e8ae9805e726c7fdd29969affbe1c3ef3b6 # Parent 1f98e32d6f46cb3efa5a5eba9e248ec00c9b513a *** empty log message *** diff -r 1f98e32d6f46 -r 81831e8ae980 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 12 11:16:25 2002 +0000 +++ b/lisp/ChangeLog Tue Mar 12 13:12:10 2002 +0000 @@ -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.