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.
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: