aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/doc-view.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* * lisp/doc-view.el: Avoid ugly errors about not finding nil.Stefan Monnier2011-10-281-8/+8
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-2/+5
* Make docview error message clearerLars Magne Ingebrigtsen2011-07-161-12/+17
* Allow/recommend explicit args for minor-modes in file local eval:s.Glenn Morris2011-06-091-1/+1
* lisp/doc-view.el: Silence compiler warning.Juanma Barranquero2011-06-051-2/+3
* Deprecate using "mode:" to enable minor modes (bug#8613)Glenn Morris2011-05-091-1/+1
* Fit contents to emacs window support for doc-view by Sho Nakatani.Tassilo Horn2011-04-081-0/+76
* Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-2/+2
* * lisp/emacs-lisp/cconv.el: New file.Igor Kuzmin2011-02-101-23/+18
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | (doc-view-initiate-display): Fall back to normal mode whenTassilo Horn2011-01-131-5/+5
* | * doc-view.el (doc-view-open-text): Use meaningful text bufferTassilo Horn2011-01-131-1/+6
* | * doc-view.el (doc-view-mode-p): Check for png or imagemagickTassilo Horn2011-01-081-1/+2
* | Fix bug in doc-view-enlarge.Tassilo Horn2011-01-051-1/+1
* | * doc-view.el (doc-view-image-width): New variable.Tassilo Horn2011-01-051-4/+22
* | * doc-view.el (doc-view-set-doc-type): New function refactoredTassilo Horn2010-12-301-40/+63
* | * doc-view.el (doc-view-toggle-display): Perform rassq-delete-allTassilo Horn2010-12-301-1/+2
* | * doc-view.el (doc-view-mode, doc-view-toggle-display): UseTassilo Horn2010-12-301-5/+6
* | * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS Office) files a...Tassilo Horn2010-12-301-0/+6
* | * doc-view.el: Implement viewing of OpenDocument (and Microsoft Office) files.Tassilo Horn2010-12-301-7/+53
* | Preparation for setting bookmarks in Gnus article buffers (Bug#5975).Karl Fogel2010-07-141-2/+2
|/
* 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