diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-03-30 20:59:12 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-03-30 20:59:12 +0200 |
| commit | cccf5e0e1172366e933546c2b7c47c30ea2bb984 (patch) | |
| tree | 46c3e5e4a98575820df9764bbf48cbbafcd1842d /NEWS | |
| parent | 9ff8b93ad5cb6ada22e1c5aaab8ec79df61221e2 (diff) | |
Bumped version added NEWS.
* lisp/tablist.el:
* lisp/pdf-tools.el:
* NEWS:
* Makefile (PACKAGE_VERSION):
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ -*- org -*- +* Version 0.60 +** Regexp support + You may now search for perl-compatible regular expressions (PCRE) + in PDF documents, both via Isearch and Occur. If that scares you, + customize the variable pdf-occur-prefer-string-search. +** Occur +*** Asynchronous search + Searching is performed asynchronously in a private server + instance, i.e. it doesn't block neither ordinary editing nor + pdf-view-mode. +*** Moccur + Added the ability to search multiple documents in one occur + buffer. +** Isearch +*** Occur Integration + M-s o now starts occur, while keeping the isearch session, like it + is in text-buffers. * Version 0.50 ** PDF Tools is now available on MELPA. ** SyncTeX |
