aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec95fd4ba52..2084098d0c8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12009-08-12 Juri Linkov <juri@jurta.org> 12009-08-12 Juri Linkov <juri@jurta.org>
2 2
3 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
4 always non-nil. (Bug#4052)
5
6 * replace.el (read-regexp): Return empty string when
7 `default-value' is nil.
8 (keep-lines-read-args): Don't use empty string as the
9 default value for `read-regexp'. (Bug#2495)
10
112009-08-12 Juri Linkov <juri@jurta.org>
12
3 * international/mule-cmds.el (ucs-insert): Change arguments 13 * international/mule-cmds.el (ucs-insert): Change arguments
4 from `arg' to `character', `count', `inherit' to be the same 14 from `arg' to `character', `count', `inherit' to be the same
5 as in `insert-char'. Doc fix. (Bug#4039) 15 as in `insert-char'. Doc fix. (Bug#4039)