# HG changeset patch # User Juanma Barranquero # Date 1189891549 0 # Node ID 1c7fc1a1f0b9c9b5dcb7e793071ac7b66e6ada45 # Parent 52ca2a6a41bf31fb8a523038b687222a875c98de *** empty log message *** diff -r 52ca2a6a41bf -r 1c7fc1a1f0b9 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 15 21:07:32 2007 +0000 +++ b/lisp/ChangeLog Sat Sep 15 21:25:49 2007 +0000 @@ -100,7 +100,7 @@ 2007-09-12 Micha,Ak(Bl Cadilhac - * 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. @@ -301,7 +301,7 @@ 2007-09-07 Carsten Dominik - * 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) @@ -471,7 +471,7 @@ * xt-mouse.el: Likewise. resume-tty-functions has been renamed to resume-tty-hook. -2007-09-03 Emanuele Giaquinta (tiny change) +2007-09-03 Emanuele Giaquinta (tiny change) * loadup.el: Fix merge problem, only load "button" once. @@ -1947,11 +1947,6 @@ (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 (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 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.