]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Automaticly reload the document when the file has changed on disk. Bug
[evince.git] / ChangeLog
index 274f7462745ff95daba923a76c9656d39b94dc9a..072b0e72cf77521a6c4cf7f4b5f5985e516b6c48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/Makefile.am:
+       * shell/ev-file-monitor.[ch]:
+       * shell/ev-window.c: (ev_window_document_changed),
+       (ev_window_clear_reload_job), (ev_window_load_job_cb),
+       (ev_window_reload_job_cb), (ev_window_open_uri),
+       (ev_window_reload_document), (ev_window_cmd_view_reload),
+       (ev_window_dispose):
+
+       Automaticly reload the document when the file has changed on
+       disk. Bug #304249.
+       
+2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
+
+       * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
+       * libdocument/ev-image.c: (ev_image_save_tmp):
+       * libdocument/ev-module.c: (ev_module_load):
+       * shell/ev-application.c: (ev_application_shutdown),
+       (ev_application_get_print_settings):
+       * shell/ev-sidebar-attachments.c:
+       (ev_sidebar_attachments_button_press),
+       (ev_sidebar_attachments_drag_data_get):
+       * shell/ev-window.c: (window_save_file_copy_ready_cb),
+       (ev_window_print_finished), (ev_window_print_send),
+       (ev_window_print_job_cb), (ev_window_cmd_help_contents),
+       (ev_window_preview_print_finished), (ev_window_do_preview_print),
+       (ev_window_cmd_preview_print):
+       * shell/main.c: (load_files_remote):
+       Fix some build warnings under GCC 4.3.0. (#537535).
+
+2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.c: (ev_job_render_dispose):
+
+       Fix a crash in debug mode. Patch by Daniel M German.
+       
 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: