Mercurial > emacs
comparison etc/NEWS @ 107948:59a9e318c0ab
* etc/NEWS: Minor mark-up and typo fixes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 14 Apr 2010 19:20:33 -0700 |
parents | 38dcbfbe4e14 |
children | 6a60101b1df6 |
comparison
equal
deleted
inserted
replaced
107947:38dcbfbe4e14 | 107948:59a9e318c0ab |
---|---|
22 so we will look at it and add it to the manual. | 22 so we will look at it and add it to the manual. |
23 | 23 |
24 | 24 |
25 * Installation Changes in Emacs 23.2 | 25 * Installation Changes in Emacs 23.2 |
26 | 26 |
27 --- | |
27 ** New configure options for Emacs developers | 28 ** New configure options for Emacs developers |
28 These are not new features; only the configure flags are new. | 29 These are not new features; only the configure flags are new. |
29 --- | 30 --- |
30 *** --enable-profiling builds Emacs with profiling enabled. | 31 *** --enable-profiling builds Emacs with profiling enabled. |
31 This might not work on all platforms. | 32 This might not work on all platforms. |
186 ** The bookmark menu has a narrowing search via bookmark-bmenu-search. | 187 ** The bookmark menu has a narrowing search via bookmark-bmenu-search. |
187 | 188 |
188 ** LaTeX mode now provides completion (via completion-at-point). | 189 ** LaTeX mode now provides completion (via completion-at-point). |
189 | 190 |
190 --- | 191 --- |
191 ** sym-comp.el is now declared obsolete, superceded by completion-at-point. | 192 ** sym-comp.el is now declared obsolete, superseded by completion-at-point. |
192 | 193 |
194 --- | |
193 ** lucid.el and levents.el are now declared obsolete. | 195 ** lucid.el and levents.el are now declared obsolete. |
194 | 196 |
197 --- | |
195 ** pcomplete provides a new command `pcomplete-std-completion' which | 198 ** pcomplete provides a new command `pcomplete-std-completion' which |
196 is similar to `pcomplete' but using the standard completion UI code. | 199 is similar to `pcomplete' but using the standard completion UI code. |
197 | 200 |
198 ** Calc | 201 ** Calc |
199 +++ | 202 +++ |
383 +++ | 386 +++ |
384 *** The new built-in commands `su' and `sudo' support Tramp. | 387 *** The new built-in commands `su' and `sudo' support Tramp. |
385 That means, they change `default-directory' to the new users value, | 388 That means, they change `default-directory' to the new users value, |
386 and let commands run under that user permissions. It works even when | 389 and let commands run under that user permissions. It works even when |
387 `default-directory' is already remote. Calling the external commands | 390 `default-directory' is already remote. Calling the external commands |
388 is possible by `*su' or `*sudo', repectively. | 391 is possible by `*su' or `*sudo', respectively. |
389 --- | 392 --- |
390 *** When running in a new enough xterm (newer than version 242), Emacs | 393 *** When running in a new enough xterm (newer than version 242), Emacs |
391 asks xterm what the background color is and it sets up faces | 394 asks xterm what the background color is and it sets up faces |
392 accordingly for a dark background if needed (the current default is to | 395 accordingly for a dark background if needed (the current default is to |
393 consider the background light). | 396 consider the background light). |
454 ** Support for generating Emacs 18 compatible bytecode (by setting | 457 ** Support for generating Emacs 18 compatible bytecode (by setting |
455 the variable `byte-compile-compatibility') has been removed. | 458 the variable `byte-compile-compatibility') has been removed. |
456 | 459 |
457 ** In image-mode.el `image-mode-maybe' is obsolete. Instead, you can | 460 ** In image-mode.el `image-mode-maybe' is obsolete. Instead, you can |
458 either use `image-mode' that displays an image file as the actual image | 461 either use `image-mode' that displays an image file as the actual image |
459 inititally, or `image-mode-as-text' when you want to display an image file | 462 initially, or `image-mode-as-text' when you want to display an image file |
460 as text inititally. `image-mode-as-text' is a combination of a non-image | 463 as text initially. `image-mode-as-text' is a combination of a non-image |
461 mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'. | 464 mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'. |
462 `image-minor-mode' provides `C-c C-c' key binding to toggle image display. | 465 `image-minor-mode' provides `C-c C-c' key binding to toggle image display. |
463 `image-toggle-display-text' removes image properties. | 466 `image-toggle-display-text' removes image properties. |
464 `image-toggle-display-image' adds image properties. | 467 `image-toggle-display-image' adds image properties. |
465 `image-toggle-display' toggles between `image-mode-as-text' and | 468 `image-toggle-display' toggles between `image-mode-as-text' and |