X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=4548cf82c6d1471784c3c84a65591e1719da81d2;hb=1ccae60a0df313211c8d2cf851d09a98d7eda1d6;hp=26cbc02e02092e5cfd3dfa359255883afe0060ea;hpb=74ddcfcb4098d77e261b95d5ff678bd853c61e10;p=evince.git diff --git a/ChangeLog b/ChangeLog index 26cbc02e..4548cf82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2005-06-20 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + * shell/ev-sidebar-links.c: (job_finished_callback): + * shell/ev-view.c: (update_find_status_message): + + Some leaks fixed + +2005-06-19 Christian Persch + + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + (egg_recent_view_uimanager_set_list): + + Fix buglet in !show_numbers case. + +2005-06-19 Christian Persch + + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + (connect_proxy_cb), (egg_recent_view_uimanager_set_list): + + Use pango ellipsisation. + + * pdf/ev-poppler.cc: + + Fix refcount leak, from nsh. + +2005-06-19 Nickolay V. Shmyrev + + * cut-n-paste/recent-files/Makefile.am: + * cut-n-paste/recent-files/egg-recent-view-gtk.c: + * cut-n-paste/recent-files/egg-recent-view-gtk.h: + + Removed EggRecentViewGtk + + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + * cut-n-paste/recent-files/egg-recent-view-uimanager.h: + * shell/ev-window.c: (ev_window_cmd_recent_file_activate), + (ev_window_setup_recent): + + Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility + with other projects + +2005-06-19 Nickolay V. Shmyrev + + * cut-n-paste/recent-files/egg-recent-view-gtk.c: + (egg_recent_view_gtk_finalize): + + Fix memory leak + + * cut-n-paste/toolbar-editor/Makefile.am: + + Fix location of cursor icon. + + * pdf/ev-poppler.cc: + * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb), + (display_completion_text), (match_completion): + * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), + (selection_changed_callback), (create_loading_model), + (print_section_cb), (links_page_num_func), + (update_page_callback_foreach): + * shell/ev-window.c: (ev_window_dispose): + + Small memory fixes. Links model now store objects instead + of pointers to improve memory management. + +2005-06-19 Nickolay V. Shmyrev + + * shell/ev-window.c: (zoom_control_changed_cb): + + Fix update of zoom control (bug 308268). + +Sat Jun 18 22:46:42 2005 Jonathan Blandford + + * shell/ev-properties.c (set_property): escape the text correctly. + Handles non-UTF-8 properties and escaped properties. Also, sets + the text to "None" if the property isn't set. + + * data/evince-properties.glade: Change the label to be ellipsized, + and give it a minimum size. + +2005-06-19 Nickolay V. Shmyrev + + * lib/ev-file-helpers.c: (ev_file_helpers_shutdown): + * shell/ev-sidebar-links.c: (create_loading_model): + * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose): + * shell/ev-view.c: (ev_view_set_document): + * shell/ev-window.c: (ev_window_dispose): + + Various small fixes, mostly memory leaks. Thanks to valgrind. + +2005-06-19 Martin Kretzschmar + + * ps/ps-document.c: remove the locale.h include again ;-). And + kill the (bogus) setlocale/savelocale business. + 2005-06-19 Jaap A. Haitsma * ps/ps-document.c: