X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=240733e63ff780f84e32d61c5f2ed8c7c80c6bad;hb=81f8b8c70408c541a7b9a98a8cbd905365d510c0;hp=33d6f293e797cb382a208bce95fa9fc28db8e7fe;hpb=f00b898dd13b85e510188714f6b9d9a349d23ed2;p=evince.git diff --git a/ChangeLog b/ChangeLog index 33d6f293..240733e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,155 @@ +2006-08-11 Nickolay V. Shmyrev + + * shell/ev-sidebar.c: (ev_sidebar_init): + + Make sidebar close icon smaller. Fix for bug 350177. + See also bugs 350176 and 165770. + +2006-08-10 Carlos Garcia Campos + + * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest): + + Ignore zoom for xyz destinations when it's <= 1, keeping user + preferences instead. Set correct sizing-mode for fith and fitv + destinations rather than EV_SIZING_FREE. Fixes bug #349433 + +2006-08-08 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.5.5 + +2006-08-07 Radoslav Dorcik + + * shell/ev-window.c: (ev_window_cmd_escape) + + Escape unfocus page entry. Fixes bug #345809. + +2006-08-06 Carlos Garcia Campos + + * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action), + (build_tree), (pdf_document_links_get_links), + (pdf_document_links_find_link_dest): + * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest), + (goto_xyz_dest): + + Convert from PDF style coordinates to X style coordinates in the + backend rather than in the view. Fixes bug #338440 + +2006-08-06 Nickolay V. Shmyrev + + * shell/ev-window.c: + + Remove Ctrl+Shift+T shortcut for toolbars. See + the bug #350098. + +2006-08-05 Carlos Garcia Campos + + * configure.ac: + + Use [] in AC_DEFINE for GtkRecent. Probably build was failing because + of this. + +2006-08-05 Carlos Garcia Campos + + * configure.ac: + * cut-n-paste/Makefile.am: + * data/evince-ui.xml: + * shell/Makefile.am: + * shell/ev-application.[ch]: + * shell/ev-window.c: + + Use GtkRecent instead of EggRecent when it's available. Fixes bug + #349273 + +2006-08-04 Wouter Bolsterlee + + * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in + findbar code: s/help/search/ + +2006-08-04 Ricardo Markiewicz + + * shell/ev-window.c: (setup_document_from_metadata), + (setup_chrome_from_metadata), (setup_sidebar_from_metadata), + (setup_view_from_metadata): + + Fix memory leaks. + +2006-07-31 Christian Persch + + * autogen.sh, configure.ac: + + Update automake usage. See bug 349292. + +2006-07-30 Nickolay V. Shmyrev + + * shell/eggfindbar.c: (egg_find_bar_class_init), + (entry_activate_callback), (egg_find_bar_init), + (egg_find_bar_set_status_text): + * shell/eggfindbar.h: + + Unify Evince findbar with Epiphany. Nice patch + from Fabricio Silva and + Frederic Peters . See + bug #339966 for details. + +2006-07-27 Nickolay V. Shmyrev + + * data/evince.desktop.in.in: + + Correct information for bugzilla. Thanks to + Olaf Vitters, see bug #348855. + +2006-07-26 Carlos Garcia Campos + + * shell/ev-jobs.[ch]: + * shell/ev-sidebar-links.c: + * shell/ev-window.[ch]: + + GtkPrintJob doesn't support print ranges or current page, so we export + to a ps file now when printing ranges or current page. + +2006-07-26 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + * shell/ev-window.c: (do_action_named): + + We should be more clear about bugzilla. See the + poppler bug #7623. + +2006-07-23 Carlos Garcia Campos + + * configure.ac: + * shell/Makefile.am: + * shell/ev-job-queue.c: + * shell/ev-jobs.[ch]: + * shell/ev-sidebar-links.c: + * shell/ev-window.[ch]: + + Use GtkPrint instead of GnomePrint when it's available. Fixes bug + #348422 + +2006-07-17 Carlos Garcia Campos + + * data/evince-toolbar.xml: Add preview toolbar (hidden by default) + * shell/ev-application-service.xml: + * shell/ev-application.[ch]: + * shell/ev-jobs.[ch]: + * shell/ev-window.[ch]: (ev_window_run_preview): + * shell/main.c: + + Add preview mode to use evince as a printing previewer. It also adds + other command line options for fullscreen and presentation modes. + Fixes bugs #347822, #317031 + +2006-07-11 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.5.4 + 2006-07-11 Bastien Nocera * Makefile.am: