diff options
| author | Stefan Monnier | 2003-05-31 23:36:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-31 23:36:11 +0000 |
| commit | a95cefd7752a82208d64e905a76ba088c7536bc1 (patch) | |
| tree | 4491fa15ccf0cc6c81bdcd9c42341e97d1762226 | |
| parent | f984e73e762be7bcbe40c759fbbb8ed714de66f3 (diff) | |
| download | emacs-a95cefd7752a82208d64e905a76ba088c7536bc1.tar.gz emacs-a95cefd7752a82208d64e905a76ba088c7536bc1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -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 |
| 108 | user option `unicode-data'. | 108 | user 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. |
| 111 | previous 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 |
| 380 | by two new user options: `tex-start-options', which should hold | 380 | by 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 | ||
| 1050 | This mode acts as an enhanced graphical user interface to GDB. You can | 1051 | This 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 |
| 1225 | move your cursor into hidden region of the buffer. | 1226 | move your cursor into hidden regions of the buffer. |
| 1226 | It should work with any package that uses overlays to hide parts | 1227 | It should work with any package that uses overlays to hide parts |
| 1227 | of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ... | 1228 | of a buffer, such as outline-minor-mode, hs-minor-mode, hide-ifdef-mode, ... |
| 1228 | 1229 | ||