diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
3 files changed, 15 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 @@ | |||
| 1 | 2006-05-05 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through | ||
| 4 | provided faces once they all have been used up. | ||
| 5 | |||
| 1 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> | 6 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a | 8 | * 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 @@ | |||
| 1 | 2006-05-05 Andreas Seltenreich <seltenreich@gmx.de> (tiny change) | ||
| 2 | |||
| 3 | * url-http.el (url-http-parse-headers): Don't reuse connection if | ||
| 4 | "Connection: close" header was seen. | ||
| 5 | |||
| 1 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * url-gw.el (url-open-stream): Don't hide errors. | 8 | * url-gw.el (url-open-stream): Don't hide errors. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 762ba7894b9..f99a72f4c8c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * internals.texi (Pure Storage): Mention the pure overflow message | ||
| 4 | at startup. | ||
| 5 | |||
| 1 | 2006-05-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 6 | 2006-05-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. | 8 | * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. |