summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-28 15:21:37 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-03-28 15:21:37 +0200
commit2d827103900e87ae484ae07cabb9f3046c614910 (patch)
tree78178872e73f8e84f1dec72b08420d3e7e3d5de6 /ChangeLog
parent04794eb52d03c5520127045f391d0b01faf8b767 (diff)
downloadglibmm-2d827103900e87ae484ae07cabb9f3046c614910.tar.gz
Correct the ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 2 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5791a480..985d6121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,8 @@
2011-03-28 Murray Cumming <murrayc@murrayc.com>
- VariantType: Capitalize the standard types.
+ Variant: Use the VARIANT_TYPE_* constants.
- * glib/src/varianttype.[hg|ccg]: Use, for instance VARIANT_TYPE_STRING instead
- of VariantTypeString. This seems more appropriate for a constant and is the
- style used by gtkmm's STOCK_* items, which this is based on.
- * glib/src/variant.ccg: Adapt.
+ * glib/src/variant.ccg: Use the constants instead of creating static members.
2011-03-28 Murray Cumming <murrayc@murrayc.com>