diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-03-28 15:22:06 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-03-28 15:22:06 +0200 |
commit | 6e127102c8176782bef2b18e070997c866386162 (patch) | |
tree | 7e05f4352efdb9d7556f9bd7710a5d0b7588e958 | |
parent | 2d827103900e87ae484ae07cabb9f3046c614910 (diff) | |
download | glibmm-6e127102c8176782bef2b18e070997c866386162.tar.gz |
Really correct the ChangeLog
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ 2011-03-28 Murray Cumming <murrayc@murrayc.com> + VariantType: Capitalize the standard types. + + * 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. + +2011-03-28 Murray Cumming <murrayc@murrayc.com> + Variant: Add cast_dynamic<> specializations for strings. * glib/src/variant.[hg|ccg]: Add cast_dynamic() specializations for |