aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2008-07-31 17:23:45 +0000
committerJuri Linkov2008-07-31 17:23:45 +0000
commite94d06457259eaf5b52c8f058dcc375c9ef840bd (patch)
tree4bacb5c56c5787ceca778c38145ad87f19b451f5 /etc
parent8938c0bc9c82fd25186d5e23da83dee696738c22 (diff)
downloademacs-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/NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f456712a17b..85f88bbb8ea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
190unify-8859-on-decoding-mode are obsolete. 190unify-8859-on-decoding-mode are obsolete.
191 191
192*** `ucs-insert' is bound to `C-x 8 RET' and in addition to hex numbers
193accepts numbers in hash notation (e.g. #o21430 for octal, or #10r8984 for
194decimal). 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
193Windows. The new command `serial-term' starts an interactive terminal 197Windows. The new command `serial-term' starts an interactive terminal
194on a serial port. The serial port can be configured at runtime with 198on a serial port. The serial port can be configured at runtime with
@@ -261,6 +265,12 @@ on the regexp command prefix map.
261list accessible by M-n instead of pushing all guesses temporarily into 265list accessible by M-n instead of pushing all guesses temporarily into
262the history list. 266the history list.
263 267
268** In Isearch mode, a special case of typing `C-w' at the beginning of
269the 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
272toggle 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
266not advertised: danish-alt-postfix, esperanto-alt-postfix, 276not advertised: danish-alt-postfix, esperanto-alt-postfix,
@@ -476,7 +486,7 @@ display the search results with Rmail, Gnus and VM. Note that there
476is an existing Gnus back end, nnmairix.el, which should be used with 486is an existing Gnus back end, nnmairix.el, which should be used with
477Maildir/MH setups. 487Maildir/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
482This is a new mode for editing XML documents. It allows a schema to 492This 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.
643When a new user option `dired-isearch-filenames' is non-nil, then even 653When a new user option `dired-isearch-filenames' is non-nil, then even
644ordinary Isearch started with `C-s' and `C-M-s' matches only at file names 654ordinary Isearch started with `C-s' and `C-M-s' matches only at file names
645in the Dired buffer. 655in the Dired buffer. You can toggle file names matching on or off
656by 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.
648They visit the first marked file in the sequence and display the usual Isearch 659They visit the first marked file in the sequence and display the usual Isearch