Changeset 192adfdbd4d684bb783201765bea7d0be3a084b7
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r296b5a2
|
r192adfd
|
|
| 5 | 5 | |
| 6 | 6 | Critical: |
| | 7 | * Excited to try it but libatk-1.6-1.dll just not found (#100) |
| 7 | 8 | |
| 8 | 9 | Major: |
| … |
… |
|
| 10 | 11 | * Bug: High load (and blocking X11) when opening big text file (#48) |
| 11 | 12 | * Gobby adds additional newline on load (#91) |
| | 13 | * Special characters in title (#101) |
| 12 | 14 | |
| 13 | 15 | Normal: |
| … |
… |
|
| 33 | 35 | Minor: |
| 34 | 36 | * Title bar (#92) |
| | 37 | * Word-wrap in chat (#99) |
| 35 | 38 | |
| 36 | 39 | Trivial: |
| … |
… |
|
| 47 | 50 | |
| 48 | 51 | |
| | 52 | 100: Excited to try it but libatk-1.6-1.dll just not found |
| | 53 | ---------------------------------------------------------- |
| | 54 | I've tried glade32, different versions of GTK+, I cannot get past the |
| | 55 | error: |
| | 56 | |
| | 57 | The (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 | |
| | 60 | Can someone conclusively help on this? Email me at: edward@itguy.com |
| | 61 | |
| | 62 | Thanks! |
| | 63 | |
| 49 | 64 | 45: High CPU load while writing |
| 50 | 65 | ------------------------------- |
| … |
… |
|
| 69 | 84 | newline is coming from. This happens with stock 0.2.0 and with the current |
| 70 | 85 | development tree, it should also be fixed for the upcoming bugfix release. |
| | 86 | |
| | 87 | 101: Special characters in title |
| | 88 | -------------------------------- |
| | 89 | If you name your document using (HTML) special characters like &, <, > |
| | 90 | etc., the tab is named "<span foreground="#000000"><span |
| | 91 | foreground="#666666">true & name</span></span>". However, the name of the |
| | 92 | document is correctly displayed in the title bar. |
| 71 | 93 | |
| 72 | 94 | 31: Chat command infrastructure |
| … |
… |
|
| 210 | 232 | shows the old document name from the previous server. |
| 211 | 233 | |
| | 234 | 99: Word-wrap in chat |
| | 235 | --------------------- |
| | 236 | The chat window has no word-wrap. Well... I think it should. |
| | 237 | The only thing where word-wrap might be annoying is when you try to draw |
| | 238 | ASCII-art in chat. But nobody would do it in the chat when there is a big |
| | 239 | canvas just above it :) |
| | 240 | |
| 212 | 241 | 66: Indicate activity by changing tab colour to the user colour |
| 213 | 242 | --------------------------------------------------------------- |