Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   rh
Date:           Fri Aug 27 14:31:03 UTC 1999

Modified Files:
        pkgsrc/devel/libglade: Makefile
        pkgsrc/devel/libglade/files: md5
        pkgsrc/devel/libglade/pkg: PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/libglade/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/libglade/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/libglade/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index