Code

get_author_initials: various fixes
[tig.git] / TODO
diff --git a/TODO b/TODO
index 2790840ce832e92c54ffb10bea64db06571cdc8b..2830ea0b8f355a21817ceeedb7e76e4b7dd51536 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,6 +10,8 @@ Before tig-1.0
     - Add an edit keymap so the "editor" can be customized.
     - Allow the cursor to navigate in the input area.
 
+ - Wrap long lines to reduce horizontal scrolling.
+
  - Rewrite revgraph handling.
 
    The commit structure should be expanded to have a parent member,
@@ -23,13 +25,10 @@ Before tig-1.0
    Other revgraph improvements:
 
     - Show from which branch heads and tags a commit is reachable, and
-      perhaps which tag is the latests among the ones reachable from
+      perhaps which tag is the latest among the ones reachable from
       that commit, as part of the diff view. How should rewritten parent
       information be handled? Depends on new enhanced commit structure.
 
- - Show the "active" (instead of the default) keybindings in the help
-   view. Also, display the keymap.
-
 Long term goals
 ~~~~~~~~~~~~~~~