scan: Fixed gcc warnings. Fixes #580206
[gtk-doc.git] / NEWS
blob7f2f86b2778268e67a4ef262edcc2a6733c94f2e
1 GTK-Doc 1.12    (Xxx XX 2009)
2 ============
5 GTK-Doc 1.11    (Nov 16 2008)
6 ============
8  Changes
10  o 531572 : one-page generation option
11  o 448879 : Use a footer when generating HTML documentation
12  o 311857 : xsltproc very slow generating index for gtk-docs.sgml
13  o 335239 : Using gnome-doc-utils for gtk-doc documentation
14  o 460753 : enable vpath build in gtkdoc-mkhtml
15  o 473342 : Warn about repeated symbols in sections
16  o 487727 : DocBook XML DTD version
17  o 523669 : make check: Element publisher content does not follow the...
18  o 530758 : gtk-doc should not expand XML tags and their attributes
19  o 533262 : no-template mode scans different source files
20  o 534627 : gtk-doc uses non-standard HTML element
21  o 542137 : No declaration found for: gsf_output_*
22  o 543855 : Fix for Bug 460753 (enable vpath build in gtkdoc-mkhtml) ...
23  o 544172 : Fails to parse return value of 'char const *'
24  o 552822 : Add rules to create $(REPORT_FILES)
25  o 553407 : Example Makefile.am uses obsolete INCLUDES instead of AM_...
26  o 554718 : gtk-doc needs to allow versioned TARGET_DIR
27  o 554833 : Be more careful with " struct _ < struct_name >  " 
28  o 558082 : evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES
29  o 559281 : Correct check for existance of gtkdoc-rebase
31  Contributors
33  Behdad Esfahbod
34  Christian Persch
35  David Nečas
36  Felix Riemann
37  Jeffrey Stedfast
38  Marc-Andre Lureau
39  Matthew Barnes
40  Peter Kjellerstedt
41  Sebastian Dröge
42  Simon Josefsson
43  Stefan Kost
46 GTK-Doc 1.10    (Mar 20 2008)
47 ============
49  Changes
51  o 460753 : enable vpath build in gtkdoc-mkhtml
52  o 503119 : Add dependency on content_files to SGML target
53  o 127049 : building reference documentation fails when builddir != s...
54  o 481811 : Inline function bodies are confused with declarations
55  o 448879 : Use a footer when generating HTML documentation
56  o 492005 : Deprecation guard warnings for properties and signals
57  o 498521 : Inconsistent compiler flags passed in gtk-doc.make
58  o 365913 : gtk-doc output is not predictable
59  o 446648 : gtk-doc does not handle forward typedef'd enums
60  o 468278 : Display proper types for properties
61  o 497367 : don't use US-ASCII for output encoding
62  o 501066 : Missing quotes around gtkdoc-rebase check cause a warning
63  o 508897 : [PATCH] Fix build when gtk-doc is not installed
64  o 509539 : Building documentation aborts when no .types file is present
65  o 512154 : Struct member type attributes are limited to one token
66  o 513318 : gtk-doc.el doesn't work fine with emacs22
68  Contributors
70  Benjamin Otte
71  Carlos Garnacho
72  Damon Chaplin
73  David Nečas
74  Frederic Peters
75  Joe Marcus Clarke
76  Kouhei Sutou
77  Loïc Minier
78  Mathias Hasselmann
79  Petteri Räty
80  Rouslan Solomakhin
81  Stefan Kost
82  Sven Herzberg
83  Yeti
86 GTK-Doc 1.9     (Sep 30 2007)
87 ===========
89  Changes
91  o 419308 : unsynced regexps for parameter parsing
92  o 449618 : Top navigation bar is in the way
93  o 453717 : fixxref logic to determine absolute path's is flawed
94  o 457173 : unit tests for gtk-doc
95  o 465920 : Use gtkdoc-rebase
96  o 467773 : default master doc should have proper extension
97  o 141869 : Poor error generated when faced with a type declared as '...
98  o 156643 : Avoid make error in gtk-doc.make
99  o 322035 : wrong macro parsing
100  o 323938 : gtk-doc.m4 check is silent
101  o 324535 : gtk-doc doesn't handle deprecation inside enumerations
102  o 355352 : If you don't have an instantiatable type for a gtypeinter...
103  o 379466 : Improve C parser to handle TYPE\nVARIABLE in function pro...
104  o 380824 : docs are truncated if line begins with '* returns '
105  o 383456 : ' make check ' test for 100% documentation
106  o 411739 : Gtk-doc fails to handle ' struct tm * function_name (); ' 
107  o 415388 : Please clean -undocumented.txt files
108  o 418027 : gtkdoc-mkdb does not handle #ifdef in enum {}
109  o 419997 : parameter name trouble
110  o 428596 : Warnings with gtk-doc.m4 macros
111  o 434134 : fixxrefs like sed for installing pregenerated docs
112  o 436565 : Report undeclared symbols into a file
113  o 445596 : Impossible to link a page with an anchor
114  o 445693 : Does not understand ' unsigned long ' as a type
115  o 450338 : Make gtk-doc.m4 fail when needed gtk-doc is not installed
116  o 454916 : gtk-doc should permit generation of URI-based cross-refer...
117  o 457077 : add --no-implicit-returns to gtkdoc-mkdb
118  o 459225 : Accept automake-1.10 in autogen.sh
119  o 459725 : ' jhbuild build gtk-doc ' fails on make
120  o 460127 : parsing nested union/structs confuses public/private state
121  o 465365 : [PATCH] gtk-doc does not compile
122  o 466559 : [CSS] styling <hr />; 
123  o 471014 : G_CONST_RETURN * G_CONST_RETURN * function not picked up
124  o 477532 : function variables
125  o 479913 : gtk-doc.notmpl.make is not distributed
126  o 479923 : distclean test output properly
128  Contributors
130  Benjamin Otte
131  Damon Chaplin
132  David Nečas
133  Frederic Peters
134  Loic Minier
135  Petteri Räty
136  Rouslan Solomakhin
137  Stefan Kost
138  Sven Herzberg
139  Yeti
142 GTK-Doc 1.8     (Feb 16 2007)
143 ===========
145  o Made it easier to include example code in the source code comment blocks.
146    "|[ ... ]|" can be used to delineate example code (it just gets converted
147    to "<informalexample><programlisting>"), and most of the text in example
148    code is left as it is. The only thing that is still expanded is
149    '#' to allow links to a symbol's documentation, e.g. '#GtkWidget'.
150  o Made the field widths wider for the HTML output, so it looks a bit nicer.
151  o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild
152    the MODULE-sections.txt file. This only works if all the header files are
153    organized neatly and functions don't need rearranging in the docs.
154  o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild
155    the MODULE.types file, so you don't need to add new types manually.
156  o Leave CDATA sections as they are, in the extra XML content files and within
157    source code comment blocks.
158  o Allow the section id and #include's to be set within the "SECTION:" comment
159    block, using "@Section_ID:xxx" and "@Include:".
160  o Added "--default-includes" option to specify the default #include's (for
161    people who are using --rebuild-sections and so can't specify it in
162    MODULE-sections.txt).
163  o Added a '--query-child-properties' argument to help document child
164    properties of arbitrary GObjects (used by things like canvas widgets).
165  o Fixed documentation of signals of interfaces.
168 GTK-Doc 1.7     (Jul 29 2006)
169 ===========
171  o Fixed bug that resulted in empty "@:" lines in the templates.
172  o Fixed a few bugs with the XSL code.
173  o Supported a few more variations of C syntax.
174  o Remove the internally-used '-struct' suffix from links to widget structs.
175  o Fixed a few missing build dependencies.
176  o Added a new "C-x4s" binding to the emacs lisp code, to insert a blank
177    section header in the source code.
178  o Fixed bug that ignored inline section header docs with '-' in their names.
179  o Added a 'make docs' target that can be used to build the docs even when
180    gtk-doc has been disabled at configure time.
183 GTK-Doc 1.6     (Apr 9 2006)
184 ===========
186  o Removed the hard dependancy on openjade or jade, since XML is used mainly
187    now rather than SGML.
188  o Install the .pc file in $(datadir) rather than $(libdir) since gtk-doc is
189    architecture-independant.
190  o Added "--ignore-decorators" option to ignore a list of declarators in
191    function declarations.
192  o Support '#Object::signal'/'#Object:property' to link to signals/properties
193  o Fixed missing index terms.
196 GTK-Doc 1.5     (Mar 7 2006)
197 ===========
199  o Output the new version of devhelp2 information, but still generate the old
200    devhelp files so older versions of DevHelp still work OK.
201  o Fixed the initial creation of the *-sections.txt file so the object
202    hierarchy, signals and properties all work automatically.
203  o Show information about signal flags (run first/last).
204  o Support a --source-suffixes argument specifying which source files to scan.
205  o Support other root object types besides GObject and GInterface.
206  o Use a fixed navigation bar for the generated documentation.
207  o New documentation from Stefan Kost.
208  o Handle more variations of C syntax.
211 GTK-Doc 1.4     (Jul 3 2005)
212 ===========
214  o Support section documentation (title, short description, long description
215    and 'see also') within the source code. I think everything can now be
216    documented within the source code.
217  o Support Stable/Unstable/Private stability levels for everything.
220 GTK-Doc 1.3     (Jan 9 2005)
221 ===========
223  o Use the new style.css stylesheet instead of hard-wiring the styles.
224  o Updated the documentation and example build files.
225  o Added support for a gallery of widget images.
226  o Output default values for widget properties and allowed ranges.
227  o Only underline links in the docs when the mouse hovers over them.
228  o Added support for placing the parameter table anywhere within the function
229    documentation (using the "<!--PARAMETERS-->" marker).
230  o Handle more variations of C syntax.
233 GTK-Doc 1.2     (Feb 16 2004)
234 ===========
236  o Added widget signals and properties to undocumented output and statistics.
237  o Added support for an index of all symbols.
238  o Emit "Since:" information for signals and properties.
239  o Added derived subclasses and interfaces to the widget hierarchies.
240  o Added .cat SGML catalog file.
241  o Support properties on interfaces. 
242  o Added "--help" options to the scripts.
245 GTK-Doc 1.1     (Apr 18 2003)
246 ===========
248  o Add a gtk-doc.m4 macro that allows packages to provide consistent
249    checking for gtk-doc.
250  o Check to make sure that the XML catalog actually contains entries
251    for the DocBook XML DTD and XSLT stylesheets.  Please consult the
252    README file if your system's XML catalog isn't set up.
253  o Add infrastructure for including the standard gtk-doc makefile
254    glue, so that maintainers of packages don't need to worry about
255    keeping it up to date.  See glib head for an example of its use.
256  o Some updates to the devhelp contents file generation, as suggested
257    by Hallski.
258  o Fix some bugs in the DocBook XML codepath that were preventing
259    inter-module cross references from being resolved.
260  o Fix some bugs in extraction of object property documentation.
263 GTK-Doc 1.0     (Jan 20 2003)
264 ===========
266  o Added support for "Since:" and "Deprecated:" tags, and look for deprecated
267    guard macros in header files.
268  o Support /*< public >*/ and /*< private >*/ markers for all structs.
269  o New "--ignore-files" option for gtkdoc-mkdb, to ignore files or directories.
270  o Used the "sgml-raw" output type with openjade, to avoid problems with Lynx.
271  o Added .pc pkg-config file which can be used to check the gtk-doc version.
274 GTK-Doc 0.10    (Nov 14 2002)
275 ============
277  o --output-format option to select whether SGML or XML is generated. 
278  o Use openjade or jade when converting SGML to HTML.
279  o Use xsltproc to convert XML to HTML, with a new look.
280  o In XML mode, support XIncludes as an alternative to entities.
281  o In XML mode, create .devhelp files. 
282  o List interfaces in the object hierarchy.
283  o Create docs for signals on interfaces.
284  o Generate links between interface and their implementations and
285    prerequisites.
286  o Create docs for child and style properties.
287  o Use blurbs for property documentation.
288  o Allow inline documentation for signals and properties.