2005-10-03 Vincent Untz * configure.in: * NEWS: version 2.12.1 2005-09-30 Jochen Baier Detect windows that are removed from the skip_taskbar state. Fixes #163293. * libwnck/tasklist.c (struct skipped_window): new struct, (struct WnckTasklistPrivate): include a list of skipped windows, (wnck_task_state_changed): need to provide a prototype early on because we want to call it earlier in the code, (wnck_tasklist_init): initialize skipped_windows, (wnck_tasklist_free_skipped_windows): new function, (wnck_tasklist_finalize, wnck_tasklist_free_tasks): free the skipped_windows, (tasklist_include_window_ignoring_skip_taskbar): new function doing most the work that wnck_tasklist_include_window() used to do, (wnck_tasklist_include_window): keep the skip_tasklist check but have tasklist_include_window_ignoring_skip_taskbar() do the rest, (wnck_tasklist_update_lists): have windows that would otherwise be included if it weren't for the skip_taskbar thingy be placed in the skipped_windows list 2005-10-01 Elijah Newren Patch from Denis Jacquerye to add a test-selector program for testing; it doesn't get installed, so this isn't breaking any freezes. Fixes #165269. * libwnck/test-selector.c: new file * libwnck/Makefile.am: Make sure to include the new test-selector program, but don't install it * libwnck/.cvsignore: Ignore the test-selector program 2005-09-29 Vincent Untz * .cvsignore: updated * Makefile.am: * configure.in: use intltool Based on patch by Rodney Dawes . Fixes bug #317190 * gtk-doc.make: should not be in CVS * acconfig.h: ditto * stamp.h.in: ditto 2005-09-19 Elijah Newren Fix lack of detection of removal from fullscreen state; part of the patch from Michael Vogt. Fixes #316700. * libwnck/window.c (update_state): don't forget to initialize window->priv->is_fullscreen to FALSE. * libwnck/test-wnck.c (window_state_changed_callback): Notify about fullscreen state changes too 2005-09-05 Vincent Untz * configure.in: post-release bump to 2.12.1 ==================== 2.12.0 ====================