diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-11 21:53:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-11 21:53:46 +0000 |
commit | 7b899ce8ac198a997a39fbd9c712f627798cb3ff (patch) | |
tree | 76f0d1af66f4686d064f22feb1f18b3750e632a4 /x11/gtk--/patches/patch-ah | |
parent | bfae741d2c96ca771d104e42957fa2e42412c353 (diff) | |
download | pkgsrc-7b899ce8ac198a997a39fbd9c712f627798cb3ff.tar.gz |
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.
Diffstat (limited to 'x11/gtk--/patches/patch-ah')
-rw-r--r-- | x11/gtk--/patches/patch-ah | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtk--/patches/patch-ah b/x11/gtk--/patches/patch-ah index 049492fdfd3..696377bc58c 100644 --- a/x11/gtk--/patches/patch-ah +++ b/x11/gtk--/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.2 2000/07/15 09:48:13 jlam Exp $ +$NetBSD: patch-ah,v 1.3 2002/09/11 21:53:50 wiz Exp $ ---- src/gtk--/Makefile.in.orig Sat May 20 14:51:35 2000 -+++ src/gtk--/Makefile.in Sat Jul 15 04:28:44 2000 -@@ -133,7 +133,7 @@ +--- src/gtk--/Makefile.in.orig Tue Apr 9 14:34:18 2002 ++++ src/gtk--/Makefile.in Tue May 28 14:00:01 2002 +@@ -142,7 +142,7 @@ # This builds the library libgtkmm_la_SOURCES = $(gtkmmc) gtk--.cc proxy.cc base.cc marshal.cc |