# HG changeset patch # User Eli Zaretskii # Date 1125145886 0 # Node ID e388d90894768612bf437657c1d04e8916717d82 # Parent 9398f33d65157b820e04eedc36a73789e2755f56 *** empty log message *** diff -r 9398f33d6515 -r e388d9089476 lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 27 12:30:36 2005 +0000 +++ b/lisp/ChangeLog Sat Aug 27 12:31:26 2005 +0000 @@ -1,5 +1,8 @@ 2005-08-27 Eli Zaretskii + * simple.el (blink-matching-paren-distance): Document the meaning + of nil value, and allow to customize to nil. + * eshell/esh-ext.el (eshell-windows-shell-file): Look for command.com, not command.exe. diff -r 9398f33d6515 -r e388d9089476 lispref/ChangeLog --- a/lispref/ChangeLog Sat Aug 27 12:30:36 2005 +0000 +++ b/lispref/ChangeLog Sat Aug 27 12:31:26 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-27 Eli Zaretskii + + * os.texi (Startup Summary): Fix the description of the initial + startup message display. + 2005-08-25 Richard M. Stallman * searching.texi (Search and Replace): Add replace-regexp-in-string. diff -r 9398f33d6515 -r e388d9089476 src/ChangeLog --- a/src/ChangeLog Sat Aug 27 12:30:36 2005 +0000 +++ b/src/ChangeLog Sat Aug 27 12:31:26 2005 +0000 @@ -1,3 +1,7 @@ +2005-08-27 Eli Zaretskii + + * emacs.c (USAGE1): Fix the description of the -Q option. + 2005-08-26 Kim F. Storm * xdisp.c (resize_mini_window): Fix 2005-08-20 change.