summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2011-06-19 18:38:54 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2011-06-19 18:38:54 -0400
commit49ab09c643d38885658e5979f2fdb0b51d5fb0e8 (patch)
treeae803f0912af4648ae3e93ef448ded6a1a8f2f30 /ChangeLog
parenta56a1c0855c22b3618586734131b282a1d813d88 (diff)
downloadglibmm-49ab09c643d38885658e5979f2fdb0b51d5fb0e8.tar.gz
giomm: Add TimeZoneMonitor.
* tools/extra_defs_gen/generate_defs_gio.cc: Add the G_TYPE_TIME_ZONE_MONITOR type to the list of types for which signals and properties should be generated. * gio/src/gio_signals.defs: * gio/src/gio_signals.defs.patch: Regenerate the signal and properties defs file and add a patch file so it does not have to be edited manually. * gio/src/gio_methods.defs: * gio/src/gio_methods.defs.patch: Regenerate the methods defs file and add a patch file as above. * gio/src/filelist.am: * gio/src/timezonemonitor.{ccg,hg}: Add the sources and mention them in the build so they are processed. * tools/m4/convert_gio.m4: Add a necessary conversion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03713c2c..02fd6aeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2011-06-19 José Alburquerque <jaalburqu@svn.gnome.org>
+
+ giomm: Add TimeZoneMonitor.
+
+ * tools/extra_defs_gen/generate_defs_gio.cc: Add the
+ G_TYPE_TIME_ZONE_MONITOR type to the list of types for which signals
+ and properties should be generated.
+ * gio/src/gio_signals.defs:
+ * gio/src/gio_signals.defs.patch: Regenerate the signal and properties
+ defs file and add a patch file so it does not have to be edited
+ manually.
+ * gio/src/gio_methods.defs:
+ * gio/src/gio_methods.defs.patch: Regenerate the methods defs file and
+ add a patch file as above.
+
+ * gio/src/filelist.am:
+ * gio/src/timezonemonitor.{ccg,hg}: Add the sources and mention them
+ in the build so they are processed.
+ * tools/m4/convert_gio.m4: Add a necessary conversion.
+
2011-06-16 José Alburquerque <jaalburqu@svn.gnome.org>
DateTime, TimeZone: Use classes without Glib::RefPt<>.