]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 15 Sep 2007 21:27:19 +0000 (21:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 15 Sep 2007 21:27:19 +0000 (21:27 +0000)
lisp/ChangeLog
lisp/url/ChangeLog

index aec62a0810558fb3bb4a46019301d7f9381fe337..9f195dfe7b61c18d0a95104667ccab45628b8250 100644 (file)
 
 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
 
-       * lisp/net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
+       * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
        New argument `filename-p' to use one set of confusing chars or another.
        (browse-url-file-url): Use the argument.
        Suggested by Johannes Weiner.
 
 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-edit-timestamp-down-means-later): New option.
+       * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
        (org-agenda-after-show-hook): New variable.
        (org-columns-compile-format)
        (org-columns-get-autowidth-alist, org-buffer-property-keys)
        * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
        resume-tty-hook.
 
-2007-09-03  Emanuele Giaquinta <e.giaquinta@glauco.it>  (tiny change)
+2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
 
        * loadup.el: Fix merge problem, only load "button" once.
 
        (tex-font-script-display, tex-font-lock-suscript): Change from a cons
        cell to a list of 2 elements to simplify the unfontify code.
 
-2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
-
-       * url/url-auth.el (url-basic-auth): When prompting for username
-       and password, default to the username and password in the URL.
-
 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
index 2e44dbe2af76920c3f6f94666d10467609970520..9b78cf98bb55eda479e25ed5830ad8b594028f48 100644 (file)
@@ -1,6 +1,6 @@
 2007-09-03  Diane Murray  <disumu@x3y2z1.net>
 
-       * url-http.el: (url-http-parse-headers): Bind the current buffer
+       * url-http.el (url-http-parse-headers): Bind the current buffer
        rather than calling `url-mark-buffer-as-dead' with
        `current-buffer', so that the correct buffer is killed if
        `url-retrieve-synchronously' gets redirected to a new URL.
        * url-expand.el (url-identity-expander, url-default-expander):
        Update all callers.
 
+2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
+
+       * url-auth.el (url-basic-auth): When prompting for username
+       and password, default to the username and password in the URL.
+
 2007-08-08  Glenn Morris  <rgm@gnu.org>
 
        * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: