diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-11-29 11:43:45 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-11-29 11:43:45 +0530 |
| commit | 1885cefc24883c220cdd4acafdf1d14f290a6979 (patch) | |
| tree | 676d9983dccdd29c4f012e3da5aaf74a38c095fa /TODO.org | |
| parent | d6980bc3273e1cf1a73feee6bb523d1568405685 (diff) | |
| parent | 997467ad3bcd23de22624c538d14863479b27cba (diff) | |
Merge branch 'feature/emacs-26.3'v1.0.0
Creating a merge commit in order to create a 1.0.0 tag.
Note that this merge has breaking changes, as described in the NEWS
section.
* feature/emacs-26.3:
autobuild: Recognize NetBSD and install packages via pkgin
Bump the minimum Emacs version to 26.3! 🎉🤞
Extend docker testing framework to test against Emacs versions
Update and cleanup the Install section
Make sure pkg-config is correctly set in autobuild
Add support for Alpine Linux to autobuild
Render crisp images for HiDPI screens by default
Remove Emacs 24.4 guards for cua-mode
Remove compatibility function for image-mode-winprops
Remove pdf-util-window-pixel-width, fallback to window-body-width
Remove macro / function re-definitions
Remove bugfix for imenu in Emacs 24.3 and below
Remove guards in `pdf-virtual` tests and code.
Explicitly declare documentation files as Org files
Add a byteclean target in the Makefile
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..71384eb --- /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. |
