aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3e2350c7842..1a0774e7e57 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * make-docfile.c (main): For return code, no longer special-case VMS.
4 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
5
12003-09-28 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) 62003-09-28 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change)
2 7
3 * emacsclient.c (quote_file_name): Print the result instead of 8 * emacsclient.c (quote_file_name): Print the result instead of
diff --git a/src/ChangeLog b/src/ChangeLog
index f2277e54dc6..b25a81ac60d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12003-12-24 Thien-Thi Nguyen <ttn@gnu.org> 12003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2 2
3 * tparam.c (tparam1): Add handling for `%pN', which
4 means use param N for the next substitution.
5
62003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7
3 * xfaces.c (Fcolor_gray_p): Fix omission bug: 8 * xfaces.c (Fcolor_gray_p): Fix omission bug:
4 In case `frame' is nil, consult the selected frame. 9 In case `frame' is nil, consult the selected frame.
5 (Fcolor_supported_p): Likewise. 10 (Fcolor_supported_p): Likewise.