# HG changeset patch # User Stefan Monnier # Date 1088686970 0 # Node ID ab3fefd17e5153c5deeb40879155b7efe8b45a41 # Parent e4e13934a5959a7fe28a829f8241be2f20e5818e *** empty log message *** diff -r e4e13934a595 -r ab3fefd17e51 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 01 12:58:25 2004 +0000 +++ b/lisp/ChangeLog Thu Jul 01 13:02:50 2004 +0000 @@ -2787,26 +2787,6 @@ 2004-04-16 Stefan Monnier - * url/url-util.el (url-debug): Use with-current-buffer. - - * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter. - (url-nfs-create-wrapper): Use new backquote syntax. - - * url/url-https.el (url-https-file-attributes): Add id-format param. - - * url/url-http.el (url-http-head-file-attributes) - (url-http-file-attributes): Add id-format parameter. - - * url/url-handlers.el: Use new find-file-hook. - (url-file-attributes): Add id-format parameter. - - * url/url-file.el (url-file-create-wrapper): Use new backquote syntax. - (url-file-file-attributes): Add id-format parameter. - - * url/url-dav.el: Use with-current-buffer. - (url-dav-process-response): Fix regexps and spurious quote. - (url-dav-file-attributes): Add id-format param. - * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks. 2004-04-16 Andre Spiegel @@ -2979,14 +2959,6 @@ * progmodes/compile.el (compile-goto-error): Select the buffer/window corresponding to the event. - * url/url.el (url-retrieve): Use with-current-buffer. - - * url/url-http.el (url-http-parse-headers, url-http-file-exists-p): - Remove unused var `version'. - - * url/url-handlers.el (url-handler-mode): New minor mode. - (url-setup-file-name-handlers): Remove. - 2004-04-12 Joe Buehler * loadup.el: Add cygwin to system-type list, for unexec() support. @@ -3003,9 +2975,6 @@ * help.el (describe-mode): Doc fix. - * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls - to obsolete `assoc-ignore-case' with calls to `assoc-string'. - 2004-04-12 Stefan Monnier * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test @@ -3025,42 +2994,6 @@ 2004-04-11 Dave Love - * url/url-mailto.el (url-mailto): - * url/url-history.el (url-history-setup-save-timer): - * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings. - - * url/url-file.el (url-file-build-filename): Don't use - directory-sep-char. - - * url/url-auth.el (url-register-auth-scheme): Fix `format' call. - - * url/url-about.el (url-scheme-registry): Defvar. - (url-about): Use text/plain. - - * url/url-vars.el (cl): Don't require. - (url): Add :version. - (url-bug-address): Use bug-gnu-emacs. - - * url/url-util.el (url-hexify-string): Don't give multibyte error - for char <16. - (mail-header-extract): Autoload. - - * url/url-parse.el: Doc fixes. - - * url/url-ldap.el (ldap): Require. - (url-ldap): Fix `format' call. - (url-ldap-certificate-formatter): Avoid warning. - - * url/url-https.el (url-https-create-secure-wrapper): Use modern - backquotes. - - * url/url-dav.el (url-dav-rename-file): Fix args of `signal'. - (url-intersection): New. - (url-dav-supported-p): Use it. - (url-dav-save-resource): Declare url-http-response-status special. - - * url/url-cache.el (url-util): Require. - * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change. * progmodes/python.el: New file. @@ -3107,9 +3040,6 @@ * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. - * url/url-vars.el (url-version): Use the constant string "Emacs" - instead of calculating something from the RCS `State' keyword - [the latter is almost entirely useless anyway]. * forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * recentf.el (recentf-version): Variable removed. @@ -3359,10 +3289,7 @@ 2004-04-03 Stefan Monnier - * url: Import the URL package from its repository. - - * url/url-methods.el: - * url/url-parse.el: Don't require url-auto. + * url/: New dir. Import the URL package from its repository. 2004-04-03 Andreas Schwab diff -r e4e13934a595 -r ab3fefd17e51 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Thu Jul 01 12:58:25 2004 +0000 +++ b/lisp/url/ChangeLog Thu Jul 01 13:02:50 2004 +0000 @@ -63,8 +63,7 @@ (url-ldap): Fix `format' call. (url-ldap-certificate-formatter): Avoid warning. - * url-https.el (url-https-create-secure-wrapper): Use modern - backquotes. + * url-https.el (url-https-create-secure-wrapper): Use modern backquotes. * url-dav.el (url-dav-rename-file): Fix args of `signal'. (url-intersection): New. @@ -113,9 +112,8 @@ 2002-11-04 Walter C. Pelissero - * lisp/url-methods.el (url-scheme-register-proxy): Make sure to - convert port numbers to integers when creating the URL objects for - proxies. + * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert + port numbers to integers when creating the URL objects for proxies. 2002-10-29 William M. Perry @@ -137,8 +135,8 @@ * lisp/url-http.el (url-http-handle-cookies): New function to deal with cookie headers. (url-http-parse-headers): Call `url-http-handle-cookies' here so - that cookie additions and deletions get handled immediately. This - is so that sites that set cookies while doing redirects + that cookie additions and deletions get handled immediately. + This is so that sites that set cookies while doing redirects (my.yahoo.com, outlook web access, etc) work. This should also fix sites that delete cookies on invalid access or other error pages the user might not actually see. @@ -334,9 +332,8 @@ * lisp/url-auth.el (url-basic-auth-storage): Change meaning of this variable. It is now a symbol pointing to where we really want to store the authorization information. This fixes proxy - auth and normal basic auth because of some local bindings that - were making it impossible to store the credentials in the global - binding. + auth and normal basic auth because of some local bindings that were + making it impossible to store the credentials in the global binding. (url-basic-auth): Make sure we dereference url-basic-auth-storage everywhere. @@ -1004,10 +1001,10 @@ renamed function. (url-default-expander): Use it. - * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto as - well as efs. - (url-file): Add default content-type of application/octet-stream if none - known. + * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto + as well as efs. + (url-file): Add default content-type of application/octet-stream if + none known. (url-file): Correct bad call to url-host-is-local-p * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't