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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 25 Mar 2005 14:58:21 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7173 emacs/lisp/ChangeLog:1.7174
*** emacs/lisp/ChangeLog:1.7173 Fri Mar 25 17:20:40 2005
--- emacs/lisp/ChangeLog        Fri Mar 25 19:58:21 2005
***************
*** 1,3 ****
--- 1,21 ----
+ 2005-03-25  Juri Linkov  <address@hidden>
+ 
+       * image-mode.el: Optimize image filename extension regexps in
+       autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
+       in `auto-mode-alist'.
+       (image-mode): Add `image-toggle-display-text' to local hook
+       `change-major-mode-hook'.  Display the image as an image by
+       default.  Set `cursor-type' and `truncate-lines' if the image
+       is already displayed.  Take into account the current mode (image
+       or text) in message.
+       (image-minor-mode): New minor mode.
+       (image-mode-maybe, image-toggle-display-text): New functions.
+       (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'.
+ 
  2005-03-25  Stefan Monnier  <address@hidden>
  
        * international/mule-cmds.el (set-locale-environment): For Mac OS X's




reply via email to

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