From 35a269c7f95425b0e010ed6f7f31b32b0c764410 Mon Sep 17 00:00:00 2001 From: Philippe Plantier Date: Thu, 27 May 2004 22:19:41 +0000 Subject: [PATCH] Merged 2 changelog lines being about the same bug. --- changelog | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog b/changelog index b333b0ee78f..09b834c51fc 100644 --- a/changelog +++ b/changelog @@ -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