
========================================
 NEWS: gconfmm-2.9.2
========================================

2.9.2:

* Client: Rename set(list) methods to set_*_list() methods,
  to resolve ambiguity.
  However, the int, float, and bool ones don't work yet.
  (Bryan Forbes, Murray Cumming)

2.9.1:

* Client: added set() methods for lists.
  (Bryan Forbes)


========================================
 NEWS: glibmm-2.5.4
========================================

2.5.5:

Options:
* Added Option(GOptionGroup* cast_item) constructor,
  needed by Gtk::Main.
* Added reference documentation.
(Murray Cumming)

2.5.3:

* Options:
  - Allow parsing of boolean arguments (arguments with no value).
  - Really use the short names.  
  (Daniel Holbach, Murray Cumming)
* Added filename_display_basename() and filename_display_name().
  (Murray Cumming)
* Added setenv() and unsetenv(). (Murray Cumming)
* Use static keyword to prevent exporting private API.
  (Benoît Dejean)
* input example: Improvements and simplification. (Chris Vine) 


========================================
 NEWS: gtkmm-2.5.5
========================================

2.5.5:

Gtk:
* Remove default signal handlers for new signals in 2.6, 
  because adding virtual methods to existing classes would 
  break ABI. (Murray Cumming, Bryan Forbes)
* Stock: Wrapped several new stock items. (Bryan Forbes)
* AboutDialog: Added logo_icon_name property. (Murray Cumming)
* Clipboard: Added set_can_store() overload that takes no 
  arguments. (Murray Cumming)
* ComboBox: Added unset_row_separator_func(). (Murray Cumming)
* FileChooserDialog:
  - Inherit from FileChooser interface. (Murray Cumming)
  - Added constructors which allow specifying backend. (Bryan Forbes)
* IconView: Added the properties. (Murray Cumming)
* Main: Added Main constructor that takes a Glib::OptionContext(), 
  and Main::add_gtk_option_group(option_context).
  (Murray Cumming, Bryan Forbes)
* TreeIter: Add forward_search() and backward_search() 
  overloads without the limit argument.
  (Rob Page, Murray Cumming)

Pango:
* Color: Added operator bool(). 
* Renderer: Added get_color().
  ((Murray Cumming)

Documentation:
* Added some reference documenation for the new classes,
  plus several older classes.
* Corrected documentation tarball and the link to it.
* examples:
  - Added book/dialogs/aboutdialog example.
  - Added book/buttons/filechooserbutton example.
  - Used ProgressCellRenderer in book/treeview/list example.
(Murray Cumming)
  
2.5.4:

Gtk:
* Action: Added get_accel_path(). (Murray Cumming)
* CellRendererText: Added language, ellipsize, and 
  ellipsize-set properties. (Bryan Forbes)
* TreeView: Added hover_expand and hover_selection 
  properties.

Gdk:
* Display: Added supports_selection_notification(), 
  request_selection_notification(), supports_clipboard_persistance(), 
  store_clipboard().
* Pixbuf: Added rotate_simple(), flip(), save_to_buffer().
* PixbufFormat: Added is_scalable(), is_disabled(), 
  set_disabled(), get_license().
* Window: Added enable_synchronized_configure(), 
  configure_finished(), set_focus_on_map().

Atk:
* Relation: Added add_target().
* RelationSet.hg: add_relation_by_type().
* Text: Added get_range_extents(), get_bounded_ranges().
  (Murray Cumming)


========================================
 UPDATED: libgconf-java-2.9.4
========================================

libgconf-java was updated without a NEWS entry.


========================================
 UPDATED: libglade-java-2.9.4
========================================

libglade-java was updated without a NEWS entry.


========================================
 NEWS: libglademm-2.5.1
========================================

2.5.1:

* Glade::Xml: Added onnect_clicked() for easy connection of
  buttons and menuitems signals. (Alberto Paro)
* Glade::VariablesMap: now handles Entry, ComboTextEntry, 
  SpinButton, *Scale, Calendar and CheckBox. (Alberto Paro).


========================================
 NEWS: libgnome-java-2.9.4
========================================

2.9.4
- Updated Classes/Interfaces
	org.gnu.gnome.App - added the following methods
		getContents
		fillMenu
		fillToolbar
		removeMenuRange
	org.gnu.gnome.AppBar - added getStatusBar method
	org.gnu.gnome.Client - added the following methods
		setCloneCommand
		setDiscardCommand
		setResignCommand
		setShutdownCommand
		setEnvironment
		setProcessID
		setProgram
		setUserID
		saveAnyDialog
		saveErrorDialog
		requestPhase2
		setID
		getID
		getPreviousID
		getDesktopID
	org.gnu.gnome.DruidPage - added the following methods
		pageNext
		pagePrepare
		pageBack
		pageCancel
		pageFinish
- Deprecated Classes/Interfaces
	None
- Other		
	None


========================================
 UPDATED: libxml++-2.9.1
========================================

libxml++ was updated without a NEWS entry.


========================================
 NEWS: pygtk-2.5.2
========================================

pygtk-2.5.2 10-january-2005
	- Improved deprecation messages (Johan)
	- gtk.idle_add, gtk.timout_add, and others are now
	  deprecated (Johan)
	- Overriding GTK+ virtual methods (Gustavo)
	- Interfaces now implementation (Gustavo)
	- 2.6 merge (Johan, Gian Mario Tagliaretti)
	- Bug fixes (Adam Hooper, John Finlay, Gustavo, Johan, Tim Evans)
	- Build system improvens (Johan)
	
