diff options
author | David Reitter <david.reitter@gmail.com> | 2014-11-14 07:22:01 -0500 |
---|---|---|
committer | David Reitter <david.reitter@gmail.com> | 2014-11-14 07:22:01 -0500 |
commit | c28ef9a4662324fe77910e6c82b72cef0c2aa7df (patch) | |
tree | b85ec767f8761753a46f50ecae4d0d7e25e41438 /lisp/url/ChangeLog | |
parent | a5cbb7d9cc072db90201dd6e7e597c424a7d015e (diff) | |
download | emacs-c28ef9a4662324fe77910e6c82b72cef0c2aa7df.tar.gz |
Compress publicsuffix file to save space
* url-domsuf.el (url-domsuf-parse-file): Read compressed
publicsuffix file if available.
* Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r-- | lisp/url/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 13628773137..1be4ca70a80 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2014-11-14 David Reitter <david.reitter@gmail.com> + + * url-domsuf.el (url-domsuf-parse-file): Read compressed + publicsuffix file if available. + 2014-11-05 Teodor Zlatanov <tzz@lifelogs.com> * url-http.el (url-user-agent): New variable, can be function or |