summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-09 00:49:16 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-09 00:49:16 +0000
commit2aafd8ff27610801d5602f2486b1b8f8a98650bb (patch)
tree2cce90108f1c5ea945fbe5ba96e36978dad433f7
parenta4f6de2975ce45d781240eba64df8255e2f47dc7 (diff)
downloadpango-2aafd8ff27610801d5602f2486b1b8f8a98650bb.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 22cfd093..8610957d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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-07 Behdad Esfahbod <behdad@gnome.org>
Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.c
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml
index 9623b20c..a10b2b86 100644
--- a/docs/pango-docs.sgml
+++ b/docs/pango-docs.sgml
@@ -76,4 +76,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>