summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-09-10 05:47:50 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-09-10 05:47:50 +0200
commit920e598c1ec6eb9a48dde32282d10adc9cc3b011 (patch)
treea7717606e5c250db312bc64862c03459fc664a7c
parent30e107fb9825d0ccdd3858b592b09447ec581064 (diff)
New release (v0.80)
-rw-r--r--Makefile2
-rw-r--r--NEWS14
-rw-r--r--lisp/pdf-tools.el2
-rw-r--r--server/configure.ac2
4 files changed, 17 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 080bc8e..95407cf 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ EFLAGS = -Q --batch
# Note: If you change this, also change it in lisp/pdf-tools.el and
# server/configure.ac .
-PACKAGE_VERSION = 0.70
+PACKAGE_VERSION = 0.80
PKGFILE_CONTENT = (define-package "pdf-tools" "$(PACKAGE_VERSION)" \
"Support library for PDF documents." \
(quote ((emacs "24.3") (let-alist "1.0.4") \
diff --git a/NEWS b/NEWS
index 64220c2..efe1d9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
-*- org -*-
+* Version 0.80
+** Tablist package
+ The files tablist.el and tablist-filter.el are no longer part of
+ pdf-tools, but continue to live on in the tablist package, on which
+ pdf-tools now depends on.
+** View
+*** Encrypted files
+ When encountering an encrypted file, query for a password and
+ attempt to decrypt it.
+*** Backward sync from isearch
+ In isearch, press M-s s to visit the source of the current match.
+*** Disable unicode in mode-line
+ New variable pdf-view-use-unicode-lighter which allows for
+ disabling the use of unicode in the mode-line.
* Version 0.70
** View
*** Register integration
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el
index 61d2d99..c2069f2 100644
--- a/lisp/pdf-tools.el
+++ b/lisp/pdf-tools.el
@@ -5,7 +5,7 @@
;; Author: Andreas Politz <politza@fh-trier.de>
;; Keywords: files, multimedia
;; Package: pdf-tools
-;; Version: 0.70
+;; Version: 0.80
;; Package-Requires: ((emacs "24.3") (tablist "0.70") (let-alist "1.0.4"))
;; This program is free software; you can redistribute it and/or modify
diff --git a/server/configure.ac b/server/configure.ac
index 3d1bb72..e66ed8a 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([epdfinfo], 0.70, [politza@fh-trier.de])
+AC_INIT([epdfinfo], 0.80, [politza@fh-trier.de])
AM_INIT_AUTOMAKE([-Wall -Wno-override foreign silent-rules])
AC_CONFIG_SRCDIR([epdfinfo.h])
AC_CONFIG_HEADERS([config.h])