aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog17
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog12
3 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d52e997965..67a1e37d24 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
+2003-01-25 Richard M. Stallman <[email protected]>
+
+ * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
+ Compile any lambda-expressions among the args.
+
+ * view.el (view-mode): Doc fix.
+
+ * ido.el: Many doc fixes.
+ (ido-complete): Fix message.
+
+2003-01-25 Taro Kawagishi <[email protected]>
+
+ * arc-mode.el (archive-unixdate): Corrected the date field string.
+ (archive-lzh-summarize): Extended it to allow the LZH level 2 header
+ type (which is most prevalent now), in addition to the already
+ supported level 0 and 1 header types.
+
2003-01-25 Markus Rost <[email protected]>
* international/mule-cmds.el (set-language-info)
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 5eb19f363a..b444558ab1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-25 Richard M. Stallman <[email protected]>
+
+ * keymaps.texi: Document that a symbol can act as a keymap.
+
2003-01-13 Richard M. Stallman <[email protected]>
* text.texi (Changing Properties): Say string indices are origin-0.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8339724aff..0d13eda8bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
+2003-01-25 Richard M. Stallman <[email protected]>
+
+ * lisp.h: Declare format2 instead of format1.
+
+ * fileio.c (barf_or_query_if_file_exists):
+ Call format2 instead of format1.
+
+ * editfns.c (format2): New function, replaces format1
+ but takes exactly two Lisp Objects as format args.
+
+ * buffer.c (Fkill_buffer): Call format2 instead of format1.
+
2003-01-25 Jan D. <[email protected]>
* xterm.h: Change to return value of x_dispatch_event to int.