diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -750,6 +750,14 @@ in Emacs 24.1: | |||
| 750 | **** `special-display-function' | 750 | **** `special-display-function' |
| 751 | **** `display-buffer-function' | 751 | **** `display-buffer-function' |
| 752 | 752 | ||
| 753 | ** Minibuffer | ||
| 754 | |||
| 755 | *** `read-regexp' has a new argument HISTORY; the first argument PROMPT | ||
| 756 | of `read-regexp' accepts a string ending with a colon and space, and its | ||
| 757 | second argument DEFAULTS can be a list of strings accessible via M-n | ||
| 758 | in the minibuffer ahead of other hard-coded useful regexp-related values. | ||
| 759 | More commands use `read-regexp' now to read their regexp arguments. | ||
| 760 | |||
| 753 | ** Completion | 761 | ** Completion |
| 754 | 762 | ||
| 755 | *** New function `completion-table-with-quoting' to handle completion | 763 | *** New function `completion-table-with-quoting' to handle completion |