1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
ChangeLog:
----------
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
|