summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2010-03-06 14:42:22 +0000
committerMarcus Meissner <marcus@jet.franken.de>2010-03-06 14:42:22 +0000
commit2f935edb8d7c185216fbf24469321c8fd03f068c (patch)
treecdfc1a6996b522ff5f3b41c570dbc4ac7d3d0472 /ChangeLog
parent96e59fbc51b26ca9efb230ffe47b1b2162c7f819 (diff)
downloadlibgphoto2-2f935edb8d7c185216fbf24469321c8fd03f068c.tar.gz
use strings to pass out strings to frontends
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12735 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2731510ba..d99b377e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-06 Marcus Meissner <marcus@jet.franken.de>
+
+ * gphoto2/gphoto2-context.h, libgphoto2/gphoto2-context.c:
+ Make context functions not use varargs anymore to pass
+ strings out to frontends. The backends still pass in varargs
+ strings.
+ This will ease binding implementations.
+
2009-12-13 Marcus Meissner <marcus@jet.franken.de>
* gphoto2/gphoto2-widget.h, libgphoto2/gphoto2-widget.c: