Changeset b1be00ef6db7cd410357d18039dcd360d24356aa
- Timestamp:
- 01/06/07 23:38:33 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 689ead63dc5454eaa0ab5450e37a043c19d206a1
- Children:
- a4f9607588a1bf7348e3e0a57d099e03546d4720
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:38:33Z+0000
- Message:
-
[project @ TODO updated]
Original author: Trac <trac@…>
Date: 2005-06-09 03:00:02+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r689ead6
|
rb1be00e
|
|
| 7 | 7 | |
| 8 | 8 | Major: |
| | 9 | * Bug: Crashes on files with encodings not being UTF-8 (#43) |
| 9 | 10 | |
| 10 | 11 | Normal: |
| … |
… |
|
| 29 | 30 | * Focus the text-widget after having created/joined a session (#35) |
| 30 | 31 | |
| | 32 | |
| | 33 | 43: Bug: Crashes on files with encodings not being UTF-8 |
| | 34 | -------------------------------------------------------- |
| | 35 | Gobby should not crash with a segmentation fault when one tries to open |
| | 36 | files not encoded in UTF-8. Instead it should either check the document for |
| | 37 | UTF-8 validity and prompt the user for the right encoding if it does not |
| | 38 | match, and translate it appropriately, or just refuse to open it (but the |
| | 39 | former would be more acceptable than the latter). |
| 31 | 40 | |
| 32 | 41 | 17: Implement support for Zeroconf |