Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-29 17:50:09 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-29 17:50:09 (GMT)
commitae6a79781ff5126c19c84570277376f43158ec86 (patch)
tree4c651919b908c727faeb2382349fcb94e8622054 /ChangeLog
parente3982b8f8ea505493dafd8be937bb574621b1a73 (diff)
Enanche the find interface to be really able to do multi page find.
2005-01-29 Marco Pesenti Gritti <marco@gnome.org> * backend/ev-backend-marshalers.list: * backend/ev-document-find.c: (ev_document_find_base_init), (ev_document_find_cancel), (ev_document_find_page_has_results), (ev_document_find_get_n_results), (ev_document_find_get_result), (ev_document_find_get_progress), (ev_document_find_changed): * backend/ev-document-find.h: Enanche the find interface to be really able to do multi page find. * pdf/xpdf/pdf-document.cc: Implement * shell/ev-view.c: (ev_view_finalize), (highlight_find_results), (expose_bin_window), (ev_view_init), (ev_view_get_find_status_message), (find_changed_cb), (ev_view_set_document), (set_document_page): Adapt to the new interface. A few things are regressed sorry, I will finish it soon.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edd9cad..aa880fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
+
+ * backend/ev-backend-marshalers.list:
+ * backend/ev-document-find.c: (ev_document_find_base_init),
+ (ev_document_find_cancel), (ev_document_find_page_has_results),
+ (ev_document_find_get_n_results), (ev_document_find_get_result),
+ (ev_document_find_get_progress), (ev_document_find_changed):
+ * backend/ev-document-find.h:
+
+ Enanche the find interface to be really able to do
+ multi page find.
+
+ * pdf/xpdf/pdf-document.cc:
+
+ Implement
+
+ * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
+ (expose_bin_window), (ev_view_init),
+ (ev_view_get_find_status_message), (find_changed_cb),
+ (ev_view_set_document), (set_document_page):
+
+ Adapt to the new interface. A few things are regressed sorry,
+ I will finish it soon.
+
2005-01-28 Martin Kretzschmar <martink@gnome.org>
* shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)