X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=99a09917de07c32cb1ad91c7f708b9ed7e6b3f29;hb=133c3527888180e7cb50fa915215668da629e987;hp=aca41a987415aeaf571cadfdc677ee1b555795d3;hpb=49172d645c265e3fd301ca15f75adb17c7337331;p=evince.git diff --git a/ChangeLog b/ChangeLog index aca41a98..99a09917 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,207 @@ +2007-12-04 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 2.21.1 + +2007-12-02 Carlos Garcia Campos + + * configure.ac: + * cut-n-paste/gedit-message-area/Makefile.am: + * cut-n-paste/gedit-message-area/gedit-message-area.[ch]: + * shell/Makefile.am: + * shell/ev-message-area.[ch]: + * shell/ev-window.c: (ev_window_set_message_area), + (ev_window_error_message_response_cb), (ev_window_error_message), + (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest), + (ev_window_save_job_cb), (image_save_dialog_response_cb), + (ev_attachment_popup_cmd_open_attachment), + (attachment_save_dialog_response_cb), (ev_window_set_document), + (ev_window_init): + + Use a message area instead of a popup dialog for error + notifications. Fixes bug #337495. + +2007-12-02 Carlos Garcia Campos + + * shell/ev-window.c: (fullscreen_toolbar_remove_shadow), + (ev_window_run_fullscreen): + + Remove the shadow of the fullscreen toolbar. Fixes bug #500702. + +2007-12-01 Carlos Garcia Campos + + * ev-sidebar-thumbnails.c: (update_visible_range), + (ev_sidebar_thumbnails_refresh), + (ev_sidebar_thumbnails_set_document), + (ev_sidebar_thumbnails_support_document): + + Show thumbnails for documents with one page. Fixes bug #358751. + +2007-12-01 Carlos Garcia Campos + + * shell/ev-window.c: + (ev_window_load_print_settings_from_metadata), + (ev_window_save_print_settings), (ev_window_print_finished), + (ev_window_print_range): + + Print settings that are specific to the document are now saved per + document in the metadata file. Fixes bug #488806. + +2007-11-26 Matthias Clasen + + * backend/tiff/tiff-document.c: (tiff_document_render): + + Tiff documents were rendered with wrong colors. Fixes bug #497279. + +2007-11-25 Carlos Garcia Campos + + * shell/ev-application.[ch]: (get_find_string_from_args), + (ev_application_open_uri_at_dest), (ev_application_open_uri), + (ev_application_open_uri_list): + * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new): + * shell/ev-window.[ch]: (ev_window_load_job_cb), + (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest), + (ev_window_cmd_recent_file_activate), + (ev_window_open_recent_action_item_activated), + (ev_window_print_send), (open_remote_link): + * shell/main.c: (arguments_parse): + + Add a command line option for search. Fixes bug #497710. + +2007-11-20 Darren Kenny + + * shell/ev-jobs.c: (ev_job_print_new): + + Fix endless loop when pages_per_sheet is 0. Fixes bug #498248. + +2007-10-29 Carlos Garcia Campos + + * data/evince-toolbar.xml: + * shell/Makefile.am: + * shell/ev-application.c: (ev_application_init): + * shell/ev-open-recent-action.[ch]: + * shell/ev-window.c: + (ev_window_open_recent_action_item_activated), + (register_custom_actions): + + Add an expander to the open toolbar item which pops up a dropdown + menu with the recently used documents. Fixes bug #487215. + +2007-10-29 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_open_uri), + (ev_window_cmd_view_reload): + + Do not jump to the first page when reloading by running evince + from the command line. Fixes bug #490847. + +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: