
========================================
 NEWS: glibmm-2.5.2
========================================

2.5.2:

* OptionEntry: Remove useless enum. (Murray Cumming)
* Documentation:
  - examples: Added iochannel_stream example. (Chris Vine)
  - reference: Generate more reference API from the C documentation, and
    try to use the libstdc++ doxygen tags file to link to their 
    documentation. (Murray Cumming)


========================================
 NEWS: gtkmm-2.5.3
========================================

2.5.3:

* Builds against the final GTK+ 2.6 API.

Gtk:
* CellRenderer.hg: Added stop_editing() which replaces the 
  now-deprecated editing_cancelled().
* CellView: Inherit from CellLayout. Removed set_value(). 
  Added convenience constructors.
* FileChooserButton.hg: Added action parameters to constructors. 
* IconView: Added get/set_columns(), get/set_item_width(),
  get/set_spacing(), get/set_row_spacing(), get/set_column_spacing(), 
  get/set_margin().
* Label: Added get/set_max_chars_width(), and property.
* TextView: Added get_iter_at_position().

Gdk:
* Pixbuf: Added create_from_file() overload that takes 
  height and width. (Murray Cumming)

Documentation:
* Reference API: Re-extracted C docs, so that the new API
  will be automatically documented. (Murray Cumming)
* examples:
  - input: Use Glib::IOChannel. (Claudio Saavedra)

2.5.2:

Gtk:
* Button: Added set/get_image().
* CellView: Removed set_cell_data().
* Dialog: Added set_alternative_button_order().
* FileChooserButton:
  - Now inherits from HBox, not Button.
  - Removed get/set_active().
* IconInfo: Added operator bool(), needed to check 
  the result of IconTheme::lookup_icon().
* Label: Added get/set_angle().
* TreeView: Added append_column_numeric(), and append_column_numeric_editable(),
  which allow more control over the formatting of numeric data than 
  append_column() and append_column_editable().
  (Murray Cumming)

Pango:
* Added Renderer.
* Context: Added get/set_matrix().
* FontMetrics.hg: Added get_underline_position(), 
  get_underline_thickness(), get_strikethrough_position(), 
  get_strikethrough_thickness().
  (Murray Cumming)

Documentation:
* example/book/input/: This now works. (Chris Vine)
* Book:
  - TreeView selection: Use selected_foreach_iter() 
  instead of selected_foreach(). (Teus Benschop)
  - Fixed some typos. (Claudio Saavedra)



========================================
 NEWS: libgconf-java-2.9.3
========================================

2.9.3
- New Classes/Interfaces
	None
- Updated Classes/Interfaces
	None
- Deprecated Classes/Interfaces
	None
- Other
	Support for 64-bit platforms


========================================
 NEWS: libglade-java-2.9.3
========================================

2.9.3
- New Classes/Interfaces
	None
- Updated Classes/Interfaces
	None
- Deprecated Classes/Interfaces
	None
- Other
	Support for 64-bit platforms


========================================
 NEWS: libgnome-java-2.9.3
========================================

2.9.3
- New Classes/Interfaces
	None
- Updated Classes/Interfaces
	None
- Deprecated Classes/Interfaces
	org.gnu.gnome.About
	org.gnu.gnome.Config
	org.gnu.gnome.FileEntry
	org.gnu.gnome.IconTextItem
	org.gnu.gnome.IconList
	org.gnu.gnome.PixmapEntry
	org.gnu.gnome.Scores
	org.gnu.gnome.WindowIcon
- Other
	Support for 64-bit platforms


========================================
 NEWS: libgtk-java-2.5.3
========================================

2.5.3
- New Classes/Interfaces
	org.gnu.gdk.EventOwnerChange
	org.gnu.gtk.AboutDialog
	org.gnu.gtk.CellRendererCombo
	org.gnu.gtk.CellRendererProgress
	org.gnu.gtk.CellView
	org.gnu.gtk.FileChooserButton
	org.gnu.gtk.IconView
	org.gnu.gtk.event.IconViewEvent;
	org.gnu.gtk.event.IconViewListener;
