aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-04-07 19:39:45 +0000
committerStefan Monnier2004-04-07 19:39:45 +0000
commitf8f853ded277d54be7bdc0560cf6827d51f95f7c (patch)
treefc8bfe815b91e975098395e6a62b06daccc668a2
parent154ee9b7377983dcb37d84a1b39b145ae32fc16a (diff)
downloademacs-f8f853ded277d54be7bdc0560cf6827d51f95f7c.tar.gz
emacs-f8f853ded277d54be7bdc0560cf6827d51f95f7c.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 879938761ab..135f64712ef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
88 88
89* Changes in Emacs 21.4 89* Changes in Emacs 21.4
90 90
91** C-h v and C-h f commands now include a hyperlink to the C source for
92variables and functions defined in C (if the C source is available).
93
91** When used interactively, `format-write-file' now asks for confirmation 94** When used interactively, `format-write-file' now asks for confirmation
92before overwriting an existing file, unless a prefix argument is 95before overwriting an existing file, unless a prefix argument is
93supplied. This behavior is analogous to `write-file'. 96supplied. This behavior is analogous to `write-file'.
@@ -121,8 +124,6 @@ only gets updated whenever the buffer gets reverted.
121buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu 124buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu
122mode. 125mode.
123 126
124** The URL package is now part of Emacs.
125
126** M-x compile has become more robust and reliable 127** M-x compile has become more robust and reliable
127 128
128Quite a few more kinds of messages are recognized. Messages that are 129Quite a few more kinds of messages are recognized. Messages that are
@@ -1691,6 +1692,8 @@ to view diffs or log entries directly from vc-annotate-mode:
1691 1692
1692* New modes and packages in Emacs 21.4 1693* New modes and packages in Emacs 21.4
1693 1694
1695** The URL package (which had been part of W3) is now part of Emacs.
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)
1696shows the size of accessible part of the buffer on the mode line. 1699shows the size of accessible part of the buffer on the mode line.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ece76feadc..0a1c04c1151 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc.c (Fsnarf_documentation): Ignore new file name entries.
4
12004-04-06 Kim F. Storm <storm@cua.dk> 52004-04-06 Kim F. Storm <storm@cua.dk>
2 6
3 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden. 7 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.