aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 165b0d80ad3..9fe97f572d6 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12005-09-30 Romain Francoise <romain@orebokech.com>
2
3 * NEWS: Mention changes to `read-buffer'.
4
12005-09-30 Chong Yidong <cyd@stupidchicken.com> 52005-09-30 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * images/ezimage: New directory. 7 * images/ezimage: New directory.
diff --git a/etc/NEWS b/etc/NEWS
index a2053819dcf..592b343b19e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3699,6 +3699,12 @@ If the variable is itself nil, then `frame-or-buffer-changed-p' uses,
3699for compatibility, an internal variable which exists only for this 3699for compatibility, an internal variable which exists only for this
3700purpose. 3700purpose.
3701 3701
3702+++
3703*** The function `read-buffer' follows the convention for reading from
3704the minibuffer with a default value: if DEF is non-nil, the minibuffer
3705prompt provided in PROMPT is edited to show the default value provided
3706in DEF before the terminal colon and space.
3707
3702** Local variables lists: 3708** Local variables lists:
3703 3709
3704+++ 3710+++