diff options
| author | Juri Linkov | 2008-07-31 17:23:45 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-07-31 17:23:45 +0000 |
| commit | e94d06457259eaf5b52c8f058dcc375c9ef840bd (patch) | |
| tree | 4bacb5c56c5787ceca778c38145ad87f19b451f5 /etc | |
| parent | 8938c0bc9c82fd25186d5e23da83dee696738c22 (diff) | |
| download | emacs-e94d06457259eaf5b52c8f058dcc375c9ef840bd.tar.gz emacs-e94d06457259eaf5b52c8f058dcc375c9ef840bd.zip | |
Unify all names under one common name prefix
`minibuffer-depth-'.
(minibuffer-depth-indicator-function): Renamed from
`minibuf-depth-indicator-function'.
(minibuffer-depth-overlay): Renamed from
`minibuf-depth-overlay'.
(minibuffer-depth-setup): Renamed from
`minibuf-depth-setup-minibuffer'.
(minibuffer-depth-indicate-mode): Renamed from
`minibuffer-indicate-depth-mode'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
| @@ -189,6 +189,10 @@ Sinhala, and TaiViet. | |||
| 189 | *** The minor modes unify-8859-on-encoding-mode and | 189 | *** The minor modes unify-8859-on-encoding-mode and |
| 190 | unify-8859-on-decoding-mode are obsolete. | 190 | unify-8859-on-decoding-mode are obsolete. |
| 191 | 191 | ||
| 192 | *** `ucs-insert' is bound to `C-x 8 RET' and in addition to hex numbers | ||
| 193 | accepts numbers in hash notation (e.g. #o21430 for octal, or #10r8984 for | ||
| 194 | decimal). It also accepts Unicode character names with completion. | ||
| 195 | |||
| 192 | ** Emacs now supports serial port access on GNU/Linux, Unix, and | 196 | ** Emacs now supports serial port access on GNU/Linux, Unix, and |
| 193 | Windows. The new command `serial-term' starts an interactive terminal | 197 | Windows. The new command `serial-term' starts an interactive terminal |
| 194 | on a serial port. The serial port can be configured at runtime with | 198 | on a serial port. The serial port can be configured at runtime with |
| @@ -261,6 +265,12 @@ on the regexp command prefix map. | |||
| 261 | list accessible by M-n instead of pushing all guesses temporarily into | 265 | list accessible by M-n instead of pushing all guesses temporarily into |
| 262 | the history list. | 266 | the history list. |
| 263 | 267 | ||
| 268 | ** In Isearch mode, a special case of typing `C-w' at the beginning of | ||
| 269 | the minibuffer that toggles word search (i.e. using key sequences | ||
| 270 | `C-s RET C-w' or `C-s M-e C-w') is obsolete. You can use the global key | ||
| 271 | `M-s w' to start word search, or type `M-s w' in Isearch mode to | ||
| 272 | toggle word search. | ||
| 273 | |||
| 264 | --- | 274 | --- |
| 265 | ** The following input methods were removed in Emacs 22.2, but this was | 275 | ** The following input methods were removed in Emacs 22.2, but this was |
| 266 | not advertised: danish-alt-postfix, esperanto-alt-postfix, | 276 | not advertised: danish-alt-postfix, esperanto-alt-postfix, |
| @@ -476,7 +486,7 @@ display the search results with Rmail, Gnus and VM. Note that there | |||
| 476 | is an existing Gnus back end, nnmairix.el, which should be used with | 486 | is an existing Gnus back end, nnmairix.el, which should be used with |
| 477 | Maildir/MH setups. | 487 | Maildir/MH setups. |
| 478 | 488 | ||
| 479 | ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. | 489 | ** minibuffer-depth-indicate-mode shows the minibuffer depth in the prompt. |
| 480 | 490 | ||
| 481 | ** nXML Mode | 491 | ** nXML Mode |
| 482 | This is a new mode for editing XML documents. It allows a schema to | 492 | This is a new mode for editing XML documents. It allows a schema to |
| @@ -642,7 +652,8 @@ Command*'. | |||
| 642 | *** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. | 652 | *** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. |
| 643 | When a new user option `dired-isearch-filenames' is non-nil, then even | 653 | When a new user option `dired-isearch-filenames' is non-nil, then even |
| 644 | ordinary Isearch started with `C-s' and `C-M-s' matches only at file names | 654 | ordinary Isearch started with `C-s' and `C-M-s' matches only at file names |
| 645 | in the Dired buffer. | 655 | in the Dired buffer. You can toggle file names matching on or off |
| 656 | by typing `M-s f' in Isearch mode. | ||
| 646 | 657 | ||
| 647 | *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. | 658 | *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. |
| 648 | They visit the first marked file in the sequence and display the usual Isearch | 659 | They visit the first marked file in the sequence and display the usual Isearch |