summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2014-11-16 19:26:15 +0100
committerAndreas Politz <politza@hochschule-trier.de>2014-11-16 19:26:15 +0100
commitcd29552d18e014e719967329b2324ec1d59d5963 (patch)
treee7a7923813962b75f849f91b4a23822d9c9ddf1d /TODO
parent0b7969a060893cd8cca531b63ca8794205a5ea52 (diff)
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index f03b089..f92ef77 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,20 @@
-*- org -*-
+* epdfinfo
+** Merge duplicate code
* Isearch
** Allow for entering multibyte characters with some input-methods.
The PDF buffer is in unibyte mode prohibiting the user from
inserting multibyte characters in the minibuffer with some
input-methods, while editing the search string.
+** Implement alternative rendering method
+ The advantage of the method is more accurate highlighting. The
+ default method sometimes highlights to much text, but it looks
+ prettier.
+ + Use renderpage-regions instead of renderpage-text-regions
+ + Define appropriate faces
+ + Provide customizable alpha values
+ + Define a minor-mode for it
+ + Use minor-mode to decide rendering method
+* PDF Forms
+ Recent poppler versions have some support for editing forms.