From 45b2d7abd31dc7c653f1a62da89dd19619a01dbb Mon Sep 17 00:00:00 2001
From: Duncan Mak <duncan@mono-cvs.ximian.com>
Date: Sun, 14 Nov 2004 03:19:36 +0000
Subject: [PATCH] Remove my Node-fu entry, that hasn't been committed yet

svn path=/trunk/gtk-sharp/; revision=36096
---
 ChangeLog | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d03319a8b..83e7e2f7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,36 +4,6 @@
 	that `gtk_cell_layout_set_cell_data_func' will be generated in
 	Gtk.ComboBox.
 
- 2004-11-09  Duncan Mak  <duncan@ximian.com>
- 
- 	* gtk/Makefile.am (sources): Added NodeSelection and NodeView.
- 
- 	* gtk/NodeSelection.cs: New file, an implementation of
- 	TreeSelection that exposes ITreeNodes instead of TreeIters.
- 	
- 	* gtk/NodeStore.cs (NodeType): An internal property for finding
- 	out what the Type of data the store holds.
- 
- 	* gtk/NodeView.cs: New file, subclass of TreeView. Automatically
- 	appends columns based on the data in a NodeStore.
- 
- 	* gtk/TreeIter.custom (New): A new factory method that uses
- 	gtksharp_tree_iter_new_with_index.
- 
- 	* gtk/TreeNodeValueAttribute.cs: Set AllowMultiple to true.
- 	(Attribute, Title, RendererType): New properties.
- 
- 	* gtk/TreeView.custom: Removed constructor that uses a NodeStore as
- 	parameter. NodeView should be used instead.
- 
- 	* gtk/TreeViewColumn.custom (TreeViewColumn): Added new
- 	constructor that doesn't require CellRenderere attributes as arguments.
- 
- 	* gtk/glue/nodestore.c (gtksharp_tree_iter_get_user_data): Returns
- 	the user_data field from a GtkTreeIter pointer.
- 	(gtksharp_tree_iter_new_with_index): Creates a GtkTreeIter * with
- 	a specific node index from the NodeStore.
-
 2004-11-13  Mike Kestner  <mkestner@novell.com>
 
 	* */*-api.raw : rerun the parser for new vm-age and cleanups.