Changeset 71a982926069e42fa9bb0f8d38b1d6d4d82c527d
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8b167b8
|
r71a9829
|
|
| 9 | 9 | * High CPU load while writing (#45) |
| 10 | 10 | * Bug: High load (and blocking X11) when opening big text file (#48) |
| | 11 | * Gobby adds additional newline on load (#91) |
| 11 | 12 | |
| 12 | 13 | Normal: |
| … |
… |
|
| 38 | 39 | * Session Management (#76) |
| 39 | 40 | * Hyperlinks on chat sessions (#80) |
| | 41 | * Chat enhancements (#90) |
| 40 | 42 | |
| 41 | 43 | |
| … |
… |
|
| 54 | 56 | did not respond any more. Gobby had to be killed to get the screen session |
| 55 | 57 | working again. |
| | 58 | |
| | 59 | 91: Gobby adds additional newline on load |
| | 60 | ------------------------------------------ |
| | 61 | Gobby adds an additional newline to the end of the document when a document |
| | 62 | is loaded from the disk. At a first glance only ''Glib::file_get_contents'' |
| | 63 | and ''convert_to_utf8'' are called, so I don't understand where this |
| | 64 | newline is coming from. This happens with stock 0.2.0 and with the current |
| | 65 | development tree, it should also be fixed for the upcoming bugfix release. |
| 56 | 66 | |
| 57 | 67 | 31: Chat command infrastructure |
| … |
… |
|
| 216 | 226 | opened by the default browser. |
| 217 | 227 | |
| | 228 | 90: Chat enhancements |
| | 229 | --------------------- |
| | 230 | * The background of lines in the chat box should be colour-coded with the |
| | 231 | colour of the user who wrote them. |
| | 232 | * Timestamps should be added to the chat box. |
| | 233 | |