changeset 31680:703fb2494c1b

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Sun, 17 Sep 2000 21:00:54 +0000
parents 7e706d145fab
children f89c2fe5fb38
files leim/ChangeLog lisp/ChangeLog nt/ChangeLog
diffstat 3 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/leim/ChangeLog	Sun Sep 17 21:00:02 2000 +0000
+++ b/leim/ChangeLog	Sun Sep 17 21:00:54 2000 +0000
@@ -1,3 +1,11 @@
+2000-09-16  Andrew Innes  <andrewi@gnu.org>
+
+	* makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
+	(leim-list.el): Ditto.
+
+	* makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
+	(leim-list.el): Ditto.
+
 2000-09-15  Andrew Innes  <andrewi@gnu.org>
 
 	* makefile.w32-in (clean mostlyclean): Ignore errors when removing
--- a/lisp/ChangeLog	Sun Sep 17 21:00:02 2000 +0000
+++ b/lisp/ChangeLog	Sun Sep 17 21:00:54 2000 +0000
@@ -1,3 +1,11 @@
+2000-09-16  Andrew Innes  <andrewi@gnu.org>
+
+	* makefile.nt (compile-files): No need to make .elc files
+	read-only, since they aren't under VC now.
+
+	* makefile.w32-in (compile-files-CMD): No need to make .elc files
+	read-only, since they aren't under VC now.
+
 2000-09-17  Dave Love  <fx@gnu.org>
 
 	* tmm.el: Replace mapcar with mapc in several places.
--- a/nt/ChangeLog	Sun Sep 17 21:00:02 2000 +0000
+++ b/nt/ChangeLog	Sun Sep 17 21:00:54 2000 +0000
@@ -1,3 +1,14 @@
+2000-09-17  Andrew Innes  <andrewi@gnu.org>
+
+	* gmake.defs: Revert to Unix line endings.
+
+	* nmake.defs: Revert to Unix line endings.
+
+2000-09-16  Andrew Innes  <andrewi@gnu.org>
+
+	* gmake.defs (SETLOADPATH): Change definition to work from any
+	subdirectory.
+
 2000-09-14  Andrew Innes  <andrewi@gnu.org>
 
 	* makefile.w32-in: Revert to Unix line endings.