X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=519b9fc96cf454b3db2b50a54d593a97416b892a;hb=dae7cb02aa961a99be5f0b3c8c3828a74734f0ad;hp=9fc7297ba44e03420eddf4bfe1a2b83157a2dc16;hpb=6426ce3672bf190ab39d9c49c841232c127d174f;p=evince.git diff --git a/ChangeLog b/ChangeLog index 9fc7297b..519b9fc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2007-07-10 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.9.2 + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_text_save), + (ev_view_form_field_choice_save): + + Fix a crash when closing whith a form widget visible. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_button_create_widget): + + Update also the region of the current selected button when + clicking on another button if they are radio buttons. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init), + (dispose_cache_job_info), (job_finished_cb), (move_one_job), + (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface), + (ev_pixbuf_cache_get_link_mapping), + (ev_pixbuf_cache_get_image_mapping), + (ev_pixbuf_cache_get_form_field_mapping), + (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page): + * shell/ev-view.c: (ev_view_form_field_get_region), + (ev_view_form_field_button_create_widget), + (ev_view_form_field_text_save), (ev_view_form_field_choice_save), + (job_finished_cb): + + Redraw only form field region instead of the whole page when + reloading a page to show changes on the form field. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_choice_save): + + Fix selection of first item in list form fields. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed), + (ev_pixbuf_cache_reload_page), + (ev_pixbuf_cache_get_form_field_mapping): + + Some refactoring to avoid duplicated code. + 2007-07-08 Carlos Garcia Campos * configure.ac: @@ -48,7 +100,7 @@ (ev_view_reset_presentation_state): Merge evince-forms branch. - + 2007-07-03 Jaap Haitsma * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed @@ -93,14 +145,14 @@ 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: @@ -108,7 +160,7 @@ 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):