Mercurial > emacs
comparison etc/NEWS @ 35862:9604ca6b3728
More typos from Juanma Barranquero <lektu@uol.com.br>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 02 Feb 2001 16:36:27 +0000 |
parents | 83b8f5ad1f97 |
children | 534be6e166a6 |
comparison
equal
deleted
inserted
replaced
35861:9cc9788cc61b | 35862:9604ca6b3728 |
---|---|
592 versions of emacs to make the mode-line stand out, now defaults to nil, | 592 versions of emacs to make the mode-line stand out, now defaults to nil, |
593 and its use is deprecated. | 593 and its use is deprecated. |
594 | 594 |
595 ** LessTif support. | 595 ** LessTif support. |
596 | 596 |
597 Emacs now runs with the Lesstif toolkit (see | 597 Emacs now runs with the LessTif toolkit (see |
598 <http://www.lesstif.org>). You will need version 0.92 or later. | 598 <http://www.lesstif.org>). You will need version 0.92 or later. |
599 Please use Lesstif's Motif 1.2 emulation; it's Motif 2.0 and 2.1 | 599 Please use LessTif's Motif 1.2 emulation; the emulations of Motif 2.0 |
600 emulation are known not to work with Emacs. | 600 and 2.1 are known not to work well with Emacs. |
601 | 601 |
602 ** Toolkit scroll bars. | 602 ** Toolkit scroll bars. |
603 | 603 |
604 Emacs now uses toolkit scrollbars if available. When configured for | 604 Emacs now uses toolkit scrollbars if available. When configured for |
605 LessTif/Motif, it will use that toolkit's scrollbar. Otherwise, when | 605 LessTif/Motif, it will use that toolkit's scrollbar. Otherwise, when |
1029 strings, starting with a `#'. The default value of this variable is "^#". | 1029 strings, starting with a `#'. The default value of this variable is "^#". |
1030 | 1030 |
1031 ** Changes to Rmail mode | 1031 ** Changes to Rmail mode |
1032 | 1032 |
1033 *** The new user-option rmail-user-mail-address-regexp can be | 1033 *** The new user-option rmail-user-mail-address-regexp can be |
1034 set to fine tune the identification of of the correspondent when | 1034 set to fine tune the identification of the correspondent when |
1035 receiving new mail. If it matches the address of the sender, the | 1035 receiving new mail. If it matches the address of the sender, the |
1036 recipient is taken as correspondent of a mail. If nil, the default, | 1036 recipient is taken as correspondent of a mail. If nil, the default, |
1037 `user-login-name' and `user-mail-address' are used to exclude yourself | 1037 `user-login-name' and `user-mail-address' are used to exclude yourself |
1038 as correspondent. | 1038 as correspondent. |
1039 | 1039 |
2158 | 2158 |
2159 | 2159 |
2160 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2160 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
2161 (Display-related features are described in a page of their own below.) | 2161 (Display-related features are described in a page of their own below.) |
2162 | 2162 |
2163 ** The new hook `kbd-macro-termination-hook' is run at the end of of | 2163 ** The new hook `kbd-macro-termination-hook' is run at the end of |
2164 function execute-kbd-macro. Functions on this hook are called with no | 2164 function execute-kbd-macro. Functions on this hook are called with no |
2165 args. The hook is run independent of how the macro was terminated | 2165 args. The hook is run independent of how the macro was terminated |
2166 (signal or normal termination). | 2166 (signal or normal termination). |
2167 | 2167 |
2168 +++ | 2168 +++ |
4344 | 4344 |
4345 A double dashed line in the menu's foreground color. | 4345 A double dashed line in the menu's foreground color. |
4346 | 4346 |
4347 - `--shadow-etched-in' or `--:shadowEtchedIn' | 4347 - `--shadow-etched-in' or `--:shadowEtchedIn' |
4348 | 4348 |
4349 A single line with 3D sunken appearance. This is the the form | 4349 A single line with 3D sunken appearance. This is the form |
4350 displayed for item names consisting of dashes only. | 4350 displayed for item names consisting of dashes only. |
4351 | 4351 |
4352 - `--shadow-etched-out' or `--:shadowEtchedOut' | 4352 - `--shadow-etched-out' or `--:shadowEtchedOut' |
4353 | 4353 |
4354 A single line with 3D raised appearance. | 4354 A single line with 3D raised appearance. |
6045 FILTER-FN is a function of one argument, | 6045 FILTER-FN is a function of one argument, |
6046 which will be REAL-BINDING. | 6046 which will be REAL-BINDING. |
6047 It should return a binding to use instead. | 6047 It should return a binding to use instead. |
6048 :keys DESCRIPTION | 6048 :keys DESCRIPTION |
6049 DESCRIPTION is a string that describes an equivalent keyboard | 6049 DESCRIPTION is a string that describes an equivalent keyboard |
6050 binding for for REAL-BINDING. DESCRIPTION is expanded with | 6050 binding for REAL-BINDING. DESCRIPTION is expanded with |
6051 `substitute-command-keys' before it is used. | 6051 `substitute-command-keys' before it is used. |
6052 :key-sequence KEY-SEQUENCE | 6052 :key-sequence KEY-SEQUENCE |
6053 KEY-SEQUENCE is a key-sequence for an equivalent | 6053 KEY-SEQUENCE is a key-sequence for an equivalent |
6054 keyboard binding. | 6054 keyboard binding. |
6055 :key-sequence nil | 6055 :key-sequence nil |
7251 *** Support for java-mode added. | 7251 *** Support for java-mode added. |
7252 | 7252 |
7253 *** When doing `hs-hide-all' it is now possible to also hide the comments | 7253 *** When doing `hs-hide-all' it is now possible to also hide the comments |
7254 in the file if `hs-hide-comments-when-hiding-all' is set. | 7254 in the file if `hs-hide-comments-when-hiding-all' is set. |
7255 | 7255 |
7256 *** The new function `hs-hide-initial-comment' hides the the comments at | 7256 *** The new function `hs-hide-initial-comment' hides the comments at |
7257 the beginning of the files. Finally those huge RCS logs don't stay in your | 7257 the beginning of the files. Finally those huge RCS logs don't stay in your |
7258 way! This is run by default when entering the `hs-minor-mode'. | 7258 way! This is run by default when entering the `hs-minor-mode'. |
7259 | 7259 |
7260 *** Now uses overlays instead of `selective-display', so is more | 7260 *** Now uses overlays instead of `selective-display', so is more |
7261 robust and a lot faster. | 7261 robust and a lot faster. |