]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Bump requirements to poppler 0.6 and drop all ifdefs used. Double and
[evince.git] / ChangeLog
index 82ffb0add9516321e3845a6b8ea6d418d995c4d5..2649e2a04077133d6e5f17c3c46e94dd63bbb0df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
+       (pdf_selection_get_selection_region),
+       (pdf_selection_get_selection_map),
+       (ev_form_field_from_poppler_field):
+
+       Bump requirements to poppler 0.6 and drop all ifdefs used. Double
+       and triple click selections are enabled again now.
+       
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_add_history):
+
+       Make sure not to use the history with documents not supporting
+       links. Fixes bug #468954.
+       
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_load_job_cb):
+
+       Restart the search when reloading a document with the find bar
+       visible. Fixes bug #461962.
+       
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (setup_document_from_metadata),
+       (ev_window_load_job_cb), (ev_window_cmd_view_reload):
+
+       Do not jump to the first page when reloading a document from the
+       last page.
+       
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (update_chrome_flag),
+       (setup_sidebar_from_metadata),
+       (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
+       (ev_window_cmd_edit_find_next),
+       (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
+       (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
+       (find_bar_close_cb), (view_actions_focus_in_cb):
+
+       Do not update visibility when changing a chrome flag so that it's
+       possible to update several flags and update visibility only once
+       for all of them.
+       
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_print_dialog_response_cb):