# HG changeset patch # User Kim F. Storm # Date 1160427060 0 # Node ID 6c5a67740a8e11422f40277f4e1af7ae5d23ca2a # Parent 8c2a0bfc98b04ced2306e667bfe28aa73eaf17da *** empty log message *** diff -r 8c2a0bfc98b0 -r 6c5a67740a8e lisp/url/ChangeLog --- a/lisp/url/ChangeLog Mon Oct 09 20:10:13 2006 +0000 +++ b/lisp/url/ChangeLog Mon Oct 09 20:51:00 2006 +0000 @@ -4,8 +4,7 @@ path component and non-empty query component. Untangle path, query and fragment parsing code. Add references to RFC 3986 in comments. - (url-recreate-url-attributes): Start query string with "?", not - ";". + (url-recreate-url-attributes): Start query string with "?", not ";". 2006-09-20 Stefan Monnier @@ -429,32 +428,19 @@ 2004-10-10 Lars Hansen - * url-auth.el: Update header and footer. - - * url-cache.el: Update header and footer. - - * url-cid.el: Update header and footer. - - * url-dired.el: Update header and footer. - - * url-expand.el: Update header and footer. - - * url-ftp.el: Update header and footer. - - * url-gw.el: Update header and footer. - - * url-imap.el: Update header and footer. - - * url-irc.el: Update header and footer. - - * url-misc.el: Update header and footer. - - * url-news.el: Update header and footer. - - * url-ns.el: Update header and footer. - - * url-privacy.el: Update header and footer. - + * url-auth.el: + * url-cache.el: + * url-cid.el: + * url-dired.el: + * url-expand.el: + * url-ftp.el: + * url-gw.el: + * url-imap.el: + * url-irc.el: + * url-misc.el: + * url-news.el: + * url-ns.el: + * url-privacy.el: * url-proxy.el: Update header and footer. * url-vars.el: Update header. @@ -499,42 +485,24 @@ 2004-10-10 Lars Hansen - * url-auth.el: Fix copyright notice. - - * url-cache.el: Fix copyright notice. - - * url-cookie.el: Fix copyright notice. - - * url-dired.el: Fix copyright notice. - - * url-file.el: Fix copyright notice. - - * url-ftp.el: Fix copyright notice. - - * url-handlers.el: Fix copyright notice. - - * url-history.el: Fix copyright notice. - - * url-irc.el: Fix copyright notice. - - * url-mailto.el: Fix copyright notice. - - * url-methods.el: Fix copyright notice. - - * url-misc.el: Fix copyright notice. - - * url-news.el: Fix copyright notice. - - * url-nfs.el: Fix copyright notice. - - * url-parse.el: Fix copyright notice. - - * url-privacy.el: Fix copyright notice. - - * url-vars.el: Fix copyright notice. - - * url.el: Fix copyright notice. - + * url-auth.el: + * url-cache.el: + * url-cookie.el: + * url-dired.el: + * url-file.el: + * url-ftp.el: + * url-handlers.el: + * url-history.el: + * url-irc.el: + * url-mailto.el: + * url-methods.el: + * url-misc.el: + * url-news.el: + * url-nfs.el: + * url-parse.el: + * url-privacy.el: + * url-vars.el: + * url.el: * url-util.el: Fix copyright notice. 2004-10-06 Stefan Monnier