X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=4e125b917ea28ff8bb5c67cd979a14784a2935e4;hb=c3d5029cc1ea491f3e1630ad6f6dde4762f2625d;hp=c04d3395900f7f4374cffbba69b249b42366c674;hpb=a248acf9a9f8c0b40381f3a9cc2d6e2977347711;p=evince.git diff --git a/ChangeLog b/ChangeLog index c04d3395..4e125b91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,89 @@ +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 for + Correct information for bugzilla. Thanks to Olaf Vitters, see bug #348855. 2006-07-26 Carlos Garcia Campos