summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-05-31 23:36:11 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-05-31 23:36:11 +0000
commit2144639cfe28b3501d90357119a656b439f7fad0 (patch)
tree2d098f8dd050aec339446e988e532cc5e0224e90
parentca4614c8524e3d437489d05db0a9fc7a298e7523 (diff)
downloademacs-2144639cfe28b3501d90357119a656b439f7fad0.tar.gz
*** 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.
** `describe-char' can show data from the Unicode database file. See
user option `unicode-data'.
-** `undo-only' (bound to C-x U) does an undo which does not redo any
-previous undo.
+** `undo-only' does an undo which does not redo any previous undo.
** `uniquify-strip-common-suffix' tells uniquify to prefer
`file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'.
@@ -375,6 +374,7 @@ The variable `automatic-hscrolling' was renamed to
`auto-hscroll-mode'. The old name is still available as an alias.
** TeX:
+*** C-c C-c prompts for a command to run, and tries to offer a good default.
+++
*** The user option `tex-start-options-string' has been replaced
by two new user options: `tex-start-options', which should hold
@@ -1045,6 +1045,7 @@ Meta and Alt:
* New modes and packages in 21.4
+** GDB-Script-mode is used for files like .gdbinit.
** GDB-UI is now part of the Emacs distribution.
This mode acts as an enhanced graphical user interface to GDB. You can
@@ -1222,7 +1223,7 @@ settings.
---
** The minor mode Reveal mode makes text visible on the fly as you
-move your cursor into hidden region of the buffer.
+move your cursor into hidden regions of the buffer.
It should work with any package that uses overlays to hide parts
of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ...