diff options
author | rh <rh> | 2000-10-15 17:20:44 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 17:20:44 +0000 |
commit | d6af26f99a93e3ea6f7cedd9900cfa15c6e64592 (patch) | |
tree | 05c492ea3daebe61ebdf02ef3f71be0c5a48a4d8 /devel/glade/Makefile | |
parent | c6e9970a38b7bc5774cbf746769089e379dbcb23 (diff) | |
download | pkgsrc-d6af26f99a93e3ea6f7cedd9900cfa15c6e64592.tar.gz |
Update glade to 0.5.11. Changes include:
* Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3.
* A few changes in the generated code to keep g++ happy.
* Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the
lists of standard signal handlers.
* Changed the widget tree view so it automatically expands to show
selected widgets.
* Updates to Russian, Swedish, French, Korean and Japanese translations.
* Fixed code generation bug with GnomePropertyBox which caused a SEGV.
* Added support for the "relief" property for GtkButton & GtkToggleButton.
This is the only change to the XML file format.
* Fixed menu editor bug which meant that widgets were occasionally given
the same name.
* Added support for tooltips for GtkRadioButton and GtkCheckButton.
* Better support for keyboard navigation (from Jon K Hellan).
* Fixed --write-source option so it handles relative paths (from Rick
Niles).
* Stopped installing logo into `gnome-config --datadir` since it causes
problems for people installing in personal directories etc. Also
changed the generated Makefile.am so it doesn't do it either.
* Added 'Class' property to the property editor so you can see the class
of the selected widget (from Jon K Hellan).
* Output the GtkOptionMenu and GtkCombo item strings separately in the
translatable strings file.
* Allowed start & finish pages of a GnomeDruid to be removed, in case the
developer wants to replace them with custom pages.
* Fixed the 'Redisplay Window' (Ctl-R) command so it should work again.
* Added the XML file and the autogen.sh file to the EXTRA_DIST in the
generated Makefile.am so they get distributed with the project.
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r-- | devel/glade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 84c5e1b8654..90aafb50874 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2000/06/02 14:03:35 tron Exp $ +# $NetBSD: Makefile,v 1.17 2000/10/15 17:20:44 rh Exp $ # FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp # -DISTNAME= glade-0.5.9 +DISTNAME= glade-0.5.11 CATEGORIES= devel MASTER_SITES= http://glade.pn.org/ \ ${MASTER_SITE_GNOME:=stable/sources/glade/} |