diff options
| author | Eli Zaretskii | 2005-05-07 16:19:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-05-07 16:19:51 +0000 |
| commit | 6a4fb78f70454d2079e557993d9147d79ba85c47 (patch) | |
| tree | 0ef10ef782ed11f2fd23968e3cc319086d41fc33 | |
| parent | 48778af49a0dc8d02f1c098e798e4a9bd291a255 (diff) | |
| download | emacs-6a4fb78f70454d2079e557993d9147d79ba85c47.tar.gz emacs-6a4fb78f70454d2079e557993d9147d79ba85c47.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 |
2 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-05-07 J,Ai(Br,At(Bme Marant <jerome@marant.org> | ||
| 2 | |||
| 3 | * make-dist: Remove references to makefile.nt and makefile.def. | ||
| 4 | Include widgets and images subdirectories of etc. Do not exclude | ||
| 5 | ldefs-boot.el. | ||
| 6 | |||
| 1 | 2005-04-23 Andreas Schwab <schwab@suse.de> | 7 | 2005-04-23 Andreas Schwab <schwab@suse.de> |
| 2 | 8 | ||
| 3 | * configure.in: Remove duplicate match for powerpc configuration. | 9 | * configure.in: Remove duplicate match for powerpc configuration. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ffa571119d6..ad3c45bc50d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-05-07 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-05-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/compile.el (compilation-setup): Set | ||
| 4 | overlay-arrow-string to an empty string on text terminals. | ||
| 5 | |||
| 3 | * textmodes/ispell.el (ispell-program-name): Try looking for | 6 | * textmodes/ispell.el (ispell-program-name): Try looking for |
| 4 | "aspell" along exec-path, and if found, use it as the default | 7 | "aspell" along exec-path, and if found, use it as the default |
| 5 | speller program. | 8 | speller program. |