Mercurial > emacs
changeset 70405:2fc8fcad6727
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 May 2006 13:03:17 +0000 |
parents | ce092da13632 |
children | 16cb01ffb3dd |
files | lisp/ChangeLog lisp/url/ChangeLog lispref/ChangeLog |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 05 13:02:14 2006 +0000 +++ b/lisp/ChangeLog Fri May 05 13:03:17 2006 +0000 @@ -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
--- a/lisp/url/ChangeLog Fri May 05 13:02:14 2006 +0000 +++ b/lisp/url/ChangeLog Fri May 05 13:03:17 2006 +0000 @@ -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.
--- a/lispref/ChangeLog Fri May 05 13:02:14 2006 +0000 +++ b/lispref/ChangeLog Fri May 05 13:03:17 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-05 Eli Zaretskii <eliz@gnu.org> + + * internals.texi (Pure Storage): Mention the pure overflow message + at startup. + 2006-05-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.