From 1dc74bbc8c81e37062e3725f61c5a02f8bd7fd1d Mon Sep 17 00:00:00 2001 From: Thomas James Alexander Thurman Date: Tue, 24 Jul 2007 00:59:54 +0000 Subject: [PATCH] 2.19.34 ======= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.19.34 ======= Thanks to Rob Bradford, Cosimo Cecchi, Yair Hershkovitz and Thomas Thurman for improvements in this release. - Fix a bug where the window can be focused without being raised if the maximize is aborted. (Rob) [#459027] - Unset fullscreen is an allowed action where relevant. (Cosimo) [#449427] - Reverse window buttons and align them to the left for RTL locales. (Yair) [#92212] - Put all bitfields in window data together to help with optimisation. (Thomas) [#450271] Translations Jorge Gonzalez (es), Ilkka Tyohela (fi), Gabor Kelemen (hu), Takeshi AIHANA (ja), Kjartan Maraas (nb), Vincent van Adrighem (nl), Daniel Nylander (sv), Theppitak Karoonbooyana (th), Nguyễn Thái Ngọc Duy (vi) svn path=/trunk/; revision=3274 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 63a9bf86b..9d1ae0ee3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +2.19.34 +======= + +Thanks to Rob Bradford, Cosimo Cecchi, Yair Hershkovitz and Thomas Thurman +for improvements in this release. + + - Fix a bug where the window can be focused without being raised + if the maximize is aborted. (Rob) [#459027] + - Unset fullscreen is an allowed action where relevant. (Cosimo) [#449427] + - Reverse window buttons and align them to the left for RTL locales. + (Yair) [#92212] + - Put all bitfields in window data together to help with optimisation. + (Thomas) [#450271] + +Translations + Jorge Gonzalez (es), Ilkka Tyohela (fi), Gabor Kelemen (hu), + Takeshi AIHANA (ja), Kjartan Maraas (nb), Vincent van Adrighem (nl), + Daniel Nylander (sv), Theppitak Karoonbooyana (th), + Nguyễn Thái Ngọc Duy (vi) + 2.19.21 =======