summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2014-11-28 18:32:12 +0100
committerAndreas Politz <politza@hochschule-trier.de>2014-11-28 18:32:12 +0100
commit03b8fd145607558bd203487f11d7720c285ba39c (patch)
tree1e3b03115bc908a94b215da529f90bc9e1bc4194 /NEWS
parent8397998504d3afed5dd1f266739f0edb58c2e7bb (diff)
Added NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..280a930
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,32 @@
+-*- org -*-
+
+* Version 0.40
+ I basically reimplemented the whole thing. (Not really, but a lot
+ has changed.)
+** Displaying PDF Files.
+ Rendering is now done almost completely in libpoppler (no convert
+ anymore), while PNG images are kept in memory and files are solely
+ used as a means of exchange between Emacs and epdfinfo. In
+ essence, display should be much faster.
+*** New Major Mode pdf-view
+ Hacking up doc-view.el to support a server-based ,,rendering
+ engine'' would have been to awkward. So a new major-mode was
+ needed : pdf-view-mode . Both are very similar regarding
+ user-interface. Some differences are:
+ + Setting the width to `fit-width', `fit-height' or `fit-page'
+ keeps up with window-size changes.
+ + The values of the slice are relative, i.e. independant of the
+ image-size.
+*** PNG Image Cache
+ Image data is cached, in order to keep the time it needs to
+ display a page low. Some pages are preloaded for the same reason,
+ while idleing. The number of cached images per buffer may be
+ customized using `pdf-cache-image-limit'.
+** Annotations
+*** New supported types
+ Provided epdfinfo was build with a recent version of libpoppler,
+ you may now create and modify the following markup annotation
+ types: highlight, squiggly, underline and strike-out.
+** Various
+*** You may now select extended regions with C-mouse-1.
+*** Numerous other changes