summaryrefslogtreecommitdiff
path: root/test/pdf-virtual.ert
AgeCommit message (Collapse)Author
2017-09-12Merge pull request 174Andreas Politz
2017-08-11Fix trailing whitespaceAndreas Politz
2015-06-20Fix &rest arg in VPDF adapterAndreas Politz
* lisp/pdf-virtual.el (pdf-virtual-define-adapter, renderpage, setoptions): * test/pdf-virtual.ert (pdf-virtual-adapter-argument-handling): Test it.
2015-06-20Skip some tests for older EmacsAndreas Politz
* test/pdf-virtual.ert: Skip if < 24.4.
2015-06-13Fix page mapping.Andreas Politz
* lisp/pdf-virtual.el (pdf-virtual-document-page-of): Allow the result to be limited. (pdf-virtual--perform-search): Limit matches to the searched pages. * test/pdf-virtual.ert (pdf-virtual-document-page-of): Adjust test.
2015-06-12Added VPDF feature.Andreas Politz
* lisp/pdf-virtual.el: New file handling virtual PDF documents. * test/pdf-test.el: Tests for that feature. * lisp/pdf-misc.el: Extend the menu appropriately. * lisp/pdf-view.el: Make pdf-view-mode play nicer with it's derived mode pdf-virtual-view-mode. * lisp/pdf-tools.el: Integrate pdf-virtual. * NEWS: Added item. * README.org: Mention it.