summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Revved to 1.17.0.ATK_1_17_0Li Yuan2007-02-121-0/+5
| | | | | | | | | 2007-02-12 Li Yuan <li.yuan@sun.com> * configure.in, NEWS: Revved to 1.17.0. svn path=/trunk/; revision=1145
* Bug #404592. Don't do anything if misc is NULL.Li Yuan2007-02-121-0/+6
| | | | | | | | | | 2007-02-12 Li Yuan <li.yuan@sun.com> * atk/atkmisc.c: (atk_misc_threads_enter), (atk_misc_threads_leave): Bug #404592. Don't do anything if misc is NULL. svn path=/trunk/; revision=1144
* Revved to 1.13.2.ATK_1_13_2Li Yuan2007-01-221-0/+5
| | | | | | | | | 2007-01-22 Li Yuan <li.yuan@sun.com> * configure.in, NEWS: Revved to 1.13.2. svn path=/trunk/; revision=1139
* Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass to use theLi Yuan2007-01-191-0/+7
| | | | | | | | | | | 2007-01-19 Li Yuan <li.yuan@sun.com> * atk/atkmisc.c: (atk_misc_threads_enter), (atk_misc_threads_leave): Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass to use the overloaded functions. svn path=/trunk/; revision=1138
* adapt lib name to "auto-standard", add atkmiscHans Breuer2007-01-131-0/+4
| | | | | | | | | 2007-01-13 Hans Breuer <hans@breuer.org> * atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc svn path=/trunk/; revision=1135
* Revved to 1.13.1.Li Yuan2007-01-101-1/+7
| | | | | | | | | | 2007-01-10 Li Yuan <li.yuan@sun.com> * configure.in: * atk/atkmisc.h: Revved to 1.13.1. svn path=/trunk/; revision=1134
* Added AtkMisc class, uprev for gnome-2.17.5, and release.ATK_1_13_0Bill Haneman2007-01-081-0/+17
| | | | svn path=/trunk/; revision=1130
* Correct ChangeLog's dateLi Yuan2006-12-151-1/+1
|
* Bump to 1.12.4, for gnome 2.17.4.ATK_1_12_4Li Yuan2006-12-151-0/+5
| | | | | | | 2006-10-01 Li Yuan <li.yuan@sun.com> * configure.in, NEWS: Bump to 1.12.4, for gnome 2.17.4.
* Added Li Yuan <li.yuan@sun.com> to MAINTAINERS list for atk, gail,Bill Haneman2006-12-041-0/+4
| | | | at-spi, and libgail-gnome. Thanks Li!
* Uprev ATK for gnome 2.16.1.Bill Haneman2006-10-011-0/+5
|
* Allow text wrap type of GTK_WRAP_WORD_CHAR, as a text attribute.atk_1_12_3Bill Haneman2006-09-261-0/+6
| | | | Bug #357847.
* Add "load-stopped", "load_complete", "loading" signals to AtkDocumentBill Haneman2006-09-201-0/+15
| | | | interface. Based on patch from Neo Liu <nian.liu@sun.com>.
* Added Telugu "te" translation done by Sree Ganesh <mrthottempudi@yahoo.com>.Sunil Mohan Adapa2006-09-191-0/+4
|
* Fix win32 build (bug #355312, patch from Cedric Gustin), andBill Haneman2006-09-141-0/+8
| | | | | deprecate atk_hyperlink_is_selected_link (bug #340553) since ATK_STATE_SELECTED gives the same info.
* Fix for bug #346464, allow underlines in gtk with style "PANGO_UNDERLINE_ERROR".Bill Haneman2006-09-141-0/+8
|
* Fix from Neo Liu - missing return statement in atk_hyperlink_impl_get_hyperlink.Bill Haneman2006-09-081-0/+7
|
* Added 'dz' 'ku' to ALL_LINGUAS.Abel Cheung2006-09-011-0/+4
| | | | | | 2006-09-01 Abel Cheung <abel@oaka.org> * configure.in: Added 'dz' 'ku' to ALL_LINGUAS.
* Revved to 1.12.2, updated NEWS and ChangeLog.ATK_1_12_2Bill Haneman2006-08-211-0/+16
|
* Tweak to AtkRoleType docs.Bill Haneman2006-08-011-0/+5
|
* Added entry for addition of bn_IN in ALL_LINGUAS in configure.inRuna Bhattacharjee2006-07-031-0/+4
|
* Added notation to CHangeLog that the version was bumped to 1.12.1.Bill Haneman2006-06-291-0/+2
|
* Added AtkHyperlinkImpl interface. See RFE #344284.Bill Haneman2006-06-291-0/+9
|
* Added docs for ATK_STATE_ANIMATED and added ATK_ROLE_INPUT_METHOD_WINDOW.Bill Haneman2006-06-231-1/+2
|
* Added ATK_ROLE_LINK.Bill Haneman2006-06-231-0/+3
|
* Revise atk-docs.sgml to add indices for deprecated and newBill Haneman2006-06-231-0/+6
| | | | | symbols, and modify the inline docs so that the parser can find them. Bug #313183.
* ATK_STATE macro fix from Ginn Chen, bug #345407. Fixes macro forBill Haneman2006-06-211-0/+6
| | | | enum values > 32.
* *** empty log message ***Bill Haneman2006-06-151-1/+1
|
* Fix nasty typos in last commit. Bug #344195. Thanks Elijah and Frederic.Bill Haneman2006-06-151-0/+5
|
* Added getURI to AtkStreamableContent.Bill Haneman2006-06-141-0/+7
|
* Attempt to fix win32 builds when srcdir != builddir (bug #336082).Bill Haneman2006-06-091-0/+7
|
* Added ATK_STATE_ANIMATED which was in AT-SPI but not ATK.Bill Haneman2006-06-091-1/+2
|
* Added ATK_STATE_VISITED, bug #344384.Bill Haneman2006-06-091-1/+2
|
* Added atk_value_get_minimum_increment, to sync up with the minimumIncrement ↵Bill Haneman2006-06-081-0/+3
| | | | | | readonly property in AT-SPI's Accessibility_Value.idl. Bug #341875.
* Added ATK_STATE_DEFAULT. (Bug #344281)Bill Haneman2006-06-081-0/+2
|
* Added ATK_ROLE_FORM and ATK_RELATION_DESCRIBED_BY/DESCRIPTION_FOR to HEAD.Bill Haneman2006-06-081-0/+10
|
* Remove my phone number from the entryKjartan Maraas2006-04-181-1/+1
|
* Remove obsolete no.po referrals Same.Kjartan Maraas,,234917702006-04-171-0/+5
| | | | | | | 2006-04-17 Kjartan Maraas,,23491770 <kmaraas@gnome.org> * configure.in: Remove obsolete no.po referrals * po/no.po: Same.
* Fix my name :).Behdad Esfahbod2006-04-161-1/+1
|
* Revved to 1.11.4, to include docs fixes.Bill Haneman2006-03-281-0/+4
|
* Changelog: fixed date for comment on adding Oriya.Gora Mohanty2006-03-231-1/+1
|
* configure.in: Added 'or' (Oriya) to ALL_LINGUAS.Gora Mohanty2006-03-231-0/+4
| | | | | | Changelog: Changed to reflect this. po/or.po: Added Oriya translation. po/Changelog: Changed to reflect this.
* Improved documentation: ATK now has 100% gtk-doc coverage with noBill Haneman2006-03-211-0/+20
| | | | sections tagged as incomplete.
* Fix fatal typo.Tor Lillqvist2006-03-211-0/+2
| | | | | | | | 2006-03-21 Tor Lillqvist <tml@novell.com> * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo. * atk/atk.def: Add some missing functions.
* Add some missing functions.Tor Lillqvist2006-03-211-0/+4
| | | | | | 2006-03-21 Tor Lillqvist <tml@novell.com> * atk/atk.def: Add some missing functions.
* Updated Georgian translationVladimer Sichinava2006-03-201-0/+4
|
* Minor documentation clarifications and tweaks.Bill Haneman2006-03-201-0/+13
|
* Fix Coverity-detected bugs in atkimage.c - allow for possibilityBill Haneman2006-03-201-0/+6
| | | | | that NULL in-params were passed. Thanks to Behdad Estafood for finding problem.
* Bump version number to avoid collision with already-uploaded tarball.gnome-2-14-0ATK_1_11_3Bill Haneman2006-03-131-1/+1
|
* Revved to 1.11.2 for GNOME 2.14.0ATK_1_11_2Bill Haneman2006-03-131-0/+5
|