diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-06-12 23:24:29 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-06-12 23:59:24 +0200 |
| commit | dc2d99f53aa02e98516b9d3a46a4e36814e7298b (patch) | |
| tree | 5ebab529babd2aba372ab2bd4ec2d449448629ab /NEWS | |
| parent | 2482dfff3800d5ce34028bf7e81371647c7ed1be (diff) | |
Added VPDF feature.
* 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.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,7 +12,11 @@ The return value of many pdf-info-* functions was changed in order to prefer alists over other data-structures (indexed lists, trees). - +** Virtual PDF + A virtual PDF is a collection of pages (or parts thereof) of + arbitrary documents, which appear to the rest of pdf-tools as one + big PDF, though they are always read-only. + * Version 0.60 ** Regexp support You may now search for perl-compatible regular expressions (PCRE) |
