X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=bda71f180399ce366f7b094e31e452ec8ebdeaeb;hb=bd7342aad81904a616ea6948a1e87c59e26af951;hp=f293a622945657b185dc025e9d7ce090724cc143;hpb=60fb7c16f70404f7305fc1313ae1aefa8e9f1309;p=evince.git diff --git a/ChangeLog b/ChangeLog index f293a622..bda71f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2006-11-10 Nickolay V. Shmyrev + + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor): + * data/Makefile.am: + * data/evince-preview-toolbar.xml: + * data/evince-toolbar.xml: + * shell/ev-application.c: (ev_application_shutdown), + (ev_application_init), (ev_application_get_toolbars_model): + * shell/ev-application.h: + * shell/ev-window.c: (update_chrome_visibility), + (ev_window_create_fullscreen_popup), (ev_window_run_preview), + (ev_window_cmd_edit_toolbar), (ev_window_init): + + Fixes bug #364364 - toolbar editor shows zoom actions again. + +2006-11-09 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_print_dialog_response_cb): + + Do not take margins into consideration for paper size when printing. + Really fixes bug #350491. + +2006-11-08 Carlos Garcia Campos + + * data/evince-ui.xml: + * shell/ev-window.c: (ev_window_print_page_setup_done_cb), + (ev_window_cmd_file_print_setup), + (ev_window_print_dialog_response_cb), + (ev_window_setup_action_sensitivity): + + Add page setup settings for printing. Fixes bugs #363860 and #350491. + 2006-11-08 Carlos Garcia Campos * shell/ev-window.c: (ev_window_print_range):