Mercurial > emacs
changeset 29082:a70195e7bc19
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 22 May 2000 18:09:30 +0000 |
parents | ac55b16c8782 |
children | 17c7b5770672 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 22 18:07:50 2000 +0000 +++ b/lisp/ChangeLog Mon May 22 18:09:30 2000 +0000 @@ -1,3 +1,26 @@ +2000-05-22 Dave Love <fx@gnu.org> + + * bindings.el: Remove debug-ignored-errors set in other files. + + * progmodes/etags.el: Add to debug-ignored-errors. + (visit-tags-table-buffer): Clear out buffers holding old tables + when making a new list. + (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use + mapc. + + * completion.el: Doc fixes. Add to debug-ignored-errors. Don't + quote keywords. + (cmpl-string-case-type): Use character classes. + + * comint.el: + * textmodes/ispell.el: + * imenu.el: + * mail/mh-e.el: + * progmodes/compile.el: Add to debug-ignored-errors. + + * dabbrev.el: Add to debug-ignored-errors. + (dabbrev-completion): Use mapc. + 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)