Mercurial > emacs
comparison etc/NEWS @ 27200:37827755f5d3
Up date.
check-parens.
`beginning-of-defun' and `end-of-defun'.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 05 Jan 2000 18:15:55 +0000 |
parents | 929f111a6823 |
children | 8ce11c7a7fcb |
comparison
equal
deleted
inserted
replaced
27199:4a15e79c5fb0 | 27200:37827755f5d3 |
---|---|
1 GNU Emacs NEWS -- history of user-visible changes. 23 Jan 1999 | 1 GNU Emacs NEWS -- history of user-visible changes. 5 Jan 2000 |
2 Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. | 2 Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. |
3 See the end for copying conditions. | 3 See the end for copying conditions. |
4 | 4 |
5 Please send Emacs bug reports to bug-gnu-emacs@gnu.org. | 5 Please send Emacs bug reports to bug-gnu-emacs@gnu.org. |
6 For older news, see the file ONEWS. | 6 For older news, see the file ONEWS. |
7 | 7 |
10 | 10 |
11 ** `movemail' defaults to supporting POP. You can turn this off using | 11 ** `movemail' defaults to supporting POP. You can turn this off using |
12 the --without-pop configure option, should that be necessary. | 12 the --without-pop configure option, should that be necessary. |
13 | 13 |
14 * Changes in Emacs 21.1 | 14 * Changes in Emacs 21.1 |
15 | |
16 ** New command M-x check-parens can be used to find unbalanced paren | |
17 groups and strings in buffers in Lisp mode (or other modes). | |
15 | 18 |
16 ** You can now easily create new *Info* buffers using either M-x clone-buffer | 19 ** You can now easily create new *Info* buffers using either M-x clone-buffer |
17 or C-u m <entry> RET. M-x clone-buffer can also be used on *Help* and | 20 or C-u m <entry> RET. M-x clone-buffer can also be used on *Help* and |
18 several other special buffers. | 21 several other special buffers. |
19 | 22 |
864 | 867 |
865 Note that +++ before an item means the Lisp manual has been updated. | 868 Note that +++ before an item means the Lisp manual has been updated. |
866 --- means that I have decided it does not need to be in the Lisp manual. | 869 --- means that I have decided it does not need to be in the Lisp manual. |
867 When you add a new item, please add it without either +++ or --- | 870 When you add a new item, please add it without either +++ or --- |
868 so I will know I still need to look at it -- rms. | 871 so I will know I still need to look at it -- rms. |
872 | |
873 ** Variables `beginning-of-defun' and `end-of-defun', can be used to | |
874 define handlers for the functions of the same names. Major modes can | |
875 define these locally instead of rebinding M-C-a etc. if the normal | |
876 definitions of the functions are not appropriate for the mode. | |
869 | 877 |
870 ** easy-mmode-define-minor-mode now takes an additional BODY argument | 878 ** easy-mmode-define-minor-mode now takes an additional BODY argument |
871 and is renamed `define-minor-mode'. | 879 and is renamed `define-minor-mode'. |
872 | 880 |
873 ** If an abbrev has only a hook, and that hook has a non-nil | 881 ** If an abbrev has only a hook, and that hook has a non-nil |
7361 * For older news, see the file ONEWS. | 7369 * For older news, see the file ONEWS. |
7362 | 7370 |
7363 ---------------------------------------------------------------------- | 7371 ---------------------------------------------------------------------- |
7364 Copyright information: | 7372 Copyright information: |
7365 | 7373 |
7366 Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. | 7374 Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. |
7367 | 7375 |
7368 Permission is granted to anyone to make or distribute verbatim copies | 7376 Permission is granted to anyone to make or distribute verbatim copies |
7369 of this document as received, in any medium, provided that the | 7377 of this document as received, in any medium, provided that the |
7370 copyright notice and this permission notice are preserved, | 7378 copyright notice and this permission notice are preserved, |
7371 thus giving the recipient permission to redistribute in turn. | 7379 thus giving the recipient permission to redistribute in turn. |