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:           Sun Oct 10 15:28:01 UTC 1999

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

Log Message:
Update libglade to 0.7

Notable changes include:
        - Fixed a bug where libglade would seg fault when you tried to load
          a file that did not exist or was not a valid XML file.  This bug
          was found by Michael Meeks.
        - Fixed segfault when adding normal buttons to a GnomeDialog's
          action area.  This fixes bug #2323.
        - libglade now honours the has_focus and has_default flags for
          widgets.
        - The correct default for can_focus (false) is now used.  This
          was found by Miguel.  It should prevent the segfaults caused by
          infinite recursion some people were seeing.
        - Placeholders are removed from the interface as it gets parsed.
          The warnings were not really very useful, and there are times
          when you want to leave some spaces blank (such as in tables).
        - Fixed bug with setting accelerators that have no modifiers.  This
          one was found by Paul Clifford.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/libglade/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libglade/files/md5
cvs rdiff -r1.6 -r1.7 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