emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/ChangeLog
Date: Sat, 11 Dec 2004 17:26:20 -0500

Index: emacs/lisp/url/ChangeLog
diff -c emacs/lisp/url/ChangeLog:1.16 emacs/lisp/url/ChangeLog:1.17
*** emacs/lisp/url/ChangeLog:1.16       Tue Nov 30 21:32:35 2004
--- emacs/lisp/url/ChangeLog    Sat Dec 11 22:06:00 2004
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-12-11  Stefan Monnier  <address@hidden>
+ 
+       * url-handlers.el: Don't `require' everything eagerly.
+ 
  2004-11-30  Paul Pogonyshev  <address@hidden>
  
        * url-http.el (url-http-handle-cookies): Bind `url-current-object'
***************
*** 18,25 ****
  
  2004-11-12  Masatake YAMATO  <address@hidden>
  
!       * url-mailto.el (url-mailto): Fix a typo in the 
!       comment.
  
  2004-11-02  Masatake YAMATO  <address@hidden>
  
--- 22,28 ----
  
  2004-11-12  Masatake YAMATO  <address@hidden>
  
!       * url-mailto.el (url-mailto): Fix a typo in the comment.
  
  2004-11-02  Masatake YAMATO  <address@hidden>
  
***************
*** 76,87 ****
  
        * url-vars.el (url-passwd-entry-func): Var deleted.
        (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
!       (url-weekday-alist): Renamed from weekday-alist.
!       (url-monthabbrev-alist): Renamed from monthabbrev-alist.
        (url-vars-unload-hook): Initialize hook var to hold the function.
  
!       * url-util.el (url-get-normalized-date): Use
!       url-weekday-alist and url-monthabbrev-alist.
  
        * url-misc.el: Load cl at compile time.
  
--- 79,90 ----
  
        * url-vars.el (url-passwd-entry-func): Var deleted.
        (mm-mime-mule-charset-alist): Remove compatibility code for old Gnus.
!       (url-weekday-alist): Rename from weekday-alist.
!       (url-monthabbrev-alist): Rename from monthabbrev-alist.
        (url-vars-unload-hook): Initialize hook var to hold the function.
  
!       * url-util.el (url-get-normalized-date): Use url-weekday-alist and
!       url-monthabbrev-alist.
  
        * url-misc.el: Load cl at compile time.
  
***************
*** 99,106 ****
        * url-news.el (url-snews): Use nntp-open-tls-stream if
        url-gateway-method is tls.
  
!       * url-ldap.el (url-ldap-certificate-formatter): Use
!       tls-certificate-information if ssl.el is not available.
  
        * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
        is not available.
--- 102,109 ----
        * url-news.el (url-snews): Use nntp-open-tls-stream if
        url-gateway-method is tls.
  
!       * url-ldap.el (url-ldap-certificate-formatter):
!       Use tls-certificate-information if ssl.el is not available.
  
        * url-https.el (url-https-create-secure-wrapper): Use tls if ssl
        is not available.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]