Mercurial > emacs
comparison lisp/url/ChangeLog @ 87620:6e5f8bb7dc3b
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 07 Jan 2008 16:39:40 +0000 |
parents | 3f85433313d0 |
children | 107ccd98fa12 |
comparison
equal
deleted
inserted
replaced
87619:b1c8b3f4b8a9 | 87620:6e5f8bb7dc3b |
---|---|
1311 2001-11-24 William M. Perry <wmperry@gnu.org> | 1311 2001-11-24 William M. Perry <wmperry@gnu.org> |
1312 | 1312 |
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. |
1320 Before, it would just silently clean up after itself and the user | 1320 Before, it would just silently clean up after itself and the user |
1321 got absolutely no indication that an error had occured. If the | 1321 got absolutely no indication that an error had occured. If the |
1658 (mule-coding-system-p, string-width): Use defalias. | 1658 (mule-coding-system-p, string-width): Use defalias. |
1659 | 1659 |
1660 2001-01-03 Sam Steingold <sds@gnu.org> | 1660 2001-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 |
1665 2001-01-02 Sam Steingold <sds@gnu.org> | 1665 2001-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 |
1669 2000-12-22 Dave Love <fx@gnu.org> | 1669 2000-12-22 Dave Love <fx@gnu.org> |
1670 | 1670 |
1671 * lisp/url-history.el (url): Don't require (to avoid recursion). | 1671 * lisp/url-history.el (url): Don't require (to avoid recursion). |
1672 (cl): Require when compiling. | 1672 (cl): Require when compiling. |
1750 | 1750 |
1751 * lisp/url-irc.el: Added pointer to draft specification for the | 1751 * lisp/url-irc.el: Added pointer to draft specification for the |
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 |
1757 1999-12-16 Eric Marsden <emarsden@mail.dotcom.fr> | 1757 1999-12-16 Eric Marsden <emarsden@mail.dotcom.fr> |
1758 | 1758 |
1759 * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in | 1759 * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in |
1760 () to have periods at the end of the chunk. | 1760 () to have periods at the end of the chunk. |
1834 (url-cookie-generate-header-lines): Use it. | 1834 (url-cookie-generate-header-lines): Use it. |
1835 | 1835 |
1836 1999-12-06 William M. Perry <wmperry@aventail.com> | 1836 1999-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 |
1843 will not work without them anyway. | 1843 will not work without them anyway. |
1844 | 1844 |
1860 | 1860 |
1861 * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto | 1861 * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto |
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. |
1869 (url-copy-file): Use mm-destroy-parts instead of just killing | 1869 (url-copy-file): Use mm-destroy-parts instead of just killing |
1870 the buffer. Use defined interfaces when available! | 1870 the buffer. Use defined interfaces when available! |
1876 * lisp/url-methods.el (url-scheme-register-proxy): New function to | 1876 * lisp/url-methods.el (url-scheme-register-proxy): New function to |
1877 find and register a proxy for a specific scheme. | 1877 find and register a proxy for a specific scheme. |
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 |
1883 1999-12-04 William M. Perry <wmperry@aventail.com> | 1883 1999-12-04 William M. Perry <wmperry@aventail.com> |
1884 | 1884 |
1885 * lisp/url-file.el (url-file): Signal an error if | 1885 * lisp/url-file.el (url-file): Signal an error if |
1886 url-file-build-filename could not find the filename. | 1886 url-file-build-filename could not find the filename. |