aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-01-06 12:13:43 +0000
committerEli Zaretskii2006-01-06 12:13:43 +0000
commitf7735be530bc43e07f70938b3a169019914abbe2 (patch)
treec19c9e1a1ce5b6bc8f642e0a621b9fc605f69012
parent8c722a81428464abc4469223e0465552886743a8 (diff)
downloademacs-f7735be530bc43e07f70938b3a169019914abbe2.tar.gz
emacs-f7735be530bc43e07f70938b3a169019914abbe2.zip
Fix typos.
-rw-r--r--etc/NEWS92
1 files changed, 47 insertions, 45 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a6e3863427..8bf912b346a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -184,7 +184,7 @@ disables the splash screen; see also the variable
184`inhibit-splash-screen'). 184`inhibit-splash-screen').
185 185
186+++ 186+++
187** The default is now to use an bitmap as the icon, so the command-line options 187** The default is now to use a bitmap as the icon, so the command-line options
188--icon-type, -i has been replaced with options --no-bitmap-icon, -nbi to turn 188--icon-type, -i has been replaced with options --no-bitmap-icon, -nbi to turn
189the bitmap icon off. 189the bitmap icon off.
190 190
@@ -572,7 +572,7 @@ is only rarely needed.
572 572
573+++ 573+++
574*** In processing a local variables list, Emacs strips the prefix and 574*** In processing a local variables list, Emacs strips the prefix and
575suffix are from every line before processing all the lines. 575suffix from every line before processing all the lines.
576 576
577+++ 577+++
578*** find-file-read-only visits multiple files in read-only mode, 578*** find-file-read-only visits multiple files in read-only mode,
@@ -731,7 +731,7 @@ The variable `automatic-hscrolling' was renamed to
731`auto-hscroll-mode'. The old name is still available as an alias. 731`auto-hscroll-mode'. The old name is still available as an alias.
732 732
733--- 733---
734*** Moving or scrolling through images (and other lines) taller that 734*** Moving or scrolling through images (and other lines) taller than
735the window now works sensibly, by automatically adjusting the window's 735the window now works sensibly, by automatically adjusting the window's
736vscroll property. 736vscroll property.
737 737
@@ -1197,7 +1197,7 @@ under the "[State]" button.
1197 1197
1198+++ 1198+++
1199*** New command `Buffer-menu-toggle-files-only' toggles display of file 1199*** New command `Buffer-menu-toggle-files-only' toggles display of file
1200buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu 1200buffers only in the Buffer Menu. It is bound to T in Buffer Menu
1201mode. 1201mode.
1202 1202
1203+++ 1203+++
@@ -1290,7 +1290,7 @@ to the kill-ring, but does not delete it.
1290 1290
1291+++ 1291+++
1292*** The new command `comint-insert-previous-argument' in comint-derived 1292*** The new command `comint-insert-previous-argument' in comint-derived
1293modes (shell-mode etc) inserts arguments from previous command lines, 1293modes (shell-mode, etc.) inserts arguments from previous command lines,
1294like bash's `ESC .' binding. It is bound by default to `C-c .', but 1294like bash's `ESC .' binding. It is bound by default to `C-c .', but
1295otherwise behaves quite similarly to the bash version. 1295otherwise behaves quite similarly to the bash version.
1296 1296
@@ -2388,6 +2388,7 @@ the syntax of backslashes in F90 buffers.
2388 2388
2389--- 2389---
2390** Reftex mode changes 2390** Reftex mode changes
2391
2391+++ 2392+++
2392*** Changes to RefTeX's table of contents 2393*** Changes to RefTeX's table of contents
2393 2394
@@ -2505,7 +2506,8 @@ and super/sub-scripts are made into super/sub-scripts.
2505point (bound to C-c C-l and mouse-2, RET on clickable fields). 2506point (bound to C-c C-l and mouse-2, RET on clickable fields).
2506 2507
2507*** The new command `bibtex-entry-update' (bound to C-c C-u) updates 2508*** The new command `bibtex-entry-update' (bound to C-c C-u) updates
2508an existing BibTeX entry. 2509an existing BibTeX entry by inserting fields that may occur but are not
2510present.
2509 2511
2510*** New `bibtex-entry-format' option `required-fields', enabled by default. 2512*** New `bibtex-entry-format' option `required-fields', enabled by default.
2511 2513
@@ -2586,45 +2588,45 @@ not executing.
2586--- 2588---
2587** GUD mode improvements for jdb: 2589** GUD mode improvements for jdb:
2588 2590
2589*** Search for source files using jdb classpath and class 2591*** Search for source files using jdb classpath and class information.
2590 information. Fast startup since there is no need to scan all 2592Fast startup since there is no need to scan all source files up front.
2591 source files up front. There is also no need to create and maintain 2593There is also no need to create and maintain lists of source
2592 lists of source directories to scan. Look at `gud-jdb-use-classpath' 2594directories to scan. Look at `gud-jdb-use-classpath' and
2593 and `gud-jdb-classpath' customization variables documentation. 2595`gud-jdb-classpath' customization variables documentation.
2594 2596
2595*** Supports the standard breakpoint (gud-break, gud-clear) 2597*** Supports the standard breakpoint (gud-break, gud-clear)
2596 set/clear operations from java source files under the classpath, stack 2598set/clear operations from Java source files under the classpath, stack
2597 traversal (gud-up, gud-down), and run until current stack finish 2599traversal (gud-up, gud-down), and run until current stack finish
2598 (gud-finish). 2600(gud-finish).
2599 2601
2600*** Supports new jdb (Java 1.2 and later) in addition to oldjdb 2602*** Supports new jdb (Java 1.2 and later) in addition to oldjdb
2601 (Java 1.1 jdb). 2603(Java 1.1 jdb).
2602 2604
2603*** The previous method of searching for source files has been 2605*** The previous method of searching for source files has been
2604 preserved in case someone still wants/needs to use it. 2606preserved in case someone still wants/needs to use it.
2605 Set `gud-jdb-use-classpath' to nil. 2607Set `gud-jdb-use-classpath' to nil.
2606 2608
2607 Added Customization Variables 2609*** Added Customization Variables
2608 2610
2609*** `gud-jdb-command-name'. What command line to use to invoke jdb. 2611**** `gud-jdb-command-name'. What command line to use to invoke jdb.
2610 2612
2611*** `gud-jdb-use-classpath'. Allows selection of java source file searching 2613**** `gud-jdb-use-classpath'. Allows selection of java source file searching
2612 method: set to t for new method, nil to scan `gud-jdb-directories' for 2614method: set to t for new method, nil to scan `gud-jdb-directories' for
2613 java sources (previous method). 2615java sources (previous method).
2614 2616
2615*** `gud-jdb-directories'. List of directories to scan and search for java 2617**** `gud-jdb-directories'. List of directories to scan and search for Java
2616 classes using the original gud-jdb method (if `gud-jdb-use-classpath' 2618classes using the original gud-jdb method (if `gud-jdb-use-classpath'
2617 is nil). 2619is nil).
2618 2620
2619 Minor Improvements 2621*** Minor Improvements
2620 2622
2621*** The STARTTLS wrapper (starttls.el) can now use GNUTLS 2623**** The STARTTLS wrapper (starttls.el) can now use GNUTLS
2622instead of the OpenSSL based `starttls' tool. For backwards 2624instead of the OpenSSL based `starttls' tool. For backwards
2623compatibility, it prefers `starttls', but you can toggle 2625compatibility, it prefers `starttls', but you can toggle
2624`starttls-use-gnutls' to switch to GNUTLS (or simply remove the 2626`starttls-use-gnutls' to switch to GNUTLS (or simply remove the
2625`starttls' tool). 2627`starttls' tool).
2626 2628
2627*** Do not allow debugger output history variable to grow without bounds. 2629**** Do not allow debugger output history variable to grow without bounds.
2628 2630
2629** Auto-Revert changes: 2631** Auto-Revert changes:
2630 2632
@@ -2665,7 +2667,7 @@ only gets updated whenever the buffer gets reverted.
2665--- 2667---
2666** recentf changes. 2668** recentf changes.
2667 2669
2668The recent file list is now automatically cleanup when recentf mode is 2670The recent file list is now automatically cleaned up when recentf mode is
2669enabled. The new option `recentf-auto-cleanup' controls when to do 2671enabled. The new option `recentf-auto-cleanup' controls when to do
2670automatic cleanup. 2672automatic cleanup.
2671 2673
@@ -2791,7 +2793,7 @@ and rapid prototyping for tagging new languages.
2791 2793
2792The escaped character sequence \a, \b, \d, \e, \f, \n, \r, \t, \v, 2794The escaped character sequence \a, \b, \d, \e, \f, \n, \r, \t, \v,
2793respectively, stand for the ASCII characters BEL, BS, DEL, ESC, FF, NL, 2795respectively, stand for the ASCII characters BEL, BS, DEL, ESC, FF, NL,
2794CR, TAB, VT, 2796CR, TAB, VT.
2795 2797
2796**** Regular expressions can be bound to a given language. 2798**** Regular expressions can be bound to a given language.
2797 2799
@@ -3540,7 +3542,7 @@ This combines `defalias' and `make-obsolete'.
3540 3542
3541It returns nil if the given Lisp form can't possibly do anything 3543It returns nil if the given Lisp form can't possibly do anything
3542dangerous; otherwise it returns a reason why the form might be unsafe 3544dangerous; otherwise it returns a reason why the form might be unsafe
3543(calls unknown function, alters global variable, etc). 3545(calls unknown function, alters global variable, etc.).
3544 3546
3545+++ 3547+++
3546*** New macro `eval-at-startup' specifies expressions to 3548*** New macro `eval-at-startup' specifies expressions to
@@ -3696,7 +3698,7 @@ It defaults to 1.
3696It defaults to 1. 3698It defaults to 1.
3697 3699
3698+++ 3700+++
3699*** New function `mouse-on-link-p' test if a position is in a clickable link. 3701*** New function `mouse-on-link-p' tests if a position is in a clickable link.
3700 3702
3701This is the function used by the new `mouse-1-click-follows-link' 3703This is the function used by the new `mouse-1-click-follows-link'
3702functionality. 3704functionality.
@@ -3854,7 +3856,7 @@ value of VARIABLE instead.
3854*** The function `frame-or-buffer-changed-p' now lets you maintain 3856*** The function `frame-or-buffer-changed-p' now lets you maintain
3855various status records in parallel. 3857various status records in parallel.
3856 3858
3857It take a variable (a symbol) as argument. If the variable is non-nil, 3859It takes a variable (a symbol) as argument. If the variable is non-nil,
3858then its value should be a vector installed previously by 3860then its value should be a vector installed previously by
3859`frame-or-buffer-changed-p'. If the frame names, buffer names, buffer 3861`frame-or-buffer-changed-p'. If the frame names, buffer names, buffer
3860order, or their read-only or modified flags have changed, since the 3862order, or their read-only or modified flags have changed, since the
@@ -3945,7 +3947,7 @@ accepts such a list for restoring the match state.
3945+++ 3947+++
3946*** Functions `match-data' and `set-match-data' now have an optional 3948*** Functions `match-data' and `set-match-data' now have an optional
3947argument `reseat'. When non-nil, all markers in the match data list 3949argument `reseat'. When non-nil, all markers in the match data list
3948passed to these function will be reseated to point to nowhere. 3950passed to these functions will be reseated to point to nowhere.
3949 3951
3950+++ 3952+++
3951*** The default value of `sentence-end' is now defined using the new 3953*** The default value of `sentence-end' is now defined using the new
@@ -4081,7 +4083,7 @@ many iterations the file name obtained is still a symbolic link,
4081+++ 4083+++
4082*** The new hook `before-save-hook' is invoked by `basic-save-buffer' 4084*** The new hook `before-save-hook' is invoked by `basic-save-buffer'
4083before saving buffers. This allows packages to perform various final 4085before saving buffers. This allows packages to perform various final
4084tasks, for example; it can be used by the copyright package to make 4086tasks. For example, it can be used by the copyright package to make
4085sure saved files have the current year in any copyright headers. 4087sure saved files have the current year in any copyright headers.
4086 4088
4087+++ 4089+++
@@ -4100,7 +4102,7 @@ further filter candidate files.
4100 4102
4101One advantage of using this function is that the list of suffixes in 4103One advantage of using this function is that the list of suffixes in
4102`exec-suffixes' is OS-dependant, so this function will find 4104`exec-suffixes' is OS-dependant, so this function will find
4103executables without polluting Lisp code with OS dependancies. 4105executables without polluting Lisp code with OS dependencies.
4104 4106
4105--- 4107---
4106*** The precedence of file name handlers has been changed. 4108*** The precedence of file name handlers has been changed.
@@ -4182,7 +4184,7 @@ whether completion ignores case when reading a file name with the
4182`read-file-name' function. 4184`read-file-name' function.
4183 4185
4184+++ 4186+++
4185*** The new function `read-directory-name' for reading a directory name. 4187*** The new function `read-directory-name' is for reading a directory name.
4186 4188
4187It is like `read-file-name' except that the defaulting works better 4189It is like `read-file-name' except that the defaulting works better
4188for directories, and completion inside it shows only directories. 4190for directories, and completion inside it shows only directories.
@@ -4385,7 +4387,7 @@ output data is read in very small blocks, potentially resulting in
4385very poor performance. This behavior can be remedied to some extent 4387very poor performance. This behavior can be remedied to some extent
4386by setting the new variable `process-adaptive-read-buffering' to a 4388by setting the new variable `process-adaptive-read-buffering' to a
4387non-nil value (the default), as it will automatically delay reading 4389non-nil value (the default), as it will automatically delay reading
4388from such processes, to allowing them to produce more output before 4390from such processes, allowing them to produce more output before
4389emacs tries to read it. 4391emacs tries to read it.
4390 4392
4391*** The new function `call-process-shell-command'. 4393*** The new function `call-process-shell-command'.
@@ -4559,7 +4561,7 @@ or bottom edge of a window. It does not move other window edges.
4559fringe bitmaps, as well as change the built-in fringe bitmaps. 4561fringe bitmaps, as well as change the built-in fringe bitmaps.
4560 4562
4561To change a built-in bitmap, do (require 'fringe) and use the symbol 4563To change a built-in bitmap, do (require 'fringe) and use the symbol
4562identifing the bitmap such as `left-truncation or `continued-line'. 4564identifing the bitmap such as `left-truncation' or `continued-line'.
4563 4565
4564*** New function `destroy-fringe-bitmap' deletes a fringe bitmap 4566*** New function `destroy-fringe-bitmap' deletes a fringe bitmap
4565or restores a built-in one to its default value. 4567or restores a built-in one to its default value.
@@ -4595,7 +4597,7 @@ Setting the width to 0 effectively removes the corresponding fringe.
4595The actual default fringe widths for the frame may deviate from the 4597The actual default fringe widths for the frame may deviate from the
4596specified widths, since the combined fringe widths must match an 4598specified widths, since the combined fringe widths must match an
4597integral number of columns. The extra width is distributed evenly 4599integral number of columns. The extra width is distributed evenly
4598between the left and right fringe. For force a specific fringe width, 4600between the left and right fringe. To force a specific fringe width,
4599specify the width as a negative integer (if both widths are negative, 4601specify the width as a negative integer (if both widths are negative,
4600only the left fringe gets the specified width). 4602only the left fringe gets the specified width).
4601 4603
@@ -4719,7 +4721,7 @@ which is used as a height relative to the default frame line height.
4719*** Enhancements to stretch display properties 4721*** Enhancements to stretch display properties
4720 4722
4721The display property stretch specification form `(space PROPS)', where 4723The display property stretch specification form `(space PROPS)', where
4722PROPS is a property list now allows pixel based width and height 4724PROPS is a property list, now allows pixel based width and height
4723specifications, as well as enhanced horizontal text alignment. 4725specifications, as well as enhanced horizontal text alignment.
4724 4726
4725The value of these properties can now be a (primitive) expression 4727The value of these properties can now be a (primitive) expression
@@ -5044,7 +5046,7 @@ refontification of `bar' whenever the `e' is added/removed.
5044*** `set-auto-mode' now gives the interpreter magic line (if present) 5046*** `set-auto-mode' now gives the interpreter magic line (if present)
5045precedence over the file name. Likewise an `<?xml' or `<!DOCTYPE' 5047precedence over the file name. Likewise an `<?xml' or `<!DOCTYPE'
5046declaration will give the buffer XML or SGML mode, based on the new 5048declaration will give the buffer XML or SGML mode, based on the new
5047var `magic-mode-alist'. 5049variable `magic-mode-alist'.
5048 5050
5049+++ 5051+++
5050*** Use the new function `run-mode-hooks' to run the major mode's mode hook. 5052*** Use the new function `run-mode-hooks' to run the major mode's mode hook.
@@ -5351,7 +5353,7 @@ debugging output on the stderr file handle to a file.
5351In each case the old name remains as an alias for the moment. 5353In each case the old name remains as an alias for the moment.
5352 5354
5353+++ 5355+++
5354*** local-write-file-hooks is marked obsolete 5356*** Variable `local-write-file-hooks' is marked obsolete.
5355 5357
5356Use the LOCAL arg of `add-hook'. 5358Use the LOCAL arg of `add-hook'.
5357 5359
@@ -11627,7 +11629,7 @@ guidelines are found in the Emacs Lisp programming manual.
11627 11629
11628*** The net-utils package makes some common networking features 11630*** The net-utils package makes some common networking features
11629available in Emacs. Some of these functions are wrappers around 11631available in Emacs. Some of these functions are wrappers around
11630system utilities (ping, nslookup, etc); others are implementations of 11632system utilities (ping, nslookup, etc.); others are implementations of
11631simple protocols (finger, whois) in Emacs Lisp. There are also 11633simple protocols (finger, whois) in Emacs Lisp. There are also
11632functions to make simple connections to TCP/IP ports for debugging and 11634functions to make simple connections to TCP/IP ports for debugging and
11633the like. 11635the like.
@@ -11646,7 +11648,7 @@ the user option `midnight-mode' to t.
11646 samba-generic-mode: Samba configuration files 11648 samba-generic-mode: Samba configuration files
11647 fvwm-generic-mode: For fvwm initialization files 11649 fvwm-generic-mode: For fvwm initialization files
11648 x-resource-generic-mode: For X resource files 11650 x-resource-generic-mode: For X resource files
11649 hosts-generic-mode: For hosts files (.rhosts, /etc/hosts, etc) 11651 hosts-generic-mode: For hosts files (.rhosts, /etc/hosts, etc.)
11650 mailagent-rules-generic-mode: For mailagent .rules files 11652 mailagent-rules-generic-mode: For mailagent .rules files
11651 javascript-generic-mode: For JavaScript files 11653 javascript-generic-mode: For JavaScript files
11652 vrml-generic-mode: For VRML files 11654 vrml-generic-mode: For VRML files