summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-09 00:48:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-09 00:48:28 +0000
commitb1bf860ef4ff4bec40c263ac63bc1c68a9dc61b1 (patch)
treea2d5c5bdcb6656b25a44a1327388f2630ef90f46
parentda7bd03970653bc9d09446b0d2a49417791c5b18 (diff)
downloadpango-b1bf860ef4ff4bec40c263ac63bc1c68a9dc61b1.tar.gz
Bug 345274 – list of new symbols for each version is missing in docs
2006-07-08 Behdad Esfahbod <behdad@gnome.org> Bug 345274 – list of new symbols for each version is missing in docs Patch from Priit Laes * docs/pango-docs.sgml: Generate index of deprecated, and new symbols per version.
-rw-r--r--ChangeLog8
-rw-r--r--docs/pango-docs.sgml24
2 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be88c31d..b2f805b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-07-08 Behdad Esfahbod <behdad@gnome.org>
+ Bug 345274 – list of new symbols for each version is missing in docs
+ Patch from Priit Laes
+
+ * docs/pango-docs.sgml: Generate index of deprecated, and new symbols
+ per version.
+
+2006-07-08 Behdad Esfahbod <behdad@gnome.org>
+
Bug 346297 – autogen doesn't work with automake-1.6
Patch from Priit Laes
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml
index 7dbbc10d..2565c2cd 100644
--- a/docs/pango-docs.sgml
+++ b/docs/pango-docs.sgml
@@ -78,4 +78,28 @@
<index/>
+ <index role="deprecated">
+ <title>Index of deprecated symbols</title>
+ </index>
+ <index role="1.2">
+ <title>Index of new symbols in 1.2</title>
+ </index>
+ <index role="1.4">
+ <title>Index of new symbols in 1.4</title>
+ </index>
+ <index role="1.6">
+ <title>Index of new symbols in 1.6</title>
+ </index>
+ <index role="1.8">
+ <title>Index of new symbols in 1.8</title>
+ </index>
+ <index role="1.10">
+ <title>Index of new symbols in 1.10</title>
+ </index>
+ <index role="1.12">
+ <title>Index of new symbols in 1.12</title>
+ </index>
+ <index role="1.14">
+ <title>Index of new symbols in 1.14</title>
+ </index>
</book>