diff options
| author | Elias Pipping <pipping@exherbo.org> | 2013-01-10 10:50:04 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-01-10 10:50:04 -0500 |
| commit | 72781fefa6c91b51e44e7faed4b8792fbd65f345 (patch) | |
| tree | 027773bfb2de039e24aa39291afd19160c04eff9 /lisp/ChangeLog | |
| parent | e6ed8f08460d9bc9af7109c5a8619b3d1d407bdf (diff) | |
| download | emacs-72781fefa6c91b51e44e7faed4b8792fbd65f345.tar.gz | |
* lisp/files.el (auto-mode-alist): Use doc-view for djvu files.
* lisp/doc-view.el (doc-view-document->bitmap):
Use doc-view-single-page-converter-function instead of
single-page-converter arg; adjust callers.
Fixes: debbugs:13164
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f74abc427af..da239252f7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2013-01-10 Elias Pipping <pipping@exherbo.org> + + * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164). + * doc-view.el (doc-view-document->bitmap): + Use doc-view-single-page-converter-function instead of + single-page-converter arg; adjust callers. + 2013-01-10 Feng Li <fengli@gmail.com> (tiny change) * progmodes/which-func.el (which-function): Understand Semantic's use |
