summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid King <davidk@openismus.com>2010-04-23 12:36:11 +0200
committerDavid King <davidk@openismus.com>2010-04-23 12:44:02 +0200
commit2b18c258df94ca4c9fe2fae6eeac76c7cbc8b8fc (patch)
treef91ea15d730173c24b1d5cc9ca610c7670d15676 /ChangeLog
parent58582b894a83dd4e92b01ac26c9ff5255997d639 (diff)
downloadsigc++-2b18c258df94ca4c9fe2fae6eeac76c7cbc8b8fc.tar.gz
Fix the functors Doxygen group in the m4 files
* sigc++/functors/macros/functor_trait.h.m4: * sigc++/functors/macros/mem_fun.h.m4: * sigc++/functors/macros/ptr_fun.h.m4: Rename functors to sigcfunctors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d166df0..800f884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-23 David King <davidk@openismus.com>
+
+ Fix the functors Doxygen group in the m4 files
+
+ * sigc++/functors/macros/functor_trait.h.m4:
+ * sigc++/functors/macros/mem_fun.h.m4:
+ * sigc++/functors/macros/ptr_fun.h.m4: Rename functors to
+ sigcfunctors.
+
2.2.6:
2010-04-16 Murray Cumming <murrayc@murrayc-desktop>