diff options
| author | Eli Zaretskii | 2006-01-27 20:45:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-01-27 20:45:13 +0000 |
| commit | dc86c16d447fd1ea02ba768c7743449e5f3f9614 (patch) | |
| tree | 0c08ff4c4e0d890bd27b174a3eaa5400033cc9e4 | |
| parent | 8f7f8c65392093aa5e7482ccc8bc298831fc4c37 (diff) | |
| download | emacs-dc86c16d447fd1ea02ba768c7743449e5f3f9614.tar.gz emacs-dc86c16d447fd1ea02ba768c7743449e5f3f9614.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a88d368099b..a63125ea226 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no | ||
| 4 | English aspell dictionary is installed, use the first entry of | ||
| 5 | ispell-dictionary-alist-1. | ||
| 6 | |||
| 1 | 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> | 7 | 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> |
| 2 | 8 | ||
| 3 | * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | 9 | * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): |
diff --git a/src/ChangeLog b/src/ChangeLog index f8b7c1ac73e..2158291e594 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use | ||
| 4 | the MSDOS definition. | ||
| 5 | |||
| 1 | 2006-01-26 Richard M. Stallman <rms@gnu.org> | 6 | 2006-01-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * alloc.c (check_pure_size): Make overflow message an "error message". | 8 | * alloc.c (check_pure_size): Make overflow message an "error message". |