Mercurial > emacs
changeset 76918:10049946d984
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 03 Apr 2007 11:17:35 +0000 |
parents | 4b93b4ef75ad |
children | da01675cda44 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 03 11:14:15 2007 +0000 +++ b/lisp/ChangeLog Tue Apr 03 11:17:35 2007 +0000 @@ -1,3 +1,9 @@ +2007-04-03 Eli Zaretskii <eliz@gnu.org> + + * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to + decode base-64 encoded body if its content-type is something other + than text/* or message/*. + 2007-04-03 Juanma Barranquero <lekktu@gmail.com> * simple.el (activate-mark-hook): Fix typo in docstring.
--- a/src/ChangeLog Tue Apr 03 11:14:15 2007 +0000 +++ b/src/ChangeLog Tue Apr 03 11:17:35 2007 +0000 @@ -1,3 +1,7 @@ +2007-04-03 Eli Zaretskii <eliz@gnu.org> + + * emacs.c (main): Fix instructions for building Emacs for profiling. + 2007-04-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (xg_update_menubar): Call g_list_next after moving