changeset 45662:5c5a58323059

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 06 Jun 2002 14:56:45 +0000
parents a47ac7311101
children 046819540e6d
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <Pavel@Janik.cz>
 
-	* 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  <rms@gnu.org>
 
@@ -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  <sds@gnu.org>
 
 	* 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  <monnier@cs.yale.edu>
+
+	* textmodes/ispell.el (autoloaded toplevel): Don't use
+	ispell-library-directory without checking that it's bound.
+
 2002-05-31  Kim F. Storm  <storm@cua.dk>
 
 	* emulation/cua-base.el (cua--last-deleted-region-pos)