comparison etc/NEWS @ 51374:31bb2083978b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 31 May 2003 23:36:11 +0000
parents 0d8a28231554
children 96facfc71511
comparison
equal deleted inserted replaced
51373:991f2dd7d5e1 51374:31bb2083978b
105 speed up Emacs with slow networking to the X server. 105 speed up Emacs with slow networking to the X server.
106 106
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'.
115 114
116 ** If the user visits a file larger than `large-file-warning-threshold', 115 ** If the user visits a file larger than `large-file-warning-threshold',
373 372
374 The variable `automatic-hscrolling' was renamed to 373 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
381 command-line options to feed to TeX, and `tex-start-commands' which should hold 381 command-line options to feed to TeX, and `tex-start-commands' which should hold
382 TeX commands to use at startup. 382 TeX commands to use at startup.
1043 (setq x-alt-keysym 'meta) 1043 (setq x-alt-keysym 'meta)
1044 (setq x-meta-keysym 'alt) 1044 (setq x-meta-keysym '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
1051 interact with GDB through the GUD buffer in the usual way, but there are also 1052 interact with GDB through the GUD buffer in the usual way, but there are also
1052 further buffers which control the execution and describe the state of your 1053 further buffers which control the execution and describe the state of your
1220 change the `fill-column', `window-margins' and `tab-stop-list' 1221 change the `fill-column', `window-margins' and `tab-stop-list'
1221 settings. 1222 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
1229 There is also Global Reveal mode which affects all buffers. 1230 There is also Global Reveal mode which affects all buffers.
1230 1231