Changeset 192adfdbd4d684bb783201765bea7d0be3a084b7

Show
Ignore:
Timestamp:
01/06/07 23:49:26 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
938fda69b191f4bb6f9744fad17371e01dd772a9
Children:
4052fed5ebc4a4c8d50a77f327488c7647bf5b7c
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:49:26Z+0000
Message:

[project @ TODO updated]

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    r296b5a2 r192adfd  
    55 
    66Critical: 
     7  * Excited to try it but libatk-1.6-1.dll just not found (#100) 
    78 
    89Major: 
     
    1011  * Bug: High load (and blocking X11) when opening big text file (#48) 
    1112  * Gobby adds additional newline on load  (#91) 
     13  * Special characters in title (#101) 
    1214 
    1315Normal: 
     
    3335Minor: 
    3436  * Title bar (#92) 
     37  * Word-wrap in chat (#99) 
    3538 
    3639Trivial: 
     
    4750 
    4851 
     52100: Excited to try it but libatk-1.6-1.dll just not found 
     53---------------------------------------------------------- 
     54I've tried glade32, different versions of GTK+, I cannot get past the  
     55error: 
     56 
     57The (dll) libatkmm-1.6-1.dll could not be found in the specified path  
     58(insert my very long and yes includes all the GTK paths) 
     59 
     60Can someone conclusively help on this?  Email me at:  edward@itguy.com 
     61 
     62Thanks! 
     63 
    496445: High CPU load while writing 
    5065------------------------------- 
     
    6984newline is coming from. This happens with stock 0.2.0 and with the current  
    7085development tree, it should also be fixed for the upcoming bugfix release. 
     86 
     87101: Special characters in title 
     88-------------------------------- 
     89If you name your document using (HTML) special characters like &, <, >  
     90etc., the tab is named "<span foreground="#000000"><span  
     91foreground="#666666">true & name</span></span>". However, the name of the  
     92document is correctly displayed in the title bar. 
    7193 
    729431: Chat command infrastructure 
     
    210232shows the old document name from the previous server. 
    211233 
     23499: Word-wrap in chat 
     235--------------------- 
     236The chat window has no word-wrap. Well... I think it should. 
     237The only thing where word-wrap might be annoying is when you try to draw  
     238ASCII-art in chat. But nobody would do it in the chat when there is a big  
     239canvas just above it :) 
     240 
    21224166: Indicate activity by changing tab colour to the user colour 
    213242---------------------------------------------------------------