diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 22:57:47 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 22:57:47 +0100 |
commit | 333ebab95d66e20cc0aa79a0e8cc476af473a153 (patch) | |
tree | 6e97bdb7038b0f181d48a51dbcf358b3879af0e1 | |
parent | elogt.el: name the indexes (diff) | |
download | emacs-elogt-333ebab95d66e20cc0aa79a0e8cc476af473a153.tar.gz emacs-elogt-333ebab95d66e20cc0aa79a0e8cc476af473a153.tar.bz2 emacs-elogt-333ebab95d66e20cc0aa79a0e8cc476af473a153.zip |
elogt.el: add TODOs
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | elogt.el | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -32,12 +32,22 @@ ;;; Commentary: + ;; Portage Emerge log browser for GNU Emacs. ;; ElogT displays the Portage logs in a convenient table and allows log file ;; browsing and deletion. +;; TODO: Clean files older than X. + +;; TODO: Show only Priority P or Category C. +;; `elogt-narrow-priority' and `elogt-narrow-category' + +;; TODO: Rewrite `elogt--make-log-table-contents'? +;; Maybe Use `dolist' or `do'? + + ;;; Code: |