summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2007-06-22 14:43:53 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-06-22 14:43:53 +0000
commitc72439e0d5963fd6200283a906b32300f2ab65b6 (patch)
tree3e3282e4d1b8ddc6384ff43e1b8f124584090a01 /ChangeLog
parentfdba92ddd4221df38d48677063af8d1de5939e5a (diff)
downloadglibmm-c72439e0d5963fd6200283a906b32300f2ab65b6.tar.gz
Added a create() method, and added some more default parameter values to
2007-06-22 Murray Cumming <murrayc@murrayc.com> * glib/src/regex.ccg: * glib/src/regex.hg: Added a create() method, and added some more default parameter values to the methods. * configure.in: * examples/Makefile.am: * examples/regex/main.cc: Added a very simple example. * glib/glibmm/value_custom.h: Put header guards around this, though this should never be included directly anyway. svn path=/trunk/; revision=419
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d448ac95..df71b551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-06-22 Murray Cumming <murrayc@murrayc.com>
+
+ * glib/src/regex.ccg:
+ * glib/src/regex.hg: Added a create() method, and added some
+ more default parameter values to the methods.
+
+ * configure.in:
+ * examples/Makefile.am:
+ * examples/regex/main.cc: Added a very simple example.
+
+ * glib/glibmm/value_custom.h: Put header guards around this, though
+ this should never be included directly anyway.
+
2.13.6:
2007-06-17 Murray Cumming <murrayc@murrayc.com>