X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=401114eb08a71fd83444589d22cec6869456f7e8;hb=385c17dd5934438a62aee0597ddf278b4153469a;hp=00b55896cb085f66220d4be0a71ff16e0ba054e5;hpb=db4719bf8f445529477290060d64637f134329b2;p=evince.git diff --git a/ChangeLog b/ChangeLog index 00b55896..401114eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +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)