summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leim/ChangeLog8
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--nt/ChangeLog4
-rw-r--r--src/ChangeLog4
5 files changed, 24 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 64063543886..7217b3d8082 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,11 @@
+2000-09-14 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
+ leim-list.el.
+ (distclean maintainer-clean): Ditto for stamp-subdir.
+
+ * makefile.nt: Rename skkdic to ja-dic.
+
2000-09-07 Kenichi Handa <handa@etl.go.jp>
* quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 26449633c3e..db25bef2cda 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-14 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.w32-in: Revert to Unix line endings.
+
2000-09-04 Dave Love <fx@gnu.org>
* movemail.c (index, rindex): Prototype conditionally.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c5a20cae4b..c86dc955595 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2000-09-14 Andrew Innes <andrewi@gnu.org>
+ * makefile.w32-in: Revert to Unix line endings.
+
+2000-09-14 Andrew Innes <andrewi@gnu.org>
+
* makefile.w32-in: Add bootstrap support. Also copy lisp source
when installing.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index e164992859d..b8ce98193b4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,9 @@
2000-09-14 Andrew Innes <andrewi@gnu.org>
+ * makefile.w32-in: Revert to Unix line endings.
+
+2000-09-14 Andrew Innes <andrewi@gnu.org>
+
* INSTALL: Add note about expected error messages when configure
is run.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b4a82b547e..9fe597760db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2000-09-14 Andrew Innes <andrewi@gnu.org>
+ * makefile.w32-in: Revert to Unix line endings.
+
+2000-09-14 Andrew Innes <andrewi@gnu.org>
+
* makefile.w32-in: Standardize indentation somewhat.
(bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
cater for differences between shells.