From d74b0ce1510164eff6b171593a818190d859b884 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 22 Nov 2005 16:11:53 +0000 Subject: [PATCH] 2.13.3 release 2005-11-22 Elijah Newren * NEWS: 2.13.3 release --- ChangeLog | 4 ++++ NEWS | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9115687d5..56c3885e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-22 Elijah Newren + + * NEWS: 2.13.3 release + 2005-11-22 Elijah Newren Don't allow removing a window from maximized or fullscreened state diff --git a/NEWS b/NEWS index 52c55148c..8c55ada13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +2.13.3 +== + +This is a special edition release just for gicmo, code-named 'elijah, +please do a release so magic seb can bring it to me'. It fixes a +number of issues due to the major constraints changes found since the +last release. + +Thanks to Davyd Madeley and Elijah Newren for improvements in this release. + + - Differentiate between movement towards an edge and movement away from + one for edge-resistance. Pick smaller constants for movement away from + an edge (Elijah) + - Use GPOINTER_TO_INT() macro instead of cast to allow compilation on + 64-bit architectures without warning (Davyd) + - compute the frame geometry due to maximization only after actually + maximizing (Elijah) [#321902] + - add some developer documentation on updating struts, workareas, regions, + and edges (Elijah) + - When updating the xinerama due to placement, update which + maximal/spanning rect set to use as well (Elijah) [#322068] + - Relax the partially onscreen constraint to allow the titlebar to touch + the bottom panel in order to make the new constraints code function the + same as the old version (Elijah) [#322071] + - Don't allow removing a window from maximized or fullscreened state to + place the titlebar under the top panel (Elijah) [#322075] + +Translations + Vladimir Petkov (bg), Francisco Javier F. Serrador (es), Ignacio Casal + Quinteiro (gl), Takeshi AIHANA (ja), Theppitak Karoonboonyanan (th) + 2.13.2 ==