From 333ebab95d66e20cc0aa79a0e8cc476af473a153 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 3 Feb 2023 22:57:47 +0100 Subject: elogt.el: add TODOs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- elogt.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/elogt.el b/elogt.el index 600f03d..6b6bc30 100644 --- a/elogt.el +++ b/elogt.el @@ -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: -- cgit v1.2.3-65-gdbad