diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e831a4be72..0d1538c0136 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Fix up various corner case problems. | ||
| 4 | * doc-view.el (doc-view-last-page-number): New function. | ||
| 5 | (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it. | ||
| 6 | (doc-view-goto-page): Avoid inf-loops when the conversion fails. | ||
| 7 | (doc-view-kill-proc): Avoid inf-loop in freak cases. | ||
| 8 | (doc-view-reconvert-doc): Use the new recursive delete-directory. | ||
| 9 | (doc-view-convert-current-doc): Don't create the resolution.el file | ||
| 10 | here any more. | ||
| 11 | (doc-view-pdf/ps->png): Do it here instead. | ||
| 12 | (doc-view-already-converted-p): Check that resolution.el is present. | ||
| 13 | (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few | ||
| 14 | windows that are not yet showing images. | ||
| 15 | |||
| 1 | 2010-02-04 Alan Mackenzie <acm@muc.de> | 16 | 2010-02-04 Alan Mackenzie <acm@muc.de> |
| 2 | 17 | ||
| 3 | Change strategy for marking < and > as template delimiters: mark | 18 | Change strategy for marking < and > as template delimiters: mark |