changeset 68428:4e4c1567e59c

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Jan 2006 20:45:13 +0000
parents 57575786f53a
children df6222347a31
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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):
--- 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  <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".