aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-04-14 19:20:33 -0700
committerGlenn Morris2010-04-14 19:20:33 -0700
commitd83669801dceb61d6675d07abee574da659cae0b (patch)
treeb1b405b48da357a632878d0df94aef2ff0bb57b4
parent4d4e95223174bc3d8e816515e1ccca8bc67a75a1 (diff)
downloademacs-d83669801dceb61d6675d07abee574da659cae0b.tar.gz
emacs-d83669801dceb61d6675d07abee574da659cae0b.zip
* etc/NEWS: Minor mark-up and typo fixes.
-rw-r--r--etc/NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 101967fdd35..6b21d165c71 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,6 +24,7 @@ so we will look at it and add it to the manual.
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
28These are not new features; only the configure flags are new. 29These are not new features; only the configure flags are new.
29--- 30---
@@ -188,10 +189,12 @@ that file exists.
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
196is similar to `pcomplete' but using the standard completion UI code. 199is similar to `pcomplete' but using the standard completion UI code.
197 200
@@ -385,7 +388,7 @@ search in file buffers whose file names match the specified wildcard.
385That means, they change `default-directory' to the new users value, 388That means, they change `default-directory' to the new users value,
386and let commands run under that user permissions. It works even when 389and 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
388is possible by `*su' or `*sudo', repectively. 391is 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
391asks xterm what the background color is and it sets up faces 394asks xterm what the background color is and it sets up faces
@@ -456,8 +459,8 @@ 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
458either use `image-mode' that displays an image file as the actual image 461either use `image-mode' that displays an image file as the actual image
459inititally, or `image-mode-as-text' when you want to display an image file 462initially, or `image-mode-as-text' when you want to display an image file
460as text inititally. `image-mode-as-text' is a combination of a non-image 463as text initially. `image-mode-as-text' is a combination of a non-image
461mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'. 464mode 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.