diff options
| author | Gerd Moellmann | 2000-11-09 16:11:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-09 16:11:52 +0000 |
| commit | 778fbc46c6de216c11267bfff47ed9367d957b5c (patch) | |
| tree | 040046296b10e662a8fa598a15218b6a340137b7 | |
| parent | f52ef7391257a911434cc4a1cf283a95b6aaa7bd (diff) | |
| download | emacs-778fbc46c6de216c11267bfff47ed9367d957b5c.tar.gz emacs-778fbc46c6de216c11267bfff47ed9367d957b5c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cd2e95fbd9..5ef8a4e941c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-11-09 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-library-path): Don't call | ||
| 4 | check-ispell-version when byte-compiling because that starts | ||
| 5 | an ispell process, and ispell might not be installed. | ||
| 6 | (toplevel): Don't set up a menu when byte-compiling. | ||
| 7 | |||
| 8 | * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind | ||
| 9 | it, so that a boundp test can be used to determine if we're | ||
| 10 | currently byte-compiling. | ||
| 11 | |||
| 1 | 2000-11-09 Dave Love <fx@gnu.org> | 12 | 2000-11-09 Dave Love <fx@gnu.org> |
| 2 | 13 | ||
| 3 | * pcvs.el (uniquify-buffer-file-name): Wrap advice in | 14 | * pcvs.el (uniquify-buffer-file-name): Wrap advice in |
diff --git a/src/ChangeLog b/src/ChangeLog index 4b0ccea574f..9028cbfcf32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-11-09 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-09 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dired.c (directory_files_internal): Fix a braino. | ||
| 4 | |||
| 3 | * dired.c (directory_files_internal): Add missing GCPRO's. | 5 | * dired.c (directory_files_internal): Add missing GCPRO's. |
| 4 | Some cleanup. | 6 | Some cleanup. |
| 5 | 7 | ||