comparison lisp/ChangeLog @ 106304:94b85d4a3456

(image-minor-mode): Exit more gracefully when the image cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 28 Nov 2009 20:45:19 +0000
parents 8ba9aa88e9c7
children cbe5e21da2e4
comparison
equal deleted inserted replaced
106303:d3af107622c7 106304:94b85d4a3456
1 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2 5
3 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>". 6 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4 7
5 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since 8 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6 `cd' doesn't always do it for us (bug#5067). 9 `cd' doesn't always do it for us (bug#5067).