Merged 2 changelog lines being about the same bug.

This commit is contained in:
Philippe Plantier 2004-05-27 22:19:41 +00:00
parent fc265cce6b
commit 35a269c7f9

View File

@ -55,8 +55,7 @@ Version 0.7.8:
* fixed text ellipsis (triple dot being added after too long text) not being UTF-8-aware.
* fixed invalid UTF-8 sequences being generated by wstring_to_utf8, causing display bugs with some accented characters on some platforms
* fixed word_wrap_text not being UTF-8 aware
* ignore unicode value of arrow keys in text boxes; so they do not cause problems in platforms where there is one.
* added home and end to keys whose "Unicode" value should be ignored when handling textboxes (fixes home and end being buggy on MacOSX)
* ignore unicode value of cursor-moving keys in text boxes (arrow keys, home, end); so they do not cause problems in platforms where SDL puts one (that is: MacOSX).
* removed alpha keyword from unit data, changed image files to have it
* added font::make_text_ellipsis function, that works like word_wrap_text, but instead adds ellipsis on too long text
* changed portable_isspace() so it only returns true on ASCII spaces