aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorn Baayen <jbaayen@src.gnome.org>2003-04-19 23:08:17 +0800
committerJorn Baayen <jbaayen@src.gnome.org>2003-04-19 23:08:17 +0800
commite67869280305fba213814f2cefa8c8d0aa0f36c7 (patch)
tree42548753354cea94f75a978232ed428129e9b9c8 /ChangeLog
parent223c64a4749f008236d5523bb7a6bfd696ff0ffe (diff)
downloadgsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar
gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.gz
gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.bz2
gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.lz
gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.xz
gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.zst
gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.zip
slight treemodel cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eea6d3d7..22998fa93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-04-19 Jorn Baayen <jorn@nl.linux.org>
+
+ * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_init),
+ (ephy_tree_model_node_finalize),
+ (ephy_tree_model_node_add_prop_column),
+ (ephy_tree_model_node_add_func_column),
+ (ephy_tree_model_node_get_column_type),
+ (ephy_tree_model_node_get_value):
+
+ Use a GPtrArray rather than a GList for columns.
+
2003-04-19 Xan Lopez <xan@masilla.org>
* src/ephy-shell.c: (ephy_shell_new_tab):