summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68dd5739..bfa58054 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-10-11 José Alburquerque <jaalburqu@svn.gnome.org>
+ gmmproc: _WRAP_METHOD: Use {OUT} instead of {RET} for output params.
+
+ * tools/pm/Output.pm: Use {OUT} instead of {RET} to signify that a
+ parameter is an output parameter because it is probably more
+ intuitive.
+ * tools/m4/convert_base.m4 (_INITIALIZE): Don't quote the C return
+ because otherwise the macros in it aren't expanded when the macro is
+ used. This could be because of the recent M4 changes in the previous
+ to the last commit.
+
+2011-10-11 José Alburquerque <jaalburqu@svn.gnome.org>
+
ApplicationCommandLine: Add the get_platform_data() method.
* gio/src/applicationcommandline.hg: