diff options
| author | Eli Zaretskii | 2006-01-06 12:13:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-01-06 12:13:43 +0000 |
| commit | f7735be530bc43e07f70938b3a169019914abbe2 (patch) | |
| tree | c19c9e1a1ce5b6bc8f642e0a621b9fc605f69012 | |
| parent | 8c722a81428464abc4469223e0465552886743a8 (diff) | |
| download | emacs-f7735be530bc43e07f70938b3a169019914abbe2.tar.gz emacs-f7735be530bc43e07f70938b3a169019914abbe2.zip | |
Fix typos.
| -rw-r--r-- | etc/NEWS | 92 |
1 files changed, 47 insertions, 45 deletions
| @@ -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 |
| 189 | the bitmap icon off. | 189 | the 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 |
| 575 | suffix are from every line before processing all the lines. | 575 | suffix 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 |
| 735 | the window now works sensibly, by automatically adjusting the window's | 735 | the window now works sensibly, by automatically adjusting the window's |
| 736 | vscroll property. | 736 | vscroll 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 |
| 1200 | buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu | 1200 | buffers only in the Buffer Menu. It is bound to T in Buffer Menu |
| 1201 | mode. | 1201 | mode. |
| 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 |
| 1293 | modes (shell-mode etc) inserts arguments from previous command lines, | 1293 | modes (shell-mode, etc.) inserts arguments from previous command lines, |
| 1294 | like bash's `ESC .' binding. It is bound by default to `C-c .', but | 1294 | like bash's `ESC .' binding. It is bound by default to `C-c .', but |
| 1295 | otherwise behaves quite similarly to the bash version. | 1295 | otherwise 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. | |||
| 2505 | point (bound to C-c C-l and mouse-2, RET on clickable fields). | 2506 | point (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 |
| 2508 | an existing BibTeX entry. | 2509 | an existing BibTeX entry by inserting fields that may occur but are not |
| 2510 | present. | ||
| 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 | 2592 | Fast 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 | 2593 | There is also no need to create and maintain lists of source |
| 2592 | lists of source directories to scan. Look at `gud-jdb-use-classpath' | 2594 | directories 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 | 2598 | set/clear operations from Java source files under the classpath, stack |
| 2597 | traversal (gud-up, gud-down), and run until current stack finish | 2599 | traversal (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. | 2606 | preserved in case someone still wants/needs to use it. |
| 2605 | Set `gud-jdb-use-classpath' to nil. | 2607 | Set `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 | 2614 | method: set to t for new method, nil to scan `gud-jdb-directories' for |
| 2613 | java sources (previous method). | 2615 | java 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' | 2618 | classes using the original gud-jdb method (if `gud-jdb-use-classpath' |
| 2617 | is nil). | 2619 | is 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 |
| 2622 | instead of the OpenSSL based `starttls' tool. For backwards | 2624 | instead of the OpenSSL based `starttls' tool. For backwards |
| 2623 | compatibility, it prefers `starttls', but you can toggle | 2625 | compatibility, 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 | ||
| 2668 | The recent file list is now automatically cleanup when recentf mode is | 2670 | The recent file list is now automatically cleaned up when recentf mode is |
| 2669 | enabled. The new option `recentf-auto-cleanup' controls when to do | 2671 | enabled. The new option `recentf-auto-cleanup' controls when to do |
| 2670 | automatic cleanup. | 2672 | automatic cleanup. |
| 2671 | 2673 | ||
| @@ -2791,7 +2793,7 @@ and rapid prototyping for tagging new languages. | |||
| 2791 | 2793 | ||
| 2792 | The escaped character sequence \a, \b, \d, \e, \f, \n, \r, \t, \v, | 2794 | The escaped character sequence \a, \b, \d, \e, \f, \n, \r, \t, \v, |
| 2793 | respectively, stand for the ASCII characters BEL, BS, DEL, ESC, FF, NL, | 2795 | respectively, stand for the ASCII characters BEL, BS, DEL, ESC, FF, NL, |
| 2794 | CR, TAB, VT, | 2796 | CR, 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 | ||
| 3541 | It returns nil if the given Lisp form can't possibly do anything | 3543 | It returns nil if the given Lisp form can't possibly do anything |
| 3542 | dangerous; otherwise it returns a reason why the form might be unsafe | 3544 | dangerous; 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. | |||
| 3696 | It defaults to 1. | 3698 | It 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 | ||
| 3701 | This is the function used by the new `mouse-1-click-follows-link' | 3703 | This is the function used by the new `mouse-1-click-follows-link' |
| 3702 | functionality. | 3704 | functionality. |
| @@ -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 |
| 3855 | various status records in parallel. | 3857 | various status records in parallel. |
| 3856 | 3858 | ||
| 3857 | It take a variable (a symbol) as argument. If the variable is non-nil, | 3859 | It takes a variable (a symbol) as argument. If the variable is non-nil, |
| 3858 | then its value should be a vector installed previously by | 3860 | then 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 |
| 3860 | order, or their read-only or modified flags have changed, since the | 3862 | order, 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 |
| 3947 | argument `reseat'. When non-nil, all markers in the match data list | 3949 | argument `reseat'. When non-nil, all markers in the match data list |
| 3948 | passed to these function will be reseated to point to nowhere. | 3950 | passed 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' |
| 4083 | before saving buffers. This allows packages to perform various final | 4085 | before saving buffers. This allows packages to perform various final |
| 4084 | tasks, for example; it can be used by the copyright package to make | 4086 | tasks. For example, it can be used by the copyright package to make |
| 4085 | sure saved files have the current year in any copyright headers. | 4087 | sure saved files have the current year in any copyright headers. |
| 4086 | 4088 | ||
| 4087 | +++ | 4089 | +++ |
| @@ -4100,7 +4102,7 @@ further filter candidate files. | |||
| 4100 | 4102 | ||
| 4101 | One advantage of using this function is that the list of suffixes in | 4103 | One 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 |
| 4103 | executables without polluting Lisp code with OS dependancies. | 4105 | executables 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 | ||
| 4187 | It is like `read-file-name' except that the defaulting works better | 4189 | It is like `read-file-name' except that the defaulting works better |
| 4188 | for directories, and completion inside it shows only directories. | 4190 | for directories, and completion inside it shows only directories. |
| @@ -4385,7 +4387,7 @@ output data is read in very small blocks, potentially resulting in | |||
| 4385 | very poor performance. This behavior can be remedied to some extent | 4387 | very poor performance. This behavior can be remedied to some extent |
| 4386 | by setting the new variable `process-adaptive-read-buffering' to a | 4388 | by setting the new variable `process-adaptive-read-buffering' to a |
| 4387 | non-nil value (the default), as it will automatically delay reading | 4389 | non-nil value (the default), as it will automatically delay reading |
| 4388 | from such processes, to allowing them to produce more output before | 4390 | from such processes, allowing them to produce more output before |
| 4389 | emacs tries to read it. | 4391 | emacs 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. | |||
| 4559 | fringe bitmaps, as well as change the built-in fringe bitmaps. | 4561 | fringe bitmaps, as well as change the built-in fringe bitmaps. |
| 4560 | 4562 | ||
| 4561 | To change a built-in bitmap, do (require 'fringe) and use the symbol | 4563 | To change a built-in bitmap, do (require 'fringe) and use the symbol |
| 4562 | identifing the bitmap such as `left-truncation or `continued-line'. | 4564 | identifing 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 |
| 4565 | or restores a built-in one to its default value. | 4567 | or restores a built-in one to its default value. |
| @@ -4595,7 +4597,7 @@ Setting the width to 0 effectively removes the corresponding fringe. | |||
| 4595 | The actual default fringe widths for the frame may deviate from the | 4597 | The actual default fringe widths for the frame may deviate from the |
| 4596 | specified widths, since the combined fringe widths must match an | 4598 | specified widths, since the combined fringe widths must match an |
| 4597 | integral number of columns. The extra width is distributed evenly | 4599 | integral number of columns. The extra width is distributed evenly |
| 4598 | between the left and right fringe. For force a specific fringe width, | 4600 | between the left and right fringe. To force a specific fringe width, |
| 4599 | specify the width as a negative integer (if both widths are negative, | 4601 | specify the width as a negative integer (if both widths are negative, |
| 4600 | only the left fringe gets the specified width). | 4602 | only 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 | ||
| 4721 | The display property stretch specification form `(space PROPS)', where | 4723 | The display property stretch specification form `(space PROPS)', where |
| 4722 | PROPS is a property list now allows pixel based width and height | 4724 | PROPS is a property list, now allows pixel based width and height |
| 4723 | specifications, as well as enhanced horizontal text alignment. | 4725 | specifications, as well as enhanced horizontal text alignment. |
| 4724 | 4726 | ||
| 4725 | The value of these properties can now be a (primitive) expression | 4727 | The 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) |
| 5045 | precedence over the file name. Likewise an `<?xml' or `<!DOCTYPE' | 5047 | precedence over the file name. Likewise an `<?xml' or `<!DOCTYPE' |
| 5046 | declaration will give the buffer XML or SGML mode, based on the new | 5048 | declaration will give the buffer XML or SGML mode, based on the new |
| 5047 | var `magic-mode-alist'. | 5049 | variable `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. | |||
| 5351 | In each case the old name remains as an alias for the moment. | 5353 | In 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 | ||
| 5356 | Use the LOCAL arg of `add-hook'. | 5358 | Use 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 |
| 11629 | available in Emacs. Some of these functions are wrappers around | 11631 | available in Emacs. Some of these functions are wrappers around |
| 11630 | system utilities (ping, nslookup, etc); others are implementations of | 11632 | system utilities (ping, nslookup, etc.); others are implementations of |
| 11631 | simple protocols (finger, whois) in Emacs Lisp. There are also | 11633 | simple protocols (finger, whois) in Emacs Lisp. There are also |
| 11632 | functions to make simple connections to TCP/IP ports for debugging and | 11634 | functions to make simple connections to TCP/IP ports for debugging and |
| 11633 | the like. | 11635 | the 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 |