diff options
author | rh <rh@pkgsrc.org> | 1999-08-27 14:31:02 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-27 14:31:02 +0000 |
commit | bb1e4501938e2f3c21ddeee9eff46bb118959dd8 (patch) | |
tree | a53c8fcef41a47b78ebb6191cfca2f5ca35a1fbc /devel/libglade/Makefile | |
parent | c9c69d4fb64cae5787be8f233d1f1043fe048a6f (diff) | |
download | pkgsrc-bb1e4501938e2f3c21ddeee9eff46bb118959dd8.tar.gz |
Update libglade to version 0.4
Changes include:
- Use gdk_keyval_by_name instead of a local hash table for looking
up key values for accelerators. This removes a big hash table
from libglade's overhead.
- Radio buttons groups are really fixed this time.
- Table column spacing is correctly interpreted now.
- Support for the GtkPacker widget has been added.
- Changed over to a SAX based XML parser. This cuts down on memory
usage and increases speed a bit for the parser. It also reduces
the number of malloc's and frees.
- Better handling of accelerator keys, including underline accelerators
for menu items and buttons.
- Miscelaneous bug fixes.
Diffstat (limited to 'devel/libglade/Makefile')
-rw-r--r-- | devel/libglade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 270aa2ca978..872f6cce518 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/31 19:06:08 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/27 14:31:02 rh Exp $ # -DISTNAME= libglade-0.2 +DISTNAME= libglade-0.4 CATEGORIES= devel MASTER_SITES= http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/libglade/ \ ftp://gnomeftp.wgn.net/pub/gnome/sources/libglade/ \ |