summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@gmail.com>2006-09-21 07:13:40 +0000
committerCedric Gustin <gustin@src.gnome.org>2006-09-21 07:13:40 +0000
commit16d397d8f104b04c4de5f97957b5ae5cc6d27b74 (patch)
tree7c610c061e044ac80689d4d2bf3e4adad2640853 /ChangeLog
parent7e823bfb034b82377d092e954d9f73c48af5795f (diff)
downloadpygobject-16d397d8f104b04c4de5f97957b5ae5cc6d27b74.tar.gz
pygobject-16d397d8f104b04c4de5f97957b5ae5cc6d27b74.tar.xz
pygobject-16d397d8f104b04c4de5f97957b5ae5cc6d27b74.zip
Catch ImportError exception when codegen is not available: disable
2006-09-21 Cedric Gustin <cedric.gustin@gmail.com> * dsextras.py: Catch ImportError exception when codegen is not available: disable Template and TemplateExtension, redirect the user to the pygtk installer and raise a NameError exception. check_date has also been rewritten and now uses distutils.dep_util.newer_group(). defs files can also be built using createdefs by passing tuples as keyword argument to Template (see for example the gdk and gtk templates in setup.py). * setup.py: Changed the way the VERSION macro is defined on win32. Also install the html reference documentation, the xsl files and fixxref. * pygobject_postinstall.py: Set the value of DATADIR in fixxref.py. Add functions to install shortcuts in the Start menu to the reference manual (currently disabled: see bug #353849).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d817805..b72bba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-09-21 Cedric Gustin <cedric.gustin@gmail.com>
+
+ * dsextras.py: Catch ImportError exception when codegen is not
+ available: disable Template and TemplateExtension, redirect the
+ user to the pygtk installer and raise a NameError
+ exception. check_date has also been rewritten and now uses
+ distutils.dep_util.newer_group(). defs files can also be built
+ using createdefs by passing tuples as keyword argument to Template
+ (see for example the gdk and gtk templates in setup.py).
+ * setup.py: Changed the way the VERSION macro is defined on win32.
+ Also install the html reference documentation, the xsl files and
+ fixxref.
+ * pygobject_postinstall.py: Set the value of DATADIR in
+ fixxref.py. Add functions to install shortcuts in the Start menu
+ to the reference manual (currently disabled: see bug #353849).
+
2006-09-16 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* tests/test_signal.py (TestEmissionHook.testCallbackReturnFalse)