X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=9671ca1738b28c068c89a88d31fa9f8534b2c139;hb=3386be7a79b27edca40cc3d7f12cb95b03183c27;hp=ab79810869f3ab3b2d837683d6ec8a5a7d8099de;hpb=eaa64d066e4b4e7e85d5045e5cb16ab2c19716f9;p=evince.git diff --git a/ChangeLog b/ChangeLog index ab798108..9671ca17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2005-02-07 Marco Pesenti Gritti + + * ps/ps-document.c: (set_up_page): + + Log gs property + +2005-02-07 Marco Pesenti Gritti + + * ps/ps-document.c: (start_interpreter): + + Log gs env var + +2005-02-07 Marco Pesenti Gritti + + * shell/ev-page-view.c: (ev_page_view_dispose): + * shell/ev-view.c: (ev_view_finalize): + * shell/ev-window.c: (ev_window_setup_document), + (ev_window_dispose), (ev_window_init): + + Solve more refs issues. + + I commented out the page_view initialization for now: + it was never destroyed (because it's never added + to a container). Because of that we was leaking + gs processes. Couldnt think to a clean fix. + We need to figure this out, password view has the + same issue probably. + 2005-02-07 Marco Pesenti Gritti * ps/ps-document.c: (ps_document_finalize),