| Age | Commit message (Collapse) | Author |
|
This is the last release to support Emacs 24.x. Release 1.0.0 will
update the minimum supported Emacs version.
NEWS:
** Make changes required by newer versions of Emacs
A number of changes are made to support new elisp / package changes. There is no impact of this on existing users.
- Emacs 27, Emacs 28 and Emacs 29 are supported now.
- Synctex 1.21 is supported now.
** Improve overall install experience
Running ~M-x pdf-tools-install~ should _just work_ now.
** Add support for high-resolution displays (Retina display on Mac)
Setting ~pdf-view-use-scaling~ to a non-nil value now renders crisp images on high-resolution displays.
|
|
Collect the major changes made from the previous release into NEWS.
Update the milestones for the upcoming v1.0 release.
Relates to: #33
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
* 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.
|
|
* 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.
|
|
* NEWS:
|
|
* 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.
|
|
|
|
* lisp/tablist.el:
* lisp/pdf-tools.el:
* NEWS:
* Makefile (PACKAGE_VERSION):
|
|
* NEWS:
|
|
* NEWS:
|
|
|