summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2008-11-27 07:12:21 +0000
committerLi Yuan <liyuan@src.gnome.org>2008-11-27 07:12:21 +0000
commitba918c4caf279948eff09ccdff843d0bdde4a37b (patch)
treee7ebcd2634bfbd904265ea1a795c3b8620e1d4e7 /ChangeLog
parent5679edb2bdffcbb90d217f7eded1b3477f0298c6 (diff)
downloadatk-ba918c4caf279948eff09ccdff843d0bdde4a37b.tar.gz
Bug #505445. Patch from Christian Persch. Removed unnecessary memory
2008-11-27 Li Yuan <li.yuan@sun.com> * atk/atkobject.c: (atk_role_get_name), (atk_role_get_localized_name), (atk_role_for_name): * atk/atktext.c: (atk_text_attribute_get_value): Bug #505445. Patch from Christian Persch. Removed unnecessary memory relocations. svn path=/trunk/; revision=1303
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a0cfeb..f8d2cb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-27 Li Yuan <li.yuan@sun.com>
+
+ * atk/atkobject.c: (atk_role_get_name),
+ (atk_role_get_localized_name), (atk_role_for_name):
+ * atk/atktext.c: (atk_text_attribute_get_value):
+ Bug #505445. Patch from Christian Persch. Removed unnecessary
+ memory relocations.
+
2008-11-14 Li Yuan <li.yuan@sun.com>
* atk/atkobject.c: