X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=9abd18262c7691f17a8cc9f6d699a239da1700ac;hb=b0083a8f9bb4ef2d2fd9bed4106ce61e042f7c5c;hp=c657cf9095979f2869b30b77a3632b5541103537;hpb=d3b9665412c1368abbe96453010efec923160de5;p=evince.git diff --git a/ChangeLog b/ChangeLog index c657cf90..9abd1826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,132 @@ +2005-08-17 Carlos Garcia Campos + + * ps/ps-document.c: Use g_filename_display_name for displaying + filenames and revert string freeze breackage + +2005-08-17 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Update for 0.3.4 + + * shell/Makefile.am: + + Add ev-application-service.xml to extra dist + + * shell/ev-view.c: (find_page_at_location): + + Remove unused function (fix warning) + +2005-08-17 Nickolay V. Shmyrev + + * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font), + (t1_load_font), (t1_glyph_bitmap), (t1_font_remove): + + Fix warnings and compilation with t1lib-5.0 and newer. Fix for + bug 313623. + +2005-08-16 Nickolay V. Shmyrev + + * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file): + * shell/ev-window.c: + Fix build warnings + +2005-08-16 Carlos Garcia Campos + + * configure.ac: Update script to get dbus version. + Fix for the bug #313443. + +2005-08-16 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_cmd_escape): + + Return focus back to view on escape. Fix for bug 313295. + +2005-08-16 Nickolay V. Shmyrev + + * shell/ev-window.c: (update_window_title), + (ev_window_popup_password_dialog), (ev_window_load_job_cb), + (ev_window_cmd_save_as): + + Correct conversion from uri to displayable string. Fix for + bug 313296. + +2005-08-16 Carlos Garcia Campos + + * ps/ps-document.c: convert filename to utf8 when there is an error + loading document. Fixes #309915 + +2005-08-16 Marco Pesenti Gritti + + * configure.ac: + + We depend on poppler 0.4.0 + +Mon Aug 15 21:53:05 2005 Jonathan Blandford + + * configure.ac: + * NEWS: Release 0.3.3. + * thumbnailer/evince-thumbnailer.c: Remove pdf icon. + +2005-08-14 Dennis Cranston + + * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes: + add a couple missing mnemonics to menu items, use title + capitalization for menu items and window titles, and add + ellipsis to open menu item. + +Mon Aug 15 00:40:21 2005 Jonathan Blandford + + * pdf/ev-poppler.cc: + * shell/ev-metadata-manager.c: (ev_metadata_manager_init): + * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation), + (ev_view_get_rotation): + * shell/ev-view.h: + * shell/ev-window.c: (setup_view_from_metadata), + (save_rotation_to_file), (ev_window_cmd_edit_rotate_left), + (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to + disk. + +2005-08-14 Baris Cicek + + * configure.ac: Added tr to ALL_LINGUAS + +2005-08-12 Nickolay V. Shmyrev + + * shell/ev-view.c: Fix for bug Bug 311838. Search backward + requires several clicks to find word. Thanks to + Colin Slater . + +2005-08-11 Bryan Clark + + * data/evince.desktop.in.in: Hide menu entry and + rename it to "Document Viewer". Fix for bug + #312399. + +2005-08-11 Crispin Flowerday + + * shell/ev-page-action.c (ev_page_action_class_init): + + Point to the correct function in constructor of the + activate_label signal + +Tue Aug 9 02:17:13 2005 Jonathan Blandford + + * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run): + * shell/ev-jobs.h: Make thread safe. + +2005-08-07 Nickolay V. Shmyrev + + * shell/ev-view.c: (view_update_range_and_current_page): + Don't update page range if we are scrolling to some document + point. + +2005-08-07 Nickolay V. Shmyrev + + * shell/ev-view.c: (get_page_extents): reverse rotation/scale + when getting max_page_width, fix drawing in dual mode. + Sun Aug 7 02:06:08 2005 Jonathan Blandford * shell/ev-view.c (ev_view_select_all): reverse rotation/page when