summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c19ac8c585f..443f688b2ce 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-19 Andrew Innes <andrewi@gnu.org>
+
+ * addpm.c (env_vars): Add a version-independent site-lisp
+ directory to EMACSLOADPATH, after the version dependent one.
+
2001-01-06 Andrew Innes <andrewi@gnu.org>
* README: Update info about compilers.
diff --git a/src/ChangeLog b/src/ChangeLog
index f711476fd4f..b9c9b551275 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-19 Andrew Innes <andrewi@gnu.org>
+
+ * w32.c (init_environment): Add a version-independent site-lisp
+ directory to EMACSLOADPATH, after the version dependent one.
+
2001-01-19 Gerd Moellmann <gerd@gnu.org>
* editfns.c (Fbuffer_substring): Doc fix.