Mercurial > emacs
comparison lisp/url/ChangeLog @ 85311:591c29778a30
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 116-121)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 15 Oct 2007 02:07:53 +0000 |
parents | c316f959c68b 48aadf3819a1 |
children | c07add3c6d78 |
comparison
equal
deleted
inserted
replaced
85310:22c169d62199 | 85311:591c29778a30 |
---|---|
1 2007-10-13 Richard Stallman <rms@gnu.org> | |
2 | |
3 * url-util.el (url-basepath): Function deleted. | |
4 (url-file-directory, url-file-nondirectory): New functions | |
5 replacing url-basepath. Callers changed. | |
6 | |
7 * url-expand.el (url-default-expander): Use `url-file-directory'. | |
8 | |
9 * url-auth.el (url-digest-auth, url-basic-auth): | |
10 Rename `path' to `file'. Use `url-file-directory'. | |
11 | |
1 2007-10-12 Diane Murray <disumu@x3y2z1.net> | 12 2007-10-12 Diane Murray <disumu@x3y2z1.net> |
2 | 13 |
3 * url-auth.el (url-basic-auth): Set path to "/" when URL has an | 14 * url-auth.el (url-basic-auth): Set path to "/" when URL has an |
4 empty string filename. | 15 empty string filename. |
16 | |
17 2007-10-09 Richard Stallman <rms@gnu.org> | |
18 | |
19 * url-parse.el (url-type, url-user, url-password, url-host) | |
20 (url-port, url-filename, url-target, url-attributes) | |
21 (url-fullness, url-set-type, url-set-user, url-set-password) | |
22 (url-set-host, url-set-port, url-set-filename, url-set-target) | |
23 (url-set-attributes, url-set-full): Change macros to defuns. | |
5 | 24 |
6 2007-09-26 Juanma Barranquero <lekktu@gmail.com> | 25 2007-09-26 Juanma Barranquero <lekktu@gmail.com> |
7 | 26 |
8 * url-dav.el (top): | 27 * url-dav.el (top): |
9 * url-vars.el (top): Use `mapc' rather than `mapcar'. | 28 * url-vars.el (top): Use `mapc' rather than `mapcar'. |