Mercurial > emacs
comparison lisp/url/ChangeLog @ 83823:dd2bcc6758a0
* url-parse.el (url): Use defstruct rather than macros. Update all callers.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 31 Aug 2007 16:40:05 +0000 |
parents | e5a68f18fcb9 |
children | dd89a6da6c91 |
comparison
equal
deleted
inserted
replaced
83822:8404d44e8ab8 | 83823:dd2bcc6758a0 |
---|---|
1 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * url-parse.el (url): Use defstruct rather than macros. | |
4 (url-generic-parse-url): | |
5 * url-util.el (url-normalize-url, url-truncate-url-for-viewing): | |
6 * url-methods.el (url-scheme-register-proxy): | |
7 * url-mailto.el (url-mailto): | |
8 * url-file.el (url-file-build-filename): | |
9 * url-expand.el (url-identity-expander, url-default-expander): | |
10 Update all callers. | |
11 | |
1 2007-08-08 Glenn Morris <rgm@gnu.org> | 12 2007-08-08 Glenn Morris <rgm@gnu.org> |
2 | 13 |
3 * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: | 14 * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: |
4 Replace `iff' in doc-strings and comments. | 15 Replace `iff' in doc-strings and comments. |
5 | 16 |