]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Add compressed dvi to the list of supported mime types. Patch by Ed
[evince.git] / ChangeLog
index d08dd1e4f9295e92cceaca27d4852580aa825c2a..b54b24ffd1f159a7dd0ab133a29a538cb6c3b6ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/dvi/dvidocument.evince-backend.in:
+
+       Add compressed dvi to the list of supported mime types. Patch by
+       Ed Catmur. Fixes bug #307087.
+
+2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.c: (ev_job_print_get_page_list):
+
+       Fix a crash when printing a range that doesn't specify the start or
+       end page. Fixes bug #524288.
+       
+2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_cmd_continuous),
+       (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
+       (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
+       (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
+       (ev_window_run_presentation), (ev_window_stop_presentation),
+       (ev_window_cmd_view_presentation),
+       (ev_window_cmd_leave_fullscreen),
+       (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
+
+       Do not unfullscreen and fullscreen again the window when changing
+       from fullscreen to presentation mode and vice versa. Fixes bug
+       #524112.
+       
+2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
+
+       Do not crash when thumbnail failed to render in PS backend. Fixes
+       bug #525015.
+       
+2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (window_open_file_copy_ready_cb),
+       (ev_window_load_file_remote), (ev_window_open_uri):
+
+       Handle errors when opening remote files.
+       
+2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-page-action.c: (ev_page_action_grab_focus):
+
+       Only grab the focus for the current visible proxy widget. Fixes
+       bug #521224.
+       
+2008-03-30  Emil Soleyman  <emil@nishra.com>
+
+       * shell/ev-window.c: (launch_external_uri):
+       
+       Reuse g_app_info_launch_default_for_uri to
+       save some code and fix bug #525009.
+
+2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * shell/ev-window.c (image_save_dialog_response_cb):
+
+       Use g_str_has_suffix. See bug #523069.
+
+2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+
+       Add a configure option to enable/diable DBus. Patch by RĂ©mi
+       Cardona. Fixes bug 521797.
+
+2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
+
+       Fix printing in documents with rotated pages. Patch by Eugen
+       Dedu. Fixes bug #512648.
+       
+2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
+       (ev_link_from_action):
+
+       Fix warning messages.
+       
+2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (image_save_dialog_response_cb):
+
+       Do not append the extension to filename when saving an image
+       if the filename alredy contains the extension. Fixes bug #523069.
+       
+2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.[ch]: (ev_view_find_cancel):
+       * shell/ev-window.c: (find_bar_close_cb):
+
+       Cancel the find operation when the find bar is closed. Fixes bug
+       #508845.
+       
 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/ps/psdocument.evince-backend.in: