Bump version to 2.9.0
2005-08-26 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version to 2.9.0 * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: * gtk/gtk-docs.sgml: Add indices for new symbols in 2.10
This commit is contained in:
parent
b3a757762c
commit
67d685f2e8
@ -1,5 +1,7 @@
|
|||||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Bump version to 2.9.0
|
||||||
|
|
||||||
* gdk/gdk.symbols:
|
* gdk/gdk.symbols:
|
||||||
* gdk/gdkscreen.h:
|
* gdk/gdkscreen.h:
|
||||||
* gdk/gdkscreen.c: Make the GdkScreen font options api
|
* gdk/gdkscreen.c: Make the GdkScreen font options api
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Bump version to 2.9.0
|
||||||
|
|
||||||
* gdk/gdk.symbols:
|
* gdk/gdk.symbols:
|
||||||
* gdk/gdkscreen.h:
|
* gdk/gdkscreen.h:
|
||||||
* gdk/gdkscreen.c: Make the GdkScreen font options api
|
* gdk/gdkscreen.c: Make the GdkScreen font options api
|
||||||
|
@ -11,11 +11,11 @@ AC_PREREQ(2.54)
|
|||||||
# set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
|
# set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
|
||||||
|
|
||||||
m4_define([gtk_major_version], [2])
|
m4_define([gtk_major_version], [2])
|
||||||
m4_define([gtk_minor_version], [8])
|
m4_define([gtk_minor_version], [9])
|
||||||
m4_define([gtk_micro_version], [2])
|
m4_define([gtk_micro_version], [0])
|
||||||
m4_define([gtk_version],
|
m4_define([gtk_version],
|
||||||
[gtk_major_version.gtk_minor_version.gtk_micro_version])
|
[gtk_major_version.gtk_minor_version.gtk_micro_version])
|
||||||
m4_define([gtk_interface_age], [2])
|
m4_define([gtk_interface_age], [0])
|
||||||
m4_define([gtk_binary_age],
|
m4_define([gtk_binary_age],
|
||||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||||
# This is the X.Y used in -lgtk-FOO-X.Y
|
# This is the X.Y used in -lgtk-FOO-X.Y
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk-pixbuf/gdk-pixbuf.sgml:
|
||||||
|
* gdk/gdk-docs.sgml:
|
||||||
|
* gtk/gtk-docs.sgml: Add indices for new
|
||||||
|
symbols in 2.10
|
||||||
|
|
||||||
* gdk/gdk-sections.txt: Add font options
|
* gdk/gdk-sections.txt: Add font options
|
||||||
API.
|
API.
|
||||||
|
|
||||||
|
@ -148,6 +148,9 @@
|
|||||||
<index role="2.8">
|
<index role="2.8">
|
||||||
<title>Index of new symbols in 2.8</title>
|
<title>Index of new symbols in 2.8</title>
|
||||||
</index>
|
</index>
|
||||||
|
<index role="2.10">
|
||||||
|
<title>Index of new symbols in 2.10</title>
|
||||||
|
</index>
|
||||||
|
|
||||||
&Porting-From-Imlib;
|
&Porting-From-Imlib;
|
||||||
|
|
||||||
|
@ -104,5 +104,8 @@
|
|||||||
<index role="2.8">
|
<index role="2.8">
|
||||||
<title>Index of new symbols in 2.8</title>
|
<title>Index of new symbols in 2.8</title>
|
||||||
</index>
|
</index>
|
||||||
|
<index role="2.10">
|
||||||
|
<title>Index of new symbols in 2.10</title>
|
||||||
|
</index>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
@ -609,5 +609,8 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
|||||||
<index role="2.8">
|
<index role="2.8">
|
||||||
<title>Index of new symbols in 2.8</title>
|
<title>Index of new symbols in 2.8</title>
|
||||||
</index>
|
</index>
|
||||||
|
<index role="2.10">
|
||||||
|
<title>Index of new symbols in 2.10</title>
|
||||||
|
</index>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
Loading…
Reference in New Issue
Block a user