diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2003-11-07 Marco Pesenti Gritti <marco@gnome.org> + + * src/ephy-completion-model.c: (get_path_real), + (node_iter_from_node), (get_index_root), (root_child_removed_cb), + (root_child_added_cb), (root_child_changed_cb), + (ephy_completion_model_get_value), + (ephy_completion_model_get_iter), (ephy_completion_model_get_path), + (ephy_completion_model_iter_next), + (ephy_completion_model_iter_children), + (ephy_completion_model_iter_n_children), + (ephy_completion_model_iter_nth_child), + (ephy_completion_model_iter_parent): + + Rewrite the iteration part to take advantage of user_data2. Should + be faster and a bit cleaner. + 2003-11-06 Xan Lopez <xan@masilla.org> * embed/downloader-view.c: (download_changed_cb): |