From 51b03dbcdfdc984834867a04792781ad8f073f65 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 22 Feb 2002 20:55:51 +0000 Subject: New helper function to remove all the matching URIs from the history. * e-shell-view.c (remove_uri_from_history): New helper function to remove all the matching URIs from the history. (history_uri_matching_func): Compare function for using e_history_remove_matching. (storage_set_removed_folder_callback): Call `remove_uri_from_history()'. * e-history.c (e_history_remove_matching): New. svn path=/trunk/; revision=15803 --- shell/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index dbeb008ce4..88a3fb8f9e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2002-02-22 Ettore Perazzoli + + * e-shell-view.c (remove_uri_from_history): New helper function to + remove all the matching URIs from the history. + (history_uri_matching_func): Compare function for using + e_history_remove_matching. + (storage_set_removed_folder_callback): Call + `remove_uri_from_history()'. + + * e-history.c (e_history_remove_matching): New. + 2002-02-22 Ettore Perazzoli * e-shell-view.c (update_navigation_buttons): New. -- cgit