Added some missing but useful items to the TODO list.

This commit is contained in:
Phil Krylov 2005-07-22 18:26:46 +00:00 committed by Alexandre Julliard
parent ba4c61776d
commit 92890e2372
1 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,9 @@
* - when should EN_SELCHANGE be sent after text change ? (before/after EN_UPDATE?)
* - WM_SETTEXT may use wrong style (but I'm 80% sure it's OK)
* - EM_GETCHARFORMAT with SCF_SELECTION may not behave 100% like in original (but very close)
* - full justification
* - hyphenation
* - tables
*
* Bugs that are probably fixed, but not so easy to verify:
* - EN_UPDATE/EN_CHANGE are handled very incorrectly (should be OK now)