aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-05-07 16:19:51 +0000
committerEli Zaretskii2005-05-07 16:19:51 +0000
commit6a4fb78f70454d2079e557993d9147d79ba85c47 (patch)
tree0ef10ef782ed11f2fd23968e3cc319086d41fc33
parent48778af49a0dc8d02f1c098e798e4a9bd291a255 (diff)
downloademacs-6a4fb78f70454d2079e557993d9147d79ba85c47.tar.gz
emacs-6a4fb78f70454d2079e557993d9147d79ba85c47.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--lisp/ChangeLog3
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 @@
12005-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
12005-04-23 Andreas Schwab <schwab@suse.de> 72005-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 @@
12005-05-07 Eli Zaretskii <eliz@gnu.org> 12005-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.