aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-03-06 03:17:00 +0000
committerStefan Monnier2006-03-06 03:17:00 +0000
commit8dff56def5e9eb439d7ec3abd70e5e4320fffe73 (patch)
treec3c9dcddf85cfd1c0bc6afc62190a773d6811d4a /lisp/url/ChangeLog
parent50e3e56454a5ea2dc65bc41d5c4eaa4b6f942dfd (diff)
downloademacs-8dff56def5e9eb439d7ec3abd70e5e4320fffe73.tar.gz
emacs-8dff56def5e9eb439d7ec3abd70e5e4320fffe73.zip
(url-http-find-free-connection): Don't kill the process
when killing the temp buffer. (url-http-symbol-value-in-buffer): Massage to make it clear to the byte-compiler that the function is defined.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index cb002731eec..b5bc07cb170 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,10 @@
12006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url-http.el (url-http-find-free-connection): Don't kill the process
4 when killing the temp buffer.
5 (url-http-symbol-value-in-buffer): Massage to make it clear to the
6 byte-compiler that the function is defined.
7
12006-02-20 Stefan Monnier <monnier@iro.umontreal.ca> 82006-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * url.el (url-redirect-buffer): New var. 10 * url.el (url-redirect-buffer): New var.