2005-02-02  Murray Cumming  <murrayc@murrayc.com>
  
 	* examples/cellrenderercustom/cellrenderertoggle.cc: AppWindow:
 	Move the inner ModelColumns class outside of the AppWindow class, 
 	because the IRIX MipsPro compiler (wrongly) says that its 
 	destructor it was referenced but not defined.
 	* examples/gdk/radar.cc: Added #include of math.h, needed by 
 	IRIX MipsPro compiler.

2005-02-02  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg:
	_connect_auto_store_editable_signal(): Use an intermediate 
	function pointer, because the IRIX MipsPro compiler needs that. 

2005-02-01  Murray Cumming  <murrayc@murrayc.com>
 
 	* gtk/src/treeview.hg, colorselection.ccg: Remove the #ifdefs for AIX, 
 	because sigc::bind now works on AIX.

2005-02-01  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/clipboard/ideal/examplewindow.cc: 
	on_clipboard_received_targets(). Use targets = targets_array instead 
	of targets(targets_array). The IRIX MipsPro compiler needs this, 
	maybe because of the ustring-std::string conversion. We should 
	maybe use ustring anyway.