aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-17 12:00:10 +0000
committerRichard M. Stallman2004-07-17 12:00:10 +0000
commitd1b2b8cc72806e2049b5fd694b6f7017fd254f74 (patch)
treeee02511a08d655e529dae44617b679e066f16f38
parent06382b71871b14694e85d36eb8384b6ecda2750e (diff)
downloademacs-d1b2b8cc72806e2049b5fd694b6f7017fd254f74.tar.gz
emacs-d1b2b8cc72806e2049b5fd694b6f7017fd254f74.zip
Minor cleanups in text.
-rw-r--r--etc/NEWS70
1 files changed, 35 insertions, 35 deletions
diff --git a/etc/NEWS b/etc/NEWS
index adbe4f41c51..7bb0ac87263 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,7 +150,7 @@ The new commands `comint-kill-whole-line' and `comint-kill-region'
150support editing comint buffers with read-only prompts. 150support editing comint buffers with read-only prompts.
151 151
152`comint-kill-whole-line' is like `kill-whole-line', but ignores both 152`comint-kill-whole-line' is like `kill-whole-line', but ignores both
153read-only and field properties. Hence, it will always kill entire 153read-only and field properties. Hence, it always kill entire
154lines, including any prompts. 154lines, including any prompts.
155 155
156`comint-kill-region' is like `kill-region', except that it ignores 156`comint-kill-region' is like `kill-region', except that it ignores
@@ -164,7 +164,7 @@ kill-ring, but does not delete it.
164** You can now use next-error (C-x `) and previous-error to advance to 164** You can now use next-error (C-x `) and previous-error to advance to
165the next/previous matching line found by M-x occur. 165the next/previous matching line found by M-x occur.
166 166
167** Telnet will now prompt you for a port number with C-u M-x telnet. 167** Telnet now prompts you for a port number with C-u M-x telnet.
168 168
169+++ 169+++
170** New command line option -Q. 170** New command line option -Q.
@@ -183,9 +183,9 @@ supplied. This behavior is analogous to `write-file'.
183** You can now use Auto Revert mode to `tail' a file. 183** You can now use Auto Revert mode to `tail' a file.
184If point is at the end of a file buffer before reverting, Auto Revert 184If point is at the end of a file buffer before reverting, Auto Revert
185mode keeps it at the end after reverting. Similarly if point is 185mode keeps it at the end after reverting. Similarly if point is
186displayed at the end of a file buffer in any window, it will stay at 186displayed at the end of a file buffer in any window, it stays at
187the end of the buffer in that window. This allows to tail a file: 187the end of the buffer in that window. This allows to tail a file:
188just put point at the end of the buffer and it will stay there. This 188just put point at the end of the buffer and it stays there. This
189rule applies to file buffers. For non-file buffers, the behavior may 189rule applies to file buffers. For non-file buffers, the behavior may
190be mode dependent. 190be mode dependent.
191 191
@@ -193,7 +193,7 @@ be mode dependent.
193other potential problems when deciding which non-file buffers to 193other potential problems when deciding which non-file buffers to
194revert. This matters especially if Global Auto Revert mode is enabled 194revert. This matters especially if Global Auto Revert mode is enabled
195and `global-auto-revert-non-file-buffers' is non-nil. Auto Revert 195and `global-auto-revert-non-file-buffers' is non-nil. Auto Revert
196mode will only revert a non-file buffer if the buffer has a non-nil 196mode only reverts a non-file buffer if the buffer has a non-nil
197`revert-buffer-function' and a non-nil `buffer-stale-function', which 197`revert-buffer-function' and a non-nil `buffer-stale-function', which
198decides whether the buffer should be reverted. Currently, this means 198decides whether the buffer should be reverted. Currently, this means
199that auto reverting works for Dired buffers (although this may not 199that auto reverting works for Dired buffers (although this may not
@@ -231,7 +231,7 @@ The new file etc/compilation.txt gives examples of each type of message.
231** M-x grep has been adapted to new compile 231** M-x grep has been adapted to new compile
232 232
233Hits are fontified in green, and hits in binary files in orange. Grep buffers 233Hits are fontified in green, and hits in binary files in orange. Grep buffers
234can be saved and will again be loaded with the new `grep-mode'. 234can be saved and automatically revisited with the new Grep mode.
235 235
236** M-x diff uses diff-mode instead of compilation-mode. 236** M-x diff uses diff-mode instead of compilation-mode.
237 237
@@ -433,7 +433,7 @@ with special modes such as Tar mode.
433 433
434** Enhancements to apropos commands: 434** Enhancements to apropos commands:
435 435
436*** The apropos commands will now accept a list of words to match. 436*** The apropos commands now accept a list of words to match.
437When more than one word is specified, at least two of those words must 437When more than one word is specified, at least two of those words must
438be present for an item to match. Regular expression matching is still 438be present for an item to match. Regular expression matching is still
439available. 439available.
@@ -612,7 +612,7 @@ XIM by default, the X resource useXIM can be used to turn it on.
612`file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'. 612`file|dir1' and `file|dir2' to `file|dir1/subdir' and `file|dir2/subdir'.
613 613
614** If the user visits a file larger than `large-file-warning-threshold', 614** If the user visits a file larger than `large-file-warning-threshold',
615Emacs will prompt her for confirmation. 615Emacs prompts her for confirmation.
616 616
617** A UTF-7 coding system is available in the library `utf-7'. 617** A UTF-7 coding system is available in the library `utf-7'.
618 618
@@ -689,8 +689,8 @@ directory is used for auto-save files of mail buffers. It defaults to
689+++ 689+++
690** When you are root, and you visit a file whose modes specify 690** When you are root, and you visit a file whose modes specify
691read-only, the Emacs buffer is now read-only too. Type C-x C-q if you 691read-only, the Emacs buffer is now read-only too. Type C-x C-q if you
692want to make the buffer writable. (As root, you will in fact be able 692want to make the buffer writable. (As root, you can in fact alter the
693to alter the file.) 693file.)
694 694
695** The new command `revert-buffer-with-coding-system' (C-x RET r) 695** The new command `revert-buffer-with-coding-system' (C-x RET r)
696revisits the current file using a coding system that you specify. 696revisits the current file using a coding system that you specify.
@@ -712,7 +712,7 @@ in the menu dropped down when you click "Buffers" from the menu bar.
712 712
713`buffers-menu-show-directories' controls whether the menu displays 713`buffers-menu-show-directories' controls whether the menu displays
714leading directories as part of the file name visited by the buffer. 714leading directories as part of the file name visited by the buffer.
715If its value is `unless-uniquify', the default, directories will be 715If its value is `unless-uniquify', the default, directories are
716shown unless uniquify-buffer-name-style' is non-nil. The value of nil 716shown unless uniquify-buffer-name-style' is non-nil. The value of nil
717and t turn the display of directories off and on, respectively. 717and t turn the display of directories off and on, respectively.
718 718
@@ -791,7 +791,7 @@ sets plus some other 8-bit sets, but can be extended. For instance,
791translation works amongst the Emacs ...-iso8859-... charsets and the 791translation works amongst the Emacs ...-iso8859-... charsets and the
792mule-unicode-... ones. 792mule-unicode-... ones.
793 793
794By default this translation will happen automatically on encoding. 794By default this translation happens automatically on encoding.
795Self-inserting characters are translated to make the input conformant 795Self-inserting characters are translated to make the input conformant
796with the encoding of the buffer in which it's being used, where 796with the encoding of the buffer in which it's being used, where
797possible. 797possible.
@@ -869,7 +869,7 @@ the window edge point is allowed to get before automatic hscrolling
869will horizontally scroll the window. The default value is 5. 869will horizontally scroll the window. The default value is 5.
870 870
871The variable `hscroll-step' determines how many columns automatic 871The variable `hscroll-step' determines how many columns automatic
872hscrolling will scroll the window when point gets too close to the 872hscrolling scrolls the window when point gets too close to the
873window edge. If its value is zero, the default, Emacs scrolls the 873window edge. If its value is zero, the default, Emacs scrolls the
874window so as to center point. If its value is an integer, it says how 874window so as to center point. If its value is an integer, it says how
875many columns to scroll. If the value is a floating-point number, it 875many columns to scroll. If the value is a floating-point number, it
@@ -1117,8 +1117,8 @@ remove `turn-on-font-lock' from `Info-mode-hook'.
1117 1117
1118+++ 1118+++
1119** M-x grep now tries to avoid appending `/dev/null' to the command line 1119** M-x grep now tries to avoid appending `/dev/null' to the command line
1120by using GNU grep `-H' option instead. M-x grep will automatically 1120by using GNU grep `-H' option instead. M-x grep automatically
1121detect whether this is possible or not the first time it is invoked. 1121detects whether this is possible or not the first time it is invoked.
1122When `-H' is used, the grep command line supplied by the user is passed 1122When `-H' is used, the grep command line supplied by the user is passed
1123unchanged to the system to execute, which allows more complicated 1123unchanged to the system to execute, which allows more complicated
1124command lines to be used than was possible before. 1124command lines to be used than was possible before.
@@ -1182,7 +1182,7 @@ counter to the specified source line (the one where point is).
1182 1182
1183*** The STARTTLS elisp wrapper (starttls.el) can now use GNUTLS 1183*** The STARTTLS elisp wrapper (starttls.el) can now use GNUTLS
1184instead of the OpenSSL based "starttls" tool. For backwards 1184instead of the OpenSSL based "starttls" tool. For backwards
1185compatibility, it will prefer "starttls", but you can toggle 1185compatibility, it prefers "starttls", but you can toggle
1186`starttls-use-gnutls' to switch to GNUTLS (or simply remove the 1186`starttls-use-gnutls' to switch to GNUTLS (or simply remove the
1187"starttls" tool). 1187"starttls" tool).
1188 1188
@@ -1217,10 +1217,10 @@ refontification takes place.
1217+++ 1217+++
1218** Marking commands extend the region when invoked multiple times. If 1218** Marking commands extend the region when invoked multiple times. If
1219you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or 1219you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or
1220C-M-h (mark-defun) repeatedly, the marked region will now be extended 1220C-M-h (mark-defun) repeatedly, the marked region extends each time, so
1221each time, so you can mark the next two sexps with M-C-SPC M-C-SPC, 1221you can mark the next two sexps with M-C-SPC M-C-SPC, for example.
1222for example. This feature also works for mark-end-of-sentence, if you 1222This feature also works for mark-end-of-sentence, if you bind that to
1223bind that to a key. 1223a key.
1224 1224
1225+++ 1225+++
1226** Some commands do something special in Transient Mark mode when the 1226** Some commands do something special in Transient Mark mode when the
@@ -1242,7 +1242,7 @@ C-g.
1242 1242
1243+++ 1243+++
1244** A prefix argument is no longer required to repeat a jump to a 1244** A prefix argument is no longer required to repeat a jump to a
1245previous mark, i.e. C-u C-SPC C-SPC C-SPC ... will cycle through the 1245previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the
1246mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. 1246mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump.
1247 1247
1248+++ 1248+++
@@ -1449,7 +1449,7 @@ writes tags pointing to the source file.
1449*** New option --parse-stdin=FILE. 1449*** New option --parse-stdin=FILE.
1450This option is mostly useful when calling etags from programs. It can 1450This option is mostly useful when calling etags from programs. It can
1451be used (only once) in place of a file name on the command line. Etags 1451be used (only once) in place of a file name on the command line. Etags
1452will read from standard input and mark the produced tags as belonging to 1452reads from standard input and mark the produced tags as belonging to
1453the file FILE. 1453the file FILE.
1454 1454
1455+++ 1455+++
@@ -1757,8 +1757,8 @@ fill-single-word-nobreak-p and fill-french-nobreak-p.
1757 1757
1758+++ 1758+++
1759** New user option `add-log-always-start-new-record'. 1759** New user option `add-log-always-start-new-record'.
1760When this option is enabled, M-x add-change-log-entry will always 1760When this option is enabled, M-x add-change-log-entry always
1761start a new record regardless of when the last record is. 1761starts a new record regardless of when the last record is.
1762 1762
1763+++ 1763+++
1764** SGML mode has indentation and supports XML syntax. 1764** SGML mode has indentation and supports XML syntax.
@@ -1910,13 +1910,13 @@ pass them to Windows to be handled with system-wide functions.
1910 1910
1911--- 1911---
1912** Emacs takes note of colors defined in Control Panel on MS-Windows. 1912** Emacs takes note of colors defined in Control Panel on MS-Windows.
1913The Control Panel defines some default colors for applications in 1913The Control Panel defines some default colors for applications in much
1914much the same way as wildcard X Resources do on X. Emacs now 1914the same way as wildcard X Resources do on X. Emacs now adds these
1915adds these colors to the colormap prefixed by System (eg SystemMenu 1915colors to the colormap prefixed by System (eg SystemMenu for the
1916for the default Menu background, SystemMenuText for the foreground), 1916default Menu background, SystemMenuText for the foreground), and uses
1917and uses some of them to initialize some of the default faces. 1917some of them to initialize some of the default faces.
1918`list-colors-display' will show the list of System color names if you 1918`list-colors-display' shows the list of System color names, in case
1919wish to use them in other faces. 1919you wish to use them in other faces.
1920 1920
1921+++ 1921+++
1922** Under X11, it is possible to swap Alt and Meta (and Super and Hyper). 1922** Under X11, it is possible to swap Alt and Meta (and Super and Hyper).
@@ -2084,7 +2084,7 @@ this behaviour via the variable kmacro-call-repeat-key and
2084kmacro-call-repeat-with-arg. 2084kmacro-call-repeat-with-arg.
2085 2085
2086Keyboard macros can now be debugged and edited interactively. 2086Keyboard macros can now be debugged and edited interactively.
2087C-x C-k SPC will step through the last keyboard macro one key sequence 2087C-x C-k SPC steps through the last keyboard macro one key sequence
2088at a time, prompting for the actions to take. 2088at a time, prompting for the actions to take.
2089 2089
2090--- 2090---
@@ -3577,9 +3577,9 @@ it in that buffer.
3577properties from surrounding text. 3577properties from surrounding text.
3578 3578
3579+++ 3579+++
3580** `(match-data t)' will append the buffer as a final element of the 3580** The list returned by `(match-data t)' now has the buffer as a final
3581match data if the last match was on a buffer. `set-match-data' will 3581element, if the last match was on a buffer. `set-match-data'
3582accept this for restoring the match state. 3582accepts such a list for restoring the match state.
3583 3583
3584+++ 3584+++
3585** New function `buffer-local-value'. 3585** New function `buffer-local-value'.