diff --git a/ChangeLog b/ChangeLog index b84d888d3..b33680e55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-14 Thomas Thurman + + * NEWS: 2.23.55 release. + 2008-07-13 Thomas Thurman * src/core/display.c (event_callback): meta_display_screen_for_root() diff --git a/NEWS b/NEWS index 23189b0ba..9d584f030 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +2.23.55 +======= + +Thanks to Elijah Newren and Thomas Thurman for improvements in this version. + +Contrary to rumour, this release does not add tabbing to everything. + + - Display theme name in title bar of theme viewer (Thomas) (#430198) + - Allow toggling of non-compositor effects (Thomas) (#92867) + - Add some extra null checks (Thomas) (#422242) + - Check for double-freeing at the time of workspace freeing (Elijah) (#361804) + - Don't generate log messages unless we're logging (Thomas) + - Two windows which don't belong to any application can't be considered to + belong to the same application (Thomas) + - Various tidyings (Thomas) + +Translations + Yavor Doganov (bg), Gabor Kelemen (hu), Kjartan Maraas (nb), Matej + Urbančič (sl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th) + 2.23.34 =======