summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e345bfe6..20ce69ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-10-25 José Alburquerque <jaalburqu@svn.gnome.org>
+
+ gmmproc: Don't include C code examples found in the XML docs.
+
+ * tools/pm/DocsParser.pm (lookup_documentation): Remove the C example
+ code from the attained documentation of the specified function. Print
+ a warning that the example code has been removed if that is the
+ case. Include the function name in the warning so that it is known
+ where the examples are in case it is convenient to translate them.
+ (convert_tags_to_doxygen): No longer convert tags and symbols that
+ signal example code to Doxygen format since they are removed with the
+ example code.
+
+ Bug #650544
+
2011-10-25 Murray Cumming <murrayc@murrayc.com>
giomm/wrap_init.h: Remove the glibmm.h include from here too.