# HG changeset patch # User Eli Zaretskii # Date 1138394713 0 # Node ID 4e4c1567e59c5cf0e64c249ce956f2af2a750ed6 # Parent 57575786f53a253cbcff53206fdca55604bea5cd *** empty log message *** diff -r 57575786f53a -r 4e4c1567e59c lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 27 20:44:10 2006 +0000 +++ b/lisp/ChangeLog Fri Jan 27 20:45:13 2006 +0000 @@ -1,3 +1,9 @@ +2006-01-27 Agustin Martin + + * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no + English aspell dictionary is installed, use the first entry of + ispell-dictionary-alist-1. + 2006-01-27 Kevin Rodgers * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): diff -r 57575786f53a -r 4e4c1567e59c src/ChangeLog --- a/src/ChangeLog Fri Jan 27 20:44:10 2006 +0000 +++ b/src/ChangeLog Fri Jan 27 20:45:13 2006 +0000 @@ -1,3 +1,8 @@ +2006-01-27 Eli Zaretskii + + * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use + the MSDOS definition. + 2006-01-26 Richard M. Stallman * alloc.c (check_pure_size): Make overflow message an "error message".