aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-09-14 22:00:54 +0000
committerAndrew Innes2000-09-14 22:00:54 +0000
commitfe83b953b198b65ea6eddb76bc12f5bd5880eb77 (patch)
tree4fd56a72ab5de060fc524daea97133dabcebb532
parent7bbaaeddf0b1e2a5edae055717b5a141d4e094fc (diff)
downloademacs-fe83b953b198b65ea6eddb76bc12f5bd5880eb77.tar.gz
emacs-fe83b953b198b65ea6eddb76bc12f5bd5880eb77.zip
*** empty log message ***
-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 @@
12000-09-14 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
4 leim-list.el.
5 (distclean maintainer-clean): Ditto for stamp-subdir.
6
7 * makefile.nt: Rename skkdic to ja-dic.
8
12000-09-07 Kenichi Handa <handa@etl.go.jp> 92000-09-07 Kenichi Handa <handa@etl.go.jp>
2 10
3 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard 11 * 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 @@
12000-09-14 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in: Revert to Unix line endings.
4
12000-09-04 Dave Love <fx@gnu.org> 52000-09-04 Dave Love <fx@gnu.org>
2 6
3 * movemail.c (index, rindex): Prototype conditionally. 7 * 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 @@
12000-09-14 Andrew Innes <andrewi@gnu.org> 12000-09-14 Andrew Innes <andrewi@gnu.org>
2 2
3 * makefile.w32-in: Revert to Unix line endings.
4
52000-09-14 Andrew Innes <andrewi@gnu.org>
6
3 * makefile.w32-in: Add bootstrap support. Also copy lisp source 7 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4 when installing. 8 when installing.
5 9
diff --git a/nt/ChangeLog b/nt/ChangeLog
index e164992859d..b8ce98193b4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,9 @@
12000-09-14 Andrew Innes <andrewi@gnu.org> 12000-09-14 Andrew Innes <andrewi@gnu.org>
2 2
3 * makefile.w32-in: Revert to Unix line endings.
4
52000-09-14 Andrew Innes <andrewi@gnu.org>
6
3 * INSTALL: Add note about expected error messages when configure 7 * INSTALL: Add note about expected error messages when configure
4 is run. 8 is run.
5 9
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b4a82b547e..9fe597760db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-09-14 Andrew Innes <andrewi@gnu.org> 12000-09-14 Andrew Innes <andrewi@gnu.org>
2 2
3 * makefile.w32-in: Revert to Unix line endings.
4
52000-09-14 Andrew Innes <andrewi@gnu.org>
6
3 * makefile.w32-in: Standardize indentation somewhat. 7 * makefile.w32-in: Standardize indentation somewhat.
4 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to 8 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
5 cater for differences between shells. 9 cater for differences between shells.