From 609b92cfa632385313d1d2421b516bdb41fdbf00 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 17 Apr 2003 12:59:52 +0000 Subject: New abstracted implementations. Nicer and will be useful for history 2003-04-17 Marco Pesenti Gritti * lib/widgets/Makefile.am: * lib/widgets/ephy-node-view.c: * lib/widgets/ephy-node-view.h: * lib/widgets/ephy-tree-model-node.c: * lib/widgets/ephy-tree-model-node.h: New abstracted implementations. Nicer and will be useful for history dialog interface rehash to make it more consistent with bookmarks (this was the hard part of the work). * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmarks-editor.c: Use them. * src/history-dialog.c: Temp hack to keep the thing building until I actually rewrite history dialog. 2 --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca154503a..0f303a380 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2003-04-17 Marco Pesenti Gritti + + * lib/widgets/Makefile.am: + * lib/widgets/ephy-node-view.c: + * lib/widgets/ephy-node-view.h: + * lib/widgets/ephy-tree-model-node.c: + * lib/widgets/ephy-tree-model-node.h: + + New abstracted implementations. + Nicer and will be useful for + history dialog interface rehash to make + it more consistent with bookmarks (this + was the hard part of the work). + + * src/bookmarks/Makefile.am: + * src/bookmarks/ephy-bookmarks-editor.c: + + Use them. + + * src/history-dialog.c: + + Temp hack to keep the thing building until + I actually rewrite history dialog. + 2003-04-16 Marco Pesenti Gritti * data/ui/Makefile.am: -- cgit