changeset 56672:83ab2b01744a

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Sat, 14 Aug 2004 13:51:44 +0000
parents bfde3fb6a446
children e9a6cbc8ca5e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 14 13:44:54 2004 +0000
+++ b/lisp/ChangeLog	Sat Aug 14 13:51:44 2004 +0000
@@ -29,6 +29,9 @@
 
 2004-08-14  John Paul Wallington  <jpw@gnu.org>
 
+	* 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  <occitan@esperanto.org>
--- a/src/ChangeLog	Sat Aug 14 13:44:54 2004 +0000
+++ b/src/ChangeLog	Sat Aug 14 13:51:44 2004 +0000
@@ -1,3 +1,11 @@
+2004-08-14  John Paul Wallington  <jpw@gnu.org>
+
+	* buffer.c (Frestore_buffer_modified_p): Doc fix.
+
+	* fileio.c (Fread_file_name): Doc fix.
+
+	* minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
+
 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.