summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2007-12-02 06:31:50 +0000
committerAkira TAGOH <akira@tagoh.org>2007-12-02 06:31:50 +0000
commit822448d0cab52688d777ab88005b509c7b613fc1 (patch)
treedfa136fb02fef94b2feab1cd0da4e0fb10da9d83 /ChangeLog
parent06e661c290f1c1faea696951885a4db2abb019e9 (diff)
2007-12-02 Akira TAGOH <akira@tagoh.org>
* hieroglyph/utils.c (hg_quiet_warning_messages): new function. (hg_allow_warning_messages): new function. * tests/hgobject.c (test_hgobject_new): disable the warning messages for some things that is intentional not to confuse. (test_hg_object_dup): likewise. * tests/hgarray.c (test_hg_object_array_subarray_new): likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af28580..20ad55d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-12-02 Akira TAGOH <akira@tagoh.org>
+
+ * hieroglyph/utils.c (hg_quiet_warning_messages): new function.
+ (hg_allow_warning_messages): new function.
+
+ * tests/hgobject.c (test_hgobject_new): disable the warning messages
+ for some things that is intentional not to confuse.
+ (test_hg_object_dup): likewise.
+
+ * tests/hgarray.c (test_hg_object_array_subarray_new): likewise.
+
2007-11-27 Akira TAGOH <akira@tagoh.org>
* update-version: trivial update.