aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elogt.el')
-rw-r--r--elogt.el10
1 files changed, 10 insertions, 0 deletions
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: