2006-02-06 Vincent Untz * configure.in: * NEWS: version 2.12.3 2006-02-06 Vincent Untz Backport from HEAD. * libwnck/tasklist.c: * libwnck/util.c: * libwnck/private.h: (make_gtk_label_bold, make_gtk_label_normal): Move these functions from tasklist.c to util.c/private.h and use an underscore prefix to reinforce that they're private * libwnck/selector.c: (wnck_selector_get_window_name), (wnck_selector_window_state_changed), (wnck_selector_item_new): Use pango_font_description_set_weight to bold window names instead of using pango markup. Fix bug #306289. 2006-02-06 Vincent Untz Backports from HEAD. Use virtual desktop size when computing size of pager. Bug #311863. Based on patch by Loïc Minier * libwnck/pager.c: (wnck_pager_size_request): use workspace sizes when available Fix critical warning, bug #149326. * libwnck/tasklist.c: (wnck_tasklist_init): move the code changing the list of tasklist instances... (wnck_tasklist_realize): ... here (wnck_tasklist_finalize): ditto, moving the code... (wnck_tasklist_unrealize): there Thanks to Bart Vanbrabant for lots of debugging and testing work. * libwnck/selector.c (wnck_selector_activate_window): Make sure return value of wnck_window_get_workspace() is a valid workspace before trying to activate it. Fixes #327435. 2006-01-22 Elijah Newren * libwnck/tasklist.c (wnck_task_state_changed): when we get a demands-attention/urgent state change and the window doesn't have a button in the tasklist, see if one of its ancestors does. Fixes #317541. 2006-01-06 Abel Cheung * configure.in: Added "zh_HK" to ALL_LINGUAS. 2005-11-28 Vincent Untz * configure.in: post-release bump to 2.12.3 ==================== 2.12.2 ====================