2007-07-22  Thomas Thurman  <thomas@thurman.org.uk>

        * NEWS: 2.19.34 release.

2007-07-22  Rob Bradford  <rob@robster.org.uk>

	Fix a bug where the window can be focused without being raised
	if the maximize is aborted. Fixes #459027.

        * src/frames.c (meta_frames_button_press_event,
        meta_frames_button_release_event): When maximising only focus
	the window once the button press is released.

2007-07-22  Cosimo Cecchi  <anarki@lilik.it>

	Unset fullscreen is an allowed action where relevant. Fixes #449427.

	* src/window.c (set_allowed_actions_hint): Separate FULLSCREEN action
	from RESIZE action.

2007-07-22  Yair Hershkovitz  <yairhr@gmail.com>

	Reverse window buttons and align them to the left for RTL locales.
	Fixed #92212.

	* src/prefs.c (button_layout, init_button_layout, update_button_layout):
	Support reversing and left-aligning of buttons for both Gconf and
	NO-Gconf modes. 
	* src/main.c (main): Call meta_ui_init() before meta_prefs_init().
	meta_prefs_init() check for RTL locales which is initialized in
	meta_ui_init().
	* src/theme.c (meta_frame_layout_calc_geometry): Fixed access to
	button_layout to stop iterating when getting to a
	META_BUTTON_FUNCTION_LAST value.

2007-06-23  Thomas Thurman  <thomas@thurman.org.uk>

	* src/window.c (MetaWindow): Put all bitfields together to
	help with optimisation. Closes #450271.

2007-06-18  Thomas Thurman  <thomas@thurman.org.uk>

	* src/main.c (version): Update copyright year because it was
	five years out of date.

2007-06-18  Thomas Thurman  <thomas@thurman.org.uk>

        * configure.in: post-release bump to 2.19.34.

2007-06-18  Thomas Thurman  <thomas@thurman.org.uk>

        * NEWS: 2.19.21 release.