emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pdf-tools 710fe66dc4 02/16: Explicitly declare documentati


From: ELPA Syncer
Subject: [nongnu] elpa/pdf-tools 710fe66dc4 02/16: Explicitly declare documentation files as Org files
Date: Tue, 29 Nov 2022 01:59:28 -0500 (EST)

branch: elpa/pdf-tools
commit 710fe66dc48c9fb1f4a411a5636c5dee7dc34943
Author: Vedang Manerikar <ved.manerikar@gmail.com>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>

    Explicitly declare documentation files as Org files
    
    Renames: NEWS, TODO and README files.
    README was a symlink to README.org, removes the symlink in favor of
    simply keeping the Org file.
---
 TODO     | 26 --------------------------
 TODO.org | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/TODO b/TODO
deleted file mode 100644
index 68f1e0b518..0000000000
--- a/TODO
+++ /dev/null
@@ -1,26 +0,0 @@
--*- org -*-
-
-* pdf-isearch
-** Allow for entering multi-byte characters with some input-methods.
-   The PDF buffer is in uni-byte mode prohibiting the user from
-   inserting multi-byte characters in the minibuffer with some
-   input-methods, while editing the search string.
-* PDF Forms
-  Recent poppler versions have some support for editing forms.
-* pdf-annot
-** Updating the list buffer is too slow
-   + Update it incrementally.
-   + Possibly skip the update if the buffer is not visible.
-** Make highlighting customizable
-* epdfinfo
-** Maybe split the code up in several files.
-* pdf-view
-** Provide some kind of multi-page view
-** Make persistent scrolling relative
-   Currently the scrolling is kept when changing the image's size (in
-   pdf-view-display-image), which is actually not so desirable, since
-   it is absolute.  This results e.g. in the image popping out of the
-   window, when it is shrunken.
-* pdf-info
-** Add a report/debug command, displaying a list of open files and other 
information.
-** Use alists for results instead of positional lists.
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000000..71384eb4eb
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,21 @@
+#+TITLE: A list of important / desirable tasks
+
+* pdf-isearch
+** Allow for entering multi-byte characters with some input-methods.
+The PDF buffer is in uni-byte mode. It prohibits the user from inserting 
multi-byte characters in the minibuffer with some input-methods, while editing 
the search string.
+* pdf-forms
+Recent poppler versions have some support for editing forms.
+* pdf-annot
+** Updating the list buffer is too slow
++ Update it incrementally.
++ Possibly skip the update if the buffer is not visible.
+** Make highlighting customizable
+* epdfinfo
+** Maybe split the code up in several files.
+* pdf-view
+** Provide some kind of multi-page view
+** Make persistent scrolling relative
+Currently the scrolling is kept when changing the image's size (in 
pdf-view-display-image), which is actually not so desirable, since it is 
absolute. This results e.g. in the image popping out of the window, when it is 
shrunken.
+* pdf-info
+** Add a report/debug command, displaying a list of open files and other 
information.
+** Use alists for results instead of positional lists.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]