summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks to custom groups.Chong Yidong2010-02-161-0/+1
* * doc-view.el (doc-view-mode):Juri Linkov2010-02-061-1/+1
* Fix up various corner case problems.Stefan Monnier2010-02-041-34/+50
* (doc-view-new-window-function): Be a bit more defensive.Stefan Monnier2010-02-011-4/+20
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Make it work for non-file buffers (bug#5102).Stefan Monnier2009-12-071-4/+8
* (doc-view-continuous):Juri Linkov2009-11-301-10/+20
* (doc-view-mode): Set buffer-local `view-read-only' to nilJuri Linkov2009-11-251-1/+1
* Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)Juri Linkov2009-11-251-33/+47
* * doc-view.el (doc-view-mode): Switch off view-mode explicitly,Tassilo Horn2009-11-241-0/+5
* Implement DocView Continuous mode. (Bug#4896)Juri Linkov2009-11-231-0/+45
* * doc-view.el (doc-view-initiate-display): Add yes-or-no-p ifChong Yidong2009-07-171-9/+8
* (doc-view-mode): Don't give up if the file doesn't exist.Stefan Monnier2009-04-021-3/+3
* (doc-view-sentinel): Strip trailing newline from event message.Chong Yidong2009-03-141-1/+4
* (doc-view-mode-map): Bind RET to image-next-line.Tassilo Horn2009-03-131-0/+1
* (doc-view-convert-current-doc): Fix last change.Stefan Monnier2009-03-101-1/+3
* (doc-view-convert-current-doc): Save the currentTassilo Horn2009-03-051-0/+18
* Fix typos.Juanma Barranquero2009-03-021-2/+2
* (doc-view-scroll-up-or-next-page)Tassilo Horn2009-02-091-12/+18
* (doc-view-mode): Don't use string-match and fileTassilo Horn2009-01-281-5/+5
* Fix broken call to string-match.Tassilo Horn2009-01-271-1/+1
* (doc-view-mode): Enhance docstring and fallback toTassilo Horn2009-01-271-85/+101
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (doc-view-mode): Bugfix: Add conversion killingTassilo Horn2008-11-051-1/+1
* (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if the neededGlenn Morris2008-10-181-0/+4
* (doc-view-scroll-up-or-next-page)Tassilo Horn2008-09-121-2/+4
* (bookmark-make-record-default): Fix declaration.Glenn Morris2008-06-261-1/+2
* * bookmark.el (bookmark-alist): Allow the 2 slightly different formatsStefan Monnier2008-06-251-10/+9
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+6
* * image-mode.el (image-mode-map): Suppress key map and bind `q'.Stefan Monnier2008-06-031-12/+2
* (doc-view-mode-map): Bind `q' to quit-window, as is the custom.Stefan Monnier2008-05-281-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (doc-view-new-window-function): Avoid using WINDOWChong Yidong2008-04-281-11/+12
* (doc-view-scroll-up-or-next-page): Don't useTassilo Horn2008-04-221-1/+1
* Changed requirements section to tell that only oneTassilo Horn2008-04-151-3/+4
* (doc-view-mode-map): Bind C-a to image-bol and C-eTassilo Horn2008-04-141-0/+2
* * doc-view.el (doc-view-dvipdf-program): New variable.Tassilo Horn2008-04-141-6/+29
* (doc-view-start-process): Don't setTassilo Horn2008-04-141-4/+6
* Compute displayed pages first (in PDF).Stefan Monnier2008-03-311-86/+130
* (doc-view-initiate-display): Use doc-view-doc-typeTassilo Horn2008-03-181-1/+1
* (require): Require cl at compile time becauseTassilo Horn2008-03-181-0/+1
* (doc-view-doc->txt, doc-view-convert-current-doc):Tassilo Horn2008-03-161-4/+2
* (doc-view-doc->txt, doc-view-convert-current-doc):Tassilo Horn2008-03-131-3/+5
* Remove all cb-args, use closures instead.Stefan Monnier2008-03-121-87/+50
* (doc-view-current-cache-dir): Set buffer used forTassilo Horn2008-03-121-0/+1
* (doc-view-new-window-function): Add assertion.Stefan Monnier2008-03-121-13/+49
* (doc-view-doc->txt, doc-view-open-text)Tassilo Horn2008-03-121-63/+100
* (bookmark-buffer-file-name, bookmark-prop-get): Declare.Stefan Monnier2008-03-091-9/+11
* * bookmark.el (bookmark-make): Don't pass the `annotation' to theStefan Monnier2008-03-091-14/+4
* (doc-view-bookmark-make-record): Delete obsoleteTassilo Horn2008-03-071-1/+1