]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Jan 2006 20:45:13 +0000 (20:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Jan 2006 20:45:13 +0000 (20:45 +0000)
lisp/ChangeLog
src/ChangeLog

index a88d368099b49e3d63418d97e0f654be00d75e19..a63125ea2260b29d24cef99d66315a5395771c43 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * 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  <ihs_4664@yahoo.com>
 
        * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
index f8b7c1ac73e268ec251e64e1a7a6081145923c09..2158291e5942af269469d6d643e8d9a22af59f4d 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
+       the MSDOS definition.
+
 2006-01-26  Richard M. Stallman  <rms@gnu.org>
 
        * alloc.c (check_pure_size): Make overflow message an "error message".