| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if | Chong Yidong | 2009-07-17 | 1 | -9/+8 |
* | (doc-view-mode): Don't give up if the file doesn't exist. | Stefan Monnier | 2009-04-02 | 1 | -3/+3 |
* | (doc-view-sentinel): Strip trailing newline from event message. | Chong Yidong | 2009-03-14 | 1 | -1/+4 |
* | (doc-view-mode-map): Bind RET to image-next-line. | Tassilo Horn | 2009-03-13 | 1 | -0/+1 |
* | (doc-view-convert-current-doc): Fix last change. | Stefan Monnier | 2009-03-10 | 1 | -1/+3 |
* | (doc-view-convert-current-doc): Save the current | Tassilo Horn | 2009-03-05 | 1 | -0/+18 |
* | Fix typos. | Juanma Barranquero | 2009-03-02 | 1 | -2/+2 |
* | (doc-view-scroll-up-or-next-page) | Tassilo Horn | 2009-02-09 | 1 | -12/+18 |
* | (doc-view-mode): Don't use string-match and file | Tassilo Horn | 2009-01-28 | 1 | -5/+5 |
* | Fix broken call to string-match. | Tassilo Horn | 2009-01-27 | 1 | -1/+1 |
* | (doc-view-mode): Enhance docstring and fallback to | Tassilo Horn | 2009-01-27 | 1 | -85/+101 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (doc-view-mode): Bugfix: Add conversion killing | Tassilo Horn | 2008-11-05 | 1 | -1/+1 |
* | (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if the needed | Glenn Morris | 2008-10-18 | 1 | -0/+4 |
* | (doc-view-scroll-up-or-next-page) | Tassilo Horn | 2008-09-12 | 1 | -2/+4 |
* | (bookmark-make-record-default): Fix declaration. | Glenn Morris | 2008-06-26 | 1 | -1/+2 |
* | * bookmark.el (bookmark-alist): Allow the 2 slightly different formats | Stefan Monnier | 2008-06-25 | 1 | -10/+9 |
* | Add some compiler declarations, for builds without X. | Glenn Morris | 2008-06-12 | 1 | -0/+6 |
* | * image-mode.el (image-mode-map): Suppress key map and bind `q'. | Stefan Monnier | 2008-06-03 | 1 | -12/+2 |
* | (doc-view-mode-map): Bind `q' to quit-window, as is the custom. | Stefan Monnier | 2008-05-28 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (doc-view-new-window-function): Avoid using WINDOW | Chong Yidong | 2008-04-28 | 1 | -11/+12 |
* | (doc-view-scroll-up-or-next-page): Don't use | Tassilo Horn | 2008-04-22 | 1 | -1/+1 |
* | Changed requirements section to tell that only one | Tassilo Horn | 2008-04-15 | 1 | -3/+4 |
* | (doc-view-mode-map): Bind C-a to image-bol and C-e | Tassilo Horn | 2008-04-14 | 1 | -0/+2 |
* | * doc-view.el (doc-view-dvipdf-program): New variable. | Tassilo Horn | 2008-04-14 | 1 | -6/+29 |
* | (doc-view-start-process): Don't set | Tassilo Horn | 2008-04-14 | 1 | -4/+6 |
* | Compute displayed pages first (in PDF). | Stefan Monnier | 2008-03-31 | 1 | -86/+130 |
* | (doc-view-initiate-display): Use doc-view-doc-type | Tassilo Horn | 2008-03-18 | 1 | -1/+1 |
* | (require): Require cl at compile time because | Tassilo Horn | 2008-03-18 | 1 | -0/+1 |
* | (doc-view-doc->txt, doc-view-convert-current-doc): | Tassilo Horn | 2008-03-16 | 1 | -4/+2 |
* | (doc-view-doc->txt, doc-view-convert-current-doc): | Tassilo Horn | 2008-03-13 | 1 | -3/+5 |
* | Remove all cb-args, use closures instead. | Stefan Monnier | 2008-03-12 | 1 | -87/+50 |
* | (doc-view-current-cache-dir): Set buffer used for | Tassilo Horn | 2008-03-12 | 1 | -0/+1 |
* | (doc-view-new-window-function): Add assertion. | Stefan Monnier | 2008-03-12 | 1 | -13/+49 |
* | (doc-view-doc->txt, doc-view-open-text) | Tassilo Horn | 2008-03-12 | 1 | -63/+100 |
* | (bookmark-buffer-file-name, bookmark-prop-get): Declare. | Stefan Monnier | 2008-03-09 | 1 | -9/+11 |
* | * bookmark.el (bookmark-make): Don't pass the `annotation' to the | Stefan Monnier | 2008-03-09 | 1 | -14/+4 |
* | (doc-view-bookmark-make-record): Delete obsolete | Tassilo Horn | 2008-03-07 | 1 | -1/+1 |
* | Change a return type, for greater extensibility. See | Karl Fogel | 2008-03-07 | 1 | -5/+5 |
* | (doc-view-current-page): Add a `win' argument. | Stefan Monnier | 2008-02-26 | 1 | -1/+2 |
* | (doc-view-conversion-buffer): Give it an internal name. | Stefan Monnier | 2008-02-25 | 1 | -38/+69 |
* | Allow different windows to show different pages. | Stefan Monnier | 2008-02-21 | 1 | -88/+74 |
* | (doc-view-display): Change file arg to buffer arg, so it | Stefan Monnier | 2008-02-12 | 1 | -8/+28 |
* | Add todo entries. | Stefan Monnier | 2008-02-10 | 1 | -0/+3 |
* | (doc-view-mode): Improve docstring. | Stefan Monnier | 2008-02-01 | 1 | -1/+2 |
* | * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll | Tassilo Horn | 2008-01-29 | 1 | -4/+4 |
* | 2008-01-29 Tassilo Horn <tassilo@member.fsf.org> | Tassilo Horn | 2008-01-29 | 1 | -0/+9 |
* | (doc-view-goto-page): Don't move point any more, now that | Stefan Monnier | 2008-01-19 | 1 | -6/+4 |
* | (doc-view-pdf/ps->png): Make sure we a have a valid cwd. | Stefan Monnier | 2008-01-18 | 1 | -19/+34 |