comparison etc/NEWS @ 54750:19e770b1b4d7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 07 Apr 2004 19:39:45 +0000
parents eb44ae138199
children 6accc4c8d7cb
comparison
equal deleted inserted replaced
54749:f7424850240d 54750:19e770b1b4d7
85 ** Building with -DENABLE_CHECKING does not automatically build with union 85 ** Building with -DENABLE_CHECKING does not automatically build with union
86 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. 86 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
87 87
88 88
89 * Changes in Emacs 21.4 89 * Changes in Emacs 21.4
90
91 ** C-h v and C-h f commands now include a hyperlink to the C source for
92 variables and functions defined in C (if the C source is available).
90 93
91 ** When used interactively, `format-write-file' now asks for confirmation 94 ** When used interactively, `format-write-file' now asks for confirmation
92 before overwriting an existing file, unless a prefix argument is 95 before overwriting an existing file, unless a prefix argument is
93 supplied. This behavior is analogous to `write-file'. 96 supplied. This behavior is analogous to `write-file'.
94 97
118 only gets updated whenever the buffer gets reverted. 121 only gets updated whenever the buffer gets reverted.
119 122
120 ** New command `Buffer-menu-toggle-files-only' toggles display of file 123 ** New command `Buffer-menu-toggle-files-only' toggles display of file
121 buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu 124 buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu
122 mode. 125 mode.
123
124 ** The URL package is now part of Emacs.
125 126
126 ** M-x compile has become more robust and reliable 127 ** M-x compile has become more robust and reliable
127 128
128 Quite a few more kinds of messages are recognized. Messages that are 129 Quite a few more kinds of messages are recognized. Messages that are
129 recognized as warnings or informational come in orange or green, instead of 130 recognized as warnings or informational come in orange or green, instead of
1688 D: shows the diff of the revision at line with its previous revision 1689 D: shows the diff of the revision at line with its previous revision
1689 L: shows the log of the revision at line 1690 L: shows the log of the revision at line
1690 W: annotates the workfile (most up to date) version 1691 W: annotates the workfile (most up to date) version
1691 1692
1692 * New modes and packages in Emacs 21.4 1693 * New modes and packages in Emacs 21.4
1694
1695 ** The URL package (which had been part of W3) is now part of Emacs.
1693 1696
1694 +++ 1697 +++
1695 ** The new global minor mode `size-indication-mode' (off by default) 1698 ** The new global minor mode `size-indication-mode' (off by default)
1696 shows the size of accessible part of the buffer on the mode line. 1699 shows the size of accessible part of the buffer on the mode line.
1697 1700