aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-31 09:51:25 +0000
committerEli Zaretskii2007-03-31 09:51:25 +0000
commitfd1e2cdef8fcf3fcb21be5453b9d9268aa9d0f32 (patch)
treecab6b76d083ced5321f4ac5c2316a272b725db55
parent4551278734ccd2fcefab578c4765ef1b34ca28ef (diff)
downloademacs-fd1e2cdef8fcf3fcb21be5453b9d9268aa9d0f32.tar.gz
emacs-fd1e2cdef8fcf3fcb21be5453b9d9268aa9d0f32.zip
Move url-http.el entry to lisp/url/ChangeLog.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/url/ChangeLog6
2 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c36d5660126..1db1549d85e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,3 @@
12007-03-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2
3 * url-http.el (url-http-mark-connection-as-busy)
4 (url-http-mark-connection-as-free): Clear query-on-exit flag on
5 idle connections.
6
72007-03-31 Markus Triska <markus.triska@gmx.at> 12007-03-31 Markus Triska <markus.triska@gmx.at>
8 2
9 * flymake.el (flymake-err-line-patterns): Doc fix. 3 * flymake.el (flymake-err-line-patterns): Doc fix.
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index eb058534f63..521761d833d 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,9 @@
12007-03-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2
3 * url-http.el (url-http-mark-connection-as-busy)
4 (url-http-mark-connection-as-free): Clear query-on-exit flag on
5 idle connections.
6
12007-02-04 Chong Yidong <cyd@stupidchicken.com> 72007-02-04 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * url-http.el (url-http-connection-opened): New variable. 9 * url-http.el (url-http-connection-opened): New variable.