summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-24 04:23:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-24 04:23:29 +0000
commit157f8149caac1793953815035a7db9d16342f260 (patch)
tree8ce00f877aee7bf19ef7e3580e77555ce6a185ee /NEWS
parentc91521a0a6359218d8b76b5f5c63c5d649bca7b6 (diff)
downloadatk-157f8149caac1793953815035a7db9d16342f260.tar.gz
Version 0.13ATK_0_13
Sat Feb 23 23:02:23 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.13 * NEWS: Update for 0.13 * docs/atk-sections.txt: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54c6edd..495fe97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in version 0.13
+
+* Add padding to class structures for future expansion [Padraig O'Briain]
+* Add include guards to atk.h [Morten Welinder]
+* Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
+ to be AtkComponent instead of AtkObject [Padraig]
+* Cleanups [Padraig]
+
Changes in version 0.11 and 0.12
* Ansi-fied function prototypes and definitions;