*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Apr 2004 01:27:13 +0000 (01:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Apr 2004 01:27:13 +0000 (01:27 +0000)
etc/NEWS
lisp/ChangeLog

index e6e6e9b..3031e5d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,8 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * Changes in Emacs 21.4
 
+** 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
index 6ee0d98..19cb220 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url: Import the URL package from its repository.
+
 2004-04-03  Andreas Schwab  <schwab@suse.de>
 
        * diff-mode.el (diff-mode): Fix missing quote.
@@ -10,8 +14,8 @@
 
 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
-       utf-16le on little endian machines and utf-16be otherwise.
+       * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
+       Use utf-16le on little endian machines and utf-16be otherwise.
 
 2004-04-02  David Kastrup  <dak@gnu.org>