summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Win32 get_locale fix from Kazuzi IWAMOTO, andBill Haneman2006-02-241-0/+11
| | | | const patch from Arjan Van de Ven.
* Re-dist to include docs. Revved to 0.11.1.ATK_0_11_1Bill Haneman2006-01-171-0/+10
|
* Added "zh_HK" to ALL_LINGUAS.Abel Cheung2005-12-271-0/+4
| | | | | | 2005-12-27 Abel Cheung <maddog@linuxhall.org> * configure.in: Added "zh_HK" to ALL_LINGUAS.
* Added new API for ATK 1.11/1.12. Minor docs cleanup.Bill Haneman2005-11-181-0/+50
| | | | | Added new API for ATK 1.11/1.12. Minor docs cleanup.
* Added small docs patch from Bill Abt.;Bill Haneman2005-11-161-0/+10
| | | | | supplements AtkUtil sgml page, and moves return code exception/range info to "Returns" block.
* Added Tatar translation by Albert FazlíSimos Xenitellis2005-11-011-0/+4
|
* Revved to 1.10.3, to fix previous bad dist due to libtool bug.ATK_1_10_3Bill Haneman2005-09-051-1/+6
|
* Released 1.10.2, for gnome 2.12.ATK_1_10_2Bill Haneman2005-08-291-0/+4
|
* Drop the timestamp from the zip file names. Include the .def file.Tor Lillqvist2005-08-191-0/+3
| | | | | | | 2005-08-19 Tor Lillqvist <tml@novell.com> * atk-zip.sh.in: Drop the timestamp from the zip file names. Include the .def file.
* Fix typo.Tor Lillqvist2005-08-191-0/+4
| | | | | | 2005-08-19 Tor Lillqvist <tml@novell.com> * atk/Makefile.am (install-def-file): Fix typo.
* Look for windres on Win32.Tor Lillqvist2005-08-041-0/+13
| | | | | | | | | | | | | | | 2005-08-04 Tor Lillqvist <tml@novell.com> * configure.in: Look for windres on Win32. * atk/Makefile.am: Don't use the script in GLib's build/win32 to compile the rc file into a resource object file. (This means we lose the build number increment magic, but I doubt it was that useful anyway.) Instead use windres directly. To pass a normal .o file produced by windres through libtool, which wants .lo files, pass it directly to the linker using a -Wl option. * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
* *** empty log message ***Abduxukur Abdurixit2005-07-181-0/+4
|
* *** empty log message ***Ignacio Casal Quinteiro2005-06-081-0/+4
|
* Revved to 0.10.1; made dependency on g-module-no-export a soft one.ATK_1_10_1Bill Haneman2005-04-281-0/+9
| | | | Restores compatibility with gtk+.2.4.X.
* Another typo ;-)Tor Lillqvist2005-04-221-1/+1
|
* Typo.Tor Lillqvist2005-04-221-1/+1
|
* Initialize gettext before use. Calling bindtextdomain() andTor Lillqvist2005-04-221-0/+13
| | | | | | | | | | | | | | | 2005-04-22 Tor Lillqvist <tml@novell.com> * atk/atkobject.c: Initialize gettext before use. Calling bindtextdomain() and bind_textdomain_codeset() in atk_role_get_localized_name() was too late. Put the calls in new function gettext_initialization() and call that from atk_object_class_init() and atk_role_get_localized_name(). Move the Win32-specific DllMain() and get_atk_locale_dir() functions and theredefinition of ATK_LOCALEDIR before gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948 for atk's part. Thanks to Robert Ögren, Daniel Atallah and Kevin Strange.
* updated $(LIBINTL_LIBS) atkrelationtype.h to atk_headers, PKG_VERHans Breuer2005-04-091-0/+5
| | | | | | | 2005-04-09 Hans Breuer <hans@breuer.org> * atk/makefile.msc : updated $(LIBINTL_LIBS) atkrelationtype.h to atk_headers, PKG_VER
* Added ATK_STATE_REQUIRED, bug #172663.Bill Haneman2005-04-051-0/+7
|
* Update doc to note that atk_relation_add_target was added for version 1.9.Padraig O'Briain2005-04-041-2/+11
| | | | | | | | | | 2005-04-04 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkrelation.c: Update doc to note that atk_relation_add_target was added for version 1.9. * atk/atkrelationset.c: Update doc to note that atk_relation_set_add_relation_by_type was added for version 1.9.
* Added new language, Kinyarwanda (rw) to the list. Initial translations areSteven Michael Murphy2005-03-311-0/+4
| | | | | Added new language, Kinyarwanda (rw) to the list. Initial translations are from merge of compendium.
* Released 1.9.1 tarball.ATK_1_9_1Bill Haneman2005-03-081-0/+6
|
* Corrected FTP directory. (bug #168218) Corrected spellingPadraig O'Briain2005-02-231-0/+5
| | | | | | | 2005-02-23 Padraig O'Briain <padraig.obriain@sun.com> * atk.spec.in: Corrected FTP directory. (bug #168218) Corrected spelling
* Added "xh" to ALL_LINGUAS. Added Xhosa translation by Adi AttarChristian Rose2005-02-081-0/+4
| | | | | | | | 2005-02-08 Christian Rose <menthos@menthos.com> * configure.in: Added "xh" to ALL_LINGUAS. * po/xh.po: Added Xhosa translation by Adi Attar <adi@canonical.com>.
* Add atk_text_clip_type_get_type. Bug #165288.Padraig O'Briain2005-01-261-0/+4
| | | | | | 2005-01-26 Padraig O'Briain <padraig.obriain@sun.com> * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
* Add new functions.Tor Lillqvist2004-12-291-0/+4
| | | | | | 2004-12-29 Tor Lillqvist <tml@iki.fi> * atk/atk.def: Add new functions.
* Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562.Padraig O'Briain2004-12-201-0/+5
| | | | | | | 2004-12-20 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562.
* ===== Released 1.9.0=====Padraig O'Briain2004-11-291-0/+8
| | | | | | | | | | 2004-11-29 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.9.0===== * configure.in: Version 1.9.0, interface age 0, binary age 900 * NEWS: Updated.
* rm autom4te.cache, since it might interfere with differing autoconfManish Singh2004-11-251-0/+5
| | | | | | | Thu Nov 25 14:11:41 2004 Manish Singh <yosh@gimp.org> * autogen.sh: rm autom4te.cache, since it might interfere with differing autoconf versions.
* Replace DEPRECATED by @Deprecated in comments to fix warning whenPadraig O'Briain2004-11-221-0/+16
| | | | | | | | | | | | | | | | | | 2004-11-22 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments to fix warning when documentation is generated. * atk/atkrelation.[ch]: * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target. * atk/atkrelationset.[ch]: * atk/tmpl/atkrelationset.sgml: Add atk_relation_add_relation_by_type. * docs/atk-sections.txt: Add atk_relation_add_target and atk_relation_add_relation_by_type. Fixes bug #158722.
* Use gmodule-no-export.pc, requires glib 2.5.7. Patch from Matthias ClasenPadraig O'Briain2004-11-171-1/+8
| | | | | | | | | 2004-11-17 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7. Patch from Matthias Clasen for bug #158531. Incremented version to 1.9.0. Branch for gnome-2-8 has been created.
* Added "as" to ALL_LINGUAS. Added Assamese translation by Sunaram PatirGNOME_2_8_BREAKPOINTgnome-2-8Christian Rose2004-11-111-0/+4
| | | | | | | | 2004-11-11 Christian Rose <menthos@menthos.com> * configure.in: Added "as" to ALL_LINGUAS. * po/as.po: Added Assamese translation by Sunaram Patir <lkpatir@yahoo.co.in>.
* Add a more descriptive title in the docs. Patch from Diego Gonzalez. (bugPadraig O'Briain2004-10-281-0/+9
| | | | | | | | | | | 2004-10-28 Padraig O'Briain <padraig.obriain@sun.com> * docs/atk-docs.sgml: Add a more descriptive title in the docs. Patch from Diego Gonzalez. (bug #156296) * atk/text.c (Clarify meaning of endd_offset for atk_text_get_text_at_offset(). Patch from Bill Haneman. (bug #156574)
* Added "ar" to ALL_LINGUAS.Abel Cheung2004-09-141-0/+4
| | | | | | 2004-09-14 Abel Cheung <maddog@linuxhall.org> * configure.in: Added "ar" to ALL_LINGUAS.
* Added Thai translation.Theppitak Karoonboonyanan2004-09-101-0/+4
|
* ===== Released 1.8.0=====ATK_1_8_0Padraig O'Briain2004-09-071-0/+8
| | | | | | | | | | 2004-09-07 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.8.0===== * configure.in: Version 1.8.0, interface age 0, binary age 800 * NEWS: Updated.
* Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan HadžiavdićChristian Rose2004-08-161-0/+4
| | | | | | | | 2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po: Added Bosnian translation by Kenan Hadžiavdić <kenanh@frisurf.no>.
* Fix for bug #149990; patch from Kjartan Maraas.Padraig O'Briain2004-08-131-1/+8
| | | | | | | | | 2004-08-13 Padraig O'Briain <padraig.obriain@sun.com> * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c: Fix for bug #149990; patch from Kjartan Maraas.
* Added nb to ALL_LINGUAS.Kjartan Maraas2004-08-121-0/+4
| | | | | | 2004-08-12 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added nb to ALL_LINGUAS.
* ankit@redhat.com * configure.in: Added gu to ALL_LINGUAS.Ankitkumar Rameshchandra Patel2004-08-111-0/+4
|
* Increment version to 1.7.3 and interface age to 3.ATK_1_7_3Padraig O'Briain2004-07-281-0/+8
| | | | | | | | | | 2004-07-28 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Increment version to 1.7.3 and interface age to 3. * ===== Released Version 1.7.3, interface age 3, binary age 703 ==== * NEWS: Updated.
* Add entries to fix warning when generating documentation.Padraig O'Briain2004-07-201-0/+11
| | | | | | | | | | | | | 2004-07-20 Padraig O'Briain <padraig.obriain@sun.com> * docs/atk-sections.txt: Add entries to fix warning when generating documentation. * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated files.
* ===== Released Version 1.7.2, interface age 2, binary age 702 ====Padraig O'Briain2004-07-201-0/+6
| | | | | | | | 2004-07-20 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released Version 1.7.2, interface age 2, binary age 702 ==== * NEWS: Updated.
* Fix for bug 147989; Added ATK_ROLE_EMBEDDED. Revved to 1.7.2.ATK_1_7_2Bill Haneman2004-07-201-5/+15
|
* Add definition for atk_rectangle_get_type and ATK_TYPE_RECTANGLE. CorrectPadraig O'Briain2004-06-101-0/+9
| | | | | | | | | | | 2004-06-10 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkcomponent.h: Add definition for atk_rectangle_get_type and ATK_TYPE_RECTANGLE. * atk/atkcomponent.c (atk_component_base_init): Correct definition of "bounds-changed" signal. (atk_rectangle_copy): New function. (atk_rectangle_get_type): New function.
* Increment version to 1.7.2 and interface age to 2.Padraig O'Briain2004-06-081-0/+4
| | | | | | 2004-06-08 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Increment version to 1.7.2 and interface age to 2.
* ===== Released Version 1.7.1, interface age 1, binary age 701 ====ATK_1_7_1Padraig O'Briain2004-06-081-0/+6
| | | | | | | | 2004-06-08 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released Version 1.7.1, interface age 1, binary age 701 ==== * NEWS: Updated.
* Add AtkRectangle.Padraig O'Briain2004-06-041-0/+7
| | | | | | | | | 2004-06-04 Padraig O'Briain <padraig.obriain@sun.com> * docs/atk-sections.txt: Add AtkRectangle. * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed signal.
* Added "tk" to ALL_LINGUAS. Added Turkmen translation by Mühemmet AmutChristian Rose2004-05-291-0/+4
| | | | | | | | 2004-05-29 Christian Rose <menthos@menthos.com> * configure.in: Added "tk" to ALL_LINGUAS. * po/tk.po: Added Turkmen translation by Mühemmet Amut <m_amout@yahoo.com>.
* Allow locale dir not to be harcoded into binary. Fixes bug #128906.Padraig O'Briain2004-05-181-0/+5
| | | | | | | 2004-05-18 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Allow locale dir not to be harcoded into binary. Fixes bug #128906.