- Updated Classes/Interfaces
	org.gnu.gdk.Display - added the following methods
		supportsSelectionNotification
		requestSelectionNotification
		supportsClipboardPersistence
		storeClipboard
	org.gnu.gdk.EventType - added OWNER_CHANGE member
	org.gnu.gdk.KeySymbol - added two new symbols
	org.gnu.gtk.Action - added the following methods
		getAcceleratorPath
		setSensitive
		setVisible
	org.gnu.gtk.ActionGroup - added translateString method
	org.gnu.gtk.Button - added the following methods
		setAlignment
		getXAlignment
		getYAlignment
		setImage
		getImage
	org.gnu.gtk.Clipboard - added the following methods
		setImage
		getImage
		setCanStore
		store
		isImageAvailable
	org.gnu.gtk.ComboBox - added the following methods
		getWrapWidth
		getRowSpanColumn
		getColumnSpanColumn
		getAddTearoffs
		setAddTearoffs
		getFocusOnClick
		setFocusOnClick
		getActiveText
		getPopupAccessible
	org.gnu.gtk.GtkStockItems - added new items
		GTK_STOCK_ABOUT
		GTK_STOCK_CONNECT
		GTK_STOCK_DIRECTORY
		GTK_STOCK_DISCONNECT
		GTK_STOCK_EDIT
		GTK_STOCK_FILE
		GTK_STOCK_MEDIA_FORWARD
		GTK_STOCK_MEDIA_NEXT
		GTK_STOCK_MEDIA_PAUSE
		GTK_STOCK_MEDIA_PLAY
		GTK_STOCK_MEDIA_PREVIOUS
		GTK_STOCK_MEDIA_RECORD
		GTK_STOCK_MEDIA_REWIND
		GTK_STOCK_MEDIA_STOP
	org.gnu.gtk.Image - added the following methods
		Image(String iconName, IconSize size)
		set(String iconName, IconSize size)
		setPixelSize
		getPixelSize
		getIconName
	org.gnu.gtk.ImageType - added ICON_NAME to enum
	org.gnu.gtk.Label - added the following methods
		setWidthChars,
		getWidthChars, 
		setMaxWidthChars,
		getMaxWidthChars, 
		setAngle, 
		getAngle,
		setSingleLineMode, 
		getSingleLineMode:
	org.gnu.gtk.Requisition - added the following methods
		getHeight, setHeight
		getWidth, setWidth
	org.gnu.gtk.SelectionData - added the following methods
		setPixbuf
		getPixbuf
		setUris
		getUris
	org.gnu.gtk.TreeView - added the following methods
		setFixedHeightMode
		getFixedHeightMode
		setHoverSelection
		getHoverSelection
		setHoverExpand
		getHoverExpand	
	org.gnu.gtk.Window - added the following methods
		setFocusOnMap
		getFocusOnMap
		setIconName
		getIconName
		setDefaultIconName
- Deprecated Classes/Interfaces
	None
- Other
	Support for 64-bit platforms

	


========================================
 NEWS: libxml++-2.8.1
========================================

2.8.1:

* SaxParser, DomParser: parse_memory(), parse_chunk():
  Get the array length in bytes instead of characters, 
  to avoid weirdness. (Tim Alexeevsky, Murray Cumming)
* Node::find(): Throw an exception about invalid xpaths, 
  instead of crashing. (Caleb Epstein, Murray Cumming)
* Fix build for gcc 3.4. (Murray Cumming)


========================================
 NEWS: pygtk-2.5.1
========================================

pygtk-2.5.1 23-december-2004
	- Remove API removed in Gtk+ 2.6.0 (Gustavo, Johan)
	- Implement pango.LayoutIter (John)
	- Build fixes (Johan, Marco Pensenti Gritti)
	- Update examples (Alan Horkan)
	- distutils/win32 fixes (Cedric Gustin)

