summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2019-02-19Add NEWS entry, expand documentation.Andreas Politz
2018-12-21Released 0.90v0.90Andreas Politz
2018-10-08Add a new, faster procedure for loading this packageAndreas Politz
2018-09-24Improved handling of default annotation propertiesAndreas Politz
2017-09-10New release (v0.80)v0.800.80Andreas Politz
2017-08-11Fix trailing whitespaceAndreas Politz
2016-10-18Fix some spelling errorsBrady Trainor
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.
2015-06-11Added NEWS item.Andreas Politz
2015-06-06Add ability to create an image from the selected region.Andreas Politz
* lisp/pdf-view.el (pdf-view-rectangle): New face for highlighting the region as a rectangle. (pdf-view-active-region): Use relative edge values. (pdf-view-mode-map): Add binding for rectangle selection and image extraction. (pdf-view-mouse-set-region): Added argument determining display style. (pdf-view-display-region): Likewise. (pdf-view-extract-region-image): New command for extracting regions as an image. * lisp/pdf-misc.el: Add menu item.
2015-06-06Integrate with register.elAndreas Politz
* lisp/pdf-view.el (pdf-view--register-jump-origin): New variable holding the last position before a register jump (pdf-view-mode-map): (Re-)Bind ?m and ?' . (pdf-view-bookmark-make-record): Allow for nil values of certain properties. (pdf-view-bookmark-jump): Handle nil values of properties. (pdf-view-registerv-make): New function creating a register-alist entry. (pdf-view-jump-to-register-command): jump-to-register command handling ?' specially. * NEWS: Add item.
2015-06-02Updated NEWSAndreas Politz
* NEWS:
2015-05-05Added navigation by and display of pagelabels.Andreas Politz
* server/epdfinfo.c: New command pagelabels. * lisp/pdf-view.el (pdf-view-goto-label): New command for going to the page corresponding to it's label. (pdf-view-mode-map): Bind it to `M-g l' . * lisp/pdf-outline.el (pdf-outline-display-labels): New option for displaying labels instead of page numbers. (pdf-outline-insert-outline, pdf-outline-insert-outline, pdf-outline-imenu-create-item, pdf-outline-imenu-create-index-flat, pdf-outline-imenu-create-index-tree, pdf-outline-imenu-create-index-tree-1): Handle it. * lisp/pdf-info.el (pdf-info-pagelabels): New command returning a list of pagelabels. (pdf-info-query--transform-response): Handle it. * NEWS: Add news items.
2015-04-06Added NEWS item.Andreas Politz
2015-03-30Bumped version added NEWS.Andreas Politz
* lisp/tablist.el: * lisp/pdf-tools.el: * NEWS: * Makefile (PACKAGE_VERSION):
2015-02-13Updated NEWS.Andreas Politz
* NEWS:
2015-01-15News !Andreas Politz
* NEWS:
2014-11-28Added NEWS.Andreas Politz