Subject: CVS commit: pkgsrc/x11/gtk--
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/12/2002 00:53:51
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 11 21:53:51 UTC 2002
Modified Files:
pkgsrc/x11/gtk--: Makefile PLIST buildlink.mk buildlink2.mk distinfo
pkgsrc/x11/gtk--/patches: patch-aa patch-ag patch-ah
Log Message:
Update to 1.2.10, provided by Adam Ciarcinski.
Changes:
1.2.10:
* Gtk::Editable: removed default arg values from implementation,
as suggested by Otmar Struwe. This allows it to build with gcc 3.1
1.2.9:
* Gtk::SArray_Helpers::Traits<T>: Added specializations for 'const T*',
'T *const', 'const T *const' and 'const T[N]', so that the inofficial
RedHat GCC 2.96 chooses the correct one.
Release: Gtk-- 1.2.8
* CList_Helpers::Row::Row() implemented, not just declared.
(Murray Cumming)
* FontSelection::get_font_name(): Prevent crash when GTK+ returns 0.
(Joe Yandle)
* Fixed memory leak in Gtk::Editable::get_chars() (Gergo)
* Gtk::Widget::get_toplevel is more cautious if the return value is not
a Gtk::Window* (Gergo)
Release: Gtk-- 1.2.7
* Minor gtkmmproc install fix. (Grumegargler)
* Lots of reference documentation text added, based on the GTK+ reference
documentation. (Jason M'Sadoques)
* gtkmm-config does not give -I/usr/include, which should be implicit if
necessary, and which overrides the implicit gcc replacement system
headers if used. Apparently this is useful for gcc 3.0, and is what
gtk+ does.(Daniel Elstner)
Release: Gtk-- 1.2.6
Skipped.
Release: Gtk-- 1.2.5
* Fixes for code generator.
* Fixes for RedHat 7.0 configure bug.
* Numerous patches to clean up code and improve appearance.
* Added SpinButton::update() (Augustin Ferrin Pozuelo)
* Menushell namespace fixes (jaycox)
* Fixes for gtk--.m4 (srittau)
* Major CTree fixes
* CTree::selection() fixed. (Murray Cumming)
* Added CTree::{Row,Column}::moveto()
* Fix for CTree::RowList::end() (Daniel Elstner)
* Documentation fixes (Falk Hueffner)
* TreeItem patch (Joe Yandle)
Converted to buildlink2 by me.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/x11/gtk--/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/gtk--/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/gtk--/buildlink.mk \
pkgsrc/x11/gtk--/buildlink2.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/gtk--/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/gtk--/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/gtk--/patches/patch-ag \
pkgsrc/x11/gtk--/patches/patch-ah
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.