aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-05-31 23:36:11 +0000
committerStefan Monnier2003-05-31 23:36:11 +0000
commita95cefd7752a82208d64e905a76ba088c7536bc1 (patch)
tree4491fa15ccf0cc6c81bdcd9c42341e97d1762226
parentf984e73e762be7bcbe40c759fbbb8ed714de66f3 (diff)
downloademacs-a95cefd7752a82208d64e905a76ba088c7536bc1.tar.gz
emacs-a95cefd7752a82208d64e905a76ba088c7536bc1.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9417fe49fdf..46ac58e3e58 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -107,8 +107,7 @@ speed up Emacs with slow networking to the X server.
107** `describe-char' can show data from the Unicode database file. See 107** `describe-char' can show data from the Unicode database file. See
108user option `unicode-data'. 108user option `unicode-data'.
109 109
110** `undo-only' (bound to C-x U) does an undo which does not redo any 110** `undo-only' does an undo which does not redo any previous undo.
111previous undo.
112 111
113** `uniquify-strip-common-suffix' tells uniquify to prefer 112** `uniquify-strip-common-suffix' tells uniquify to prefer
114`file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'. 113`file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'.
@@ -375,6 +374,7 @@ The variable `automatic-hscrolling' was renamed to
375`auto-hscroll-mode'. The old name is still available as an alias. 374`auto-hscroll-mode'. The old name is still available as an alias.
376 375
377** TeX: 376** TeX:
377*** C-c C-c prompts for a command to run, and tries to offer a good default.
378+++ 378+++
379*** The user option `tex-start-options-string' has been replaced 379*** The user option `tex-start-options-string' has been replaced
380by two new user options: `tex-start-options', which should hold 380by two new user options: `tex-start-options', which should hold
@@ -1045,6 +1045,7 @@ Meta and Alt:
1045 1045
1046* New modes and packages in 21.4 1046* New modes and packages in 21.4
1047 1047
1048** GDB-Script-mode is used for files like .gdbinit.
1048** GDB-UI is now part of the Emacs distribution. 1049** GDB-UI is now part of the Emacs distribution.
1049 1050
1050This mode acts as an enhanced graphical user interface to GDB. You can 1051This mode acts as an enhanced graphical user interface to GDB. You can
@@ -1222,7 +1223,7 @@ settings.
1222 1223
1223--- 1224---
1224** The minor mode Reveal mode makes text visible on the fly as you 1225** The minor mode Reveal mode makes text visible on the fly as you
1225move your cursor into hidden region of the buffer. 1226move your cursor into hidden regions of the buffer.
1226It should work with any package that uses overlays to hide parts 1227It should work with any package that uses overlays to hide parts
1227of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ... 1228of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ...
1228 1229