aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-01-07 16:39:40 +0000
committerJuanma Barranquero <[email protected]>2008-01-07 16:39:40 +0000
commit2941ce4bcfb9d6baea788e8ebead17d6895ef131 (patch)
tree3db407990cc42e58cbbe1b846889db13510b5673 /lisp/url/ChangeLog
parent630cb3b7f23d2e67be4c458dab0d7d59f4e8b5d1 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index a1b86af13a..b3c496c41d 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1313,7 +1313,7 @@
* lisp/url-about.el (url-about): New loader scheme to handle
about:foo URLs. Automatically tries to find a `url-about-foo'
function to display the actual data.
- (url-about-protocols): Implement about:protocols
+ (url-about-protocols): Implement about:protocols.
* lisp/url-http.el (url-http): Make sure that we signal an error
when we cannot open a network connection for whatever reason.
@@ -1660,11 +1660,11 @@
2001-01-03 Sam Steingold <[email protected]>
* lisp/url-http.el (url-http-wait-for-headers-change-function):
- set `url-http-end-of-headers' to 0 for HTTP 0.9
+ set `url-http-end-of-headers' to 0 for HTTP 0.9.
2001-01-02 Sam Steingold <[email protected]>
- * lisp/url-auth.el (provide): `url-auth', not `urlauth'
+ * lisp/url-auth.el (provide): `url-auth', not `urlauth'.
2000-12-22 Dave Love <[email protected]>
@@ -1752,7 +1752,7 @@
IRC URL so people don't think I'm crazy.
* configure.in: Checks to make sure that Gnus was found, since we
- HAVE to have it now. Removed conditional compilation of url-cid.el
+ HAVE to have it now. Removed conditional compilation of url-cid.el.
1999-12-16 Eric Marsden <[email protected]>
@@ -1836,7 +1836,7 @@
1999-12-06 William M. Perry <[email protected]>
* lisp/mule-sysdp.el (mule-code-convert-region): Deal with Mule
- 4.1 gracefully
+ 4.1 gracefully.
* lisp/url-news.el: Reimplemented news and nntp URL support.
No longer bothers to check for outdated Gnus versions, since this
@@ -1862,7 +1862,7 @@
as well as efs.
(url-file): Add default content-type of application/octet-stream if
none known.
- (url-file): Correct bad call to url-host-is-local-p
+ (url-file): Correct bad call to url-host-is-local-p.
* lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't
like buffer-substring with nil arguments.
@@ -1878,7 +1878,7 @@
(url-scheme-get-property): Use it when we load a URL scheme for
the first time.
- * lisp/url-util.el (url-get-url-at-point): Re-integrated
+ * lisp/url-util.el (url-get-url-at-point): Re-integrated.
1999-12-04 William M. Perry <[email protected]>