diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lisp/ChangeLog | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 707b8a718d3..7468324b229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-07 J,Ai(Br,At(Bme Marant <jerome@marant.org> + + * make-dist: Remove references to makefile.nt and makefile.def. + Include widgets and images subdirectories of etc. Do not exclude + ldefs-boot.el. + 2005-04-23 Andreas Schwab <schwab@suse.de> * 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 @@ 2005-05-07 Eli Zaretskii <eliz@gnu.org> + * progmodes/compile.el (compilation-setup): Set + overlay-arrow-string to an empty string on text terminals. + * textmodes/ispell.el (ispell-program-name): Try looking for "aspell" along exec-path, and if found, use it as the default speller program. |