diff options
author | Mike Gorse <mgorse@suse.com> | 2013-02-04 16:29:14 -0600 |
---|---|---|
committer | Mike Gorse <mgorse@suse.com> | 2013-02-04 16:29:14 -0600 |
commit | 28fda251ed300bc30cc47cacb6cd66ab55aa0afa (patch) | |
tree | ad3ace86865045288db893a58c5e36554eb3bd6a | |
parent | 148113f2cb6c62fddba2757012f3b9a658790d52 (diff) | |
download | at-spi2-core-28fda251ed300bc30cc47cacb6cd66ab55aa0afa.tar.gz |
Release v2.7.5AT_SPI2_CORE_2_7_5
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/libatspi/tmpl/atspi-constants.sgml | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +What's new in at-spi2-core 2.7.5: + +* Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role. + +* Fix various compiler warnings. + What's new in at-spi2-core 2.7.4: * Fix some ref count leaks. diff --git a/doc/libatspi/tmpl/atspi-constants.sgml b/doc/libatspi/tmpl/atspi-constants.sgml index 4d597e5e..3d6c8da3 100644 --- a/doc/libatspi/tmpl/atspi-constants.sgml +++ b/doc/libatspi/tmpl/atspi-constants.sgml @@ -437,6 +437,7 @@ Constant definitions needed by multiple interfaces. @ATSPI_ROLE_IMAGE_MAP: @ATSPI_ROLE_NOTIFICATION: @ATSPI_ROLE_INFO_BAR: +@ATSPI_ROLE_LEVEL_BAR: @ATSPI_ROLE_LAST_DEFINED: <!-- ##### MACRO ATSPI_ROLE_COUNT ##### --> |