Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>2007-12-30 16:27:31 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-12-30 16:27:31 (GMT)
commitec8b42c7daf3f2727a6d2d517922dfa699b35bbc (patch)
tree65307c384885cc89aaae023b5e95d3d383190df5 /ChangeLog
parent09ab2eb203c380d4a952adaa44d5bd4a6f83fe07 (diff)
Allow exporting images in any format supported by GdkPixbuf. Fixes bug
2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/fileformatchooser/Makefile.am: * cut-n-paste/fileformatchooser/egg-macros.h: * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]: * shell/Makefile.am: * shell/ev-window.c: (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as): Allow exporting images in any format supported by GdkPixbuf. Fixes bug #500209. svn path=/trunk/; revision=2791
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f91134..ebf2d24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
+
+ * configure.ac:
+ * cut-n-paste/Makefile.am:
+ * cut-n-paste/fileformatchooser/Makefile.am:
+ * cut-n-paste/fileformatchooser/egg-macros.h:
+ * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
+ * shell/Makefile.am:
+ * shell/ev-window.c: (image_save_dialog_response_cb),
+ (ev_view_popup_cmd_save_image_as):
+
+ Allow exporting images in any format supported by
+ GdkPixbuf. Fixes bug #500209.
+
2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pixbuf/pixbuf-document.c: