X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=ca0576e731e22e9cd80fe99c38d5c0fea02c5e89;hb=61b14b7612531f6e67cc9783a104f7e7f761295d;hp=915d1251e5c097279a1bb64010074e22b7d08bbe;hpb=f63ab8c1da7a2bea3ac3c402d83ecd3091821180;p=evince.git diff --git a/ChangeLog b/ChangeLog index 915d1251..ca0576e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2007-07-02 Jaap Haitsma + + * shell/ev-window.c: + + Adds a nice icon to page action during toolbar editing. + See bug #452872. + +2007-07-02 Nickolay V. Shmyrev + + * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: + + new script to keep in sync with toolbareditor in libegg + + * cut-n-paste/toolbar-editor/*: + + Run update-toolbareditor-from-libegg so we are in sync again. + Fixes bug #452850. + + +2007-07-01 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (job_finished_callback): + + Do not connect selection changed signal more than once. Fixes bug + #349433. + +2007-06-29 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_view_sidebar_cb): + + Do not change sidebar chrome flag when pressing F9 key in + presentation mode. + +2007-06-29 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_thumbnails_get_dimensions): + + Make sure thumbnails width and height is not <= 0. Fixes a crash + with some pdf documents which have really small pages. + +2007-06-22 Gabor Kelemen + + * shell/main.c: (main): + + Fixes program description translation issue. + Bug #450148. + 2007-06-21 Cesar Fernandez * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):