# HG changeset patch # User Stefan Monnier # Date 1054424171 0 # Node ID 31bb2083978beb3c81c27f8b79f10d24d7ca5016 # Parent 991f2dd7d5e1b98864a1bf91ceb81cf0aec4961a *** empty log message *** diff -r 991f2dd7d5e1 -r 31bb2083978b etc/NEWS --- 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, ...