comparison lisp/ChangeLog @ 60939:2abeaaf3b5bf

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 25 Mar 2005 19:58:21 +0000
parents 7f534015ddb7
children 2c2396d32d08
comparison
equal deleted inserted replaced
60938:14fb950842c8 60939:2abeaaf3b5bf
1 2005-03-25 Juri Linkov <juri@jurta.org>
2
3 * image-mode.el: Optimize image filename extension regexps in
4 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5 in `auto-mode-alist'.
6 (image-mode): Add `image-toggle-display-text' to local hook
7 `change-major-mode-hook'. Display the image as an image by
8 default. Set `cursor-type' and `truncate-lines' if the image
9 is already displayed. Take into account the current mode (image
10 or text) in message.
11 (image-minor-mode): New minor mode.
12 (image-mode-maybe, image-toggle-display-text): New functions.
13 (image-toggle-display): Use called-interactively-p.
14 Let-bind `inhibit-read-only' to t.
15
16 * image-file.el (image-file-name-extensions): Remove .xbm and .xpm
17 associated with c-mode in `auto-mode-alist'.
18
1 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> 19 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
3 * international/mule-cmds.el (set-locale-environment): For Mac OS X's 21 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4 Terminal.app, use utf-8. 22 Terminal.app, use utf-8.
5 (set-display-table-and-terminal-coding-system): Add coding-system arg. 23 (set-display-table-and-terminal-coding-system): Add coding-system arg.