Here is a patch for
authorBrian Cameron <bcameron@src.gnome.org>
Thu, 21 Jun 2001 15:59:44 +0000 (15:59 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Thu, 21 Jun 2001 15:59:44 +0000 (15:59 +0000)
commit0dea9a34a2d8906d55d3b961fb821e2c731c4c08
tree7e1f41f7d6945b7473e770bdc67ab8364374fa6c
parentd051eba08172fd3fbdff608914ec3c7bab4d8139
Here is a patch for

 atkeditabletext.h
 atkobject.h
 atktext.c
 atktext.h

in atk/atk. There is a new convenience function in atktext.[ch] called
AtkAttributeSet_free() which frees an AtkAttributeSet. I have also removed the
definitions of AtkAttribute and AtkAttributeSet from atkobject.h and moved them
to atktext.h. atkeditabletext.h now #includes atktext.h so it has access to
these definitions. I have discussed these changes with Bill.
ChangeLog
atk/atkeditabletext.h
atk/atkobject.h
atk/atktext.c
atk/atktext.h