diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | docs/pango-docs.sgml | 24 |
2 files changed, 32 insertions, 0 deletions
@@ -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> |