# Generated by Makefile. Do not edit.

2009-10-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	configure.ac
	- New release

2009-10-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/maximus-app.c
	- Cherrypick Jasons changes

2009-10-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/maximus-app.c
	- Move state changes into idle functions for the wnck-window state-changed
	callback

2009-10-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/maximus-app.c
	- Same issue as before, make sure to initialise the variables to zero

2009-10-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/maximus-app.c
	- Intialise char *data pointers to NULL before sending to XGetProperty,
	otherwise we could be just pointing to a random memory area...and then
	go on to free that area!

2009-09-21  Jason Smith  <jason@t500>

	Increment version

2009-09-20  Jason Smith  <jason@t500>

	modified:
	configure.ac
	src/main.c
	pending merges:
	Jason Smith 2009-09-20 Use libunique to enforce a single instance

2009-09-20  Jason Smith  <jason@t500>

	Use libunique to enforce a single instance

2009-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	removed:
	debian/
	debian/changelog
	debian/compat
	debian/control
	debian/copyright
	debian/rules
	- Dump debian from trunk

2009-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	Makefile.am
	- Generate ChangeLog on make dist
	
	configure.ac
	- Bump revision to 0.4.11
	- Silent make by default

2009-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update ignores

2009-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/maximus-app.c
	- Add a display validity check, as done by Jason

2009-08-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/maximus-app.c
	pending merges:
	Jason Smith 2009-08-26 Provide correctness fixes
	- Add some robustness to the functions that deal with wnck

2009-08-26  Jason Smith  <jason@t500>

	Provide correctness fixes

