emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 28 Aug 2007 22:32:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/08/28 22:32:08

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11646
retrieving revision 1.11647
diff -u -b -r1.11646 -r1.11647
--- ChangeLog   28 Aug 2007 20:09:57 -0000      1.11646
+++ ChangeLog   28 Aug 2007 22:32:07 -0000      1.11647
@@ -1,3 +1,18 @@
+2007-08-28  Juri Linkov  <address@hidden>
+
+       * image-mode.el (image-type): New variable.
+       (image-mode): Set default major mode name to "Image[text]".
+       (image-minor-mode): Change LIGHTER to display image-type in the
+       mode line.
+       (image-minor-mode): Set default image-type to "text".
+       (image-toggle-display): After switching to text mode, set
+       image-type to "text" and major mode name to "Image[text]".
+       After switching to image mode, set image-type to actual image
+       type, and add image type to major mode name.  Let-bind the same
+       variable names as arguments of `image-type' and `create-image'.
+       Bind `type' to the result of `image-type' and use it as arg
+       of `create-image' to not determine the image type twice.
+
 2007-08-28  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-handle-set-file-times): Flush the file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]