diff options
| -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. |