Subject: CVS commit: pkgsrc/x11/gtkmm24
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/04/2004 13:59:56
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Nov  4 13:59:56 UTC 2004

Modified Files:
	pkgsrc/x11/gtkmm24: Makefile PLIST distinfo

Log Message:
Changes 2.4.7:
* TreeModelFitler:
  - Really fix the constructor.
  - Warn when calling set_value() on the filter mdoel instead
    of the child model.
  - set_modify_func(): Make this work - don't ignore the value.
* TreeView:
  add_column_editable() operates on the child model if the model
  is a TreeModelFiler.
* Documentation:
  - Updated popup menu section and example, to use UIManager.
  - Added 2 TreeModelFilter examples.
  (Murray Cumming)

Changes 2.4.6:
* TreeModelFilter: Correct the constructor implementation,
  so that this is usable.
* gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman)
* Gdk::Screen::get_default(): Correct the reference counting,
  to avoid a crash. (Jonathan Brandmeyer)
* Windows platform:
  - Added MSVC++ project files, which might work.
  (Timothy Shead)
  - Build fix for cygwin. (Roger Leigh)
* Documentation, book:
  - Slightly improved UIManager explanation and
    ported the menu and toolbar examples to UIManager.
  - Added custom containers section.
    (Murray Cumming)
  - Add FileChooser section, though it needs more detail.
    (Gene Ruebsamen)
  - Updated the windows installation appendix.
    (Gene Ruebsamen)

Changes 2.4.5:
* Gtk::Settings::get_default(): Correct reference-count error.
  (Murray Cumming)
* Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors
  protected instead of private (Christopher Palm).
* Examples: TreeView:
  - Added popup example, from gtkmm 2.2.
  - drag_and_drop: Correct vfuncs.
* Documentation:
  - libglademm memory management.
  - Tell people to check pkg-config for 2.4, not 2.2.
  - Gtk::TreeSortable: Document sort function return value.
  (Murray Cumming)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/gtkmm24/Makefile pkgsrc/x11/gtkmm24/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/gtkmm24/distinfo

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