]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
More news fixes and little gtk-doc fix
[evince.git] / ChangeLog
index 409e8825a8406bcb5441e4c45874248f577efe3c..99a09917de07c32cb1ad91c7f708b9ed7e6b3f29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,159 @@
+2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 2.21.1
+
+2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <mclasen@redhat.com>
+
+       * backend/tiff/tiff-document.c: (tiff_document_render):
+
+       Tiff documents were rendered with wrong colors. Fixes bug #497279.
+       
+2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * 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  <darren.kenny@sun.com>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <poincare@ikezoe.net>
+
+       * 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  <carlosgc@gnome.org>
+
+       * configure.ac:
+
+       Enable djvu, dvi and comics backends by default. Fixes bug
+       #437121.
+       
+2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * 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  <pterjan@linuxfr.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <seb128@ubuntu.com>
+
+       * backend/pixbuf/pixbuf-document.c:
+
+       Fix an implicit function definition warning (#487655)
+
 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: