diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2018-12-21 19:52:20 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2018-12-21 20:01:58 +0100 |
| commit | af1a5949c2dae59ffcbcf21cc4299fa2fc57ce72 (patch) | |
| tree | 88c9d93563635ac4c54f7389556ec539b6b6b31d | |
| parent | c41694fb198e644b3da03917e6792c71cf0c81dc (diff) | |
Released 0.90v0.90
| -rw-r--r-- | NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,6 +1,10 @@ -*- org -*- +* Version 1.0 * Version 0.90 +u** The displayed columns when listing annotations is now customizable + See variable pdf-annot-list-format and + pdf-annot-list-highlight-type. ** Improved handling of default annotation properties A new variable pdf-annot-default-annotation-properties was introduced, subsuming and obsoleting @@ -9,9 +13,12 @@ let's the user choose default properties, e.g. a color, for all supported annotations separately. ** Provide a faster "boot-loader" - The autoloaded function `pdf-loader-install' acts as a replacement - for ‘pdf-tools-install’ and makes Emacs load and use PDF Tools as soon - as a PDF file is opened, but not sooner. + The autoloaded function pdf-loader-install acts as a replacement + for pdf-tools-install and makes Emacs load and use PDF Tools as + soon as a PDF file is opened, but not sooner. +** Improved the process of (re)compiling the server + This obsoletes the variable pdf-tools-handle-upgrades, which does + nothing anymore. * Version 0.80 ** Tablist package The files tablist.el and tablist-filter.el are no longer part of |
