diff options
| author | David Engster | 2012-08-12 13:35:15 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-12 13:35:15 -0400 |
| commit | 577d5eea9a7b6f0cfdf7fafb6d2fdc82e4d702a7 (patch) | |
| tree | d8146f77ca080d60b6f7b98578f2ceb077bd4dc1 /lisp/url/ChangeLog | |
| parent | ba10c48cc64dbe9daf5561bf4920fb0e384cc21e (diff) | |
| download | emacs-577d5eea9a7b6f0cfdf7fafb6d2fdc82e4d702a7.tar.gz emacs-577d5eea9a7b6f0cfdf7fafb6d2fdc82e4d702a7.zip | |
* lisp/url/url-util.el (url-file-directory, url-file-nondirectory): Avoid
file-name-directory and file-name-nondirectory internally.
Fixes: debbugs:11981
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 766e45a12e2..815af4e6d43 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-12 David Engster <deng@randomsample.de> | ||
| 2 | |||
| 3 | * url-util.el (url-file-directory, url-file-nondirectory): Avoid | ||
| 4 | file-name-directory and file-name-nondirectory internally (bug#11981). | ||
| 5 | |||
| 1 | 2012-08-11 Jason Rumney <jasonr@gnu.org> | 6 | 2012-08-11 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * url-http.el (url-http-create-request): Use url-http-proxy to | 8 | * url-http.el (url-http-create-request): Use url-http-proxy to |
| @@ -5,7 +10,7 @@ | |||
| 5 | 10 | ||
| 6 | 2012-07-28 David Engster <deng@randomsample.de> | 11 | 2012-07-28 David Engster <deng@randomsample.de> |
| 7 | 12 | ||
| 8 | * url-dav.el (url-dav-supported-p): Added doc-string and remove | 13 | * url-dav.el (url-dav-supported-p): Add doc-string and remove |
| 9 | check for feature `xml' and function `xml-expand-namespace' which | 14 | check for feature `xml' and function `xml-expand-namespace' which |
| 10 | never existed in Emacs proper. | 15 | never existed in Emacs proper. |
| 11 | (url-dav-process-response): Remove all indentation and newlines | 16 | (url-dav-process-response): Remove all indentation and newlines |
| @@ -63,8 +68,8 @@ | |||
| 63 | 68 | ||
| 64 | 2012-05-10 Chong Yidong <cyd@gnu.org> | 69 | 2012-05-10 Chong Yidong <cyd@gnu.org> |
| 65 | 70 | ||
| 66 | * url-parse.el (url-path-and-query, url-port-if-non-default): New | 71 | * url-parse.el (url-path-and-query, url-port-if-non-default): |
| 67 | functions. | 72 | New functions. |
| 68 | (url-generic-parse-url): Don't set the portspec slot if it is not | 73 | (url-generic-parse-url): Don't set the portspec slot if it is not |
| 69 | specified; that is what `url-port' is for. | 74 | specified; that is what `url-port' is for. |
| 70 | (url-port): Only require the scheme to be specified to call | 75 | (url-port): Only require the scheme to be specified to call |