# HG changeset patch # User Glenn Morris # Date 1211064906 0 # Node ID 02a21ad95261415add8812f01be108bad62cec2f # Parent a2ec715aefb4794e34d16a2ad097746abd3ac892 *** empty log message *** diff -r a2ec715aefb4 -r 02a21ad95261 lisp/ChangeLog --- 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 + * 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 - * 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