Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-05-25 16:43:19 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-05-25 16:43:19 (GMT)
commit3588349bcec38d0915a8e1f0ea3949d683c4eb8c (patch)
tree4131023aa60a90a8f13f34ee3f964160b2355ede /ChangeLog
parent741af7a833085db5d6ac2f07c1a2f995a8c955d6 (diff)
Add functions to delete temporary files created by evince in a safe way.
2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-image.c: (ev_image_finalize): * libdocument/ev-document-factory.c: (free_uncompressed_uri): * libdocument/ev-attachment.c: (ev_attachment_finalize): * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink), (ev_tmp_uri_unlink): Add functions to delete temporary files created by evince in a safe way. * shell/ev-window.c: (ev_window_clear_local_uri), (open_xfer_update_progress_callback), (save_xfer_update_progress_callback), (ev_window_save_remote), (file_save_dialog_response_cb), (ev_window_cmd_save_as), (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as), (attachment_save_dialog_response_cb), (ev_attachment_popup_cmd_save_attachment_as): Allow saving a copy of a document, image or attachment to a remote location. Fixes bug #440754. svn path=/trunk/; revision=2478
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feb0ceb..eebc0bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * libdocument/ev-image.c: (ev_image_finalize):
+ * libdocument/ev-document-factory.c: (free_uncompressed_uri):
+ * libdocument/ev-attachment.c: (ev_attachment_finalize):
+ * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
+ (ev_tmp_uri_unlink):
+
+ Add functions to delete temporary files created by evince in a safe
+ way.
+
+ * shell/ev-window.c: (ev_window_clear_local_uri),
+ (open_xfer_update_progress_callback),
+ (save_xfer_update_progress_callback), (ev_window_save_remote),
+ (file_save_dialog_response_cb), (ev_window_cmd_save_as),
+ (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
+ (attachment_save_dialog_response_cb),
+ (ev_attachment_popup_cmd_save_attachment_as):
+
+ Allow saving a copy of a document, image or attachment to a remote
+ location. Fixes bug #440754.
+
2007-05-22 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac: