summaryrefslogtreecommitdiff
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 @@
+2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * make-docfile.c (main): For return code, no longer special-case VMS.
+ Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
+
2003-09-28 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change)
* 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 @@
2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
+ * tparam.c (tparam1): Add handling for `%pN', which
+ means use param N for the next substitution.
+
+2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
+
* xfaces.c (Fcolor_gray_p): Fix omission bug:
In case `frame' is nil, consult the selected frame.
(Fcolor_supported_p): Likewise.