X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=d18d9ceb167e78ee6eeac6263d63ea568add7cfb;hb=79caba8ac19df7d4d788d36e03b9304a023b965e;hp=2649e2a04077133d6e5f17c3c46e94dd63bbb0df;hpb=974a49f21845900f4ea154088a17b6b7e55a27e6;p=evince.git diff --git a/ChangeLog b/ChangeLog index 2649e2a0..d18d9ceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,176 @@ +2007-10-27 Hiroyuki Ikezoe + + * shell/ev-window.c: (ev_window_cmd_help_contents): + + Plugged memory leak when help file is not found. Fixes bug + #490762. + +2007-10-26 Carlos Garcia Campos + + * configure.ac: + + Enable djvu, dvi and comics backends by default. Fixes bug + #437121. + +2007-10-26 Carlos Garcia Campos + + * configure.ac: + * cut-n-paste/Makefile.am: + * cut-n-paste/recent-files/*: Removed + * help/reference/Makefile.am: + * shell/Makefile.am: + * shell/ev-application.[ch]: (ev_application_shutdown), + (ev_application_init): + * shell/ev-window.c: (ev_window_add_recent), + (ev_window_setup_recent), (ev_window_dispose), (ev_window_init): + + Bump requirements to gtk+ 2.10.0 and remove egg-recent code. + +2007-10-25 Pascal Terjan + + * shell/ev-window.c: (launch_external_uri): + + Let GnomeVFS check the URL, this allow more URL (like mailto:), + and report error if the URL is not supported (#489910). + +2007-10-24 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin), + (pdf_document_file_exporter_begin_page), + (pdf_document_file_exporter_end_page): + + Fix printing with poppler splash backend. Fixes bug #489774. + +2007-10-22 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin): + * shell/ev-print-job.c: (ev_print_job_class_init): + + Fix a crash when printing with the gnome-print dialog. Fixes bug + #488939. + +2007-10-18 Sebastien Bacher + + * backend/pixbuf/pixbuf-document.c: + + Fix an implicit function definition warning (#487655) + +2007-10-11 Carlos Garcia Campos + + * shell/ev-window.c: + + Fix conflicting shortcut for view sade pane and presentation. + +2007-10-11 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_file_exporter_begin_page), + (pdf_document_file_exporter_do_page), + (pdf_document_file_exporter_end_page), + (pdf_document_file_exporter_iface_init): + * libdocument/ev-file-exporter.[ch]: + (ev_file_exporter_begin_page), (ev_file_exporter_end_page): + * shell/ev-jobs.c: (ev_job_print_get_page_list), + (ev_job_print_run): + + When printing multiple pages per sheet in reverse option, do not + invert the order of the pages in every sheet, but the order of the + sheets. Do not print blank pages when page range is invalid. Fixes + bugs #484857 and #485521. + +2007-10-10 Carlos Garcia Campos + + * shell/ev-jobs.c: (ev_job_print_get_page_list), + (ev_job_print_run): + * shell/ev-window.c: (ev_window_print_dialog_response_cb): + + Respect ranges order when printing more than one range in random + order. + +2007-10-10 Martin Schanzenbach + + * shell/ev-window.c: (ev_window_refresh_window_thumbnail), + (ev_window_setup_document), (ev_window_rotation_changed_cb): + + Rotate also the window icon when document is rotated. Fixes bug + #474681. + +2007-10-04 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field), + (pdf_document_forms_get_form_fields): + + Silently ignore unknown form fields. Fixes bug #482654. Patch by + Matthias Drochner. + +2007-10-04 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page): + + Use poppler_page_render_for_printing() instead of + poppler_page_render() if available when exporting to a ps or pdf + file. Fixes bug #476627. + +2007-10-04 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_run_fullscreen): + + Do not show the toolbar in fullscreen mode if the main toolbar is + not visible. Fixes bug #483048. + +2007-09-29 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_button_press_event): + + Give priority to form fields over images when deciding whether a + button press event is over an image or form field. It allows edit + form fields when they are over a background image. Fixes bug + #477841. + +2007-09-17 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 2.20.0 + +2007-09-12 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + + Remove #ifdef HAVE_FORMS, so that forms support works again. + +2007-09-05 Götz Waschk + + * configure.ac: + * data/evince.desktop.in.in: + + Fixes desktop file issues. See bug #473471. + +2007-09-04 Carlos Garcia Campos + + * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked), + (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue), + (ev_job_queue_remove_job): + * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose), + (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run): + * shell/ev-window.c: (ev_window_clear_save_job), + (ev_window_save_job_cb), (file_save_dialog_response_cb), + (ev_window_dispose): + + Move save a copy task to its own job so that it's carried out in a + thread avoiding another lock in the main thread. Use + ev_xfer_uri_simple() instead of gnome_vfs_move() so that document + can be saved to a pathin another file system. Fixes bug #456891. + +2007-09-04 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 2.19.92 + 2007-09-03 Carlos Garcia Campos * configure.ac: @@ -8,21 +181,21 @@ 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 * 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 * 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 * shell/ev-window.c: (setup_document_from_metadata), @@ -30,7 +203,7 @@ Do not jump to the first page when reloading a document from the last page. - + 2007-09-03 Carlos Garcia Campos * shell/ev-window.c: (update_chrome_flag), @@ -44,27 +217,27 @@ 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 * shell/ev-window.c: (ev_window_print_dialog_response_cb): Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported by gtk+. Fixes bug #460907. - + 2007-09-03 Carlos Garcia Campos * shell/ev-view.c: (view_update_range_and_current_page): Make sure current-page <= end-page in continuous mode. Fixes bug #454950. - + 2007-09-03 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: (build_tree): Ignore outline items without a title. Fixes bug #453913. - + 2007-09-03 Carlos Garcia Campos * shell/ev-view.c: (ev_view_handle_cursor_over_xy), @@ -72,7 +245,7 @@ Use always drag mouse cursor during a drag operation. Fixes bug #470564. - + 2007-09-02 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text), @@ -83,7 +256,7 @@ 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 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin), @@ -94,7 +267,7 @@ Actually fix printing regressions. Remove orientation from EvPrintContext since it's redundant. - + 2007-08-31 Carlos Garcia Campos * backend/dvi/dvi-document.c: (dvi_document_document_iface_init): @@ -133,7 +306,7 @@ (ev_view_primary_get_cb): Add support for double and triple click selections. - + 2007-08-28 Nickolay V. Shmyrev * NEWS: