# HG changeset patch # User Stefan Monnier # Date 1183255073 0 # Node ID 09e67b1211db584ffb04324707bc7a12262adeca # Parent da0809ff8ac8cad73f61d61e69a1d1e6512079dd *** empty log message *** diff -r da0809ff8ac8 -r 09e67b1211db etc/NEWS --- 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 \(?:\) specifies the group number explicitly.