# HG changeset patch # User Juri Linkov # Date 1111787147 0 # Node ID 22dba20de52eb2f0635175006778ce62e8390f4a # Parent 258772850c9adfa924a1cc9b0833ea0ba606b6ca *** empty log message *** diff -r 258772850c9a -r 22dba20de52e lisp/ChangeLog --- 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