summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2011-10-11 16:22:43 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2011-10-11 16:22:43 -0400
commit0e5e8e583df956dff9c6229403e4362e1b17ed43 (patch)
tree6362bb7908feb537225dfe0b94610a02116b0cee /ChangeLog
parent378b8d7476d7eb3ab059ff6f5c4f2aa98fffe02b (diff)
downloadglibmm-0e5e8e583df956dff9c6229403e4362e1b17ed43.tar.gz
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.
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: