]> code.delx.au - gnu-emacs/blobdiff - lisp/url/ChangeLog
(dired-pop-to-buffer): Try to make this behave the
[gnu-emacs] / lisp / url / ChangeLog
index bb70ab68ba846c15350aaba3d4c8b63307b81ccf..494124822060081febb6470aa3497e48b153df5b 100644 (file)
@@ -1,3 +1,53 @@
+2009-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-file-handler): Save match data.
+
+2009-02-21  Jason Rumney  <jasonr@gnu.org>
+
+       * url-expand.el (url-default-expander): Use concat to combine
+       parts. (Bug #1020)
+
+2009-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * url-util.el (url-generate-unique-filename): Silence compiler.
+
+2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-file.el (url-file): Use make-temp-file.
+
+       * url-util.el (url-generate-unique-filename): Mark as obsolete.
+
+       * url-vars.el (url-temporary-directory): Mark as obsolete.
+
+2009-01-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-cookie.el (url-cookie-retrieve): Fix last change.
+
+2009-01-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-cookie.el (url-cookie-retrieve): Handle null localpart.
+
+2009-01-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url-util.el (url-truncate-url-for-viewing): Doc fix.
+
+2009-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * url-cid.el (url-cid-gnus): Fix typo in header name.
+
+2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url-util.el (url-basepath): Add url-basepath as an alias for
+       url-file-directory.
+
+2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * url.el (url-configuration-directory): Use `locate-user-emacs-file'.
+
+2008-10-20  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
+
+       * url-auth.el (url-basic-auth): Encode password string.
+
 2008-08-30  Glenn Morris  <rgm@gnu.org>
 
        * url-http.el (url-https-expand-file-name): Resolve directly to
 
 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
 
-       * url-history.el (url-completion-function): Follow error
-       conventions.
+       * url-history.el (url-completion-function): Follow error conventions.
 
 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        (url-dav-process-response): Make sure that we create a DAV:status
        property when parsing a singleton response.
        (url-dav-file-attributes): If the properties returned did not have
-       a succesful HTTP response code, then ignore them and use the
+       a successful HTTP response code, then ignore them and use the
        HEAD-based attributes.
 
        * lisp/vc-dav.el: Added full copyright information.
        (url-dav-process-DAV:lockdiscovery): Can now correctly parse
        DAV:lockdiscovery nodes, so that we can find out who has a
        resource locked and properly parse the reponse to a LOCK request.
-       (url-dav-process-DAV:status): Now parses ou the numeric status
+       (url-dav-process-DAV:status): Now parses out the numeric status
        from the HTTP response line.
        (url-dav-process-response): New function to handle all the
        parsing of an XML response from WebDAV.  This handles all the
        * lisp/url-http.el (url-http): Make sure that we signal an error
        when we cannot open a network connection for whatever reason.
        Before, it would just silently clean up after itself and the user
-       got absolutely no indication that an error had occured.  If the
+       got absolutely no indication that an error had occurred.  If the
        error should truly be ignored, the caller should do that for us.
        (url-http-chunked-encoding-after-change-function): Doh!  Need to
        user marker-position in some log messages now that
 
        * lisp/url-http.el (url-http-parse-headers): Need to make the
        connection as 'free' when we get a 304 response (found in cache),
-       or when a keep-alive conneection timed out, it would re-parse the
+       or when a keep-alive connection timed out, it would re-parse the
        headers and dispatch to the callback again.  Eek.
 
 2000-10-02  William M. Perry  <wmperry@aventail.com>
 ;; End:
 
     Copyright (C) 1999, 2001, 2002, 2004, 2005,
-       2006, 2007, 2008  Free Software Foundation, Inc.
+       2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.