changeset 54750:19e770b1b4d7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 07 Apr 2004 19:39:45 +0000
parents f7424850240d
children 6d670cd12119
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Apr 07 19:38:54 2004 +0000
+++ b/etc/NEWS	Wed Apr 07 19:39:45 2004 +0000
@@ -88,6 +88,9 @@
 
 * Changes in Emacs 21.4
 
+** C-h v and C-h f commands now include a hyperlink to the C source for
+variables and functions defined in C (if the C source is available).
+
 ** When used interactively, `format-write-file' now asks for confirmation
 before overwriting an existing file, unless a prefix argument is
 supplied.  This behavior is analogous to `write-file'.
@@ -121,8 +124,6 @@
 buffers only in the Buffer Menu.  It is bound to `T' in Buffer Menu
 mode.
 
-** The URL package is now part of Emacs.
-
 ** M-x compile has become more robust and reliable
 
 Quite a few more kinds of messages are recognized.  Messages that are
@@ -1691,6 +1692,8 @@
 
 * New modes and packages in Emacs 21.4
 
+** The URL package (which had been part of W3) is now part of Emacs.
+
 +++
 ** The new global minor mode `size-indication-mode' (off by default)
 shows the size of accessible part of the buffer on the mode line.
--- a/src/ChangeLog	Wed Apr 07 19:38:54 2004 +0000
+++ b/src/ChangeLog	Wed Apr 07 19:39:45 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* doc.c (Fsnarf_documentation): Ignore new file name entries.
+
 2004-04-06  Kim F. Storm  <storm@cua.dk>
 
 	* msdos.c (clear_mouse_face): Only clear mouse highlight if not	hidden.