# HG changeset patch # User Eli Zaretskii # Date 1146834197 0 # Node ID 2fc8fcad67272b9c7f25f206683c58b649dcf2b3 # Parent ce092da1363246906680e6b26fa7fcef128d9174 *** empty log message *** diff -r ce092da13632 -r 2fc8fcad6727 lisp/ChangeLog --- 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 + + * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through + provided faces once they all have been used up. + 2006-05-05 Eli Zaretskii * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a diff -r ce092da13632 -r 2fc8fcad6727 lisp/url/ChangeLog --- 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 (tiny change) + + * url-http.el (url-http-parse-headers): Don't reuse connection if + "Connection: close" header was seen. + 2006-04-26 Stefan Monnier * url-gw.el (url-open-stream): Don't hide errors. diff -r ce092da13632 -r 2fc8fcad6727 lispref/ChangeLog --- 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 + + * internals.texi (Pure Storage): Mention the pure overflow message + at startup. + 2006-05-05 Johan Bockg,Ae(Brd * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.