changeset 81674:09e67b1211db

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 01 Jul 2007 01:57:53 +0000
parents da0809ff8ac8
children 66b7e3863803
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Jul 01 01:57:31 2007 +0000
+++ b/etc/NEWS	Sun Jul 01 01:57:53 2007 +0000
@@ -34,6 +34,9 @@
 
 * Changes in Emacs 23.1
 
+** The variable find-file-confirm-inexistent-file controls if C-x C-f
+requires confirmation before opening a non-existent file.
+
 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
 Unix socket in a GNU/Linux console to talk to server, rather than faking events
 using the client program mev.  This C level approach provides mouse
@@ -104,6 +107,9 @@
 
 * Lisp Changes in Emacs 23.1
 
+** The `require-match' argument to `completing-read' accepts a new value
+`confirm-only'.
+
 +++
 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.