Mercurial > emacs
changeset 95073:02a21ad95261
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 17 May 2008 22:55:06 +0000 |
parents | a2ec715aefb4 |
children | a4d67901ed9a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 17 20:20:55 2008 +0000 +++ b/lisp/ChangeLog Sat May 17 22:55:06 2008 +0000 @@ -1,5 +1,12 @@ 2008-05-17 Glenn Morris <rgm@gnu.org> + * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and + simplify initial value. + (defezimage): Drop support for Emacs without defimage, use a featurep + test rather than fboundp when defining, drop with-no-warnings. + (ezimage-insert-over-text): Move featurep test inside + add-text-properties. + * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format. * net/tramp.el (top-level): Load auth-source when compiling. @@ -17,7 +24,7 @@ 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> - * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el use it. + * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it. 2008-05-17 Jim Meyering <meyering@redhat.com>