aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-16 00:58:47 +0000
committerJuanma Barranquero2006-11-16 00:58:47 +0000
commit1ac3c9101d0935436e96fc541a74bc1b25b25420 (patch)
tree4ff1cac2cec907869fb1115cabc353fadd470cbd
parent6e2988e60d95edb6f4c05ca6aa0e85622548adab (diff)
downloademacs-1ac3c9101d0935436e96fc541a74bc1b25b25420.tar.gz
emacs-1ac3c9101d0935436e96fc541a74bc1b25b25420.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog1
-rw-r--r--lisp/url/ChangeLog34
2 files changed, 18 insertions, 17 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f318008d732..da391d0292f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,4 +1,5 @@
12006-11-13 Jason Rumney <jasonr@gnu.org> 12006-11-13 Jason Rumney <jasonr@gnu.org>
2
2 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and 3 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
3 HAVE_INET_SOCKETS. 4 HAVE_INET_SOCKETS.
4 5
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 93ebfef961c..bcd4eac16c2 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -5,12 +5,12 @@
5 5
6 * url-parse.el (url-generic-parse-url): Use with-temp-buffer. 6 * url-parse.el (url-generic-parse-url): Use with-temp-buffer.
7 7
82006-11-15 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change) 82006-11-15 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
9 9
10 * url-http.el (url-http-wait-for-headers-change-function): Defer 10 * url-http.el (url-http-wait-for-headers-change-function):
11 detection of HTTP 0.9 until we have at least one line. 11 Defer detection of HTTP 0.9 until we have at least one line.
12 12
132006-11-10 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change) 132006-11-10 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
14 14
15 * url-http.el (url-http-mark-connection-as-free) 15 * url-http.el (url-http-mark-connection-as-free)
16 (url-http-find-free-connection): Don't treat process with status 16 (url-http-find-free-connection): Don't treat process with status
@@ -26,7 +26,7 @@
26 * url.el (url-retrieve-synchronously): Allow quitting when 26 * url.el (url-retrieve-synchronously): Allow quitting when
27 inhibit-quit is t. 27 inhibit-quit is t.
28 28
292006-11-03 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change) 292006-11-03 Shun-ichi GOTO <gotoh@taiyo.co.jp> (tiny change)
30 30
31 * url-http.el (url-http-handle-authentication): If there are 31 * url-http.el (url-http-handle-authentication): If there are
32 several authentication headers, use the first with a supported 32 several authentication headers, use the first with a supported
@@ -65,13 +65,13 @@
65 65
662006-10-16 Magnus Henoch <mange@freemail.hu> 662006-10-16 Magnus Henoch <mange@freemail.hu>
67 67
68 * url-http.el (url-https-create-secure-wrapper): Always use tls 68 * url-http.el (url-https-create-secure-wrapper):
69 gateway method. 69 Always use tls gateway method.
70 70
712006-10-12 Magnus Henoch <mange@freemail.hu> 712006-10-12 Magnus Henoch <mange@freemail.hu>
72 72
73 * url-http.el (url-http-find-free-connection): Handle 73 * url-http.el (url-http-find-free-connection):
74 url-open-stream returning nil. 74 Handle url-open-stream returning nil.
75 75
762006-10-11 Magnus Henoch <mange@freemail.hu> 762006-10-11 Magnus Henoch <mange@freemail.hu>
77 77
@@ -483,7 +483,7 @@
4832004-11-20 Masatake YAMATO <jet@gyve.org> 4832004-11-20 Masatake YAMATO <jet@gyve.org>
484 484
485 * url.el (url-mm-callback): Delay the invocation 485 * url.el (url-mm-callback): Delay the invocation
486 of `mm-destroy-parts'. Invoke `mm-destroy-parts' 486 of `mm-destroy-parts'. Invoke `mm-destroy-parts'
487 when the buffer is killed. 487 when the buffer is killed.
488 488
4892004-11-12 Masatake YAMATO <jet@gyve.org> 4892004-11-12 Masatake YAMATO <jet@gyve.org>
@@ -493,7 +493,7 @@
4932004-11-02 Masatake YAMATO <jet@gyve.org> 4932004-11-02 Masatake YAMATO <jet@gyve.org>
494 494
495 * url-imap.el (url-imap-open-host): Don't use 495 * url-imap.el (url-imap-open-host): Don't use
496 `string-to-int'. The port returned by `url-port' 496 `string-to-int'. The port returned by `url-port'
497 is expected to be an integer. 497 is expected to be an integer.
498 498
499 * url-irc.el (url-irc): Ditto. 499 * url-irc.el (url-irc): Ditto.
@@ -707,7 +707,7 @@
707 * lisp/url.el (url-retrieve-synchronously): Use sleep-for, not 707 * lisp/url.el (url-retrieve-synchronously): Use sleep-for, not
708 sit-for. From monnier@gnu.org. 708 sit-for. From monnier@gnu.org.
709 709
7102002-11-04 Walter C. Pelissero <walter@pelissero.org> 7102002-11-04 Walter C. Pelissero <walter@pelissero.org>
711 711
712 * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert 712 * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert
713 port numbers to integers when creating the URL objects for proxies. 713 port numbers to integers when creating the URL objects for proxies.
@@ -1243,7 +1243,7 @@
1243 * lisp/url-nfs.el: Fix `file-truname' typo. 1243 * lisp/url-nfs.el: Fix `file-truname' typo.
1244 1244
1245 * lisp/url-news.el: Require cl when compiling. 1245 * lisp/url-news.el: Require cl when compiling.
1246 (url-warn, gnus-group-read-ephemeral-group): Autoload. 1246 (url-warn, gnus-group-read-ephemeral-group): Autoload.
1247 (url-nntp-default-port, url-news-default-port, url-nntp): Delete. 1247 (url-nntp-default-port, url-news-default-port, url-nntp): Delete.
1248 (url-news-fetch-newsgroup): Declare gnus-group-buffer special. 1248 (url-news-fetch-newsgroup): Declare gnus-group-buffer special.
1249 1249
@@ -1429,7 +1429,7 @@
1429 * lisp/url-history.el: Avoid cl-...hash functions. 1429 * lisp/url-history.el: Avoid cl-...hash functions.
1430 (url): Require. 1430 (url): Require.
1431 1431
1432 * lisp/url-gw.el, lisp/url-cookie.el: Require cl only when compiling. 1432 * lisp/url-gw.el, lisp/url-cookie.el: Require cl only when compiling.
1433 1433
14342000-10-03 William M. Perry <wmperry@aventail.com> 14342000-10-03 William M. Perry <wmperry@aventail.com>
1435 1435
@@ -1494,7 +1494,7 @@
1494 * configure.in: Checks to make sure that Gnus was found, since we 1494 * configure.in: Checks to make sure that Gnus was found, since we
1495 HAVE to have it now. Removed conditional compilation of url-cid.el 1495 HAVE to have it now. Removed conditional compilation of url-cid.el
1496 1496
14971999-12-16 Eric Marsden <emarsden@mail.dotcom.fr> 14971999-12-16 Eric Marsden <emarsden@mail.dotcom.fr>
1498 1498
1499 * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in 1499 * lisp/url-util.el (url-get-url-at-point): Allow URLs wrapped in
1500 () to have periods at the end of the chunk. 1500 () to have periods at the end of the chunk.
@@ -1547,7 +1547,7 @@
1547 nnimap-server-buffer or `nnimap-open-server' chokes trying to use 1547 nnimap-server-buffer or `nnimap-open-server' chokes trying to use
1548 the current buffer as the IMAP server buffer, which fails miserably. 1548 the current buffer as the IMAP server buffer, which fails miserably.
1549 1549
15501999-12-11 Simon Josefsson <jas@pdc.kth.se> 15501999-12-11 Simon Josefsson <jas@pdc.kth.se>
1551 1551
1552 * lisp/url-imap.el: Initial (rough) implementation for IMAP urls. 1552 * lisp/url-imap.el: Initial (rough) implementation for IMAP urls.
1553 1553
@@ -1567,7 +1567,7 @@
1567 * lisp/url-http.el (mail-parse): Since we use functions from here, 1567 * lisp/url-http.el (mail-parse): Since we use functions from here,
1568 we should require it, eh? 1568 we should require it, eh?
1569 1569
15701999-12-10 01:57:01 Shenghuo ZHU <zsh@cs.rochester.edu> 15701999-12-10 Shenghuo ZHU <zsh@cs.rochester.edu>
1571 1571
1572 * lisp/url-cookie.el (url-cookie-multiple-line): One line cookie 1572 * lisp/url-cookie.el (url-cookie-multiple-line): One line cookie
1573 if nil. 1573 if nil.