Initial revision
authorBill Haneman <billh@src.gnome.org>
Thu, 26 Apr 2001 14:23:41 +0000 (14:23 +0000)
committerBill Haneman <billh@src.gnome.org>
Thu, 26 Apr 2001 14:23:41 +0000 (14:23 +0000)
commitdba66b4bec94a908cd35a5537209db255fa5fa33
tree3c6361db3558e2e2c70e9c802193974f45d24bf0
Initial revision
39 files changed:
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
atk.pc.in [new file with mode: 0644]
atk/Makefile.am [new file with mode: 0644]
atk/atk.h [new file with mode: 0755]
atk/atkaction.c [new file with mode: 0755]
atk/atkaction.h [new file with mode: 0755]
atk/atkcomponent.c [new file with mode: 0755]
atk/atkcomponent.h [new file with mode: 0755]
atk/atkeditabletext.c [new file with mode: 0755]
atk/atkeditabletext.h [new file with mode: 0755]
atk/atkhyperlink.c [new file with mode: 0755]
atk/atkhyperlink.h [new file with mode: 0755]
atk/atkhypertext.c [new file with mode: 0755]
atk/atkhypertext.h [new file with mode: 0755]
atk/atkimage.c [new file with mode: 0755]
atk/atkimage.h [new file with mode: 0755]
atk/atknoopobject.c [new file with mode: 0644]
atk/atknoopobject.h [new file with mode: 0644]
atk/atknoopobjectfactory.c [new file with mode: 0755]
atk/atknoopobjectfactory.h [new file with mode: 0755]
atk/atkobject.c [new file with mode: 0755]
atk/atkobject.h [new file with mode: 0755]
atk/atkobjectfactory.c [new file with mode: 0755]
atk/atkobjectfactory.h [new file with mode: 0755]
atk/atkregistry.c [new file with mode: 0644]
atk/atkregistry.h [new file with mode: 0644]
atk/atkselection.c [new file with mode: 0755]
atk/atkselection.h [new file with mode: 0755]
atk/atktable.c [new file with mode: 0755]
atk/atktable.h [new file with mode: 0755]
atk/atktext.c [new file with mode: 0755]
atk/atktext.h [new file with mode: 0755]
atk/atkutil.c [new file with mode: 0755]
atk/atkutil.h [new file with mode: 0755]
atk/atkvalue.c [new file with mode: 0755]
atk/atkvalue.h [new file with mode: 0755]
autogen.sh [new file with mode: 0755]
configure.in [new file with mode: 0644]