summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-03-12 09:51:23 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-03-12 09:51:23 +0000
commitb052046f1a3197bb81dda2b5d45473f0d8d158c2 (patch)
tree0905d084a32ef9c2ecc5f866b26a24c6229d3393 /configure.in
parent4ebb62586edaf92b13c9f5334569204b74818a90 (diff)
downloadpygtk-b052046f1a3197bb81dda2b5d45473f0d8d158c2.tar.gz
increased version number to 0.5.12.
1999-03-12 James Henstridge <james@daa.com.au> * configure.in, pygtk.spec: increased version number to 0.5.12. * gtkmodule.c: added optional support for not catching exceptions in callbacks. This way it should be a lot easier to debug a pygtk program with pdb. * gtkmodule.c, gtk.py: a few fixes for problems sent in by Chi-Deok Hwang. This includes a fix to GtkWidget.event(), assignments to GtkStyle attributes throwing exceptions, font loading getting reference counting correct and throwing exceptions for bad font names and allowing None to be passed as a colour to GnomeCanvasItem.set() (the fix is in pygtk). * generate/gtklists.defs (gtk_ctree_new): I had missed this function in previous releases. 1999-03-12 James Henstridge <james@daa.com.au> * configure.in, gnome-python.spec: incremented version number to 1.0.1 * pygnome/gnome/affine.py: new file that should help people compose affine transformations relatively easily. It allows you to quickly create rotations, scalings, translations and allows you to compose any number of affine transformations or invert them. * pygnome/gnome/ui.py: added GnomeCanvasItem.affine_relative and GnomeCanvasItem.affine_absolute. * pygnome/gnomeuimodule.c: added the PYGTK_FATAL_EXCEPTIONS handling code to this module as well. Added gnome_canvas_item_affine_{relative,absolute}. * */Makefile.am: changes so that you can build gnome-python with build directory != source directory.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index eaf0ed67..0b847af7 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT
dnl for gnome-python:
-AM_INIT_AUTOMAKE(pygtk, 0.5.11)
+AM_INIT_AUTOMAKE(pygtk, 0.5.12)
AM_PATH_PYTHON
AM_INIT_PYEXEC_MOD