==== 2.14.2 ====

2006-05-29  William Jon McCann  <mccann@jhu.edu>

	* NEWS: Update for 2.14.2 release.
	* configure.ac: Remove id from ALL_LINGUAS because
	the file wasn't added to this branch.
	
2006-05-20  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>

	* configure.ac: Added id (indonesian) in to ALL_LINGUAS line.

2006-05-18  William Jon McCann  <mccann@jhu.edu>

	* src/gs-window-x11.c (get_env_vars): Add RUNNING_UNDER_GDM
	to env var whitelist.  Found in downstream Ubuntu patches.

2006-05-15  William Jon McCann  <mccann@jhu.edu>

	* savers/gs-theme-engine.c: (gs_theme_engine_clear),
	(gs_theme_engine_get_window_size):
	* savers/gste-popsquares.c: (hsv_to_rgb), (rgb_to_hsv),
	(make_color_ramp), (randomize_square_colors), (setup_squares),
	(setup_colors), (gste_popsquares_real_show),
	(gste_popsquares_real_expose), (gste_popsquares_real_configure),
	(draw_iter):
	Guard against using a null window.  Fixup brace style.

	Based on patch from Joe Marcus Clarke <marcus@freebsd.org>
	Fixes #341699

2006-05-10  William Jon McCann  <mccann@jhu.edu>

	* src/gs-fade.c: (gs_fade_finish):
	* src/gs-fade.h:  Expose gs_fade_finish as public.
	
	* src/gs-manager.c: (manager_maybe_start_job_for_window),
	(fade_done_cb), (gs_manager_activate), (gs_manager_request_unlock):
	Set a flag while async fading is active.  If a request is seen
	while fading is active then explicitly finish the fade.  Don't
	try to start a job if the dialog is alread up or the job is
	already active.
	
	* src/gs-window-x11.c: (gs_window_clear),
	(gs_window_request_unlock):
	Check that window is visible before doing stuff.

	Fixes #341276

2006-05-02  William Jon McCann  <mccann@jhu.edu>

	* src/gs-watcher-x11.c (gs_watcher_init): Shorten
	pointer poll interval to one second.  Backported from
	HEAD.

2006-05-02  William Jon McCann  <mccann@jhu.edu>

	* src/gs-fade.c: (gs_fade_out_iter), (gs_fade_stop),
	(gs_fade_finish), (fade_out_timer), (gs_fade_set_timeout),
	(gs_fade_start), (gs_fade_async_callback), (gs_fade_async),
	(gs_fade_sync_callback), (gs_fade_sync), (gs_fade_reset),
	(gs_fade_init):
	* src/gs-fade.h:
	* src/gs-manager.c: (gs_manager_init), (gs_manager_finalize),
	(unfade_idle), (remove_unfade_idle), (add_unfade_idle),
	(manager_show_window), (fade_done_cb), (gs_manager_activate):
	* src/gs-monitor.c: (watcher_idle_notice_cb):
	* src/test-fade.c: (test_fade):
	Create a real async API for fading.  Don't set the alpha
	based on an absolute scale because this causes it to be
	reset when a new fade is started on top of an existing one.
	Fixes #333180

2006-04-28  William Jon McCann  <mccann@jhu.edu>

	* src/gs-manager.c: (gs_manager_set_lock_active),
	(activate_lock_timeout), (manager_show_window):
	Don't explicitly deactivate the lock when showing windows.
	The active flag will be reset when the manager is deactivated.

2006-04-26  William Jon McCann  <mccann@jhu.edu>

	* src/gs-window-x11.c: (maybe_request_unlock),
	(gs_window_real_key_press_event),
	(gs_window_real_motion_notify_event),
	(gs_window_real_button_press_event), (gs_window_real_scroll_event),
	(gs_window_class_init):
	Make button presses and scroll events request an unlock.

2006-04-24  William Jon McCann  <mccann@jhu.edu>

	* configure.ac (ALL_LINGUAS): Don't split over multiple lines.

	* src/gs-lock-plug.c (create_page_one): 
	Connect caps lock warning to toplevel instead
	of entry box.

	Fixes #338372

2006-04-21  William Jon McCann  <mccann@jhu.edu>

	* src/gs-listener-dbus.c (gs_listener_set_active): Don't reset
	the throttle state when deactivating.

	Fixes #338814

2006-04-11  William Jon McCann  <mccann@jhu.edu>

	* src/gnome-screensaver-preferences.c: (time_to_string_text):
	Remove unneeded and buggy i18n string.

	Patch from Beno�t Dejean <benoit@placenet.org>
	Fixes #337701

2006-04-10  William Jon McCann  <mccann@jhu.edu>

	* configure.ac: Post release version bump.