2009-04-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	* maximus crashed with SIGSEGV in g_closure_invoke() (LP: #330397)
	- Change the test done before sending the hint's pointer to XFree
	- Alloc the hints, instead of relying on pre-allocated block, seems to 
	work better when sending to X*().

2009-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix configure version number

2009-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	* [PATCH] option to not automatically maximize new windows (LP: #322226)
	- Add /apps/maximus/no_maximize gconf key to control whether applications
	are automatically maximised
	- Added key schema to maximus.schemas
	- Stopped toggling of undecorate from ignoring no_maximize
	Patch by Daniel Silva <daniel.silva@gmail.com>
	
	* missing sentinel when calling gnome_program_init (LP: #341307)
	- Patch by Hubert Figuiere <hub@figuiere.net>

2009-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[PATCH] option to not automatically maximize new windows (LP: #322226)
	- Add /apps/maximus/no_maximize gconf key to control whether applications
	are automatically maximised
	- Added key schema to maximus.schemas
	- Stopped toggling of undecorate from ignoring no_maximize
	Patch by Daniel Silva <daniel.silva@gmail.com>

2009-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	* missing sentinel when calling gnome_program_init (LP: #341307)
	- Patch by Hubert Figuiere <hub@figuiere.net>

2009-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	releasing version 0.4.7

2009-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix bug where switching to maximised windows would unmaximised the window.

2009-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Audacious should not have a windows decoration (LP: #237597)
	- If, when a window is opened, the window is not maximised and does not
	have window decorations, it is completely excluded from Maximus. This
	makes sure these windows (Audacious, cairo-clock etc) do not 
	accidently become maximised or get window decorations.

2009-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Some undecorated windows do not maximise (LP: #291013)
	- Don't maximise and undecorated windows which are larger than the
	current screen size. This makes the maximise a null-op on these windows
	and makes sure the user can still access the window without it
	"freezing" on screen without window borders.
	* Add autostart file to package

2009-02-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use ne gnome-session 2.24 features to include netbook-launcher in GNOME session
	(LP: #270905)

2009-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add OnlyShowIn=GNOME;XFCE; in autostart file to stop maximus launching in
	KDE (LP: #322050)
	Patch by FriedChicken <domlyons@googlemail.com> 

2009-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	maximus (0.4.3) hardy; urgency=low
	
	* Add autostart file
	
	-- Neil J. Patel <neil.patel@canonical.com>  Fri, 23 Jan 2009 12:02:06 +0000

2008-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Bump version to match debian/changelog

2008-11-10  Bill Filler  <bill.filler@canonical.com>

	merge with latest

2008-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Update ignores

2008-11-10  Bill Filler  <bill.filler@canonical.com>

	* added excludes for common Firefox secondardy windows Add-Ons, Error
	Console, and Clear Private Data 

2008-10-21  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.4.1) hardy; urgency=low
	
	* maximus crashed with SIGSEGV in strstr() when performing video hardware test
	(LP: #285452)
	- Merge James Westby's maximus branch which checks for res_name/class_name
	== NULL before calling strstr.
	
	-- Neil J. Patel <neil.patel@canonical.com>  Tue, 21 Oct 2008 10:24:11 +0100

2008-10-18  James Westby  <jw+debian@jameswestby.net>

	Don't crash when class_name or res_name are NULL.
	
	Some apps will create windows with NULL class_name or res_name, and
	the code should handle this. This change just prevents the crash,
	it may be more appropriate to exclude these windows.

2008-10-13  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.4.0) hardy; urgency=low
	
	* Fix package naming to roll release.
	
	-- Neil J. Patel <neil.patel@canonical.com>  Mon, 13 Oct 2008 16:51:24 +0100
	
	maximus (0.3ubuntu14) hardy; urgency=low

2008-09-12  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu14) hardy; urgency=low
	
	* Get the real class & resource names from the window mananger for matching
	functions.
	
	-- Neil J. Patel <neil.patel@canonical.com>  Fri, 12 Sep 2008 13:07:54 +0100
	
	maximus (0.3ubuntu13) hardy; urgency=low

2008-09-12  Neil J. Patel  <njpatel@gmail.com>

	* Display the class names of new windows
	* Fix regression when maximising excluded windows

2008-09-10  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu13) hardy; urgency=low
	
	* "Quit" function on launcher does not work within 120-180 .. (LP: #268433)
	- Connect to the master gnome session client
	- Reply to the the "save-yourself" signal
	
	-- Neil J. Patel <neil.patel@canonical.com>  Wed, 10 Sep 2008 13:50:31 +0100

2008-09-04  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu12) hardy; urgency=low
	
	* switching from Classic mode to UNR leaves user in browser (LP: #261966)
	- Make sure the user is taken back to desktop/launcher after a mode switch
	
	-- Neil J. Patel <neil.patel@canonical.com>  Thu, 04 Sep 2008 12:28:02 +0100

2008-09-02  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu11) hardy; urgency=low
	
	* "Maximus Windows Management" does not run well after se... (LP: #254409)
	
	-- Neil J. Patel <neil.patel@canonical.com>  Tue, 02 Sep 2008 14:46:48 +0100

2008-09-01  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu10) hardy; urgency=low
	
	* Don't maximise windows that can't maximise
	* Try and force maximising on windows that didn't maximise properly the 
	first time.
	* Some code cleanup
	
	-- Neil J. Patel <neil.patel@canonical.com>  Mon, 01 Sep 2008 14:12:35 +0100

2008-08-18  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu9) hardy; urgency=low
	
	* Add Apport to to the exclusion list (LP: #258937)
	
	-- Neil J. Patel <neil.patel@canonical.com>  Mon, 18 Aug 2008 11:18:25 +0100
	
	maximus (0.3ubuntu8) hardy; urgency=low

2008-08-18  Neil J. Patel  <njpatel@gmail.com>

	* Add Gnome Authorizations to the default exclude list
	* Use g_debug as printf otherwise gcc on Intrepid considers these compiler
	errors.
	Patch By James Westby <james.westby@canonical.com>

2008-07-30  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu7) hardy; urgency=low
	
	* desktop-switcher causing maximus to crash intermittently (LP: #251561)
	
	-- Neil J. Patel <neil.patel@canonical.com>  Wed, 30 Jul 2008 17:05:36 -0400

2008-07-25  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu6) hardy; urgency=low
	
	* maximus not dynamically responding to undecorate gconf cha... (LP: #251557)
	* Be more stringent when doing WnckWindow validity checks
	
	-- Neil J. Patel <neil.patel@canonical.com>  Fri, 25 Jul 2008 12:09:29 +0100

2008-07-15  Neil J. Patel  <njpatel@gmail.com>

	maximus (0.3ubuntu5) hardy; urgency=low
	
	* Have an internal list of excluded apps which are common across the
	destkop.
	
	-- Neil J. Patel <neil.patel@canonical.com>  Tue, 15 Jul 2008 18:20:42 +0100

2008-06-14  Neil J. Patel  <njpatel@gmail.com>

	* Dont' rule rules for windows which are already fullscreen (LP: #239181)

2008-06-14  Neil J. Patel  <njpatel@gmail.com>

	* Add some missing string checking before using str* functions
	* Fixed some whitespace/tabbing in copy&pasted code

2008-06-11  Neil J. Patel  <njpatel@gmail.com>

	* Actually fix the Gimp issue
	* Add some debugging output

2008-06-11  Neil J. Patel  <njpatel@gmail.com>

	* Add some string validity checking.

2008-06-10  Neil J. Patel  <njpatel@gmail.com>

	* Support for external fs definitions
	* Clean up of internal fs implementation

2008-06-10  Neil J. Patel  <njpatel@gmail.com>

	* Fix incorrect dependency

2008-06-10  Neil J. Patel  <njpatel@gmail.com>

	* Add option not to undecorate maximised windows

2008-06-10  Neil J. Patel  <njpatel@gmail.com>

	* Adding in binding support

2008-06-10  Neil J. Patel  <njpatel@gmail.com>

	* Add the right class for Gimp

2008-06-03  Neil J. Patel  <njpatel@gmail.com>

	* Update license to GPLv3

2008-06-02  Neil J. Patel  <njpatel@gmail.com>

	* Bump changelog

2008-06-02  Neil J. Patel  <njpatel@gmail.com>

	* Store the excluded class names within GConf

2008-06-02  Neil J. Patel  <njpatel@gmail.com>

	* Add variations for class names
	* Add gimp rule

2008-06-02  Neil J. Patel  <njpatel@gmail.com>

	* Deal with maximize/unmaximize events

2008-06-02  Neil J. Patel  <njpatel@gmail.com>

	* Initial checkin

2008-05-23  Neil J. Patel  <njpatel@gmail.com>

	* Initial checkin

