commit ee0fce82234adeb1e96bd83f211a80fba8976c51 Author: Christian Persch Date: Mon Feb 6 20:51:16 2012 +0100 Version 3.3.2 NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 661796051dad0b133a3fb4c691d45fdd3e762a15 Author: Gert Michael Kulyk Date: Fri Feb 3 20:33:05 2012 +0100 build: Install auxiliary programme to libexecdir Fixes the build with automake 1.11.2. Bug #669322. src/lib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c9faadd5a21b76bc43ebc8032410c048293af142 Author: Christian Persch Date: Sun Feb 5 19:30:17 2012 +0100 build: Dist and install the valgrind suppressions configure.ac | 9 +++++++++ data/Makefile.am | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-) commit 4928fbc8a228a7f411a3f42e72b9b0eda1d779a0 Author: Christian Persch Date: Sun Feb 5 19:29:14 2012 +0100 data: Update valgrind suppressions file Update and simplify the valgrind suppressions for guile 2.0. data/aisleriot.supp | 69 ++++++++------------------------------------------ 1 files changed, 11 insertions(+), 58 deletions(-) commit 702c68fa33151d406d21ff0d5ac3771cebd599ed Author: Alexander Shopov Date: Sun Feb 5 14:17:57 2012 +0200 Updated Bulgarian translation po/bg.po | 1510 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 818 insertions(+), 692 deletions(-) commit fd4f0fd6f591e0e61ec366692bd2b85a66c72587 Author: Tiffany Antopolski Date: Thu Feb 2 18:27:16 2012 -0500 po: Updated en_CA.po po/en_CA.po | 7485 ++++++++++++++++------------------------------------------- 1 files changed, 2025 insertions(+), 5460 deletions(-) commit 88a59658e81b3428ed161d1823b7dd4ebbaabba8 Author: Chao-Hsiung Liao Date: Sun Jan 29 23:07:16 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 6984 ++++++++++++++++------------------------------------------- po/zh_TW.po | 6995 ++++++++++++++++------------------------------------------- 2 files changed, 3761 insertions(+), 10218 deletions(-) commit 379aab81d47363dc5ec1a9a1ad42fd75a038e583 Author: Matej Urbančič Date: Sat Jan 28 21:37:11 2012 +0100 Updated Slovenian translation po/sl.po | 1995 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1125 insertions(+), 870 deletions(-) commit 1d8b9b73a0eb5061c2f93de3e83da8dad85ef242 Author: Christian Persch Date: Wed Jan 25 19:35:22 2012 +0100 themes: Fix preimage card theme's get_card_pixbuf Don't set it to NULL, just let the parent class handle it. src/lib/ar-card-theme-preimage.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 319807d60b48d6379af87b0cc1a3b3d017d19c75 Author: Christian Persch Date: Wed Jan 25 19:08:22 2012 +0100 build: Collect pkg-config requirements and only check once Collect all the dependency pkgs and only do one pkg-config check at the end. configure.ac | 83 +++++++++++++++++--------------------------------- src/Makefile.am | 26 ++-------------- src/lib/Makefile.am | 32 ++----------------- 3 files changed, 35 insertions(+), 106 deletions(-) commit e06b129d181c05f10b7d28ae82beb612acd5e148 Author: Christian Persch Date: Wed Jan 25 18:53:09 2012 +0100 build: Update glib req Require newest glib, and put xml-stripblanks back into the resource file. Also simplify the make rules now that glib-compile-resources can autogen the dependencies list. configure.ac | 4 ++-- src/Makefile.am | 8 ++------ src/aisleriot.gresource.xml.in | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) commit 90e399cd8fa9ecb8d148c629c4404714a07a6b8b Author: Kjartan Maraas Date: Wed Jan 25 11:09:02 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 2324 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1164 insertions(+), 1160 deletions(-) commit 77df1e0d6811c8657edc8ff034ac3d5dd58d063c Author: Dr.T.Vasudevan Date: Sun Jan 22 08:09:46 2012 +0530 updated Tamil translation po/ta.po | 1687 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 975 insertions(+), 712 deletions(-) commit 483cd51e1fdb0ae1b9d5a7fb8dc61ed7f79e7d85 Author: Christian Persch Date: Wed Jan 18 22:33:58 2012 +0100 sol: Fix resource build preprocess="xml-stripblanks" isn't in glib yet, so take it out for now. src/aisleriot.gresource.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c4bfa9ec7b7a18c833f4a65efc73f093748a75c2 Author: Christian Persch Date: Wed Jan 18 22:16:26 2012 +0100 build: Add generated sources to BUILT_SOURCES src/Makefile.am | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit dac32723eb5808ed706d270996c10e50d40cea0b Author: Christian Persch Date: Wed Jan 18 21:37:17 2012 +0100 sol: Add resource for the baize ... and use it to set the background. https://bugzilla.gnome.org/show_bug.cgi?id=666667 data/Makefile.am | 5 ++++- {src => data}/baize.png | Bin 428 -> 428 bytes src/Makefile.am | 4 ---- src/aisleriot.gresource.xml.in | 1 + src/ar-style-gtk.c | 6 ++---- 5 files changed, 7 insertions(+), 9 deletions(-) commit 9cc01c4f4be0b9a8f9253feb0aa76ff260ecbb3a Author: Christian Persch Date: Wed Jan 18 21:31:01 2012 +0100 sol: Use a resource for the slot image configure.ac | 13 ++++++++++--- data/Makefile.am | 5 +---- src/Makefile.am | 13 +++++++++++++ src/aisleriot.gresource.xml.in | 22 ++++++++++++++++++++++ src/lib/ar-card-theme-preimage.c | 16 +++++----------- src/lib/ar-svg.c | 29 +++++++++++++++++++++++++++++ src/lib/ar-svg.h | 4 ++++ src/window.c | 2 +- 8 files changed, 85 insertions(+), 19 deletions(-) commit e932303cdfa19748079b19e3d005e78d57e37f00 Author: Christian Persch Date: Mon Jan 16 22:52:26 2012 +0100 icons: Dist the source data/icons/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 29c69f23ad0326d5afee6182b60a445fbc3810e0 Author: Christian Persch Date: Mon Jan 16 22:47:05 2012 +0100 art: Crush PNG file src/baize.png | Bin 470 -> 428 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 9b97d940124f612cf40336aa977e4eff0f11101a Author: Christian Persch Date: Mon Jan 16 22:43:15 2012 +0100 icons: Crush PNG files data/icons/hicolor_actions_16x16_cards-deal.png | Bin 744 -> 742 bytes data/icons/hicolor_actions_22x22_cards-deal.png | Bin 1107 -> 1102 bytes data/icons/hicolor_actions_24x24_cards-deal.png | Bin 1826 -> 1822 bytes data/icons/hicolor_actions_32x32_cards-deal.png | Bin 1650 -> 1643 bytes data/icons/hicolor_actions_48x48_cards-deal.png | Bin 2709 -> 2680 bytes data/icons/hicolor_apps_16x16_gnome-aisleriot.png | Bin 864 -> 862 bytes data/icons/hicolor_apps_22x22_gnome-aisleriot.png | Bin 1134 -> 1134 bytes .../icons/hicolor_apps_256x256_gnome-aisleriot.png | Bin 42156 -> 34735 bytes data/icons/hicolor_apps_32x32_gnome-aisleriot.png | Bin 1875 -> 1771 bytes data/icons/hicolor_apps_40x40_gnome-aisleriot.png | Bin 2526 -> 2472 bytes data/icons/hicolor_apps_48x48_gnome-aisleriot.png | Bin 2648 -> 2513 bytes 11 files changed, 0 insertions(+), 0 deletions(-) commit 52cf7de323fcd14d4a26cdde4f09a97c5423acc3 Author: Christian Persch Date: Mon Jan 16 22:37:18 2012 +0100 icons: Fix blurry freecell icon The source code is the SVG file; it's been copied from commit a10dc2f29254d3ce583529fdcad393457756855d. https://bugzilla.gnome.org/show_bug.cgi?id=657280 data/icons/Makefile.am | 2 +- data/icons/hicolor_apps_256x256_gnome-freecell.png | Bin 0 -> 24092 bytes .../icons/hicolor_apps_scalable_gnome-freecell.svg | 667 ++++++++++++++++++++ 3 files changed, 668 insertions(+), 1 deletions(-) commit 5ad42e25dbe1532806f67801ec5d428d45bf0dd1 Author: Christian Persch Date: Mon Jan 16 18:56:06 2012 +0100 theme: Fix a compile warning This actually caught a bug! src/lib/ar-card-theme-fixed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 564f05b5b95fda53e8705e6f37b725e1e1b2a0ca Author: Christian Persch Date: Mon Jan 16 18:49:56 2012 +0100 sol: Dont' call rsvg_init It's useless and deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=666661 src/lib/ar-svg.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit e997f3affc66c04a388a213130a7cffc61c6427d Author: Christian Persch Date: Mon Jan 16 18:40:08 2012 +0100 build: Add warning flags to AM_CFLAGS not CFLAGS configure.ac | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit b7d98de6a9ca2ab66d259155de392f40d7cba587 Author: Aurimas Černius Date: Sat Jan 14 00:57:29 2012 +0200 Updated Lithuanian translation po/lt.po | 7413 +++++++++----------------------------------------------------- 1 files changed, 1091 insertions(+), 6322 deletions(-) commit aecb34e08b2f5a90fcc8d33d7c5952763ff5a4a9 Author: Christian Persch Date: Fri Jan 13 20:34:09 2012 +0100 sol: Remove unnecessary ifdefs src/sol.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) commit 70b71afca97dfb15a5320ce09666f81668805504 Author: Christian Persch Date: Mon Jun 6 21:22:52 2011 +0200 guile: Fix procedure check src/game.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f7fe2f65d2eab1a39d48c3cadcbc5c3feef96ddd Author: Xandru Armesto Date: Mon Jan 9 18:57:59 2012 +0100 Updated asturian translation po/ast.po | 8759 ++++++++++++++----------------------------------------------- 1 files changed, 1957 insertions(+), 6802 deletions(-) commit 6ecd6f817526c558e0d1a09c3ceab4f4e7cdc39c Author: Jovan Naumovski Date: Sun Jan 8 13:55:21 2012 +0100 Updated Macedonian translation. po/mk.po | 3436 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1874 insertions(+), 1562 deletions(-) commit 8e6f6e1d28168b551e5f5275b009c3ff78d293de Author: Ihar Hrachyshka Date: Fri Dec 23 22:09:19 2011 +0300 Updated Belarusian translation. po/be.po | 2104 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 1011 insertions(+), 1093 deletions(-) commit a69dd077e1f5727e2216f20464b4735007ae7c65 Author: Christian Persch Date: Mon Dec 19 19:37:23 2011 +0100 Post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)