aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-08-27 12:31:26 +0000
committerEli Zaretskii2005-08-27 12:31:26 +0000
commit0fb57cc0b4397b741cd921beb0871cdf7f80f667 (patch)
tree7d0312f774007e52d3e6e00771048adf5304c04c
parent66d44a363360ff262638104983bb689699ee49bc (diff)
downloademacs-0fb57cc0b4397b741cd921beb0871cdf7f80f667.tar.gz
emacs-0fb57cc0b4397b741cd921beb0871cdf7f80f667.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog4
3 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d4691830960..e8ef15dea3d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12005-08-27 Eli Zaretskii <eliz@gnu.org> 12005-08-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * simple.el (blink-matching-paren-distance): Document the meaning
4 of nil value, and allow to customize to nil.
5
3 * eshell/esh-ext.el (eshell-windows-shell-file): Look for 6 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4 command.com, not command.exe. 7 command.com, not command.exe.
5 8
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2a094262bb1..2fac699d598 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12005-08-27 Eli Zaretskii <eliz@gnu.org>
2
3 * os.texi (Startup Summary): Fix the description of the initial
4 startup message display.
5
12005-08-25 Richard M. Stallman <rms@gnu.org> 62005-08-25 Richard M. Stallman <rms@gnu.org>
2 7
3 * searching.texi (Search and Replace): Add replace-regexp-in-string. 8 * searching.texi (Search and Replace): Add replace-regexp-in-string.
diff --git a/src/ChangeLog b/src/ChangeLog
index f1b7a40bc93..66684aac15b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-08-27 Eli Zaretskii <eliz@gnu.org>
2
3 * emacs.c (USAGE1): Fix the description of the -Q option.
4
12005-08-26 Kim F. Storm <storm@cua.dk> 52005-08-26 Kim F. Storm <storm@cua.dk>
2 6
3 * xdisp.c (resize_mini_window): Fix 2005-08-20 change. 7 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.