
========================================
 NEWS: glibmm-2.5.1
========================================

2.5.1:

* OptionContext, OptionGroup, OptionEntry: Made the add_entry() methods 
  type-safe and fixed several problems memory-management problems. This 
  API is now worth looking at.

2.5.0:

* Added OptionContext, OptionGroup, and OptionEntry classes, for
  parsing of command-line options. See examples/options/


========================================
 NEWS: gtkmm-2.5.0
========================================

2.5.0:

gtkmm 2.5 wraps new API in GTK+ 2.5, and is API/ABI-compatibile with gtkmm 2.4. 
The new API is unstable, until this become the API/ABI-stable gtkmm 2.6 when 
GTK+ 2.5 becomes the API-stable GTK+ 2.6.

* Pango: Layout: Added set_ellipsize(), get_ellipsize(), and 
  EllipsizeMode enum.
* Gtk:
  - Added IconView, FileChooserButton, and CellView widgets.
  - Action: Added set_visible().
  - Entry: Added layout_index_to_text_index() and 
    text_index_to_layout_index().
  - EntryCompletion: Added insert_prefix(), set_inline_completion(),
    get_inline_completion(), set_popup_completion(), get_popup_completion(), 
    get_text_column()
  - CellRenderer: Added editing_started signal.
  - ComboBox: Added get_wrap_width(), get_row_span_column(),
    get_column_span_column(), get_add_tearoffs(), set_add_tearoffs(), 
    get_focus_on_click(), set_focus_on_click(), get_popup_accessible().
  - Label: Added set_ellipsize(), get_ellipsize().
  - FileChooser: Added set_show_hidden(), get_show_hidden().
  - TreeSortable: Added DEFAULT_UNSORTED_COLUMN_ID constant.
  - TreeView: Added set_fixed_height_mode(), get_fixed_height_mode(), 
    set_hover_selection(), get_hover_selection(), set_hover_expand(), 
    get_hover_expand().


========================================
 NEWS: libgconf-java-2.8.2
========================================

2.8.2
- Fixed shebang line


========================================
 NEWS: libglade-java-2.8.2
========================================

2.8.2
- Fixed autogen.sh

2.8.1 
	Bug 155080: java classes names don't match Gtk classes names
		- Added checks for where we diverge.
	Bug 155422: Remove libglade-java build dependency on libgnome-java
		- Applied Jerry Haltom's patch - create listener to delegate map at
		  runtime. 
	Bug 155124: Message Logging - Replaced printf statements with the
  		appropriate calls to g_warning and g_critical  [Jeffrey Morgan]
	Bug: Glade references to files broken.
		applied Andrew Cowie's patch


========================================
 NEWS: libgnome-java-2.8.2
========================================

2.8.2
- Fixed autogen.sh
- Fixed CanvasGroup.getItemList  [Jeffrey Morgan]
- Changed Program to not inherit from GObject  [Jeffrey Morgan]

2.8.1
 Create buildplace pkg-config files to aid java-gnome big-tarball builds
 Fixed typo in tutorial second.java lifecycle listener.
- Bug 155124: Message Logging - Replaced printf statements with the
  appropriate calls to g_warning and g_critical for UIInfo [Jeffrey Morgan]
 


========================================
 NEWS: libgtk-java-2.5.1
========================================

2.4.6
- Fixed actiongroup patch error
- Fixed #! lines
- Bug 156712: Tree expand events is never sent
  Fixed. Thanks to Laurent Martelli
- Bug 156807: Bad doc for CheckMenuItem.addListener
  Fixed.  [Jeffrey Morgan]
- Bug 156752: TextBuffer.setText(null) crashes JVM
  Fixed. Replacing null with empty string in TextBuffer and Label. [Jeffrey Morgan]
- Bug 156897: RadioMenuItem crash [Laurent Martelli]
- Bug 156923: Container.getChildren broken
  Fixed.  Thanks to Laurent Martelli
- Fixed TreeView.getPathAtPos method.


2.4.5 (24 October 2004)
- Improved runExample.sh script [Luca De Rugeriis]
- Applied patch to correct JNI mapping errors, preventing Windows builds. Thanks
  to Jerry Haltom, Bug 155422
- Generate gtk2-java.pc.buildplace to aid all-in-one java-gnome compiles [Mark
  Howard]
- Applied patch to fix crash using instances of ActionEntry [bug #155083]
- Fixed ListStore.setSortColumn [Mark Howard]
- Bug 156079: TreePath.getIndices gives NullPointerException
  Thanks to Laurent Martelli for the patch
- Bug 155124: Message Logging - Replaced printf statements with the
  appropriate calls to g_warning and g_critical for GObject and 
  ActionGroup  [Jeffrey Morgan]
- Bug 155014: Entry.setText segv on null - Checking for null and setting
  Entry widget text to blank on null.  [Jeffrey Morgan]
- Bug 156115: Should print stack trace if exception is caught in event handler
  Now prints stack trace [Mark Howard]
- Bug 156222: UnsatisfiedLinkError: org.gnu.glib.GObject.removeEventHandler
  Fixed name typo [Mark Howard]
- Bug 156233: GObject contructor should use setHandle
  Fixed [Mark Howard] Thanks to Laurent Martelli for many recent reports

2.4.4 (16 September 2004)
Updated Classes:
	Expander - added constructor so it would work with glade [Jeffrey Morgan]
	Range - standardized method to add event handling  [Jeffrey Morgan]

