# HG changeset patch # User Stefan Monnier # Date 1023375405 0 # Node ID 5c5a58323059028f0158ff38f4d7314e8f9f016f # Parent a47ac731110110996c8460a4644e629de0adf103 *** empty log message *** diff -r a47ac7311101 -r 5c5a58323059 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 06 13:22:23 2002 +0000 +++ b/lisp/ChangeLog Thu Jun 06 14:56:45 2002 +0000 @@ -5,8 +5,8 @@ 2002-06-05 Pavel Jan,Bm(Bk - * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix - the table to contain correct characters. + * language/cyrillic.el (cyrillic-alternativnyj-decode-table): + Fix the table to contain correct characters. 2002-06-04 Richard M. Stallman @@ -39,7 +39,7 @@ after checking for proper minibuffer window. Added mini-p arg to the hook functions. Insert choice if all hook functions return nil. (choose-completion-string-functions): Doc update. - + 2002-06-01 Sam Steingold * files.el (auto-mode-alist): Strip trailing ".in" from the file @@ -59,6 +59,11 @@ (choose-completion-string): Run choose-completion-string-functions until success, and only call choose-completion-string1 if it fails. +2002-05-31 Stefan Monnier + + * textmodes/ispell.el (autoloaded toplevel): Don't use + ispell-library-directory without checking that it's bound. + 2002-05-31 Kim F. Storm * emulation/cua-base.el (cua--last-deleted-region-pos)