summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2015-06-06 11:59:01 +0200
committerAndreas Politz <politza@hochschule-trier.de>2015-06-06 17:09:52 +0200
commit34635e718a4374f399da4106f05cda7edcdfc1ef (patch)
treeb3f9e9a9bc0fe99d1b6765ecc9e33d6aa461edb2 /NEWS
parent75fc4adb40cf148dd575ab067da377fc1351f084 (diff)
Add ability to create an image from the selected region.
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb1b9a2..4bc09c0 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
The keys m and ' now set resp. jump to a register corresponging to
a position in the PDF. Also '' is handled special: It jumps to the
position before the last register-jump.
+*** Export parts of a page as an image
+
* Version 0.60
** Regexp support
You may now search for perl-compatible regular expressions (PCRE)