diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/url/ChangeLog | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 245c87cfeab..154e91e3c64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -54,11 +54,6 @@ safely encode the message. Rewrite MIME charset= header if the new encoding is different from the old one. -2009-02-21 Jason Rumney <jasonr@gnu.org> - - * url/url-expand.el (url-default-expander): Use concat to combine - parts. (Bug #1020) - 2009-02-21 Glenn Morris <rgm@gnu.org> * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 9212abfa6ad..a65ba63926c 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2009-02-21 Jason Rumney <jasonr@gnu.org> + + * url-expand.el (url-default-expander): Use concat to combine + parts. (Bug #1020) + 2009-02-10 Glenn Morris <rgm@gnu.org> * url-util.el (url-generate-unique-filename): Silence compiler. |