X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=b54b24ffd1f159a7dd0ab133a29a538cb6c3b6ca;hb=ac287895ed5fe949fe6c01b719a5195c877d3a75;hp=1cb15f4b845d65be8bf6003e4c9274ca5dc5d4a3;hpb=b8f1e5b945cc6e39e3c3cf4db0c81dd52c1c3b37;p=evince.git diff --git a/ChangeLog b/ChangeLog index 1cb15f4b..b54b24ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2008-04-06 Carlos Garcia Campos + + * 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 + + * 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 + + * 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 + + * 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 * shell/ev-window.c: (window_open_file_copy_ready_cb),