branch: elpa/pdf-tools
commit 0822f438de21637a78d35ed461496dc650496188
Author: Vedang Manerikar <[email protected]>
Commit: Vedang Manerikar <[email protected]>
Update NEWS with recent contributions
The goal is to try and keep these updates as close to when I merge the
changes as possible, since they become unmanageable if you wait until
the day of the release.
I want to acknowledge all the amazing people people who are
contributing to `pdf-tools` and making it the powerhouse it is.
---
NEWS | 16 +++++++++++++---
README.org | 45 ++++++++++++++++++++++++---------------------
2 files changed, 37 insertions(+), 24 deletions(-)
diff --git a/NEWS b/NEWS
index a425e854b3..259bcc78cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
-*- org -*-
* Version 1.2.0 (Under Development)
+** New functionality to improve overall user experience
+- Allow creation of markup annotations without a text selection @astoff #191
+ + This means that you can now highlight an exact region, for example on OCR
PDFs! Just select the region by holding down the Meta key and dragging the
mouse. Then invoke ~pdf-annot-add-highlight-markup-annotation~ (with ~C-c C-a
h~) and voila!
+ + Please note that *only the highlight markup annotation* is supported on
rectangular regions.
+
+** Functionality improvements and fixes
+- Allow setting ~selection-style~ via the Easy Menu @astoff #190
+- Improve the experience of editing Annotations @astoff #192
+- Enable ~pdf-view-dark-minor-mode~ automatically if the current Emacs theme
is dark #166
+
* Version 1.1.0
-** Improve overall user experience
+** New functionality to improve overall user experience
- Make ~selection-style~ configurable when selecting text, via
~pdf-view-selection-style~ @hrdl-github #73
+ This feature enabled us to change the default ~selection-style~ used in
~pdf-tools~ from =GLYPH= to =WORD=.
+ The change makes highlighting / selecting text *much* snappier. If you
want to go back to the old behaviour of selecting by glyph instead of word, or
if you want to select a whole line instead, customize ~pdf-view-selection-style~
@@ -13,11 +23,11 @@
+ This inversion method is now enabled by default and can be controlled by
the ~pdf-view-midnight-invert~ variable. Check out the images in the PR for how
beautiful the colors look in midnight mode now.
+ Also thanks to @Atreyagaurav for pushing fixes which improved this feature.
-** Functionality fixes and improvements
+** Functionality improvements and fixes
- Fix: Saving a PDF when ~buffer-file-name~ is missing will now prompt for a
filename (eg: in EWW) @akater #178
- Fix: Ensure ~pixel-scroll-precision-mode~ is deactivated correctly @mssdvd
#206
-** Installation and Platform Compatibility improvements
+** Installation and platform compatibility improvements
Please note: as of this release, users are not expected to manually set
anything on their machines during installation. (for example:
~$PKG_CONFIG_PATH~). The installation should *just work*. If it does not,
please open a ticket so that we can track it.
- Add ~cairo-devel~ to Void Linux package list @crzjp #203
diff --git a/README.org b/README.org
index 66213dfd49..61e394da25 100644
--- a/README.org
+++ b/README.org
@@ -309,27 +309,30 @@ Note that ~pdf-tools~ renders the PDF as images inside
Emacs. This means that al
:CREATED: [2021-12-30 Thu 17:08]
:ID: 243b3843-b912-430b-884a-641304755b92
:END:
-| Annotations |
|
-|--------------------------------------+---------------------------------------------------|
-| List Annotations | ~C-c C-a l~
|
-| Jump to Annotations from List | ~SPACE~
|
-| Mark Annotation for Deletion | ~d~
|
-| Delete Marked Annotations | ~x~
|
-| Unmark Annotations | ~u~
|
-| Close Annotation List | ~q~
|
-| Enable/Disable Following Annotations | ~C-c C-f~
|
-|--------------------------------------+---------------------------------------------------|
-| Add and Edit Annotations | Select region via Mouse selection.
|
-| | Then left-click context menu OR
keybindings below |
-|--------------------------------------+---------------------------------------------------|
-| Add a Markup Annotation | ~C-c C-a m~
|
-| Add a Highlight Markup Annotation | ~C-c C-a h~
|
-| Add a Strikeout Markup Annotation | ~C-c C-a o~
|
-| Add a Squiggly Markup Annotation | ~C-c C-a s~
|
-| Add an Underline Markup Annotation | ~C-c C-a u~
|
-| Add a Text Annotation | ~C-c C-a t~
|
-|--------------------------------------+---------------------------------------------------|
-| |
|
+| Annotations |
|
+|--------------------------------------+----------------------------------------------------|
+| List Annotations | ~C-c C-a l~
|
+| Jump to Annotations from List | ~SPACE~
|
+| Mark Annotation for Deletion | ~d~
|
+| Delete Marked Annotations | ~x~
|
+| Unmark Annotations | ~u~
|
+| Close Annotation List | ~q~
|
+| Enable/Disable Following Annotations | ~C-c C-f~
|
+|--------------------------------------+----------------------------------------------------|
+| Add and Edit Annotations | Select region via Mouse selection.
|
+| | Then left-click context menu OR
keybindings below |
+|--------------------------------------+----------------------------------------------------|
+| Add a Markup Annotation | ~C-c C-a m~
|
+| Add a Highlight Markup Annotation | ~C-c C-a h~
|
+| Add a Strikeout Markup Annotation | ~C-c C-a o~
|
+| Add a Squiggly Markup Annotation | ~C-c C-a s~
|
+| Add an Underline Markup Annotation | ~C-c C-a u~
|
+| Add a Text Annotation | ~C-c C-a t~
|
+|--------------------------------------+----------------------------------------------------|
+| Highlight an arbitrary region | Section region with Mouse Drag (Hold
down Meta and |
+| | drag). Then ~C-c C-a h~ to highlight
that region. |
+|--------------------------------------+----------------------------------------------------|
+| |
|
** Working with AUCTeX
:PROPERTIES: