updated bug info

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-06-12 10:53:26 -04:00
parent 3ac5fe7775
commit 28e41343c8
1 changed files with 4 additions and 1 deletions

5
BUGS
View File

@ -1,13 +1,15 @@
=== OUSTANDING BUGS === === OUSTANDING BUGS ===
2009/06/09: UNICODE ISSUES 2009/06/09: UNICODE ISSUES
1. some double-width characters don't work right (see japanese.txt) 1. double-width characters don't work right (see japanese.txt)
2. need input methods for unicode characters 2. need input methods for unicode characters
(solved, badly 2009/06/11)
3. regexes need to be made unicode-aware 3. regexes need to be made unicode-aware
4. make ad-hoc strings in application u'' strings 4. make ad-hoc strings in application u'' strings
(believed fixed, 2009/06/11)
5. handling terminal output type (utf-8, latin-1, ascii) 5. handling terminal output type (utf-8, latin-1, ascii)
@ -20,6 +22,7 @@
3. headers work poorly with some indenting schemes. 3. headers work poorly with some indenting schemes.
4. auto-wrap in mutt mode needs to not break on ">" quoting. 4. auto-wrap in mutt mode needs to not break on ">" quoting.
(fixed 2009/06/11)
auto-wrap in perl mode needs to handle POD auto-wrap in perl mode needs to handle POD
auto-wrap in general should be able to handle line comments auto-wrap in general should be able to handle line comments