Subject: CVS commit: pkgsrc/x11/gnome--
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/12/2002 01:36:53
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Sep 11 22:36:53 UTC 2002

Modified Files:
	pkgsrc/x11/gnome--: Makefile PLIST buildlink.mk buildlink2.mk distinfo
Removed Files:
	pkgsrc/x11/gnome--/patches: patch-aa

Log Message:
Update to 1.2.2. Convert to buildlink2.
Changes:
Release 1.2.2
  * Gnome::UI::Help fixed: This should be added to the
    Help menu to automatically add items from the
    topics.dat file. (Murray Cumming)
  * gnome-hello example: The About box is now closed
    and deleted when [Close] is clicked
    (Murray Cumming)

Release 1.2.1
  * App::create_toolbars fixed to use member UI::Array.
    This allows access to the widgets, as well as
    properly managing memory for the UI Items.
    - menu example modified to demonstrate disabling
      of menu item widgets. (Murray Cumming)
  * configure.in: Don't add -I$prefix/include to
    GNOMEMM_INCLUDEDIR if $prefix=/usr. -I/usr/include
    should never be used because it overrides the order
    of gcc's implicit include path. gtkmm-config.in has
    been corrected too. (Daniel Elstner)
  * Dialog, MessageBox, PropertyBox: Added extra
    documentation so people know that these are not
    self-destructed when run() or run_and_close()
    returns. (Murray Cumming)

Release 1.2.0
  * Canvas example:
      Added example.png to test CanvasImage.
      Items are now deleted in the destructor.
      (Murray Cumming)
  * Reference Documentation:
      Location of perl not hardcoded. (Cedric Gustin)
  * Some gcc 3.0 std namespace fixes. (Claudio Bley)

Release 1.1.21
  * CanvasText: set_font(const GdkFont&) conversion
    fixed and set_font(const string&) added.
    (Murray Cumming)
  * CanvasItem: event signal marshalled again. We lost
    this fix sometime after 1.1.17. (Gergõ Érdi)
  * Uncommented the CanvasHelper::anchor property,
    adding the necessary gtkpacker.h #include.
    (Murray Cumming)
  * Fixed CanvasHelpers::font for Gdk_Font input and
    added a string constructor. (Murray Cumming)
  * Added CanvasText::set_fontset(). (Murray Cumming)

Release 1.1.20
  Unofficial, with some 1.1.21 changes.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/x11/gnome--/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/gnome--/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/gnome--/buildlink.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/gnome--/buildlink2.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/gnome--/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/x11/gnome--/patches/patch-aa

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