changeset 51374:31bb2083978b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 31 May 2003 23:36:11 +0000
parents 991f2dd7d5e1
children 2e1886ab346d
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat May 31 22:18:22 2003 +0000
+++ b/etc/NEWS	Sat May 31 23:36:11 2003 +0000
@@ -107,8 +107,7 @@
 ** `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 @@
 `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 @@
 
 * 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 @@
 
 ---
 ** 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, ...