Revved to 1.12.2, updated NEWS and ChangeLog. ATK_1_12_2
authorBill Haneman <billh@src.gnome.org>
Mon, 21 Aug 2006 19:05:40 +0000 (19:05 +0000)
committerBill Haneman <billh@src.gnome.org>
Mon, 21 Aug 2006 19:05:40 +0000 (19:05 +0000)
ChangeLog
NEWS
configure.in

index f217f69..71e2d0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-08-21 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.12.2.
+       
+2006-08-17 Bill Haneman <bill.haneman@sun.com>
+
+       * docs/atk-docs.sgml: Added entity for AtkHyperlinkImpl.
+
+       * docs/atk-sections.txt: Added entries for newly added API.
+
+       * atk/atkvalue.c:
+       (atk_value_get_minimum_increment): Added the right number of
+       asterisks to make gtk-doc happy (!) so that inline docs are exposed.
+       
+       Fixes bug #351580.
+       
 2006-08-01 Bill Haneman <bill.haneman@sun.com>
 
        * atk/atkobject.h:
diff --git a/NEWS b/NEWS
index 32d5776..6336192 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 1.12.2: 
+=========================
+* Documentation fixes.
+* New language: Bengali (Runa Bhattacharjee)
+
 Changes in version 1.12.1: 
 =========================
 * Added AtkHyperlinkImpl
index da9617d..0987b17 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [1])
 m4_define([atk_minor_version], [12])
-m4_define([atk_micro_version], [1])
+m4_define([atk_micro_version], [2])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])