From: John Paul Wallington Date: Sat, 14 Aug 2004 13:51:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dad1714dbc14c28b3ea54bd32744b6ff0ac2d76;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8da17e4d0f6..c10c342abe5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -29,6 +29,9 @@ 2004-08-14 John Paul Wallington + * cus-start.el (read-file-name-completion-ignore-case): Add. + (blink-cursor-alist): Change version to "21.4". + * emacs-lisp/bytecomp.el (forward-word): Allow 0 args. 2004-08-11 Daniel Pfeiffer diff --git a/src/ChangeLog b/src/ChangeLog index 3f9b6d85e51..dc39a6d24b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-08-14 John Paul Wallington + + * buffer.c (Frestore_buffer_modified_p): Doc fix. + + * fileio.c (Fread_file_name): Doc fix. + + * minibuf.c (syms_of_minibuf) : Doc fix. + 2004-08-09 Luc Teirlinck * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.