summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * doc-view.el (doc-view-current-cache-doc-pdf): New function.Tassilo Horn2012-09-281-12/+15
* * lisp/image-mode.el: Use lexical-binding.Stefan Monnier2012-09-261-40/+62
* * doc-view.el (doc-view-display): Better fix for the cl-assertionTassilo Horn2012-09-201-5/+6
* * lisp/doc-view.el (doc-view-guess-paper-size)Stefan Monnier2012-09-191-5/+5
* New feature: set optimal slice from BoundingBox information.Tassilo Horn2012-09-191-18/+100
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-15/+15
* * lisp/files.el (file-name-base): New convenience function.Sam Steingold2012-06-261-2/+1
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-261-7/+6
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-111-0/+2
* 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