
ChangeLog:
----------

0.25
	* Add set_viewport function
	* Move error strings to a source file of their own
	* Updated translations - Thanks guys!
	* Make it possible to build using -j without screwing up
	  translation build

0.24
	* Fix bug where folder settings got overridden
	  - Thanks Andreas Müller!
	* Add set_window_fullscreen function
	* Add some required checks for running in emulation mode

0.23
	* Added Russian translation - Thanks to Roman V. Nikolaev
	* Fix a string memory leak
	* Some source cleanups

0.22
	* Make scripts keep their environment between runs - Makes it possible
	  to do something to a window class the "n-th" time a window of that
	  class opens.
	* Documentation and translation updates.

0.21
	* Add get_window_is_maximized, get_window_is_maximized_horisontally
	  and get_window_is_maximized_vertically functions
	* Add set_window_geometry2 and set_window_position2 functions,
	  giving more similar behaviour to original devilspie functionality
	* Add set_window_above and set_window_below functions
	* Add get_window_type function
	* Add get_class_instance_name function
	* Add get_window_property function
	* Add get_window_role function
	* Add get_window_xid function
	* Add get_window_class function
	* Sort the list of scripts loaded, making it easier to determine script
	  loading order.
	* Require an X11 display to run on GTK3
	* Updated translations (Thanks guys!)

0.20
	* Add get_window_has_name function
	* Added Brasilian Portugese translation
	  - thanks to Hélder Máximo Botter Ribas
	* Massive whitespace fixes in the source
	* Documentation updates
	* Add linking to X11 (fixes linker error on some ports)

0.19
	* Add C preprocessor flags to build system
	* Minor update to documentation for translators

0.18
	* Translation fixes
	* Minor translation documentation fixes
	* Minor cleanups and fixes
	* Added French translation - thanks to Robin Hahling

0.17
	* Fix build warning for string not using %s

0.16
	* Documentation updates
	* Add get_window_geometry and get_client_window_geometry functions
	* Add option to get system wnck version (on systems that support it)
	* Added gettext support for translations, and added Swedish translation
	* Add set_skip_tasklist function
	* Add set_skip_pager function

0.15
	* Fix GPL headers, which incorrectly was LGPL
	* Minor documentation fixes

0.14
	* Better checks for valid windows
	* Source code commenting updates
	* Minor documentation updates

0.13
	* Updated example in the README and other documentation updates
	* Makefile updates

0.12
	* Fixes to the Makefile, fixing the depends system, fixing installation
	  prefxes

0.11
	* Fix a build problem where standard C-flags wouldn't be included in makefile
	* Fix incorrect debug stuff to the makefile

0.10
	* Fixed a problem that made the project link even if no objects had changed
	* Default to build using GTK3, and add option to build using GTK2
	* Documentation fixes

0.09
	* Fixes to the Makefile
	* Minor documentation updates

0.08
	* Fix manpage problems

0.07
	* Fixes to the build system
	* Fixes of previous sloppy releases
	* Minor documentation updates

0.05
	* Update Makefile to allow CFLAGS changes, required by CDBS

0.04
	* Build system updates

0.03
	* Remove CMake stuff and go to a standard Makefile
	* Documentation updates
	* Move installation instructions to file of its own

0.02
	* Rename set_workspace to set_window_workspace
	* Massive documentation updates

0.01
	* Initial release

