aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog7
-rw-r--r--src/ChangeLog1
2 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 524445f6ee5..83573d3f3f2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
12002-02-24 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
4 using .elc files.
5 (lisp): Sync with list in src/Makefile.in
6 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
7
12002-02-10 Paul Eggert <eggert@twinsun.com> 82002-02-10 Paul Eggert <eggert@twinsun.com>
2 9
3 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001 10 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
diff --git a/src/ChangeLog b/src/ChangeLog
index 394951c5b51..7102ea082d3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc 3 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
4 and disp-table.elc. 4 and disp-table.elc.
5 (lisp): Add emacs-lisp/backquote.elc.
5 6
62002-02-24 Kim F. Storm <storm@cua.dk> 72002-02-24 Kim F. Storm <storm@cua.dk>
7 8