diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/url/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index be54ad0dd88..08432ed1ab3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-05 Martin Rudalics <rudalics@gmx.at> + + * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through + provided faces once they all have been used up. + 2006-05-05 Eli Zaretskii <eliz@gnu.org> * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 92bdf480e06..1c3e383c9fb 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2006-05-05 Andreas Seltenreich <seltenreich@gmx.de> (tiny change) + + * url-http.el (url-http-parse-headers): Don't reuse connection if + "Connection: close" header was seen. + 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> * url-gw.el (url-open-stream): Don't hide errors. |