Mercurial > emacs
comparison etc/NEWS @ 81674:09e67b1211db
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 01 Jul 2007 01:57:53 +0000 |
parents | 9cde32c80659 |
children | 57a080a51800 |
comparison
equal
deleted
inserted
replaced
81673:da0809ff8ac8 | 81674:09e67b1211db |
---|---|
31 ** configure now checks for libgif before libungif when searching for | 31 ** configure now checks for libgif before libungif when searching for |
32 a GIF library. | 32 a GIF library. |
33 | 33 |
34 | 34 |
35 * Changes in Emacs 23.1 | 35 * Changes in Emacs 23.1 |
36 | |
37 ** The variable find-file-confirm-inexistent-file controls if C-x C-f | |
38 requires confirmation before opening a non-existent file. | |
36 | 39 |
37 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a | 40 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a |
38 Unix socket in a GNU/Linux console to talk to server, rather than faking events | 41 Unix socket in a GNU/Linux console to talk to server, rather than faking events |
39 using the client program mev. This C level approach provides mouse | 42 using the client program mev. This C level approach provides mouse |
40 highlighting, and help echoing in the minibuffer. | 43 highlighting, and help echoing in the minibuffer. |
102 ** The function `dired-call-process' has been removed. | 105 ** The function `dired-call-process' has been removed. |
103 | 106 |
104 | 107 |
105 * Lisp Changes in Emacs 23.1 | 108 * Lisp Changes in Emacs 23.1 |
106 | 109 |
110 ** The `require-match' argument to `completing-read' accepts a new value | |
111 `confirm-only'. | |
112 | |
107 +++ | 113 +++ |
108 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. | 114 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. |
109 | 115 |
110 +++ | 116 +++ |
111 ** New variable `user-emacs-directory'. | 117 ** New variable `user-emacs-directory'. |