aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-07 16:39:40 +0000
committerJuanma Barranquero2008-01-07 16:39:40 +0000
commit2941ce4bcfb9d6baea788e8ebead17d6895ef131 (patch)
tree3db407990cc42e58cbbe1b846889db13510b5673
parent630cb3b7f23d2e67be4c458dab0d7d59f4e8b5d1 (diff)
downloademacs-2941ce4bcfb9d6baea788e8ebead17d6895ef131.tar.gz
emacs-2941ce4bcfb9d6baea788e8ebead17d6895ef131.zip
*** empty log message ***
-rw-r--r--lisp/url/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index a1b86af13ae..b3c496c41d5 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1313,7 +1313,7 @@
1313 * lisp/url-about.el (url-about): New loader scheme to handle 1313 * lisp/url-about.el (url-about): New loader scheme to handle
1314 about:foo URLs. Automatically tries to find a `url-about-foo' 1314 about:foo URLs. Automatically tries to find a `url-about-foo'
1315 function to display the actual data. 1315 function to display the actual data.
1316 (url-about-protocols): Implement about:protocols 1316 (url-about-protocols): Implement about:protocols.
1317 1317
1318 * lisp/url-http.el (url-http): Make sure that we signal an error 1318 * lisp/url-http.el (url-http): Make sure that we signal an error
1319 when we cannot open a network connection for whatever reason. 1319 when we cannot open a network connection for whatever reason.
@@ -1660,11 +1660,11 @@
16602001-01-03 Sam Steingold <sds@gnu.org> 16602001-01-03 Sam Steingold <sds@gnu.org>
1661 1661
1662 * lisp/url-http.el (url-http-wait-for-headers-change-function): 1662 * lisp/url-http.el (url-http-wait-for-headers-change-function):
1663 set `url-http-end-of-headers' to 0 for HTTP 0.9 1663 set `url-http-end-of-headers' to 0 for HTTP 0.9.
1664 1664
16652001-01-02 Sam Steingold <sds@gnu.org> 16652001-01-02 Sam Steingold <sds@gnu.org>
1666 1666
1667 * lisp/url-auth.el (provide): `url-auth', not `urlauth' 1667 * lisp/url-auth.el (provide): `url-auth', not `urlauth'.
1668 1668
16692000-12-22 Dave Love <fx@gnu.org> 16692000-12-22 Dave Love <fx@gnu.org>
1670 1670
@@ -1752,7 +1752,7 @@
1752 IRC URL so people don't think I'm crazy. 1752 IRC URL so people don't think I'm crazy.
1753 1753
1754 * configure.in: Checks to make sure that Gnus was found, since we 1754 * configure.in: Checks to make sure that Gnus was found, since we
1755 HAVE to have it now. Removed conditional compilation of url-cid.el 1755 HAVE to have it now. Removed conditional compilation of url-cid.el.
1756 1756
17571999-12-16 Eric Marsden <emarsden@mail.dotcom.fr> 17571999-12-16 Eric Marsden <emarsden@mail.dotcom.fr>
1758 1758
@@ -1836,7 +1836,7 @@
18361999-12-06 William M. Perry <wmperry@aventail.com> 18361999-12-06 William M. Perry <wmperry@aventail.com>
1837 1837
1838 * lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule 1838 * lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule
1839 4.1 gracefully 1839 4.1 gracefully.
1840 1840
1841 * lisp/url-news.el: Reimplemented news and nntp URL support. 1841 * lisp/url-news.el: Reimplemented news and nntp URL support.
1842 No longer bothers to check for outdated Gnus versions, since this 1842 No longer bothers to check for outdated Gnus versions, since this
@@ -1862,7 +1862,7 @@
1862 as well as efs. 1862 as well as efs.
1863 (url-file): Add default content-type of application/octet-stream if 1863 (url-file): Add default content-type of application/octet-stream if
1864 none known. 1864 none known.
1865 (url-file): Correct bad call to url-host-is-local-p 1865 (url-file): Correct bad call to url-host-is-local-p.
1866 1866
1867 * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't 1867 * lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't
1868 like buffer-substring with nil arguments. 1868 like buffer-substring with nil arguments.
@@ -1878,7 +1878,7 @@
1878 (url-scheme-get-property): Use it when we load a URL scheme for 1878 (url-scheme-get-property): Use it when we load a URL scheme for
1879 the first time. 1879 the first time.
1880 1880
1881 * lisp/url-util.el (url-get-url-at-point): Re-integrated 1881 * lisp/url-util.el (url-get-url-at-point): Re-integrated.
1882 1882
18831999-12-04 William M. Perry <wmperry@aventail.com> 18831999-12-04 William M. Perry <wmperry@aventail.com>
1884 1884