Changeset 71a982926069e42fa9bb0f8d38b1d6d4d82c527d

Show
Ignore:
Timestamp:
01/06/07 23:47:22 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
c1e2243fb1d931f43be26b3abfe1be8be0f52c33
Children:
a4b0e8f6a21de14e6580ed799a69c1ddc83c5313
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:47:22Z+0000
Message:

[project @ TODO updated]

Original author: Trac <trac@…>
Date: 2005-09-05 03:00:01+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    r8b167b8 r71a9829  
    99  * High CPU load while writing (#45) 
    1010  * Bug: High load (and blocking X11) when opening big text file (#48) 
     11  * Gobby adds additional newline on load  (#91) 
    1112 
    1213Normal: 
     
    3839  * Session Management (#76) 
    3940  * Hyperlinks on chat sessions (#80) 
     41  * Chat enhancements (#90) 
    4042 
    4143 
     
    5456did not respond any more. Gobby had to be killed to get the screen session  
    5557working again. 
     58 
     5991: Gobby adds additional newline on load  
     60------------------------------------------ 
     61Gobby adds an additional newline to the end of the document when a document  
     62is loaded from the disk. At a first glance only ''Glib::file_get_contents''  
     63and ''convert_to_utf8'' are called, so I don't understand where this  
     64newline is coming from. This happens with stock 0.2.0 and with the current  
     65development tree, it should also be fixed for the upcoming bugfix release. 
    5666 
    576731: Chat command infrastructure 
     
    216226opened by the default browser. 
    217227 
     22890: Chat enhancements 
     229--------------------- 
     230 * The background of lines in the chat box should be colour-coded with the  
     231colour of the user who wrote them. 
     232 * Timestamps should be added to the chat box. 
     233