comparison lisp/ChangeLog @ 112209:4a44f74c4f7c

(doc-view-initiate-display): Fall back to normal mode when doc-view-mode cannot be enabled, also when extracting the document text into a separate buffer (bug#6446).
author Tassilo Horn <tassilo@member.fsf.org>
date Thu, 13 Jan 2011 21:17:15 +0100
parents f78d631cd428
children 43d75ad47207
comparison
equal deleted inserted replaced
112208:f78d631cd428 112209:4a44f74c4f7c
1 2011-01-13 Tassilo Horn <tassilo@member.fsf.org> 1 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2 2
3 * doc-view.el (doc-view-open-text): Use meaningful text buffer 3 * doc-view.el (doc-view-open-text): Use meaningful text buffer
4 name. Keep original document's directory as default-directory 4 name. Keep original document's directory as default-directory
5 (bug#6446). 5 (bug#6446).
6 (doc-view-initiate-display): Fall back to normal mode when
7 doc-view-mode cannot be enabled, also when extracting the document
8 text into a separate buffer (bug#6446).
6 9
7 * simple.el (shell-command): Don't error out if shell command 10 * simple.el (shell-command): Don't error out if shell command
8 buffer contains text with non-nil read-only property when erasing 11 buffer contains text with non-nil read-only property when erasing
9 the buffer. 12 the buffer.
10 13