X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=8367a5e394bb93d2f89b1c0b6e0344cea499b27b;hb=f3fd33cd579a92acbd7a86e550424558f973a064;hp=ee52180f31d7cd9a53ac9594d4856859ccc1c461;hpb=5cd91dc31f4d18f7500147a73b9076270d19ffc0;p=evince.git diff --git a/ChangeLog b/ChangeLog index ee52180f..8367a5e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2007-01-28 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (ev_sidebar_links_map): + + Do not update links treeview if it doesn't have a model assigned yet. + +2007-01-28 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (ev_sidebar_links_map), + (ev_sidebar_links_class_init), (update_page_callback): + + Do not update links treeview when sidepane is not visible. + +2007-01-28 Nickolay V. Shmyrev + + * shell/ev-marshal.list: + * shell/ev-page-action.c: (activate_cb), + (ev_page_action_class_init): + * shell/ev-page-action.h: + * shell/ev-page-cache.c: (ev_page_cache_set_page_label): + * shell/ev-window.c: + + Remove activate_link signal, not required. + +2007-01-28 Nickolay V. Shmyrev + + * shell/ev-navigation-action.c: (build_menu): + + Reorder menu items and build menu with fixed length. + +2007-01-27 Ed Catmur + + * shell/ev-view.c: (get_selected_text): + + Normalize text to fix ligatures problem. See bug + #341947 for details. + +2007-01-25 Carlos Garcia Campos + + * shell/ev-page-cache.c: (ev_page_cache_finalize): + + Fix memory leak in ev-page-cache. + +2007-01-25 Tom Parker + + * backend/impress/impress-document.c: (impress_document_load), + (impress_document_finalize), (impress_document_init): + * properties/ev-properties-main.c: (ev_properties_get_pages): + + Correctly handle impress document errors. Fixes nautilus + crash in property page #370491. + +2007-01-24 Carlos Garcia Campos + + * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked), + (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue), + (ev_job_queue_remove_job): + * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init), + (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri), + (ev_job_load_run): + * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response), + (ev_window_popup_password_dialog), (ev_window_clear_load_job), + (ev_window_load_job_cb), (xfer_update_progress_callback), + (ev_window_open_uri), (ev_window_dispose): + * shell/main.c: (main): + + Do file transfer asynchronously in the main thread instead of + synchronously in the load thread. Fixes bugs #399694, #398307 and + #343542. + +2007-01-24 Carlos Garcia Campos + + * shell/ev-jobs.c: (ev_job_xfer_run): + + Load the document with the font-config lock held. + 2007-01-23 Carlos Garcia Campos * backend/ps/ps-document.c: (start_interpreter):