From: Jason Rumney Date: Mon, 23 Feb 2009 11:50:08 +0000 (+0000) Subject: Prev commit in wrong ChangeLog X-Git-Tag: emacs-pretest-23.0.91~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db922cc0e5b0479e5a016d45456000c299ab7ee2;p=emacs.git Prev commit in wrong ChangeLog --- 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 - - * url/url-expand.el (url-default-expander): Use concat to combine - parts. (Bug #1020) - 2009-02-21 Glenn Morris * 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 + + * url-expand.el (url-default-expander): Use concat to combine + parts. (Bug #1020) + 2009-02-10 Glenn Morris * url-util.el (url-generate-unique-filename): Silence compiler.