]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Jul 2007 01:57:53 +0000 (01:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Jul 2007 01:57:53 +0000 (01:57 +0000)
etc/NEWS

index 32f69d6871d921a87ad3694f93d377b56d18dcab..e4292b5813f95d9480797ac521172202df1dc64f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,6 +34,9 @@ a GIF library.
 \f
 * 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 @@ identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
 \f
 * 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.