Mercurial > emacs
comparison etc/NEWS @ 40526:b466f4f946a7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 18:41:07 +0000 |
parents | 94818b20da05 |
children | 4ce7861c6181 |
comparison
equal
deleted
inserted
replaced
40525:b8d0024c4e37 | 40526:b466f4f946a7 |
---|---|
7 | 7 |
8 | 8 |
9 * Changes in Emacs 21.2 | 9 * Changes in Emacs 21.2 |
10 | 10 |
11 +++ | 11 +++ |
12 ** `buffer-menu' and `list-buffers' now return buffesr whose names begin | 12 ** `buffer-menu' and `list-buffers' now list buffers whose names begin |
13 with a space, if they visit files. | 13 with a space, if they visit files. |
14 | 14 |
15 ** tab-always-indent can be set to `never' to make sure indent-for-tab-command | 15 ** tab-always-indent can be set to `never' to make sure indent-for-tab-command |
16 always tabs rather than indents. | 16 always tabs rather than indents. |
17 | 17 |
18 ** in fill, you can now customize fill-nobreak-predicate and two | 18 ** You can now customize fill-nobreak-predicate to control where |
19 sample predicates are provided (fill-single-word-nobreak-p and | 19 filling can break lines. We provide two sample predicates, |
20 fill-french-nobreak-p). | 20 fill-single-word-nobreak-p and fill-french-nobreak-p. |
21 | 21 |
22 ** In texinfo-mode, if font-lock is used then updating one of the `foo's | 22 ** In Texinfo mode, when Font-Lock is enabled, updating one of the |
23 in `@foo ... @end foo' updates the other one on the fly. | 23 `foo's in `@foo ... @end foo' updates the other one on the fly. |
24 | 24 |
25 ** New user option `add-log-always-start-new-record'. | 25 ** New user option `add-log-always-start-new-record'. |
26 When this option is enabled, M-x add-change-log-entry will always | 26 When this option is enabled, M-x add-change-log-entry will always |
27 start a new record regardless of when the last record is. | 27 start a new record regardless of when the last record is. |
28 | 28 |
956 printed representation and an unabbreviated one. | 956 printed representation and an unabbreviated one. |
957 | 957 |
958 The default value of eval-expression-debug-on-error is t, so any error | 958 The default value of eval-expression-debug-on-error is t, so any error |
959 during evaluation produces a backtrace. | 959 during evaluation produces a backtrace. |
960 | 960 |
961 *** The function `eval-defun' (M-C-x) now loads Edebug and instruments | 961 *** The function `eval-defun' (C-M-x) now loads Edebug and instruments |
962 code when called with a prefix argument. | 962 code when called with a prefix argument. |
963 | 963 |
964 ** CC mode changes. | 964 ** CC mode changes. |
965 | 965 |
966 Note: This release contains changes that might not be compatible with | 966 Note: This release contains changes that might not be compatible with |
1615 ** Isearch changes | 1615 ** Isearch changes |
1616 | 1616 |
1617 *** Isearch now puts a call to `isearch-resume' in the command history, | 1617 *** Isearch now puts a call to `isearch-resume' in the command history, |
1618 so that searches can be resumed. | 1618 so that searches can be resumed. |
1619 | 1619 |
1620 *** In Isearch mode, M-C-s and M-C-r are now bound like C-s and C-r, | 1620 *** In Isearch mode, C-M-s and C-M-r are now bound like C-s and C-r, |
1621 respectively, i.e. you can repeat a regexp isearch with the same keys | 1621 respectively, i.e. you can repeat a regexp isearch with the same keys |
1622 that started the search. | 1622 that started the search. |
1623 | 1623 |
1624 *** In Isearch mode, mouse-2 in the echo area now yanks the current | 1624 *** In Isearch mode, mouse-2 in the echo area now yanks the current |
1625 selection into the search string rather than giving an error. | 1625 selection into the search string rather than giving an error. |
3169 ** The function `clear-this-command-keys' now also clears the vector | 3169 ** The function `clear-this-command-keys' now also clears the vector |
3170 returned by function `recent-keys'. | 3170 returned by function `recent-keys'. |
3171 | 3171 |
3172 ** Variables `beginning-of-defun-function' and `end-of-defun-function' | 3172 ** Variables `beginning-of-defun-function' and `end-of-defun-function' |
3173 can be used to define handlers for the functions that find defuns. | 3173 can be used to define handlers for the functions that find defuns. |
3174 Major modes can define these locally instead of rebinding M-C-a | 3174 Major modes can define these locally instead of rebinding C-M-a |
3175 etc. if the normal conventions for defuns are not appropriate for the | 3175 etc. if the normal conventions for defuns are not appropriate for the |
3176 mode. | 3176 mode. |
3177 | 3177 |
3178 ** easy-mmode-define-minor-mode now takes an additional BODY argument | 3178 ** easy-mmode-define-minor-mode now takes an additional BODY argument |
3179 and is renamed `define-minor-mode'. | 3179 and is renamed `define-minor-mode'. |
7460 * * dired-mark-executables * (binding deleted) | 7460 * * dired-mark-executables * (binding deleted) |
7461 * / dired-mark-directories / (binding deleted) | 7461 * / dired-mark-directories / (binding deleted) |
7462 * @ dired-mark-symlinks @ (binding deleted) | 7462 * @ dired-mark-symlinks @ (binding deleted) |
7463 * u dired-unmark u | 7463 * u dired-unmark u |
7464 * DEL dired-unmark-backward DEL | 7464 * DEL dired-unmark-backward DEL |
7465 * ? dired-unmark-all-files M-C-? | 7465 * ? dired-unmark-all-files C-M-? |
7466 * ! dired-unmark-all-marks | 7466 * ! dired-unmark-all-marks |
7467 * % dired-mark-files-regexp % m | 7467 * % dired-mark-files-regexp % m |
7468 * C-n dired-next-marked-file M-} | 7468 * C-n dired-next-marked-file M-} |
7469 * C-p dired-prev-marked-file M-{ | 7469 * C-p dired-prev-marked-file M-{ |
7470 | 7470 |
7532 | 7532 |
7533 *** A way to specify that "uninteresting" fields be suppressed when | 7533 *** A way to specify that "uninteresting" fields be suppressed when |
7534 generating lines in buffers. | 7534 generating lines in buffers. |
7535 | 7535 |
7536 *** Several commands in the group buffer can be undone with | 7536 *** Several commands in the group buffer can be undone with |
7537 `M-C-_'. | 7537 `C-M-_'. |
7538 | 7538 |
7539 *** Scoring can be done on words using the new score type `w'. | 7539 *** Scoring can be done on words using the new score type `w'. |
7540 | 7540 |
7541 *** Adaptive scoring can be done on a Subject word-by-word basis: | 7541 *** Adaptive scoring can be done on a Subject word-by-word basis: |
7542 | 7542 |
7553 the native server. | 7553 the native server. |
7554 | 7554 |
7555 `M-x gnus-group-clear-data-on-native-groups' | 7555 `M-x gnus-group-clear-data-on-native-groups' |
7556 | 7556 |
7557 *** A new command for reading collections of documents | 7557 *** A new command for reading collections of documents |
7558 (nndoc with nnvirtual on top) has been added -- `M-C-d'. | 7558 (nndoc with nnvirtual on top) has been added -- `C-M-d'. |
7559 | 7559 |
7560 *** Process mark sets can be pushed and popped. | 7560 *** Process mark sets can be pushed and popped. |
7561 | 7561 |
7562 *** A new mail-to-news backend makes it possible to post | 7562 *** A new mail-to-news backend makes it possible to post |
7563 even when the NNTP server doesn't allow posting. | 7563 even when the NNTP server doesn't allow posting. |
8299 *** New interactive functions to copy and kill fields and complete | 8299 *** New interactive functions to copy and kill fields and complete |
8300 entries to the BibTeX kill ring, from where they can be yanked back by | 8300 entries to the BibTeX kill ring, from where they can be yanked back by |
8301 appropriate functions. | 8301 appropriate functions. |
8302 | 8302 |
8303 *** New interactive functions for repositioning and marking of | 8303 *** New interactive functions for repositioning and marking of |
8304 entries. They are bound by default to M-C-l and M-C-h. | 8304 entries. They are bound by default to C-M-l and C-M-h. |
8305 | 8305 |
8306 *** New hook bibtex-clean-entry-hook. It is called after entry has | 8306 *** New hook bibtex-clean-entry-hook. It is called after entry has |
8307 been cleaned. | 8307 been cleaned. |
8308 | 8308 |
8309 *** New variable bibtex-field-delimiters, which replaces variables | 8309 *** New variable bibtex-field-delimiters, which replaces variables |