diff --git a/ChangeLog b/ChangeLog index 9e78712f8..619f663b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-21 Thomas Thurman + + * NEWS: 2.23.3 release. + 2008-03-21 Thomas Thurman * src/ui/menu.c (activate_cb, get_workspace_name_with_accel): Workspaces diff --git a/NEWS b/NEWS index 49489f486..f96f9546d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +2.23.3 +====== + +Thanks to Marco Pesenti Gritti, Iain Holmes, Josh Lee, Thomas Thurman, and +Matthew Wilson for improvements in this version. + + - Workspaces whose name is the same as the standard name, plus some string, + are not cut off. (Thomas) (#453678) + - Improve compositor performance (Iain) (#522166) + - Draw wallpaper correctly when we start up with compositor + (Iain) (#522599) + - Several other smaller compositor fixes (Iain) + - Don't draw shadows on shaped windows unless they have frames + (Iain) (#505333) + - Newly-created keep-above windows get focus (Marco) (#519188) + - Allow moving workspace when dragging with modifier key (Matthew) + (#474195) + +Translations + Kenneth Nielsen (da), Gabor Kelemen (hu), Vasiliy Faronov (ru), Daniel + Nylander (sv), Maxim Dziumanenko (uk), Woodman Tuen (zh_HK) + 2.23.2 ======