Mercurial > emacs
changeset 98817:42347b74812c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Oct 2008 13:14:59 +0000 |
parents | 1aff92d6dffb |
children | 588d83ce70ee |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Oct 18 13:14:39 2008 +0000 +++ b/etc/NEWS Sat Oct 18 13:14:59 2008 +0000 @@ -1247,10 +1247,12 @@ are available for inserting into the minibuffer by typing `M-n'. For empty input these functions return the first element of this list. ++++ *** New function `read-regexp' uses the regexp history and some useful regexp defaults (string at point, last Isearch/replacement regexp/string) via M-n when reading a regexp in the minibuffer. ++++ *** minibuffer-local-must-match-filename-map is now named minibuffer-local-filename-must-match-map. @@ -1259,6 +1261,7 @@ is an incompatible change and is thus enabled by the new variable completion-all-completions-with-base-size. ++++ *** The `require-match' argument to `completing-read' accepts a new value `confirm-only'.