comparison etc/NEWS @ 97159:4d2d4e50bb02

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 31 Jul 2008 17:23:45 +0000
parents 1f11efe01535
children 6cd9c3be058e
comparison
equal deleted inserted replaced
97158:f88be189ecaa 97159:4d2d4e50bb02
186 Chinese-GB18030, Khmer, Bengali, Punjabi, Gujarati, Oriya, Telugu, 186 Chinese-GB18030, Khmer, Bengali, Punjabi, Gujarati, Oriya, Telugu,
187 Sinhala, and TaiViet. 187 Sinhala, and TaiViet.
188 188
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
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.
191 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
195 the mode-line mouse menu. 199 the mode-line mouse menu.
259 +++ 263 +++
260 ** In Dired-x, all command guesses for ! are now added to the default 264 ** In Dired-x, all command guesses for ! are now added to the default
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,
267 finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, 277 finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix,
268 norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix, 278 norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix,
474 searching locally stored mail. It allows you to query mairix and 484 searching locally stored mail. It allows you to query mairix and
475 display the search results with Rmail, Gnus and VM. Note that there 485 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
483 be associated with the XML document being edited, using Relax NG as 493 be associated with the XML document being edited, using Relax NG as
484 the schema language. The schema is used to provide two key features: 494 the schema language. The schema is used to provide two key features:
640 Command*'. 650 Command*'.
641 651
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
649 prompt for a string or a regexp where all Isearch commands are available. 660 prompt for a string or a regexp where all Isearch commands are available.
650 661