diff options
| author | Eli Zaretskii | 2007-03-31 09:51:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-31 09:51:25 +0000 |
| commit | fd1e2cdef8fcf3fcb21be5453b9d9268aa9d0f32 (patch) | |
| tree | cab6b76d083ced5321f4ac5c2316a272b725db55 | |
| parent | 4551278734ccd2fcefab578c4765ef1b34ca28ef (diff) | |
| download | emacs-fd1e2cdef8fcf3fcb21be5453b9d9268aa9d0f32.tar.gz emacs-fd1e2cdef8fcf3fcb21be5453b9d9268aa9d0f32.zip | |
Move url-http.el entry to lisp/url/ChangeLog.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 6 |
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 @@ | |||
| 1 | 2007-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 | |||
| 7 | 2007-03-31 Markus Triska <markus.triska@gmx.at> | 1 | 2007-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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-02-04 Chong Yidong <cyd@stupidchicken.com> | 7 | 2007-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. |