]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Sat, 17 May 2008 22:55:06 +0000 (22:55 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 May 2008 22:55:06 +0000 (22:55 +0000)
lisp/ChangeLog

index 99d330c627b54326d72c4b534d7b8d2dd1d9bb19..9f4d24bd100f0951143c823f94d700a7c063e202 100644 (file)
@@ -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>