X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=f70f4af52d171efb4d3d5123878f42b96193b329;hb=71cea58275509f85d7d93fa5b8939590b025767b;hp=ae2b7e500512199400560263194349ef4c375bc1;hpb=1ee7fd467a6bcd1edefd6fedf4b0dd7e41d8125b;p=evince.git diff --git a/ChangeLog b/ChangeLog index ae2b7e50..f70f4af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2007-09-12 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + + Remove #ifdef HAVE_FORMS, so that forms support works again. + +2007-09-05 Götz Waschk + + * configure.ac: + * data/evince.desktop.in.in: + + Fixes desktop file issues. See bug #473471. + +2007-09-04 Carlos Garcia Campos + + * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked), + (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue), + (ev_job_queue_remove_job): + * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose), + (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run): + * shell/ev-window.c: (ev_window_clear_save_job), + (ev_window_save_job_cb), (file_save_dialog_response_cb), + (ev_window_dispose): + + Move save a copy task to its own job so that it's carried out in a + thread avoiding another lock in the main thread. Use + ev_xfer_uri_simple() instead of gnome_vfs_move() so that document + can be saved to a pathin another file system. Fixes bug #456891. + 2007-09-04 Nickolay V. Shmyrev * NEWS: