From: Stefan Monnier Date: Sun, 1 Jul 2007 01:57:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~12066 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a963185900d6ce52b633a3913a5240a8ade896d;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 32f69d6871d..e4292b5813f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -34,6 +34,9 @@ a GIF library. * 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. * Lisp Changes in Emacs 23.1 +** The `require-match' argument to `completing-read' accepts a new value +`confirm-only'. + +++ ** The regexp form \(?:\) specifies the group number explicitly.