Mercurial > emacs
changeset 60944:22dba20de52e
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 25 Mar 2005 21:45:47 +0000 |
parents | 258772850c9a |
children | 60ee667d3053 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 25 21:44:13 2005 +0000 +++ b/lisp/ChangeLog Fri Mar 25 21:45:47 2005 +0000 @@ -18,8 +18,10 @@ (image-toggle-display): Use called-interactively-p. Let-bind `inhibit-read-only' to t. - * image-file.el (image-file-name-extensions): Remove .xbm and .xpm - associated with c-mode in `auto-mode-alist'. + * image-mode.el (image-minor-mode): Set `cursor-type' and + `truncate-lines' if the image is already displayed. Add turning + image-minor-mode off to `change-major-mode-hook'. Add message. + Call `image-toggle-display-text' after turning image-minor-mode off. 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>