aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-09-17 21:00:54 +0000
committerAndrew Innes2000-09-17 21:00:54 +0000
commit5eedab4dbc655b2b181873a9656c9fecd3f354b1 (patch)
treeea8352cb324aa272166f730a6551e819e2ba41c4
parent9e6fd35da920826d71e5f47c1e8f3bb13ea2b760 (diff)
downloademacs-5eedab4dbc655b2b181873a9656c9fecd3f354b1.tar.gz
emacs-5eedab4dbc655b2b181873a9656c9fecd3f354b1.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog8
-rw-r--r--lisp/ChangeLog8
-rw-r--r--nt/ChangeLog11
3 files changed, 27 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index fb81401453f..43be611e95f 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,11 @@
12000-09-16 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
4 (leim-list.el): Ditto.
5
6 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
7 (leim-list.el): Ditto.
8
12000-09-15 Andrew Innes <andrewi@gnu.org> 92000-09-15 Andrew Innes <andrewi@gnu.org>
2 10
3 * makefile.w32-in (clean mostlyclean): Ignore errors when removing 11 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e79b387abc..4c7c764fc10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12000-09-16 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.nt (compile-files): No need to make .elc files
4 read-only, since they aren't under VC now.
5
6 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7 read-only, since they aren't under VC now.
8
12000-09-17 Dave Love <fx@gnu.org> 92000-09-17 Dave Love <fx@gnu.org>
2 10
3 * tmm.el: Replace mapcar with mapc in several places. 11 * tmm.el: Replace mapcar with mapc in several places.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index b8ce98193b4..5c3e17d9d1d 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,14 @@
12000-09-17 Andrew Innes <andrewi@gnu.org>
2
3 * gmake.defs: Revert to Unix line endings.
4
5 * nmake.defs: Revert to Unix line endings.
6
72000-09-16 Andrew Innes <andrewi@gnu.org>
8
9 * gmake.defs (SETLOADPATH): Change definition to work from any
10 subdirectory.
11
12000-09-14 Andrew Innes <andrewi@gnu.org> 122000-09-14 Andrew Innes <andrewi@gnu.org>
2 13
3 * makefile.w32-in: Revert to Unix line endings. 14 * makefile.w32-in: Revert to Unix line endings.