diff options
| author | Juri Linkov | 2007-08-28 22:32:07 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-08-28 22:32:07 +0000 |
| commit | d487ca7d8e5d962d552feaa67e80c4ea6cf3ec07 (patch) | |
| tree | f1e457c02146fb92abe92cdf0181b0e96dccdf6e /lisp/ChangeLog | |
| parent | a081814834acfcaa93a656483504eb1d84b63973 (diff) | |
| download | emacs-d487ca7d8e5d962d552feaa67e80c4ea6cf3ec07.tar.gz emacs-d487ca7d8e5d962d552feaa67e80c4ea6cf3ec07.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef5ac4d84f9..b8b33341a0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-08-28 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * image-mode.el (image-type): New variable. | ||
| 4 | (image-mode): Set default major mode name to "Image[text]". | ||
| 5 | (image-minor-mode): Change LIGHTER to display image-type in the | ||
| 6 | mode line. | ||
| 7 | (image-minor-mode): Set default image-type to "text". | ||
| 8 | (image-toggle-display): After switching to text mode, set | ||
| 9 | image-type to "text" and major mode name to "Image[text]". | ||
| 10 | After switching to image mode, set image-type to actual image | ||
| 11 | type, and add image type to major mode name. Let-bind the same | ||
| 12 | variable names as arguments of `image-type' and `create-image'. | ||
| 13 | Bind `type' to the result of `image-type' and use it as arg | ||
| 14 | of `create-image' to not determine the image type twice. | ||
| 15 | |||
| 1 | 2007-08-28 Michael Albinus <michael.albinus@gmx.de> | 16 | 2007-08-28 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 17 | ||
| 3 | * net/tramp.el (tramp-handle-set-file-times): Flush the file | 18 | * net/tramp.el (tramp-handle-set-file-times): Flush the file |