Subject: CVS commit: pkgsrc/devel/gail
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/14/2003 19:52:00
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Dec 14 19:52:00 UTC 2003

Modified Files:
	pkgsrc/devel/gail: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 1.4.1, based on work done by xtraeme@.

Overview of Changes in GAIL 1.4.1
=================================
* Set role for accessible object for GtkMessageDialog to ATK_ROLE_ALERT
(bug #122551)

* Apply build fixes for Darwin (bug #1243343) [Jerry Talkington]

* Correct text length reported in text-changed signals emitted when
label changes (bug #123696)

* Avoid emitting focus notification for out-of-process GtkSocket (bug #120991)

* Fix documentation build (bug #123876) [Malcolm Tredennick]

* Report children of menu item correctly when menu item has a submenu
whose menu items are created only when menu is shown (bug #120303)

* Report label change only if toplevel window is showing. (bug #123470)

Overview of Changes in GAIL 1.4.0
=================================
None

Overview of Changes in GAIL 1.3.6
=================================
* Do notification of window title change in an idle handler. (bug #119259)

Overview of Changes in GAIL 1.3.5
=================================
* Add notification that tooltip is showing if tooltip window is mapped
when its accessible is created (bug #118743)

* Report expected events when GtkCombo's selection is changed using the
keyboard. (bug #117063)

* Avoid warning when child changed in row expanded callback (bug #117630)

* Do not emit focus event if active-descendant-changed signal is emitted.
(bug #115599)

Overview of Changes in GAIL 1.3.4
=================================
* Set insert mark at end instead of start of selected text when selecting
text in a GtkTextBuffer (bug #116271)

* Fix crasher bug when TreeView has empty column (bug #116043)

* Return correct offset in atk_text_get_offset_at_point (bug #114780)

* Correct LABELLED_BY relation for gtk-demo (bug #114452)

* Set SHWOING and VISIBLE correctly when tab is not shown (bug #114397)

Overview of Changes in GAIL 1.3.3
=================================
* Find label for LABELLED_BY relation when label is a sibling of widget's
parent (bug #113069)

* Use object data "gtk-attached-menu" to find menu attached to button to
report menu as button's child. (bug #113117)

* Check that widget is actually on screen before adding state VISIBLE.
(bug #109860)

* Report only one child for option menu. (bug #111983)

Overview of Changes in GAIL 1.3.2
=================================
* Add state FOCUSABLE to child of TreeView. Set state FOCUSED on focus cell.
(bug #112075) [Padraig O'Briain]

* Create LABELLED_BY relation for widgets which are mnemonic widgets.
(bug #72249) [Padraig]

* Return correct name for GtkOptionMenu. (bug #112572) [Padraig]

* Avoid redumdant acitvate events when dialog window is reopened. (bug #112896)
[Padraig]

* Fix crasher bug when gucharmap is started with accessibility enabled.
(bug #112964) [Padraig]

Overview of Changes in GAIL 1.3.1
=================================
* Allow GailOptionMenu to report its text (bug #111857) [Padraig O'Briain]

* Generate documentation using output-format of xml (bug #111794) [Padraig]

* Allow for menu being attached to button. This supports accessibility
implementation of Gnome Menu in gnome-panel (bug #111573) [Padraig]

* Emit notification when context menu is popped down for Gnome Menu.
(bug #111738) [Padraig]

* Fix crasher when run without gnome-conformant WM (bug #111532)
[Nalin Dahyabhai]

* Add cgheck that widget is on screen before reporting it as visible.
[Padraig]

* Set string contens of event correctly when Control modifier is set.
(bug #108666) [Padraig]

* Set role of GtkPlug to ATK_ROLE_PANEL (bug #108332) [Padraig]

Overview of Changes in GAIL 1.3.0
=================================
* Use property name accessible-table-caption-caption in
gail_tree_view_set_caption  [Padraig O'Briain]

* Have GailOptionMenu report menu and label as its children. [Padraig]

* Report "showing" state correctly for cells in a TreeView with vertical
scrollbar. (bug #104623) [Padraig]

* Implement AtkText interface for GailItem, page tab of Notebook, GailStatusbar.
(bug #104657) [Padraig]

* Report GtkCombo popup window as child of GailCombo. [Padraig]

* Add GailObject which is used for accessibility support in eel and
nautilus. [Padraig]

* Correct image size for image in buttons on Gnome CD Player. (bug #106715)
[Padraig]

* Fix crash when getting second child of GailOptionMenu. (bug #106715)
[Padraig]


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/gail/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/gail/PLIST pkgsrc/devel/gail/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/gail/buildlink2.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.