diff options
| author | Chong Yidong | 2012-05-10 14:27:12 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-10 14:27:12 +0800 |
| commit | 9f9aa0448aa1b5317d8903e33db1e3bb27e98ece (patch) | |
| tree | 326360d5b258a5c269c20f12a19a9cead3fbf0f7 /lisp/ChangeLog | |
| parent | 97107e2e531ee355f517990eed735fa657b7105b (diff) | |
| download | emacs-9f9aa0448aa1b5317d8903e33db1e3bb27e98ece.tar.gz emacs-9f9aa0448aa1b5317d8903e33db1e3bb27e98ece.zip | |
Cleanups and improvements for FFAP and URL.
* ffap.el (ffap-url-unwrap-local): Make it work right.
Use url-generic-parse-url, and handle host names and Windows
filenames properly.
(ffap-url-unwrap-remote): Use url-generic-parse-url.
(ffap-url-unwrap-remote): Accept list values, specifying a list of
URL schemes to work on.
(ffap--toggle-read-only): New function.
(ffap-read-only, ffap-read-only-other-window)
(ffap-read-only-other-frame): Use it.
(ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
necessary for ffap-url-unwrap-remote.
* url-parse.el (url-path-and-query, url-port-if-non-default): New
functions.
(url-generic-parse-url): Don't set the portspec slot if it is not
specified; that is what `url-port' is for.
(url-port): Only require the scheme to be specified to call
url-scheme-get-property.
* url-util.el (url-encode-url): Use url-path-and-query.
* url-vars.el (url-mime-charset-string): Load mm-util lazily.
Fixes: debbugs:9131
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f1429f9f875..e983957e285 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-05-10 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131). | ||
| 4 | Use url-generic-parse-url, and handle host names and Windows | ||
| 5 | filenames properly. | ||
| 6 | (ffap-url-unwrap-remote): Use url-generic-parse-url. | ||
| 7 | (ffap-url-unwrap-remote): Accept list values, specifying a list of | ||
| 8 | URL schemes to work on. | ||
| 9 | (ffap--toggle-read-only): New function. | ||
| 10 | (ffap-read-only, ffap-read-only-other-window) | ||
| 11 | (ffap-read-only-other-frame): Use it. | ||
| 12 | (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not | ||
| 13 | necessary for ffap-url-unwrap-remote. | ||
| 14 | |||
| 1 | 2012-05-10 Dave Abrahams <dave@boostpro.com> | 15 | 2012-05-10 Dave Abrahams <dave@boostpro.com> |
| 2 | 16 | ||
| 3 | * cus-start.el (create-lockfiles): Add it. | 17 | * cus-start.el (create-lockfiles): Add it. |