*** empty log message ***
authorroot <root>
Tue, 20 Dec 2005 23:22:47 +0000 (23:22 +0000)
committerroot <root>
Tue, 20 Dec 2005 23:22:47 +0000 (23:22 +0000)
Changes

diff --git a/Changes b/Changes
index cd5cc5e97d2c6658e2f9c216ccd3c2601f3bc5e8..4eab39b50debff6a61f1bcef8cbc828ab2609e5a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,19 +5,20 @@ TODO: "slow" rendering mode for bidi and scripts
 TODO: read property sequence is broken with respect to utf-8 etc.
 TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
 WISH: keymap modification via esc-sequences.
-WISH: line-rewrapping on resize
 WISH: searchable backlog
 WISH: meta-tagging of data by regex/master process (my dream project)
 WISH: OnTheSpot editing, or maybe switch to miiiiiiif
 WISH: just for fun, do shade and tint with XRender.
 
+6.0
        - make it compile without SMART_RESIZE again.
         - enable slow link support by default.
         - _major_ rewrite of internal line handling logic:
 #      - re-flow on resize, lines get wrapped instead of winged.
-#      - circular line buffer (substantially speeds up scrolling).
-#       - slightly less memory usage.
-#      - slight overall speed improvements.
+       - circular line buffer (substantially speeds up scrolling).
+        - slightly less code + data memory usage per terminal.
+       - slight overall speed improvements.
+        - considerably improved code clarity.
         - partial-screen scrolls no longer end up in the scrollback
           buffer.