]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Ignore outline items without a title. Fixes bug #453913.
[evince.git] / ChangeLog
index 874e43a2e2f2c4a68d049dc9a4f134046c5faed4..1049eea2f0961694881d47cd6139b8d0dee19b93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (build_tree):
+
+       Ignore outline items without a title. Fixes bug #453913.
+       
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
+       (ev_view_button_release_event), (ev_view_leave_notify_event):
+
+       Use always drag mouse cursor during a drag operation. Fixes bug
+       #470564.
+       
+2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
+       (pdf_selection_get_selection_region),
+       (pdf_selection_get_selection_map):
+
+       Temporarily disable double and triple selections since it depends on
+       poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
+       released and the update of the external dependency minimal version
+       approved.
+       
+2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
+       (pdf_document_file_exporter_do_page):
+       * libdocument/ev-file-exporter.h:
+       * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
+       * shell/ev-window.c: (ev_window_print_dialog_response_cb):
+
+       Actually fix printing regressions. Remove orientation from
+       EvPrintContext since it's redundant.
+       
 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):