]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jan 2003 19:49:44 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jan 2003 19:49:44 +0000 (19:49 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index d52e997965ed4d93d3aa22e252b133035278cec9..67a1e37d249bfb19b8903b95f9a4fce9c1267008 100644 (file)
@@ -1,3 +1,20 @@
+2003-01-25  Richard M. Stallman  <rms@gnu.org>
+
+       * 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 <tarok@transpulse.org>
+
+       * 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  <rost@math.ohio-state.edu>
 
        * international/mule-cmds.el (set-language-info)
index 5eb19f363ac64d42ad6b38df446d0d76dece977f..b444558ab11ccb2cd2d509793c6e741a4b787be9 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-25  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi: Document that a symbol can act as a keymap.
+
 2003-01-13  Richard M. Stallman  <rms@gnu.org>
 
        * text.texi (Changing Properties): Say string indices are origin-0.
index 8339724aff3d0d3fd370f6d67ad1d323c7d67d51..0d13eda8bc7627690de0f3d67482baf1daf9b156 100644 (file)
@@ -1,3 +1,15 @@
+2003-01-25  Richard M. Stallman  <rms@gnu.org>
+
+       * 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.  <jan.h.d@swipnet.se>
 
        * xterm.h: Change to return value of x_dispatch_event to int.