1 | 2004-02-16 Damon Chaplin <damon@gnome.org> |
---|
2 | |
---|
3 | * Released 1.2. |
---|
4 | |
---|
5 | 2004-02-16 Damon Chaplin <damon@gnome.org> |
---|
6 | |
---|
7 | * gtk-doc.cat.in: removed public ID for gtk-doc.dtd, since we don't |
---|
8 | use it any more. |
---|
9 | |
---|
10 | Sat Feb 14 02:14:27 2004 Matthias Clasen <maclas@gmx.de> |
---|
11 | |
---|
12 | * gtk-doc.m4: Avoid unnecessary checks if gtk-doc is |
---|
13 | disabled. (#134221, Julio M. Merino Vidal) |
---|
14 | |
---|
15 | Sat Feb 14 02:03:01 2004 Matthias Clasen <maclas@gmx.de> |
---|
16 | |
---|
17 | * gtk-doc.make: Don't create unneeded empty |
---|
18 | directories. (#134319, Julio M. Merino Vidal) |
---|
19 | |
---|
20 | Sat Feb 14 01:37:38 2004 Matthias Clasen <maclas@gmx.de> |
---|
21 | |
---|
22 | * gtk-doc.make: Add an empty all-local target to make it work |
---|
23 | with non-GNU make. (#134343, Julio M. Merino Vidal) |
---|
24 | |
---|
25 | Wed Jan 28 00:52:00 2004 Matthias Clasen <maclas@gmx.de> |
---|
26 | |
---|
27 | * gtkdoc-mkdb.in (OutputObjectList): Avoid emitting invalid |
---|
28 | docbook markup if there are no objects. Partial fix for #132661. |
---|
29 | |
---|
30 | Sun Jan 25 22:01:15 2004 Matthias Clasen <maclas@gmx.de> |
---|
31 | |
---|
32 | * gtkdoc-mkdb.in: Accept both the old and the new XInclude |
---|
33 | namespace. (#131675, Edd Dumbill) |
---|
34 | |
---|
35 | 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
36 | |
---|
37 | * gtkdoc-mkhtml.in: exit when tools return non-zero so errors can |
---|
38 | be caught. |
---|
39 | |
---|
40 | Thu Jan 15 23:06:10 2004 Matthias Clasen <maclas@gmx.de> |
---|
41 | |
---|
42 | * gtk-doc.xsl: Set the chunk.fast parameter, to gain some |
---|
43 | speed. |
---|
44 | |
---|
45 | Thu Jan 15 23:05:23 2004 Matthias Clasen <maclas@gmx.de> |
---|
46 | |
---|
47 | * gtkdoc-fixxref.in: Make it work again without explicit |
---|
48 | --module. |
---|
49 | |
---|
50 | Sat Dec 27 01:36:08 2003 Matthias Clasen <maclas@gmx.de> |
---|
51 | |
---|
52 | * gtkdoc-scangobj.in: |
---|
53 | * gtkdoc-mktmpl.in: |
---|
54 | * gtkdoc-scan.in: |
---|
55 | * gtkdoc-fixxref.in: Add --help. (#126915) |
---|
56 | |
---|
57 | Sat Dec 27 00:43:42 2003 Matthias Clasen <maclas@gmx.de> |
---|
58 | |
---|
59 | * gtkdoc-mkdb.in (ParseEnumDeclaration): |
---|
60 | * gtkdoc-mktmpl.in (ParseEnumDeclaration): Support a trailing , |
---|
61 | in enum declarations. These are a GNU C extension, but also |
---|
62 | blessed by C99. (#129949, Thomas Vander Stichele) |
---|
63 | |
---|
64 | Sun Nov 16 00:29:03 2003 Matthias Clasen <maclas@gmx.de> |
---|
65 | |
---|
66 | * gtkdoc-scangobj.in: Don't use g_strdown(). (#127028, |
---|
67 | David Schleef) |
---|
68 | |
---|
69 | Sun Nov 16 00:26:05 2003 Matthias Clasen <maclas@gmx.de> |
---|
70 | |
---|
71 | * gtkdoc-scangobj.in: If compiled against GLib >= 2.3.0, look |
---|
72 | for properties on interfaces. (#127068, James M. Cape) |
---|
73 | |
---|
74 | 2003-11-03 Dan Winship <danw@ximian.com> |
---|
75 | |
---|
76 | * gtkdoc-scangobj.in: Clean up $MODULE-scan.o even when using |
---|
77 | libtool |
---|
78 | |
---|
79 | * gtkdoc-scanobj.in: Likewise |
---|
80 | |
---|
81 | * gtk-doc.make (CLEANFILES): Remove $(MODULE)-scan.o from here |
---|
82 | (clean-local): rm -rf .libs |
---|
83 | |
---|
84 | Wed Oct 8 01:21:54 2003 Matthias Clasen <maclas@gmx.de> |
---|
85 | |
---|
86 | * gtkdoc-scan.in (ScanHeader): Make gtkdoc-scan grok |
---|
87 | typedef struct { } foo; in addition to the more baroque |
---|
88 | typedef struct _foo foo; struct _foo { }; |
---|
89 | (#116807, Malcolm Tredinnick) |
---|
90 | |
---|
91 | Wed Oct 8 01:21:35 2003 Matthias Clasen <maclas@gmx.de> |
---|
92 | |
---|
93 | * gtkdoc-mkdb.in (OutputParamDescriptions): Remove a pointless |
---|
94 | warning. |
---|
95 | |
---|
96 | 2003-10-01 Matthias Clasen <maclas@gmx.de> |
---|
97 | |
---|
98 | Make signals and properties end up in the right template |
---|
99 | file (#116569, Owen Taylor): |
---|
100 | |
---|
101 | * gtkdoc-mktmpl.in (OutputSignalTemplates): |
---|
102 | (OutputArgTemplates): Return a string rather than directly |
---|
103 | writing to OUTPUT. |
---|
104 | (OutputTemplateFile): Don't interpret $title as the name of |
---|
105 | the object to print signal and property templates for. |
---|
106 | (UpdateTemplates): Collect signal and property templates for all |
---|
107 | objects contained in the section. |
---|
108 | |
---|
109 | 2003-08-10 James Henstridge <james@daa.com.au> |
---|
110 | |
---|
111 | * acinclude.m4 (JH_PATH_XML_CATALOG): allow caller to specify |
---|
112 | actions if found or not found. |
---|
113 | (JH_CHECK_XML_CATALOG): when requiring JH_PATH_XML_CATALOG, don't |
---|
114 | error out if it is not found. |
---|
115 | |
---|
116 | 2003-08-03 Matthias Clasen <maclas@gmx.de> |
---|
117 | |
---|
118 | * doc/gnome.txt: Add some hints regarding markup of examples. |
---|
119 | |
---|
120 | 2003-07-22 Matthias Clasen <maclas@gmx.de> |
---|
121 | |
---|
122 | * configure.in: |
---|
123 | * gtk-doc.cat: Fix a problem with the previous commit. |
---|
124 | |
---|
125 | 2003-07-21 Matthias Clasen <maclas@gmx.de> |
---|
126 | |
---|
127 | Applied patches from Sebastian Rittau to add maintainer mode and an SGML catalog. (#117955, #117956) |
---|
128 | |
---|
129 | * gtk-doc.cat.in: New catalog file. |
---|
130 | * configure.in: Added gtk-doc.catalog to output files. |
---|
131 | * Makefile.am: Install gtk-doc.catalog. |
---|
132 | |
---|
133 | * configure.in: Added AM_MAINTAINER_MODE. |
---|
134 | * autogen.sh: Added --enable-maintainer-mode to configure options. |
---|
135 | |
---|
136 | 2003-07-09 Matthias Clasen <maclas@gmx.de> |
---|
137 | |
---|
138 | * gtkdoc-mktmpl.in (ParseStructDeclaration): |
---|
139 | * gtkdoc-mkdb.in (ParseStructDeclaration): Accept volatile struct members, which have just |
---|
140 | made their appearance in glib. |
---|
141 | |
---|
142 | 2003-06-29 Matthias Clasen <maclas@gmx.de> |
---|
143 | |
---|
144 | * gtkdoc-mkdb.in (ExpandAbbreviations): When expanding @param, catch the common @param->field |
---|
145 | and @param.field, to reduce the need for littering the C sources with <literal>foo->bar</literal>. |
---|
146 | |
---|
147 | 2003-06-25 Matthias Clasen <maclas@gmx.de> |
---|
148 | |
---|
149 | Changes for #115528: |
---|
150 | |
---|
151 | * gtkdoc-mkdb.in (OutputSGML): Collect hierarchy, interfaces, implementations, prerequisites |
---|
152 | and derived interfaces separately. |
---|
153 | (OutputSGMLFile): Take two more arguments: implementations and derived interfaces. |
---|
154 | (GetHierarchy): Also put immediate children in the local tree. |
---|
155 | (GetInterfaces): Split into GetInterfaces and GetImplementations. |
---|
156 | (GetImplementations): New function to get the implementations of an interface. |
---|
157 | (GetDerived): New function to get the known derived interfaces of an interface. |
---|
158 | |
---|
159 | * gtkdoc-mkdb.in (MakeXRef): Accept a second, optional parameter for the |
---|
160 | text of the link. |
---|
161 | (ExpandAbbreviations): Add semantic markup inside the links, so that |
---|
162 | non-crossreferenced symbols come out properly formatted after link |
---|
163 | removal. (#61345) |
---|
164 | |
---|
165 | 2003-06-15 Matthias Clasen <maclas@gmx.de> |
---|
166 | |
---|
167 | Support for a flat index of all symbols. (#92861) |
---|
168 | To use, put an empty <index/> element in your driver document. |
---|
169 | |
---|
170 | * gtkdoc-mkdb.in (MakeIndexterms): New function, emits an indexterm. |
---|
171 | (OutputMacro, OutputTypedef, OutputStruct, OutputEnum, |
---|
172 | OutputUnion, OutputVariable, OutputFunction): Use MakeIndexterms. |
---|
173 | to emit indexterms for symbols. |
---|
174 | |
---|
175 | * gtkdoc-mkdb.in (GetSignals): |
---|
176 | (GetArgs): Emit Since: information for signals and properties. |
---|
177 | |
---|
178 | Thu Jun 12 15:55:57 2003 Owen Taylor <otaylor@redhat.com> |
---|
179 | |
---|
180 | * gtkdoc-mkhtml.in (declaration): Replace head -1 with -n 1. |
---|
181 | (Merge change by Elliot Lee from Red Hat package) |
---|
182 | |
---|
183 | 2003-06-11 Matthias Clasen <maclas@gmx.de> |
---|
184 | |
---|
185 | * doc/gnome.txt: Updates to the documentation of inline comments. |
---|
186 | |
---|
187 | 2003-06-03 Matthias Clasen <maclas@gmx.de> |
---|
188 | |
---|
189 | * gtk-doc.spec.in: Add a missing Provides: and include the .pc file. |
---|
190 | (#106568, Joe Pranevich) |
---|
191 | |
---|
192 | 2003-05-27 Matthias Clasen <maclas@gmx.de> |
---|
193 | |
---|
194 | * gtkdoc-mkdb.in (GetSignals): |
---|
195 | (GetArgs): Add signals and properties to the statistics. |
---|
196 | (OutputMissingDocumentation): Emit undocumented signals and |
---|
197 | properties. (#113645) |
---|
198 | |
---|
199 | 2003-04-21 Matthias Clasen <maclas@gmx.de> |
---|
200 | |
---|
201 | * tools/docpercentages.pl: Fix autolinkification for undocumented |
---|
202 | symbols. |
---|
203 | |
---|
204 | * doc/style-guide.txt: Typo fix. |
---|
205 | |
---|
206 | 2003-04-18 James Henstridge <james@daa.com.au> |
---|
207 | |
---|
208 | * NEWS: add news items. |
---|
209 | |
---|
210 | * configure.in: increment version number. |
---|
211 | |
---|
212 | 2003-03-14 Matthias Clasen <maclas@gmx.de> |
---|
213 | |
---|
214 | * gtkdoc-mkdb.in (OutputBook): Fix the public identifier for |
---|
215 | DocBook V3.0: Davenport, not DavenPort. |
---|
216 | (#108343, Mariano Suarez-Alvarez) |
---|
217 | |
---|
218 | 2003-03-10 James Henstridge <james@daa.com.au> |
---|
219 | |
---|
220 | * configure.in: associate the chmod commands with the files they |
---|
221 | are chmod'ing. This way config.status will always run the correct |
---|
222 | chmod command. |
---|
223 | |
---|
224 | 2003-03-04 James Henstridge <james@daa.com.au> |
---|
225 | |
---|
226 | * configure.in: look up the docbook DTD by public id rather than |
---|
227 | system id. |
---|
228 | |
---|
229 | 2003-02-26 Matthias Clasen <maclas@gmx.de> |
---|
230 | |
---|
231 | * gtkdoc-mkdb.in (GetArgs): Prefer template or comment docs over |
---|
232 | blurbs only if they're nonempty, otherwise the empty docs from the |
---|
233 | templates override all the blurbs. |
---|
234 | |
---|
235 | 2003-02-26 James Henstridge <james@daa.com.au> |
---|
236 | |
---|
237 | * autogen.sh (THEDIR): set up so that it will choose automake 1.7 |
---|
238 | or 1.6 in preference to 1.4. Passes distcheck okay. |
---|
239 | |
---|
240 | * configure.in: update configure.in script to match |
---|
241 | recommendations of newer autoconf's, and add an AC_PREREQ() |
---|
242 | statement, since the xml catalog checks are using new autoconf |
---|
243 | features. |
---|
244 | |
---|
245 | * gtk-doc.make (xml-build.stamp): since other bits of the makefile |
---|
246 | were assuming xml, may as well hard code --output-format=xml. |
---|
247 | |
---|
248 | 2003-02-19 James Henstridge <james@daa.com.au> |
---|
249 | |
---|
250 | * Makefile.am: get rid of the dist-hook, and just include the |
---|
251 | given files in EXTRA_DIST instead. |
---|
252 | |
---|
253 | * configure.in: provide meaningful names for the commands. |
---|
254 | |
---|
255 | * acinclude.m4 (JH_CHECK_XML_CATALOG): add some extra arguments: a |
---|
256 | friendly name for the catalog entry, and actions to run if the |
---|
257 | entry was found or not. Also include a bit more information in |
---|
258 | the config.log file if an error occurs. |
---|
259 | |
---|
260 | 2003-02-18 Matthias Clasen <maclas@gmx.de> |
---|
261 | |
---|
262 | * gtkdoc-mkhtml.in (declaration): Avoid the unportable grep |
---|
263 | option -q. (#105311) |
---|
264 | |
---|
265 | 2003-02-19 James Henstridge <james@daa.com.au> |
---|
266 | |
---|
267 | * devhelp.xsl: put chapters that aren't at the top level into the |
---|
268 | toc tree (to make gtk's .devhelp tree look better). |
---|
269 | |
---|
270 | * gtk-doc.spec.in (Requires): make the requires lines match |
---|
271 | current requirements ... |
---|
272 | |
---|
273 | * gtkdoc-mkhtml.in (XSLTPROC): pass --nonet to xsltproc, so we |
---|
274 | don't try to download DTDs and XSLT over the net. The configure |
---|
275 | checks should catch people who don't have the correct files in |
---|
276 | their catalog. |
---|
277 | |
---|
278 | 2003-02-17 James Henstridge <james@daa.com.au> |
---|
279 | |
---|
280 | * gtkdocize.in (--version): add --version argument. |
---|
281 | |
---|
282 | 2003-02-14 James Henstridge <james@daa.com.au> |
---|
283 | |
---|
284 | * gtkdoc-mkdb.in (GetOptions): actually accept --tmpl-dir as a |
---|
285 | command line option. Based on a patch from Simon Josefsson |
---|
286 | <jas@extundo.com>. |
---|
287 | |
---|
288 | * gtk-doc.xsl: remove the xmlns declaration. Not really needed |
---|
289 | for html output anyway ... |
---|
290 | |
---|
291 | 2003-02-13 James Henstridge <james@daa.com.au> |
---|
292 | |
---|
293 | * devhelp.xsl: remove refsect1's and refsect2's from book tree, as |
---|
294 | suggested by Hallski. |
---|
295 | |
---|
296 | * gtk-doc.make (install-data-local): the change to install images |
---|
297 | was superfluous, so I have removed it. |
---|
298 | (CLEANFILES): move some more stuff to CLEANFILES from the |
---|
299 | distclean-local rule. |
---|
300 | |
---|
301 | 2003-02-12 James Henstridge <james@daa.com.au> |
---|
302 | |
---|
303 | * gtk-doc.make: add some chmod calls to work arround distcheck on |
---|
304 | automake >= 1.6. |
---|
305 | (install-data-local): copy the images as well as the html files |
---|
306 | during install. |
---|
307 | (uninstall-local): add an uninstall rule to remove the docs. |
---|
308 | (CLEANFILES): add $(DOC_MODULE)-scan.o to the list of files to be |
---|
309 | cleaned up. |
---|
310 | |
---|
311 | 2003-02-09 James Henstridge <james@daa.com.au> |
---|
312 | |
---|
313 | * gtkdocize.in: script used to copy gtk-doc.make into another |
---|
314 | module. |
---|
315 | |
---|
316 | * gtk-doc.make: automake makefile fragment to handle gtk-doc |
---|
317 | support in other modules. |
---|
318 | |
---|
319 | * configure.in: check to make sure DocBook XML DTD and XSLT |
---|
320 | stylesheets are present in the XML catalog. |
---|
321 | |
---|
322 | * acinclude.m4 (JH_CHECK_XML_CATALOG): new macro to check for |
---|
323 | entries in the XML catalog. |
---|
324 | |
---|
325 | 2003-02-04 James Henstridge <james@daa.com.au> |
---|
326 | |
---|
327 | * gtk-doc.m4: a macro to check for gtk-doc. |
---|
328 | |
---|
329 | * Makefile.am (gtkdocdata_DATA): don't bother installing xml.dcl. |
---|
330 | It isn't used anymore (since switching xml mode to xsltproc). |
---|
331 | |
---|
332 | * gtkdoc-mkhtml.in (gtkdocdir): and here. |
---|
333 | |
---|
334 | * Makefile.am (gtkdocdatadir): change dir. |
---|
335 | |
---|
336 | * configure.in: put data files in $(datadir)/gtk-doc/data, so that |
---|
337 | they don't all get mixed up with the html docs installed by other |
---|
338 | packages. |
---|
339 | |
---|
340 | 2003-01-20 Damon Chaplin <damon@gnome.org> |
---|
341 | |
---|
342 | * Released 1.0. |
---|
343 | |
---|
344 | 2003-01-20 Damon Chaplin <damon@gnome.org> |
---|
345 | |
---|
346 | * configure.in: bumped version to 1.0, and added SGML_OUTPUT_TYPE |
---|
347 | variable, which we set to 'sgml-raw' if we have openjade, or 'sgml' |
---|
348 | if we have jade. Added gtk-doc.pc to AC_OUTPUT. |
---|
349 | |
---|
350 | * gtkdoc-mkhtml.in: used SGML_OUTPUT_TYPE variable to set the output |
---|
351 | type of jade/openjade. |
---|
352 | |
---|
353 | * gtk-doc.pc.in: new pkg-config file, which apps can use to reliably |
---|
354 | check the gtk-doc version in future. |
---|
355 | |
---|
356 | * Makefile.am (pkgconfigdir): install .pc file, and add it to |
---|
357 | EXTRA_DIST. |
---|
358 | |
---|
359 | * examples/configure.in: updated example to use pkg-config for the |
---|
360 | version check. |
---|
361 | |
---|
362 | 2003-01-18 James Henstridge <james@daa.com.au> |
---|
363 | |
---|
364 | * gtkdoc-mkhtml.in (declaration): switch the output type from |
---|
365 | "sgml" to "sgml-raw" when using Jade to process docs. This gets |
---|
366 | rid of the line breaks inside the tags, which were confusing Lynx. |
---|
367 | |
---|
368 | 2003-01-15 Matthias Clasen <maclas@gmx.de> |
---|
369 | |
---|
370 | * gtkdoc-scan.in (ScanHeader): Remove special cases for Pango and |
---|
371 | Bonobo. |
---|
372 | * gtkdoc-mkdb.in (OutputDeclaration): |
---|
373 | * gtkdoc-mktmpl.in (OutputDeclaration): Remove special cases for |
---|
374 | structs named BlablaClass. (#95398) |
---|
375 | |
---|
376 | * gtkdoc-mkdb.in (GetInterfaces): Fix an off-by-one error. |
---|
377 | (#103466, Josh Parsons) |
---|
378 | |
---|
379 | 2002-12-28 Chema Celorio <chema@celorio.com> |
---|
380 | |
---|
381 | * gtkdoc-scan[g]obj.in: add "void" to functions with no parameters, |
---|
382 | avoids warning with -Wmissing-prototypes when compiling |
---|
383 | {module}-scan.c |
---|
384 | |
---|
385 | 2002-12-16 James Henstridge <james@daa.com.au> |
---|
386 | |
---|
387 | * gtk-doc.spec.in: require perl >= 5.6.0 |
---|
388 | |
---|
389 | * configure.in: require Perl >= 5.6.0 |
---|
390 | |
---|
391 | * gtkdoc-fixxref.in: add "use bytes;" to fix malformed UTF-8 |
---|
392 | character errors when run with a UTF-8 locale. |
---|
393 | |
---|
394 | 2002-12-16 Matthias Clasen <maclas@gmx.de> |
---|
395 | |
---|
396 | * gtkdoc-mkdb.in (OutputSGMLFile): Don't emit the additional |
---|
397 | anchors in the title which breaks the generated html (the title |
---|
398 | text is copied around). Instead, put the anchors before the |
---|
399 | synopsis. This isn't perfect, but the best we can achieve without |
---|
400 | stylesheet hackery. |
---|
401 | |
---|
402 | 2002-12-13 Matthias Clasen <maclas@gmx.de> |
---|
403 | |
---|
404 | * gtkdoc-mkdb.in: Add an --ignore-files option which can be used |
---|
405 | to omit files or directories from scanning. |
---|
406 | (OutputSGMLFile): Emit anchors for all objects contained in the |
---|
407 | file to avoid dangling links. |
---|
408 | (OutputMissingDocumentation): Emit deprecated symbols after |
---|
409 | undeprecated ones. |
---|
410 | |
---|
411 | 2002-12-12 Matthias Clasen <maclas@gmx.de> |
---|
412 | |
---|
413 | * gtkdoc-scan.in (ScanHeader): Also recognize "positive" guards |
---|
414 | like #ifdef GTK_ENABLE_BROKEN. |
---|
415 | |
---|
416 | 2002-12-11 Matthias Clasen <maclas@gmx.de> |
---|
417 | |
---|
418 | * gtk-doc.xsl: Change XPath path to "//anchor|//refentry" for the |
---|
419 | generation of index.sgml. The previous path "//anchor|refentry" |
---|
420 | was not matching any refentrys. |
---|
421 | |
---|
422 | 2002-12-09 Matthias Clasen <maclas@gmx.de> |
---|
423 | |
---|
424 | * gtkdoc-mktmpl.in (UpdateTemplates): Emit unused class structs |
---|
425 | to $MODULE-unused.txt. |
---|
426 | |
---|
427 | 2002-12-08 Matthias Clasen <maclas@gmx.de> |
---|
428 | |
---|
429 | * gtkdoc-mkdb.in (OutputStruct): Don't emit private parts |
---|
430 | of class structs to parameter lists in docs. Remove leftover |
---|
431 | debugging output. |
---|
432 | |
---|
433 | * gtkdoc-mktmpl.in (OutputDeclaration): Don't emit private parts |
---|
434 | of class structs to parameter lists in templates. |
---|
435 | |
---|
436 | 2002-12-06 Matthias Clasen <maclas@gmx.de> |
---|
437 | |
---|
438 | Improved /*< private >*/ handling: (#95398) |
---|
439 | |
---|
440 | * gtkdoc-mkdb.in (OutputStruct): Handle /*< public >*/ and |
---|
441 | /*< private >*/ for all structs. Default to private for object and |
---|
442 | class structs, to public for all other structs. |
---|
443 | |
---|
444 | * gtkdoc-scan.in (ScanHeader): Emit declarations for class structs |
---|
445 | to $MODULE-decl.txt. |
---|
446 | |
---|
447 | 2002-12-05 Matthias Clasen <maclas@gmx.de> |
---|
448 | |
---|
449 | * gtkdoc-mktmpl.in (OutputDeclaration): |
---|
450 | * gtkdoc-mkdb.in (ReadTemplateFile): Support @Since: and |
---|
451 | @Deprecated: as a way to specify since and deprecated information |
---|
452 | in template files. This works for all kinds of symbols, even those |
---|
453 | which normally don't have parameter lists. |
---|
454 | |
---|
455 | 2002-12-02 Matthias Clasen <maclas@gmx.de> |
---|
456 | |
---|
457 | * gtkdoc-mkdb.in (MakeDeprecationNote): Support multi-paragraph |
---|
458 | deprecation notes. |
---|
459 | |
---|
460 | 2002-11-29 James Henstridge <james@daa.com.au> |
---|
461 | |
---|
462 | * gtkdoc-mkhtml.in: copy the navigation images for both XML and |
---|
463 | SGML cases. |
---|
464 | |
---|
465 | * gtk-doc.dsl.in: update DSSSL stylesheets to match layout of XSL |
---|
466 | ones. |
---|
467 | |
---|
468 | 2002-11-29 Matthias Clasen <maclas@gmx.de> |
---|
469 | |
---|
470 | * gtkdoc-scan.in (ScanHeader): Make deprecation guards work with |
---|
471 | both |
---|
472 | #ifndef DEPRECATION_GUARD |
---|
473 | #if !defined(DEPRECATION_GUARD) || defined(FOO_COMPILATION) |
---|
474 | The second form is used in GDK and GTK+ to include selected |
---|
475 | deprecated symbols when compiling the library itself. |
---|
476 | |
---|
477 | 2002-11-27 Matthias Clasen <maclas@gmx.de> |
---|
478 | |
---|
479 | * gtkdoc-mkdb.in: Parse to new tags in inline doc comments, |
---|
480 | Since: and Deprecated:, which can be placed after the Returns: |
---|
481 | tag. Emit the Since: information (which is expected to be just a |
---|
482 | version number) after the parameters and the Deprecated: |
---|
483 | information (which is expected to be one or more full sentences) |
---|
484 | inside the deprecation warning. |
---|
485 | Warn if a Deprecated: tag is found on a symbol which is not |
---|
486 | guarded by a deprecation guard in the header. |
---|
487 | |
---|
488 | 2002-11-26 James Henstridge <james@daa.com.au> |
---|
489 | |
---|
490 | * gtkdoc-mkhtml.in: set gtkdoc-bookname and gtkdoc-version |
---|
491 | parameters in sgml mode, and don't bother with the sed run after |
---|
492 | processing with jade. |
---|
493 | In XML mode, pass the version number in as a parameter too. |
---|
494 | |
---|
495 | * gtk-doc.dsl.in ($user-html-header$): add <meta> tag if |
---|
496 | gtkdoc-version is set. |
---|
497 | (generate-index-mode): if gtkdoc-bookname is set, add it to the |
---|
498 | hrefs in the index file, like the XSLT sheets do. |
---|
499 | |
---|
500 | * gtk-doc.xsl: add gtkdoc.version parameter, and use it to add a |
---|
501 | <meta> tag with the gtk-doc version number. |
---|
502 | |
---|
503 | 2002-11-16 Damon Chaplin <damon@gnome.org> |
---|
504 | |
---|
505 | * Released 0.10. |
---|
506 | |
---|
507 | 2002-11-16 Damon Chaplin <damon@gnome.org> |
---|
508 | |
---|
509 | * configure.in: bumped version to 0.10. |
---|
510 | |
---|
511 | * Makefile.am (EXTRA_DIST): added MAINTAINERS. |
---|
512 | |
---|
513 | * README: updated requirements info, mainly to add XML stuff. |
---|
514 | |
---|
515 | * NEWS: added news for 0.10 |
---|
516 | |
---|
517 | * MAINTAINERS: |
---|
518 | * AUTHORS: updated my email address. |
---|
519 | |
---|
520 | 2002-11-16 James Henstridge <james@daa.com.au> |
---|
521 | |
---|
522 | * gtk-doc.xsl: output HTML in ISO-8859-1 (latin1), as using UTF-8 |
---|
523 | can trigger misinterpretation of web pages when the web server |
---|
524 | asserts that the document is encoded in latin1 in the mime type. |
---|
525 | |
---|
526 | 2002-11-15 James Henstridge <james@daa.com.au> |
---|
527 | |
---|
528 | * gtk-doc.xsl: small changes to make the output closer to valid |
---|
529 | HTML. |
---|
530 | |
---|
531 | * gtkdoc-fixxref.in (MakeXRef): when substituting in cross |
---|
532 | references, use lower case element and attribute names, and quote |
---|
533 | the attribute value. |
---|
534 | |
---|
535 | 2002-11-12 James Henstridge <james@daa.com.au> |
---|
536 | |
---|
537 | * gtkdoc-mkdb.in: put content of parameter descriptions in |
---|
538 | <simpara> elements instead of <para>'s. This makes the generated |
---|
539 | HTML more compact, as it will omit the <p> tag inside the list |
---|
540 | item. |
---|
541 | |
---|
542 | * gtk-doc.xsl: adjust stylesheet a little. |
---|
543 | |
---|
544 | 2002-11-10 James Henstridge <james@daa.com.au> |
---|
545 | |
---|
546 | * gtk-doc.xsl: change style for documentation. |
---|
547 | |
---|
548 | * gtkdoc-mkhtml.in (declaration): copy PNG files to the html |
---|
549 | directory. |
---|
550 | |
---|
551 | 2002-11-10 Matthias Clasen <maclas@gmx.de> |
---|
552 | |
---|
553 | * gtkdoc-mkdb.in (GetArgs): Expand abbreviations in source doc |
---|
554 | comments. |
---|
555 | |
---|
556 | 2002-11-09 Matthias Clasen <maclas@gmx.de> |
---|
557 | |
---|
558 | * gtkdoc-mktmpl.in (OutputSignalTemplates): Don't replace template |
---|
559 | param names with meaningless argn names generated by gtkdoc-scangobj. |
---|
560 | |
---|
561 | * gtkdoc-mkdb.in (GetSignals): Use argument names from source doc |
---|
562 | comments, if available. |
---|
563 | (GetArgs): Use source doc comments instead of blurb, if available. |
---|
564 | (ScanSourceFile): Also accept object::signal and object:property |
---|
565 | symbols. |
---|
566 | (MergeSourceDocumentation): For signals only, prefer source doc |
---|
567 | param names over template param names. |
---|
568 | |
---|
569 | Fri Nov 8 15:10:57 2002 Owen Taylor <otaylor@redhat.com> |
---|
570 | |
---|
571 | * gtkdoc-mkdb.in (GetPrerequisites): Add missing <para> |
---|
572 | here too. |
---|
573 | |
---|
574 | Mon Nov 4 17:17:40 2002 Owen Taylor <otaylor@redhat.com> |
---|
575 | |
---|
576 | * gtkdoc-mkdb.in (MergeSourceDocumentation): Warn |
---|
577 | when overriding docs in template file by inline comments. |
---|
578 | |
---|
579 | * gtkdoc-mkdb.in (GetInterfaces): Add missing <para> in |
---|
580 | "Implemented interfaces" output. |
---|
581 | |
---|
582 | 2002-10-29 Damon Chaplin <damon@ximian.com> |
---|
583 | |
---|
584 | * gtkdoc-scangobj.in: in get_type_name() set is_pointer to TRUE for |
---|
585 | subtypes of G_TYPE_BOXED and G_TYPE_POINTER. This means we get things |
---|
586 | like "GtkTreeIter *iter" rather than "GtkTreeIter iter" which was |
---|
587 | incorrect. Also return 'GParamSpec*' for G_TYPE_PARAM. |
---|
588 | in lookup_signal_arg_names() changed GtkNotebook::switch-page |
---|
589 | page argument to guint. And fixed a few other entries. |
---|
590 | Also fixed argument numbering, so we don't get 2 "widget" arguments. |
---|
591 | |
---|
592 | * gtkdoc-scanobj.in: add ';' after unlink command to avoid warning. |
---|
593 | |
---|
594 | 2002-10-20 Matthias Clasen <maclas@gmx.de> |
---|
595 | |
---|
596 | * examples/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites. |
---|
597 | |
---|
598 | * gtkdoc-mkdb.in: Read $MODULE.prerequisites and put list of |
---|
599 | prerequisites below the object hierarchy for interfaces. |
---|
600 | |
---|
601 | * gtkdoc-scangobj.in: Write information about interface |
---|
602 | prerequisites to $MODULE.prerequisites. |
---|
603 | |
---|
604 | 2002-10-15 Matthias Clasen <maclas@gmx.de> |
---|
605 | |
---|
606 | * gtkdoc-scangobj.in: Sort paramspec arrays for |
---|
607 | greater stability and less random tmpl file diffs. |
---|
608 | |
---|
609 | 2002-10-14 Matthias Clasen <maclas@gmx.de> |
---|
610 | |
---|
611 | * examples/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces. |
---|
612 | |
---|
613 | * gtkdoc-mkdb.in: Read $MODULE.interfaces and put lists of |
---|
614 | implemented interfaces/known implementations below the object |
---|
615 | hierarchy for classes/interfaces. |
---|
616 | |
---|
617 | * gtkdoc-scangobj.in: Write interface information to |
---|
618 | $MODULE.interfaces. |
---|
619 | |
---|
620 | 2002-10-12 Matthias Clasen <maclas@gmx.de> |
---|
621 | |
---|
622 | * gtkdoc-scangobj.in: Make interface appear in the object hierarchy. |
---|
623 | |
---|
624 | 2002-10-11 Matthias Clasen <maclas@gmx.de> |
---|
625 | |
---|
626 | * gtk-doc.xsl: use 'UTF-8', not UTF-8 for default.encoding, to |
---|
627 | make the encoding actually appear in the resulting HTML. |
---|
628 | |
---|
629 | 2002-10-09 James Henstridge <james@daa.com.au> |
---|
630 | |
---|
631 | * gtkdoc-mkdb.in: set $doctype_header to "" for the SGML case, as |
---|
632 | we don't add a doctype to the beginning of SGML fragments. |
---|
633 | |
---|
634 | Tue Sep 17 01:07:51 2002 Jonathan Blandford <jrb@gnome.org> |
---|
635 | |
---|
636 | * gtk-doc.xsl: output the chunks in UTF-8 so other tools can use |
---|
637 | them. |
---|
638 | |
---|
639 | 2002-09-03 James Henstridge <james@daa.com.au> |
---|
640 | |
---|
641 | * gtk-doc.xsl: turn on rendering of variablelists as tables, and |
---|
642 | set CSS rules to style .variablelist instead of .informaltable. |
---|
643 | |
---|
644 | * gtk-doc.dsl.in (variablelist): override the variablelist handler |
---|
645 | instead of the tgroups. |
---|
646 | |
---|
647 | * gtkdoc-mkdb.in (OutputStruct): use a <variablelist> for listing |
---|
648 | the field descriptions. |
---|
649 | (OutputEnum): same here. |
---|
650 | (OutputParamDescriptions): and here. |
---|
651 | |
---|
652 | 2002-08-12 James Henstridge <james@daa.com.au> |
---|
653 | |
---|
654 | * gtk-doc.xsl: include devhelp.xsl, and call generate.devhelp when |
---|
655 | processing the docbook/xml input. |
---|
656 | |
---|
657 | * devhelp.xsl: new file, implements .devhelp file output. |
---|
658 | |
---|
659 | 2002-08-18 Havoc Pennington <hp@pobox.com> |
---|
660 | |
---|
661 | * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with |
---|
662 | both automake 1.6 and 1.4 installed get the right automake. Means |
---|
663 | compilation from CVS will now require the latest automake 1.4 |
---|
664 | release, or manually creating symlinks called "automake-1.4" and |
---|
665 | "aclocal-1.4" |
---|
666 | |
---|
667 | 2002-08-08 Matthias Clasen <maclas@gmx.de> |
---|
668 | |
---|
669 | * gtkdoc-scangobj.in: Make sure blurbs end with a '.' |
---|
670 | |
---|
671 | 2002-08-08 James Henstridge <james@daa.com.au> |
---|
672 | |
---|
673 | * gtk-doc.xsl: add a gtkdoc.bookname param, and include it in the |
---|
674 | index.sgml output (if not empty). |
---|
675 | |
---|
676 | * gtkdoc-mkhtml.in: only perform the sed operation if we are using |
---|
677 | Jade, and pass the module name as a parameter when using xsltproc. |
---|
678 | |
---|
679 | 2002-08-04 Matthias Clasen <maclas@gmx.de> |
---|
680 | |
---|
681 | * gtkdoc-scangobj.in: Don't try to list signals on types which |
---|
682 | don't support signals, e.g. boxed types. |
---|
683 | |
---|
684 | 2002-06-14 jacob berkman <jacob@ximian.com> |
---|
685 | |
---|
686 | * gtkdoc-mkdb.in: do the version check before help, so --version |
---|
687 | doesn't output --help (should fix recent build bustage) |
---|
688 | |
---|
689 | 2002-06-12 Matthias Clasen <maclas@gmx.de> |
---|
690 | |
---|
691 | * gtkdoc-mkdb.in: Make header-grabbing work without an explicit |
---|
692 | --main-sgml-file argument. |
---|
693 | |
---|
694 | * gtkdoc-mkdb.in: Emit the object hierarchy as a <screen> rather |
---|
695 | than a <literallayout>, since the Docbook XSL stylesheets don't |
---|
696 | handle <link>s inside <literallayout>. |
---|
697 | |
---|
698 | * gtkdoc-mkdb.in: Decide wether to generate standalone documents |
---|
699 | for XIncluding or entities based on the presence of the XInclude |
---|
700 | namespace declaration on the document element. |
---|
701 | |
---|
702 | 2002-06-09 James Henstridge <james@daa.com.au> |
---|
703 | |
---|
704 | * gtkdoc-mkdb.in: try to grab the header off the top of the main |
---|
705 | sgml file. |
---|
706 | |
---|
707 | 2002-05-31 James Henstridge <james@daa.com.au> |
---|
708 | |
---|
709 | * gtkdoc-mkdb.in (OutputSGML): put XIncludes in the $book_bottom |
---|
710 | variable. |
---|
711 | (OutputBook): add the XInclude namespace declaration to the book |
---|
712 | element. |
---|
713 | |
---|
714 | * gtkdoc-mkhtml.in (declaration): if the document looks like XML, |
---|
715 | process it with xsltproc. |
---|
716 | |
---|
717 | * configure.in: check for xsltproc. |
---|
718 | |
---|
719 | * gtk-doc.xsl: start of XSLT template for converting docbook/xml |
---|
720 | to HTML. |
---|
721 | |
---|
722 | 2002-06-03 Matthias Clasen <maclas@gmx.de> |
---|
723 | |
---|
724 | * gtkdoc-mkdb.in (ConvertSGMLChars): Don't use Posix character |
---|
725 | classes. Perl < 5.6 doesn't have them; and the API doc autobuilder |
---|
726 | on widget.gnome.org has an old Perl. |
---|
727 | |
---|
728 | 2002-05-29 Matthias Clasen <maclas@gmx.de> |
---|
729 | |
---|
730 | Fixes for #77193: |
---|
731 | |
---|
732 | * gtkdoc-mkdb.in (OutputSGML): Call GetSignals, GetArgs and |
---|
733 | GetHierarchy for each symbol here and accumulate. |
---|
734 | (OutputSGMLFile): Get signal, argument and hierarchy information |
---|
735 | from the caller. |
---|
736 | (GetSignals, GetArgs, GetHierarchy): Don't wrap the return value |
---|
737 | in a refsect1, so that the results of multiple calls can be accumulated. |
---|
738 | |
---|
739 | 2002-05-28 Matthias Clasen <maclas@gmx.de> |
---|
740 | |
---|
741 | * gtkdoc-mkdb.in (ConvertSGMLChars): Make this work correctly |
---|
742 | for empty elements and XML comments in doc comments. |
---|
743 | |
---|
744 | 2002-05-27 Matthias Clasen <maclas@gmx.de> |
---|
745 | |
---|
746 | * gtkdoc-mkdb.in (ReadTemplateFile, OutputSGMLFile): |
---|
747 | Use only the basename of the template file in the key for the |
---|
748 | symbol table, in order to decouple the file extensions of the |
---|
749 | template files and the generated entities (we want to generate |
---|
750 | .xml entities from .sgml template files when emitting XML). |
---|
751 | |
---|
752 | 2002-05-25 Matthias Clasen <maclas@gmx.de> |
---|
753 | |
---|
754 | * gtkdoc-mkdb.in (ConvertSGMLChars): New function which tries to |
---|
755 | be a bit more clever when escaping SGML syntax characters. |
---|
756 | (ScanSourceFile): Use ConvertSGMLChars instead of CreateValidSGML. |
---|
757 | This reduces the work needed to make gtk-doc emit XML (where <, & |
---|
758 | and friends must always be escaped). |
---|
759 | |
---|
760 | 2002-05-18 Matthias Clasen <maclas@gmx.de> |
---|
761 | |
---|
762 | * gtkdoc-mkhtml.in: Detect whether we're processing SGML or XML. |
---|
763 | |
---|
764 | * gtkdoc-mkdb.in: New option --output-format to switch between |
---|
765 | SGML and XML output. |
---|
766 | |
---|
767 | * Makefile.am (EXTRA_DIST): Add xml.dcl |
---|
768 | |
---|
769 | * xml.dcl: The XML declaration. |
---|
770 | |
---|
771 | 2002-05-06 jacob berkman <jacob@ximian.com> |
---|
772 | |
---|
773 | * gtkdoc-scangobj.in: add an include for the GTK_CHECK_VERSION |
---|
774 | macro |
---|
775 | |
---|
776 | 2002-05-05 Matthias Clasen <maclas@gmx.de> |
---|
777 | |
---|
778 | * gtkdoc-scangobj.in: Output style properties. (#80659) |
---|
779 | |
---|
780 | * gtkdoc-mkdb.in (GetArgs): Return separate sections for |
---|
781 | properties, child properties and style properties. (#80659) |
---|
782 | |
---|
783 | 2002-05-03 Matthias Clasen <maclas@gmx.de> |
---|
784 | |
---|
785 | * gtkdoc-scangobj.in: Fix for segfault in scangobj-generated C |
---|
786 | program on Solaris. (#80606, Jacob Berkman) |
---|
787 | |
---|
788 | 2002-05-01 Matthias Clasen <maclas@gmx.de> |
---|
789 | |
---|
790 | * tools/docpercentages.pl: Add the script which Owen uses for the |
---|
791 | d.g.o online API docs. Its easier to keep in sync here. |
---|
792 | |
---|
793 | * gtkdoc-mkdb.in (OutputMissingDocumentation): Fix |
---|
794 | $MODULE-undocumented.txt for d.g.o online API docs. |
---|
795 | |
---|
796 | * gtkdoc-mkdb.in (GetArgs): Use blurbs for property documentation. |
---|
797 | |
---|
798 | * gtkdoc-scangobj.in: Output child properties. Output nicks and |
---|
799 | blurbs for properties. |
---|
800 | |
---|
801 | 2002-04-28 Matthias Clasen <maclas@gmx.de> |
---|
802 | |
---|
803 | * gtkdoc-mkdb.in (ScanSourceFile): Don't scan for return value |
---|
804 | descriptions unnecessarily. (#65997) |
---|
805 | |
---|
806 | 2002-03-11 Matthias Clasen <maclas@gmx.de> |
---|
807 | |
---|
808 | * gtkdoc-scangobj.in, gtkdoc-mkdb.in: Create docs for signals on interfaces. |
---|
809 | |
---|
810 | 2002-02-01 Damon Chaplin <damon@ximian.com> |
---|
811 | |
---|
812 | * configure.in: check for openjade or jade. Patch from Stefan Kost |
---|
813 | <kost@imn.htwk-leipzig.de>. |
---|
814 | |
---|
815 | * gtkdoc-mkhtml.in: use @JADE@ so the correct version of jade is used. |
---|
816 | |
---|
817 | * autogen.sh: commented out autoheader since we don't have a config.h. |
---|
818 | |
---|
819 | 2002-01-18 Damon Chaplin <damon@ximian.com> |
---|
820 | |
---|
821 | * Released 0.9. |
---|
822 | |
---|
823 | 2002-02-01 Damon Chaplin <damon@ximian.com> |
---|
824 | |
---|
825 | * examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs |
---|
826 | to pass options to gtkdoc-scanobj or gtkdoc-scangobj. |
---|
827 | |
---|
828 | 2002-01-24 Damon Chaplin <damon@ximian.com> |
---|
829 | |
---|
830 | * tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding |
---|
831 | skeleton comment blocks above functions. Very handy! |
---|
832 | |
---|
833 | 2002-01-23 Damon Chaplin <damon@ximian.com> |
---|
834 | |
---|
835 | * configure.in: bumped the version to 0.9, so GTK+ can depend on this |
---|
836 | if it wants to. |
---|
837 | |
---|
838 | * gtkdoc-scangobj.in: we now default to calling g_type_init() to |
---|
839 | initialize the type system, rather than gtk_init(). This means you |
---|
840 | don't need an X connection to build the docs any more. Hurrah! |
---|
841 | Also added a '--type-init-func' argument so you can change the |
---|
842 | function to be called. GTK+ uses --type-init-func="gtk_type_init(0)". |
---|
843 | |
---|
844 | * gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message. |
---|
845 | |
---|
846 | 2002-01-18 Damon Chaplin <damon@ximian.com> |
---|
847 | |
---|
848 | * Released 0.8. |
---|
849 | |
---|
850 | 2002-01-18 Damon Chaplin <damon@ximian.com> |
---|
851 | |
---|
852 | * Makefile.am (EXTRA_DIST): added gtk-doc.dcl to EXTRA_DIST. |
---|
853 | |
---|
854 | 2002-01-18 Damon Chaplin <damon@ximian.com> |
---|
855 | |
---|
856 | * gtkdoc-scangobj.in: Reverted jacob's patch for this release, since |
---|
857 | it breaks GTK+ and possibly other packages. I'll re-apply it after |
---|
858 | the release, so we can fix everything in CVS. |
---|
859 | |
---|
860 | 2002-01-18 jacob berkman <jacob@ximian.com> |
---|
861 | |
---|
862 | * gtkdoc-scangobj.in: default to calling g_type_init(), remove |
---|
863 | --nogtkinit argument and replace with a more flexible |
---|
864 | --type-init-func |
---|
865 | |
---|
866 | 2002-01-18 Damon Chaplin <damon@ximian.com> |
---|
867 | |
---|
868 | * gtkdoc-mkdb.in (ScanSourceFile): patch from Matthias Clasen |
---|
869 | <matthiasc@poet.de> to only strip first space after '*' in source |
---|
870 | code comment blocks, so example code can be indented as desired. |
---|
871 | Bug #68216. |
---|
872 | |
---|
873 | Wed Nov 21 16:50:35 2001 Owen Taylor <otaylor@redhat.com> |
---|
874 | |
---|
875 | * gtkdoc-mkdb,tmpl.in: Add some extra quoting to |
---|
876 | error messages to make it clearer what is going on |
---|
877 | with trailing commas on enumeration declarations. |
---|
878 | |
---|
879 | Wed Nov 21 16:00:45 2001 Owen Taylor <otaylor@redhat.com> |
---|
880 | |
---|
881 | * Applied patch from Matthias Clasen to use a modified |
---|
882 | .dcl file with the 44 character name length limit removed. |
---|
883 | (#61342) |
---|
884 | |
---|
885 | 2001-10-17 Damon Chaplin <damon@ximian.com> |
---|
886 | |
---|
887 | * gtkdoc-mkdb.in: applied patch from Matthias Clasen |
---|
888 | <matthiasc@poet.de> to take a --sgml-mode argument which means |
---|
889 | all comment blocks in the source code are assumed to be DocBook |
---|
890 | (i.e. we don't convert '<', '>' and '&' to '<' etc. |
---|
891 | |
---|
892 | 2001-10-09 Damon Chaplin <damon@ximian.com> |
---|
893 | |
---|
894 | * gtkdoc-mkdb.in (OutputMissingDocumentation): changed %.2f to %.0f |
---|
895 | so hopefully the automated reports on developer.gnome.org will work |
---|
896 | OK again. |
---|
897 | |
---|
898 | 2001-10-02 Damon Chaplin <damon@ximian.com> |
---|
899 | |
---|
900 | * gtkdoc-mktmpl.in (OutputDeclaration): |
---|
901 | * gtkdoc-mkdb.in (OutputFunction): applied patch from |
---|
902 | matthiasc@poet.de (Matthias Clasen) to handle G_CONST_RETURN in a |
---|
903 | parameter list. Bug #61341. |
---|
904 | |
---|
905 | 2001-10-02 Damon Chaplin <damon@ximian.com> |
---|
906 | |
---|
907 | * gtkdoc-mkdb.in (OutputMissingDocumentation): applied patch from |
---|
908 | matthiasc@poet.de (Matthias Clasen) to output percentages better. |
---|
909 | Bug #61467. |
---|
910 | Also set percent to 100 if total is 0, avoiding divide-by-zero. |
---|
911 | |
---|
912 | 2001-10-02 Damon Chaplin <damon@ximian.com> |
---|
913 | |
---|
914 | * examples/Makefile.am (DOC_OVERRIDES): define as an empty string, |
---|
915 | even when not used. |
---|
916 | |
---|
917 | 2001-09-13 Damon Chaplin <damon@ximian.com> |
---|
918 | |
---|
919 | * gtkdoc-mkdb.in (OutputMissingDocumentation): initialize buffer to "". |
---|
920 | Fix for SGI from David Kaelbling <drk@sgi.com>. |
---|
921 | |
---|
922 | Sat Sep 8 14:08:51 2001 Jonathan Blandford <jrb@webwynk.net> |
---|
923 | |
---|
924 | * gtkdoc-scan.in (ScanHeader): recognize GET_IFACE macros |
---|
925 | |
---|
926 | 2001-09-08 Havoc Pennington <hp@pobox.com> |
---|
927 | |
---|
928 | * gtkdoc-mkdb.in (GetArgs): Title the section on object properties |
---|
929 | "Properties" instead of "Args" |
---|
930 | |
---|
931 | 2001-08-14 Laszlo Peter <laca@ireland.sun.com> |
---|
932 | |
---|
933 | * gtkdoc-scanobj.in: |
---|
934 | * gtkdoc-scangobj.in: change \n's to \\n's in perl scripts |
---|
935 | generating C code. |
---|
936 | |
---|
937 | 2001-08-12 Jens Finke <jens@gnome.org> |
---|
938 | |
---|
939 | * Updated gtk-doc.spec.in file to match gpp standard. |
---|
940 | |
---|
941 | 2001-08-04 Damon Chaplin <damon@ximian.com> |
---|
942 | |
---|
943 | * Released 0.7 |
---|
944 | |
---|
945 | 2001-08-04 Damon Chaplin <damon@ximian.com> |
---|
946 | |
---|
947 | * gtkdoc-mkdb.in (OutputFunction): |
---|
948 | * gtkdoc-mktmpl.in (OutputDeclaration): patch from Lowell Johnson |
---|
949 | <ldjohn@usgs.gov> to accept things like "long long", "short int", |
---|
950 | "char test[][CLEN]" as function parameters. |
---|
951 | |
---|
952 | 2001-07-20 Anders Carlsson <andersca@gnome.org> |
---|
953 | |
---|
954 | * gtkdoc-scangobj.in: Remove argument to g_type_init (); |
---|
955 | |
---|
956 | 2001-07-09 Damon Chaplin <damon@ximian.com> |
---|
957 | |
---|
958 | * gtkdoc-mkdb.in (ParseStructDeclaration): accept G_CONST_RETURN |
---|
959 | modifier for function return values. gtkdoc-mktmpl.in already had this. |
---|
960 | |
---|
961 | Thu Jun 21 11:57:16 2001 Owen Taylor <otaylor@redhat.com> |
---|
962 | |
---|
963 | * gtkdoc-scangobj.in: Conform to changes in GObject API |
---|
964 | for property retrieval. |
---|
965 | |
---|
966 | 2001-05-25 Peter Williams <peterw@ximian.com> |
---|
967 | |
---|
968 | * gtkdoc-mkdb.in (ScanSourceFile): Skip single-line comments -- |
---|
969 | prevents barfing on ORBit-generated files. |
---|
970 | |
---|
971 | 2001-05-20 Damon Chaplin <damon@ximian.com> |
---|
972 | |
---|
973 | * examples/Makefile.am (sgml-build.stamp): replaced use of wildcard |
---|
974 | (which isn't portable) with original *.sgml. I think this just means |
---|
975 | that the first time you try to build the docs it will fail, but if |
---|
976 | you run make again it will work. |
---|
977 | |
---|
978 | * doc/setting-up.txt: explained that make may fail the first time. |
---|
979 | |
---|
980 | 2001-05-19 Damon Chaplin <damon@ximian.com> |
---|
981 | |
---|
982 | * README: |
---|
983 | * doc/README: |
---|
984 | * doc/setting-up.txt: |
---|
985 | * doc/sections-file.txt: |
---|
986 | * doc/authors.txt: updated docs to cover simpler setup procedure. |
---|
987 | |
---|
988 | * doc/gtk_button.txt: |
---|
989 | * doc/manpage: |
---|
990 | * doc/manpage.man: |
---|
991 | * doc/notes.txt: removed out-of date stuff. |
---|
992 | |
---|
993 | * Makefile.am (dist-hook): updated so it doesn't try to remove old |
---|
994 | examples subdirectory stuff. |
---|
995 | |
---|
996 | 2001-05-19 Damon Chaplin <damon@ximian.com> |
---|
997 | |
---|
998 | * examples/gnome/*: |
---|
999 | * examples/gnomeui/*: removed out-of-date example files. |
---|
1000 | |
---|
1001 | * examples/configure.in: |
---|
1002 | * examples/Makefile.am: new example setup mostly copied from GTK+. |
---|
1003 | |
---|
1004 | * examples/README: describe the example configure.in/Makefile.am. |
---|
1005 | |
---|
1006 | 2001-05-19 Damon Chaplin <damon@ximian.com> |
---|
1007 | |
---|
1008 | * gtkdoc-mkdb.in: added --help option and changed output slightly to |
---|
1009 | make more compatable with XML. Patch from Toshio Kuratomi |
---|
1010 | <badger@prtr-13.ucsc.edu> |
---|
1011 | |
---|
1012 | 2001-05-19 Damon Chaplin <damon@ximian.com> |
---|
1013 | |
---|
1014 | * gtkdoc-mktmpl.in (OutputDeclaration): |
---|
1015 | * gtkdoc-mkdb.in (OutputFunction): changed a '?' to a '*' so we accept |
---|
1016 | multi-dimensional array function parameters. Patch from Paolo Casarini |
---|
1017 | <casarini@CS.UniBO.IT> |
---|
1018 | |
---|
1019 | 2001-05-12 Damon Chaplin <damon@ximian.com> |
---|
1020 | |
---|
1021 | * gtkdoc-scangobj.in: |
---|
1022 | * gtkdoc-scanobj.in: used "*pos = 0" to avoid problems with backslashes |
---|
1023 | in '\0'. |
---|
1024 | |
---|
1025 | * configure.in: removed dsssl dirs stuff, since we use public entities |
---|
1026 | now. |
---|
1027 | |
---|
1028 | * gtkdoc-mkdb.in (OutputBook): if there is no main SGML file we create |
---|
1029 | it here. Also added a --main-sgml-file option so we know where to put |
---|
1030 | it. |
---|
1031 | |
---|
1032 | * gtkdoc-scan.in: if there is no MODULE-sections.txt file, we copy |
---|
1033 | the MODULE-decl-list.txt file to it. The user can tweak it later. |
---|
1034 | |
---|
1035 | 2001-05-11 Damon Chaplin <damon@ximian.com> |
---|
1036 | |
---|
1037 | * gtk-doc.spec.in: applied patch from Toshio Kuratomi |
---|
1038 | <badger@prtr-13.ucsc.edu>. |
---|
1039 | |
---|
1040 | 2001-05-07 Joakim Ziegler <joakim@ximian.com> |
---|
1041 | |
---|
1042 | * gtkdoc-mkdb.in: Added option --outputallsymbols to create a symbol list |
---|
1043 | in the module doc dir. |
---|
1044 | |
---|
1045 | * gtkdoc-mkdb.in: Added functionality to output a list of undocumented |
---|
1046 | symbols in a module, most of is is in OutputMissingDocumentation. |
---|
1047 | |
---|
1048 | * gtkdoc-scan.in: Small scanning fixes to facilitate the doc coverage |
---|
1049 | output mentioned above. |
---|
1050 | |
---|
1051 | 2001-04-25 Federico Mena Quintero <federico@ximian.com> |
---|
1052 | |
---|
1053 | * gtkdoc-scanobj.in: Added missing output-dir in the call to |
---|
1054 | GetOptions(). |
---|
1055 | |
---|
1056 | 2001-04-24 Damon Chaplin <damon@ximian.com> |
---|
1057 | |
---|
1058 | * gtkdoc-scanobj.in: copied --outputdir option from gtkdoc-scangobj.in. |
---|
1059 | |
---|
1060 | Fri Apr 13 15:25:44 2001 Owen Taylor <otaylor@redhat.com> |
---|
1061 | |
---|
1062 | * gtkdoc-mkdb.in: Restore call to OutputBook that was accidentally |
---|
1063 | deleted. |
---|
1064 | |
---|
1065 | Thu Apr 12 17:57:12 2001 Owen Taylor <otaylor@redhat.com> |
---|
1066 | |
---|
1067 | * gtkdoc-scangobj.in: Add a --outputdir option (sort of hacky. |
---|
1068 | Need this because $CC, $LD can include relative paths if they |
---|
1069 | are based on $LIBTOOL) |
---|
1070 | |
---|
1071 | 2001-03-26 Damon Chaplin <damon@ximian.com> |
---|
1072 | |
---|
1073 | * gtkdoc-mkdb.in (ReadSourceDocumentation): scan .h files as well, |
---|
1074 | so macros can be documented there if desired. Patch from |
---|
1075 | Yoann Vandoorselaere <yoann@mandrakesoft.com> |
---|
1076 | |
---|
1077 | * gtkdoc-mkhtml.in (gtkdocdir): use 'test -f' rather than 'test -e' |
---|
1078 | which is GNU-specific. |
---|
1079 | |
---|
1080 | Thu Mar 8 17:26:29 2001 Tim Janik <timj@gtk.org> |
---|
1081 | |
---|
1082 | * gtkdoc-scangobj.in: fix signal param type handling. |
---|
1083 | |
---|
1084 | Tue Mar 6 23:21:46 2001 Jonathan Blandford <jrb@redhat.com> |
---|
1085 | |
---|
1086 | * gtkdoc-scanobj.in: Add gobject support. Now works on files that |
---|
1087 | don't link against GTK. |
---|
1088 | |
---|
1089 | Sat Mar 3 17:43:42 2001 Owen Taylor <otaylor@redhat.com> |
---|
1090 | |
---|
1091 | * gtkdoc-{scan,mktmpl,mkdb}.in: Add support for G_CONST_RETURN. |
---|
1092 | (Right now, it will appear as G_CONST_RETURN in the output - |
---|
1093 | I'm not sure that's right - perhaps it should be converted |
---|
1094 | to const.) |
---|
1095 | |
---|
1096 | 2001-02-20 Michael Meeks <michael@ximian.com> |
---|
1097 | |
---|
1098 | * gtkdoc-mktmpl.in: s/TRUE/1/ |
---|
1099 | |
---|
1100 | 2001-02-19 Damon Chaplin <damon@ximian.com> |
---|
1101 | |
---|
1102 | * gtkdoc-mktmpl.in (UpdateTemplates): fixed bug handling the $changed |
---|
1103 | flag. |
---|
1104 | |
---|
1105 | 2001-02-17 Damon Chaplin <damon@ximian.com> |
---|
1106 | |
---|
1107 | * gtkdoc-scan.in (ScanHeaders): |
---|
1108 | (ScanHeader): patch from Johannes Stezenbach <js@convergence.de> |
---|
1109 | so we don't use '\b' in the regexp to match files/dirs to ignore. |
---|
1110 | '\b' can match '_' so we matched things we shouldn't have. |
---|
1111 | |
---|
1112 | Mon Feb 12 12:50:57 2001 Owen Taylor <otaylor@redhat.com> |
---|
1113 | |
---|
1114 | * configure.in: Up version. |
---|
1115 | |
---|
1116 | Sun Feb 11 18:35:07 2001 Owen Taylor <otaylor@redhat.com> |
---|
1117 | |
---|
1118 | * gtkdoc-mktmpl.in: Add a timestamp file for the |
---|
1119 | templates like sgml.stamp |
---|
1120 | |
---|
1121 | * gtkdoc-mktmpl.in (OutputUnusedTemplates): Write the |
---|
1122 | symbols out in sorted order instead of hash table |
---|
1123 | order to reduce conflicts. |
---|
1124 | |
---|
1125 | Mon Feb 5 16:48:51 2001 Owen Taylor <otaylor@redhat.com> |
---|
1126 | |
---|
1127 | * configure.in gtk-doc.dsl.in: Remove checks for DSSSL - use a |
---|
1128 | public entity instead. |
---|
1129 | |
---|
1130 | * gtkdoc-scangobj.in: Fix to work with libtool better. |
---|
1131 | |
---|
1132 | 2001-01-30 Havoc Pennington <hp@pobox.com> |
---|
1133 | |
---|
1134 | * gtkdoc-fixxref.in, gtkdoc-mkdb.in, gtkdoc-mktmpl.in, |
---|
1135 | gtkdoc-scan.in, gtkdoc-scangobj.in, gtkdoc-scanobj.in: |
---|
1136 | Added -*- cperl -*- magic, and --deprecated-guards |
---|
1137 | option. |
---|
1138 | |
---|
1139 | 2001-01-23 Damon Chaplin <damon@helixcode.com> |
---|
1140 | |
---|
1141 | * gtkdoc-scangobj.in: |
---|
1142 | * gtkdoc-scanobj.in: |
---|
1143 | * gtkdoc-scan.in: |
---|
1144 | * gtkdoc-mkdb.in: |
---|
1145 | * gtkdoc-mktmpl.in: changed so that they only update files when |
---|
1146 | necessary (they write new versions of the files out, then use 'cmp' |
---|
1147 | to compare with the existing versions to see if they have changed.) |
---|
1148 | This should make it easier to do proper dependency rules in Makefiles, |
---|
1149 | and it may cut down on CVS traffic. |
---|
1150 | |
---|
1151 | * gtkdoc-mkhtml.in: update a timestamp file (html.stamp) after running. |
---|
1152 | * gtkdoc-mkdb.in: update a timestamp file (sgml.stamp) if any of the |
---|
1153 | DocBook SGML files have been changed. So hopefully you can now use |
---|
1154 | rules like this to avoid unnecessary regeneration of the HTML: |
---|
1155 | |
---|
1156 | all-local: |
---|
1157 | $(MAKE) scan |
---|
1158 | $(MAKE) templates |
---|
1159 | $(MAKE) sgml |
---|
1160 | $(MAKE) html.stamp |
---|
1161 | |
---|
1162 | html.stamp: sgml.stamp $(EXTRA_SGML_FILES) |
---|
1163 | $(MAKE) html |
---|
1164 | |
---|
1165 | (I've tried this with the old GTK+ reference API docs and it seems to |
---|
1166 | work well.) |
---|
1167 | |
---|
1168 | * gtkdoc-scangobj.in: |
---|
1169 | * gtkdoc-scanobj.in: |
---|
1170 | * gtkdoc-scan.in: |
---|
1171 | * gtkdoc-mkdb.in: |
---|
1172 | * gtkdoc-mktmpl.in: |
---|
1173 | * gtkdoc-mkhtml.in: |
---|
1174 | * gtkdoc-mkman.in: |
---|
1175 | * gtkdoc-fixxref.in: |
---|
1176 | Added '--version' command-line arg to all shell & perl scripts, so |
---|
1177 | you can check for version 0.5 if you want to use the above rules. |
---|
1178 | (If 0.4 is used make will probably complain about not knowing how to |
---|
1179 | to build sgml.stamp.) |
---|
1180 | |
---|
1181 | * gtkdoc-common.pl.in: new file to contain shared routines. |
---|
1182 | For now it just contains the UpdateFileIfChanged routine for the above. |
---|
1183 | We can move the duplicated routines here in future, though the use of |
---|
1184 | global variables makes this a bit awkward. |
---|
1185 | |
---|
1186 | * configure.in (PACKAGE_DATA_DIR): calculates the data dir and |
---|
1187 | substitutes it so that the scripts know where gtkdoc-common.pl |
---|
1188 | is installed. Also added gtkdoc-common.pl to AC_OUTPUT. |
---|
1189 | |
---|
1190 | * Makefile.am: added gtkdoc-common.pl to gtkdocdata_DATA. |
---|
1191 | |
---|
1192 | * gtkdoc-mkhtml.in: deleted the old index.sgml file, since it causes |
---|
1193 | problems if it is owned by root (e.g. after you run 'make install' as |
---|
1194 | root. jade prompts you about overwriting it, which is annoying. |
---|
1195 | |
---|
1196 | 2001-01-10 Havoc Pennington <hp@redhat.com> |
---|
1197 | |
---|
1198 | * gtkdoc-mktmpl.in: Only move old file to backup if the old file |
---|
1199 | exists, and have better error messages when doing the backups |
---|
1200 | |
---|
1201 | Mon Jan 8 14:57:29 2001 Owen Taylor <otaylor@redhat.com> |
---|
1202 | |
---|
1203 | * gtkdoc-mktmpl.in: Canonicalize signal and argument |
---|
1204 | names to -, not _. |
---|
1205 | |
---|
1206 | * gtkdoc-scangobj.in: Fix up for GParamSpec. |
---|
1207 | |
---|
1208 | 2001-01-04 Frédéric Gobry <frederic.gobry@smartdata.ch> |
---|
1209 | |
---|
1210 | * gtkdoc-scan.in: fixed matching of < private_header > directive |
---|
1211 | |
---|
1212 | 2000-12-19 Damon Chaplin <damon@helixcode.com> |
---|
1213 | |
---|
1214 | * gtkdoc-scanobj.in: |
---|
1215 | * gtkdoc-scangobj.in: added default cases to get_type_name(). |
---|
1216 | |
---|
1217 | 2000-12-10 Arturo Tena <arturo@directmail.org> |
---|
1218 | |
---|
1219 | * gtkdoc-scanobj.in (get_type_name): |
---|
1220 | * gtkdoc-scangobj.in (get_type_name): fixed syntax error: forgotten |
---|
1221 | to close a switch statement. |
---|
1222 | |
---|
1223 | 2000-12-10 Damon Chaplin <damon@helixcode.com> |
---|
1224 | |
---|
1225 | * gtk-doc.spec.in: added spec.in file from John Gotts |
---|
1226 | <jgotts@linuxsavvy.com>. |
---|
1227 | |
---|
1228 | * configure.in (AC_OUTPUT): added spec file. |
---|
1229 | |
---|
1230 | * Makefile.am: uncommented spec file stuff, now that we have one. |
---|
1231 | |
---|
1232 | * gtkdoc-scanobj.in (get_type_name): |
---|
1233 | * gtkdoc-scangobj.in (get_type_name): updated to use the type numbers |
---|
1234 | rather than the type names, which were changed in GTK+ 1.2. This |
---|
1235 | should fix a problem where GTK_TYPE_STRING arguments were output as |
---|
1236 | 'GtkString *arg' instead of 'gchar *arg'. |
---|
1237 | |
---|
1238 | I'm still not sure what to output for the structured types such as |
---|
1239 | GTK_TYPE_SIGNAL/ARGS/FOREIGN/CALLBACK/C_CALLBACK. Should these be |
---|
1240 | expanded to several arguments to the signal handler? |
---|
1241 | |
---|
1242 | 2000-11-25 Dan Mueth <d-mueth@uchicago.edu> |
---|
1243 | |
---|
1244 | * help/manual/C/: created this path |
---|
1245 | * gtk-doc-manual.sgml: Put part of the outline into SGML. |
---|
1246 | Chris plans to put rest of outline in here and start |
---|
1247 | writing. |
---|
1248 | * fdl-appendix.sgml: The FDL in SGML. We will probably post |
---|
1249 | these on the web as a single document (book) so we will |
---|
1250 | need the FDL to be included as an appendix. |
---|
1251 | |
---|
1252 | Fri Nov 3 07:21:34 2000 Tim Janik <timj@gtk.org> |
---|
1253 | |
---|
1254 | * gtkdoc-mkdb.in: |
---|
1255 | (ParseStructDeclaration): |
---|
1256 | (OutputStruct): |
---|
1257 | * gtkdoc-mktmpl.in: |
---|
1258 | (ParseStructDeclaration): |
---|
1259 | support /*<protected>*/ equivalently to /*<private>*/ |
---|
1260 | |
---|
1261 | Fri Nov 3 07:15:58 2000 Tim Janik <timj@gtk.org> |
---|
1262 | |
---|
1263 | * gtkdoc-mktmpl.in: |
---|
1264 | * gtkdoc-mkdb.in: |
---|
1265 | (ReadTemplateFile): only eat up the first space (if at all |
---|
1266 | present) after "@param:" to preserve indentation for multiline |
---|
1267 | parameter descriptions. |
---|
1268 | |
---|
1269 | 2000-10-30 Raja R Harinath <harinath@cs.umn.edu> |
---|
1270 | |
---|
1271 | * gtkdoc-mkdb.in (ParseStructDeclaration): |
---|
1272 | Stop scanning at '}' only when it starts a line. |
---|
1273 | * gtkdoc-mktmpl.in (ParseStructDeclaration): Likewise. |
---|
1274 | |
---|
1275 | Mon Oct 30 02:59:54 2000 Tim Janik <timj@gtk.org> |
---|
1276 | |
---|
1277 | * gtkdoc-scangobj.in: use g_signal_list_ids(). |
---|
1278 | |
---|
1279 | Sun Oct 29 02:54:51 2000 Owen Taylor <otaylor@redhat.com> |
---|
1280 | |
---|
1281 | * gtkdoc-scangobj.in: Sort signal types arrays for |
---|
1282 | greater stability and less random tmpl file diffs. |
---|
1283 | |
---|
1284 | Sun Oct 29 01:02:35 2000 Owen Taylor <otaylor@redhat.com> |
---|
1285 | |
---|
1286 | * gtkdoc-scangobj.in: Work properly with GSignal |
---|
1287 | |
---|
1288 | 2000-10-21 Damon Chaplin <damon@helixcode.com> |
---|
1289 | |
---|
1290 | * Released 0.4 |
---|
1291 | |
---|
1292 | 2000-10-14 Damon Chaplin <damon@helixcode.com> |
---|
1293 | |
---|
1294 | * AUTHORS: |
---|
1295 | * MAINTAINERS: changed my email address. |
---|
1296 | |
---|
1297 | * Makefile.am (dist-hook): remove the CVS dirs from the dist. |
---|
1298 | |
---|
1299 | * doc/setting-up.txt: typo. |
---|
1300 | |
---|
1301 | Fri Oct 6 17:51:50 2000 <otaylor@redhat.com> |
---|
1302 | |
---|
1303 | * gtkdoc-scan.in gtkdoc-mkdb.in: Allow multiple |
---|
1304 | --source-dir options. |
---|
1305 | |
---|
1306 | Thu Sep 7 11:41:12 2000 Owen Taylor <otaylor@redhat.com> |
---|
1307 | |
---|
1308 | * gtkdoc-mkdb.in: Ignore all . files when scanning directories. |
---|
1309 | |
---|
1310 | * gtkdoc-scan.in: Add support for GLIB_VAR, GDKVAR, |
---|
1311 | etc when looking for variable declarations. |
---|
1312 | |
---|
1313 | * gtkdoc-scan.in: Recognize GET_CLASS macros. |
---|
1314 | |
---|
1315 | * gtkdoc-scangobj.in: Support .lo intermediate files |
---|
1316 | with libtool. |
---|
1317 | |
---|
1318 | Wed Sep 6 17:57:33 2000 Owen Taylor <otaylor@redhat.com> |
---|
1319 | |
---|
1320 | * gtkdoc-scangobj.in: Add gtkdoc-scangobj scanner for |
---|
1321 | GObject type system. |
---|
1322 | |
---|
1323 | * gtkdoc-scanobj.in: Allow setting $LD to allow separating |
---|
1324 | compilation and linking and thus to allow using libtool. |
---|
1325 | |
---|
1326 | * gtkdoc-fixxref.in (ScanIndices): Allow HTMLDIR |
---|
1327 | not to be present yet. |
---|
1328 | |
---|
1329 | Tue Sep 5 23:37:53 2000 Owen Taylor <otaylor@redhat.com> |
---|
1330 | |
---|
1331 | * gtkdoc-fixxref.in: Add a --extra-dir option to |
---|
1332 | allow scanning of additional uninstalled HTML |
---|
1333 | directories. |
---|
1334 | |
---|
1335 | * gtkdoc-scan.in (ScanHeaders): Honor subdirectories |
---|
1336 | appearing in --ignore-headers. |
---|
1337 | |
---|
1338 | * gtkdoc-mkdb.in: Append -CAPS to all all-caps identifiers |
---|
1339 | to prevent an infinite expansion of special cases. |
---|
1340 | |
---|
1341 | * gtkdoc-fixxref.in: Add a --module-dir option to |
---|
1342 | allow fixing references in an uninstalled tree. |
---|
1343 | |
---|
1344 | * gtkdoc-mkdb.in gtkdoc-mkhtml.in: Simple handling |
---|
1345 | for macros with embedded commas in enumeration |
---|
1346 | declarations. |
---|
1347 | |
---|
1348 | Mon Aug 28 18:18:53 2000 Owen Taylor <otaylor@redhat.com> |
---|
1349 | |
---|
1350 | * configure.in (DSSSL_DIR): Remove check for AM_PATH_GTK |
---|
1351 | since the dependency is only run-time not install-time, |
---|
1352 | and to avoid dependency loops. |
---|
1353 | |
---|
1354 | 2000-06-21 Damon Chaplin <damon@helixcode.com> |
---|
1355 | |
---|
1356 | * gtkdoc-mkdb.in: fixed <INCLUDES> bug, I think. |
---|
1357 | |
---|
1358 | Wed Feb 9 11:29:25 2000 Owen Taylor <otaylor@redhat.com> |
---|
1359 | |
---|
1360 | * gtkdoc-scan.in: Hack to avoid misidentifying structures |
---|
1361 | as GtkObjects within Pango. |
---|
1362 | |
---|
1363 | 1999-12-15 Raja R Harinath <harinath@cs.umn.edu> |
---|
1364 | |
---|
1365 | * gtk-doc.dsl.in ($generate-chapter-toc$): Add missing close |
---|
1366 | paranthesis. |
---|
1367 | |
---|
1368 | 1999-11-23 Raja R Harinath <harinath@cs.umn.edu> |
---|
1369 | |
---|
1370 | * gtk-doc.dsl.in: Use the (define (foo) ...) syntax rather than |
---|
1371 | the uglier (define foo (lambda () ...)) syntax. |
---|
1372 | ($generate-chapter-toc$): Simplify. |
---|
1373 | ($shade-verbatim-attr$): Simplify. Use ($table-width$) instead of |
---|
1374 | "100%" for width (See docs. of NWalsh Docbook DSSSL Stylesheets |
---|
1375 | for an explanation). |
---|
1376 | |
---|
1377 | 1999-09-20 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1378 | |
---|
1379 | * gtk-doc.dsl.in: If a Chapter has role="no-toc" we don't generate a |
---|
1380 | table of contents. This is useful if a better contents page has been |
---|
1381 | added manually, e.g. for the GTK+ Widgets & Objects page. (But it is |
---|
1382 | a bit of a hack.) |
---|
1383 | |
---|
1384 | * gtkdoc-scanobj.in: added --nogtkinit flag which will make it call |
---|
1385 | gtk_type_init() rather than gtk_init(). This is useful when it is |
---|
1386 | run automatically to update the docs by a cron job or similar and a |
---|
1387 | connection to an X server is not desirable. However, if any widgets |
---|
1388 | need a connection to X in their class init function then this can't |
---|
1389 | be used (e.g. GtkFontSelection at present). |
---|
1390 | |
---|
1391 | Mon Sep 20 09:09:12 1999 Owen Taylor <otaylor@redhat.com> |
---|
1392 | |
---|
1393 | * gtkdoc-mkdb.in gtkdoc-mktmpl.in: (ParseStructDeclaration): |
---|
1394 | Fixed up the code to do /*< private >*/ ... stripping. |
---|
1395 | |
---|
1396 | 1999-09-10 Martin Baulig <martin@home-of-linux.org> |
---|
1397 | |
---|
1398 | * gtkdoc.dsl.in ($generate-chapter-toc$): Return #t, not #f. |
---|
1399 | |
---|
1400 | 1999-09-09 Martin Baulig <martin@home-of-linux.org> |
---|
1401 | |
---|
1402 | * gtkdoc-scan.in (ScanHeader): Don't force typedefs and other |
---|
1403 | things to start in column 0; allow some spaces in front of them. |
---|
1404 | Output `typedef struct { ... } name' structs as typedef, not as |
---|
1405 | structure. |
---|
1406 | |
---|
1407 | 1999-09-08 Martin Baulig <martin@home-of-linux.org> |
---|
1408 | |
---|
1409 | * gtkdoc-mkdb.in (CreateValidSGMLID): `s/::/-/g;' for CORBA objects. |
---|
1410 | |
---|
1411 | 1999-08-22 Erik Walthinsen <omega@cse.ogi.edu> |
---|
1412 | |
---|
1413 | * gtkdoc-scan.in: modified so it will find any Class, not just Gtk |
---|
1414 | and Gnome classes. Introduces the possibility of extraneous Class |
---|
1415 | definitions (verified), which should be pruned somehow (haven't |
---|
1416 | analyzed the false positive yet). |
---|
1417 | |
---|
1418 | 1999-08-22 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1419 | |
---|
1420 | * gtkdoc-mktmpl.in: |
---|
1421 | * gtkdoc-mkdb.in: a few fixes to ParseStructDeclaration. It still |
---|
1422 | has problems with nested structs/unions like those which occur in |
---|
1423 | gtkclist.h and gtktypeutils.h. |
---|
1424 | |
---|
1425 | * configure.in: removed gtk-doc.spec from AC_OUTPUT, as whoever wrote |
---|
1426 | this forgot to add gtk-doc.spec.in to CVS. |
---|
1427 | * Makefile.am: commented out gtk-doc.spec. |
---|
1428 | |
---|
1429 | Wed Aug 18 03:55:30 1999 Owen Taylor <otaylor@redhat.com> |
---|
1430 | |
---|
1431 | * gtkdoc-mktmpl.in: Propagate fix from gtkdoc-mkdb.in. |
---|
1432 | :-(; need to libraryize, need to libraryize. |
---|
1433 | |
---|
1434 | Wed Aug 18 03:55:30 1999 Owen Taylor <otaylor@redhat.com> |
---|
1435 | |
---|
1436 | * gtkdoc-mkdb.in: Fix bug that was preventing |
---|
1437 | structure field definitions from being output. |
---|
1438 | |
---|
1439 | Wed Aug 18 23:25:23 1999 Owen Taylor <otaylor@redhat.com> |
---|
1440 | |
---|
1441 | * configure.in: Add /usr/lib/sgml/stylesheet to list |
---|
1442 | of stylesheet directories. (Found in recent Debian |
---|
1443 | packages) |
---|
1444 | |
---|
1445 | 1999-08-15 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1446 | |
---|
1447 | * gtkdoc-mkdb.in: Output $decl_out as the struct rather than the |
---|
1448 | original $declaration. |
---|
1449 | |
---|
1450 | 1999-08-12 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1451 | |
---|
1452 | * gtkdoc-mkdb.in: |
---|
1453 | * gtkdoc-mktmpl.in: Added special case in ParseEnumDeclaration to |
---|
1454 | handle GIOCondition which uses strange macros like this: |
---|
1455 | typedef enum |
---|
1456 | { |
---|
1457 | G_IO_IN GLIB_SYSDEF_POLLIN, |
---|
1458 | ... |
---|
1459 | The GLIB_SYSDEF_POLLIN macro expands to something like '=1' |
---|
1460 | |
---|
1461 | 1999-08-05 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1462 | |
---|
1463 | * gtk-doc.dsl.in: output <br clear=all> after sections and at end of |
---|
1464 | page so that right-aligned images aren't messed up quite as much. |
---|
1465 | |
---|
1466 | Wed Aug 4 04:04:55 1999 Owen Taylor <otaylor@redhat.com> |
---|
1467 | |
---|
1468 | * gtkdoc-mk{db,tmpl}.in (ParseStructDeclaration): Allow |
---|
1469 | for bit fields. |
---|
1470 | |
---|
1471 | * gtkdoc-mktmpl.in (ReadObjectHierarchy): Remove |
---|
1472 | call to MakeXref that slipped in accidentally. |
---|
1473 | |
---|
1474 | Wed Aug 4 03:30:19 1999 Owen Taylor <otaylor@redhat.com> |
---|
1475 | |
---|
1476 | * doc/style-guide.txt: Removed references to creating |
---|
1477 | tables explicitely in favor of demonstrating new |
---|
1478 | syntax. Added a short section on /<* public >*/ |
---|
1479 | and /*< private *>/. |
---|
1480 | |
---|
1481 | Wed Aug 4 03:15:19 1999 Owen Taylor <otaylor@redhat.com> |
---|
1482 | |
---|
1483 | * gtkdoc-mktmpl.in gtkdoc-mkhtml.in: Handle Struct and |
---|
1484 | Enumerations in approximately the same way as we |
---|
1485 | handle parameters. That is, instead of (as before) |
---|
1486 | coding in the tables by hand, one uses lines like: |
---|
1487 | |
---|
1488 | @width: the width of the rectangle in pixels. |
---|
1489 | |
---|
1490 | To support migration from the older hand-coded |
---|
1491 | tables, if none of the members of a structure or |
---|
1492 | enumeration have a description in a @... line, then |
---|
1493 | we don't generate the table at all. |
---|
1494 | |
---|
1495 | Also, gtkdoc-mktmpl now loads up the object heirarchy, |
---|
1496 | because we need to be able to check if structures |
---|
1497 | are widget structures. |
---|
1498 | |
---|
1499 | In general, the coding here is pretty clean, though |
---|
1500 | the style is a little different. (I'm interating |
---|
1501 | through strings with m/.../msg; instead of |
---|
1502 | s/^...//; for one thing.) However, there are a some |
---|
1503 | of FIXME's where I've whimped out on try to handle |
---|
1504 | real C syntax, and the need to split out and librarize |
---|
1505 | a bunch of duplicated code is greater than ever. |
---|
1506 | |
---|
1507 | 1999-06-06 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1508 | |
---|
1509 | * configure.in: updated version to 0.3. |
---|
1510 | |
---|
1511 | * doc/style-guide.txt: A couple of minor changes. |
---|
1512 | |
---|
1513 | * gtkdoc-mkdb.in: Get rid of a couple of messages. |
---|
1514 | Output an empty <para> if an Arg isn't documented, to keep Jade happy. |
---|
1515 | |
---|
1516 | 1999-05-22 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1517 | |
---|
1518 | * gtk-doc.dsl.in: Renamed %shade-verbatim-attr-2% to |
---|
1519 | $shade-verbatim-attr$ and removed our redefinition of |
---|
1520 | $verbatim-display$ since the stylesheets version now calls |
---|
1521 | $shade-verbatim-attr$ as a function which is just what we wanted. |
---|
1522 | |
---|
1523 | * README: Updated info on stylesheet versions supported - 1.40 is |
---|
1524 | known to be OK (with this version of gtk-doc), 1.19+ may work. |
---|
1525 | |
---|
1526 | 1999-03-31 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1527 | |
---|
1528 | * configure.in: update version to 0.2 for next release. |
---|
1529 | |
---|
1530 | * gtkdoc-mktmpl.in: |
---|
1531 | * gtkdoc-mkdb.in: added support for 'See Also' section. |
---|
1532 | |
---|
1533 | * gtk-doc.dsl.in: changed green background color slightly, and |
---|
1534 | set background color for enum tables. |
---|
1535 | |
---|
1536 | 1999-03-21 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1537 | |
---|
1538 | * gtkdoc-mkhtml.in (gtkdocdir): use '-w no-idref' to suppress all the |
---|
1539 | warnings about references to non-existent IDs. |
---|
1540 | |
---|
1541 | 1999-03-18 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1542 | |
---|
1543 | * gtkdoc-mkdb.in (OutputParamDescriptions): use role="params" for the |
---|
1544 | table so we can adjust the stylesheet code. |
---|
1545 | (OutputSGMLFile): Don't output 'one line description goes here'. |
---|
1546 | (ExpandAbbreviations): allow '-' in #symbol abbreviations, so we can |
---|
1547 | use #GtkWidget-struct. |
---|
1548 | (MakeXRef): get rid of special '-struct' suffix, for #GtkWidget-struct. |
---|
1549 | |
---|
1550 | * gtk-doc.dsl.in: use the "role" attribute on tables to set the |
---|
1551 | BGCOLOR. |
---|
1552 | |
---|
1553 | * gtkdoc-scan.in (ScanHeader): fix for scanning functions declared |
---|
1554 | over multiple lines - was catching things which weren't functions. |
---|
1555 | |
---|
1556 | 1999-03-11 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1557 | |
---|
1558 | * examples/gnomeui/Makefile.am (clean-local): |
---|
1559 | * examples/gnome/Makefile.am (clean-local): added *.args |
---|
1560 | |
---|
1561 | * gtkdoc-mkdb.in: added support for Args and variables. Also a few |
---|
1562 | minor changes in the output, e.g. don't show macros > 2 lines long. |
---|
1563 | |
---|
1564 | * gtkdoc-mktmpl.in: |
---|
1565 | * gtkdoc-scanobj.in: added support for Args. |
---|
1566 | |
---|
1567 | * gtkdoc-scan.in: added support for extern'ed variables. Also |
---|
1568 | accept 'extern' before function declarations. |
---|
1569 | |
---|
1570 | * gtk-doc.dsl.in: made output prettier. Changed the navigation bars |
---|
1571 | and the colours used for the various backgrounds. |
---|
1572 | |
---|
1573 | * doc/style-guide.txt: new file containinf a style guide for writing |
---|
1574 | the GTK+ documentation. |
---|
1575 | |
---|
1576 | * doc/README: added description of style-guide.txt |
---|
1577 | |
---|
1578 | * doc/setting-up.txt: fixed a typo |
---|
1579 | |
---|
1580 | * README: added a bit about Args. |
---|
1581 | |
---|
1582 | 1999-02-07 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1583 | |
---|
1584 | * Makefile.am: Removed all the scripts from EXTRA_DIST, as they are |
---|
1585 | now generated from the .in files which automatically go in the dist. |
---|
1586 | |
---|
1587 | 1999-02-02 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1588 | |
---|
1589 | * doc/setting-up.txt (scan): removed text which incorrectly said that |
---|
1590 | changing section titles means you have to recreate the main SGML file. |
---|
1591 | |
---|
1592 | 1999-02-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
---|
1593 | |
---|
1594 | * configure.in: find perl in $PATH, generate the perl programs |
---|
1595 | from their *.in counterparts. |
---|
1596 | |
---|
1597 | * gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mktmpl, gtkdoc-scan, |
---|
1598 | gtkdoc-scanobj: Renamed to *.in and changed /usr/bin/perl to |
---|
1599 | @PERL@, as determined by configure. |
---|
1600 | |
---|
1601 | * .cvsignore: Added diverse config* stuff and the new generated |
---|
1602 | perl programs. |
---|
1603 | |
---|
1604 | 1999-01-28 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1605 | |
---|
1606 | * gtk-doc.dsl.in: I forgot to make the new refentry code process the |
---|
1607 | child elements, so it was only outputting anchors for each page. |
---|
1608 | |
---|
1609 | * doc/setting-up.txt (scan): added step to create MODULE.types file |
---|
1610 | for modules which contain widgets (or objects). |
---|
1611 | |
---|
1612 | * gtkdoc-mkdb (OutputStruct): allow spaces inside the public/private |
---|
1613 | markers, e.g. "/* < public > */" |
---|
1614 | |
---|
1615 | 1999-01-27 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1616 | |
---|
1617 | * Makefile.am: added scripts to EXTRA_DIST and copied examples, doc |
---|
1618 | and db2man dirs in dist-hook. |
---|
1619 | |
---|
1620 | * doc/sections-file.txt: added a couple of examples. |
---|
1621 | |
---|
1622 | * doc/setting-up.txt: new document describing how to set up a module |
---|
1623 | to use gtk-doc. |
---|
1624 | |
---|
1625 | * doc/README: added description of setting-up.txt |
---|
1626 | |
---|
1627 | * README: added short 'Installation' section describing the |
---|
1628 | --with-dsssl-dir option. |
---|
1629 | |
---|
1630 | * gtk-doc.dsl.in: also output links to each RefEntry page in the |
---|
1631 | index.sgml file, so libgnomeui docs can link to widgets. (The widget |
---|
1632 | hierarchy links were not working before.) |
---|
1633 | |
---|
1634 | 1999-01-26 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1635 | |
---|
1636 | * gtkdoc-scan (ScanHeader): parse function declarations that have the |
---|
1637 | return type and name on one line, and the '(' and args on the next. |
---|
1638 | NOTE: functions with the start of the declaration split over 3 lines |
---|
1639 | will not be parsed (e.g. return type on one line, function name on |
---|
1640 | next, and '(' and first argument on the third.) I hope there aren't |
---|
1641 | any. |
---|
1642 | |
---|
1643 | * gtkdoc-mkdb (OutputStruct): Use a different SGML ID for widget |
---|
1644 | structs, since the original ID is used for the entire RefEntry. |
---|
1645 | Also only show parts of widget structs which are marked with a |
---|
1646 | comment '/*<public>*/'. Use '/*<private>*/' for private fields. |
---|
1647 | |
---|
1648 | * gtkdoc-mktmpl (UpdateTemplates): We include widget structs now, |
---|
1649 | so we do want warnings if they aren't used. |
---|
1650 | |
---|
1651 | * examples/gnomeui/gnomeui-docs.sgml: |
---|
1652 | * examples/gnomeui/gnomeui-sections.txt: |
---|
1653 | * examples/gnomeui/gnomeui.types: |
---|
1654 | * examples/gnome/gnome-docs.sgml: |
---|
1655 | * examples/gnome/gnome-sections.txt: sync with latest source. |
---|
1656 | |
---|
1657 | * examples/configure.in: Add --with-gnome-libs-dir option, so it can |
---|
1658 | be configured easily. |
---|
1659 | * examples/gnomeui/Makefile.am (DOC_SOURCE_DIR): |
---|
1660 | * examples/gnome/Makefile.am (DOC_SOURCE_DIR): use the new |
---|
1661 | GNOME_LIBS_DIR. |
---|
1662 | |
---|
1663 | * gtkdoc-mkdb (MergeSourceDocumentation): accept parameters names in |
---|
1664 | the source which use the wrong case, since there are quite a few of |
---|
1665 | these in Gnome. |
---|
1666 | |
---|
1667 | 1999-01-25 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1668 | |
---|
1669 | * gtkdoc-mktmpl: parse G_GNUC_EXTENSION before typedef'ed types. |
---|
1670 | |
---|
1671 | * gtkdoc-mkdb: added support for specifying include files in the |
---|
1672 | MODULE-sections.txt file, to be output at the top of the synopsis. |
---|
1673 | |
---|
1674 | * doc/sections-file.txt: added description of <INCLUDE> tag. |
---|
1675 | |
---|
1676 | * examples/gnomeui/gnomeui-sections.txt: |
---|
1677 | * examples/gnome/gnome-sections.txt: added use of <INCLUDE> |
---|
1678 | |
---|
1679 | * examples/configure.in: changed 'gtk-reference' to |
---|
1680 | 'gnome-libs-reference'. |
---|
1681 | |
---|
1682 | 1999-01-18 Damon Chaplin <damon@karuna.freeserve.co.uk> |
---|
1683 | |
---|
1684 | * README: updated my email address & noted that version 1.15+ of the |
---|
1685 | DocBook modular stylesheets is needed (for $table-width$). |
---|
1686 | |
---|
1687 | * AUTHORS: updated my email address. |
---|
1688 | |
---|
1689 | 1998-12-20 Jeff Garzik <jgarzik@pobox.com> |
---|
1690 | |
---|
1691 | * examples/gnomeui/gnomeui-docs.sgml, |
---|
1692 | examples/gnomeui/gnomeui-sections.txt, |
---|
1693 | examples/gnomeui/gnomeui.types: |
---|
1694 | s/gtkspell/gnome-spell/g |
---|
1695 | |
---|
1696 | 1998-12-16 Damon Chaplin <DAChaplin@msn.com> |
---|
1697 | |
---|
1698 | * gtkdoc-mkdb (ExpandAbbreviations): Allow -ve contants, e.g. %-1. |
---|
1699 | (ScanSourceFile): Try to handle function descriptions that start |
---|
1700 | with 'Returns'. It was assuming that they were describing the return |
---|
1701 | value before. |
---|
1702 | Gets rid of 'Description:' which is sometimes included |
---|
1703 | at the start of the function description in the source comment blocks. |
---|
1704 | Makes sure newlines are preserved in the description, as consecutive |
---|
1705 | newlines are converted to paragraph separators later. |
---|
1706 | |
---|
1707 | 1998-12-15 Damon Chaplin <DAChaplin@msn.com> |
---|
1708 | * Major changes to the scripts to merge in comments within source code |
---|
1709 | * gtk-doc-fixxref added |
---|
1710 | * examples directory added with an example for setting up modules to |
---|
1711 | use gtk-doc |
---|
1712 | * documentation updated |
---|
1713 | |
---|
1714 | |
---|
1715 | 1998-11-28 Damon Chaplin <DAChaplin@msn.com> |
---|
1716 | |
---|
1717 | * gtkdoc-scanobj: |
---|
1718 | * gtkdoc-scan: |
---|
1719 | * gtkdoc-mktmpl: |
---|
1720 | * gtkdoc-mkdb: Major changes to make it easy to update the docs |
---|
1721 | when the API changes. It's pretty much all automatic now. |
---|
1722 | Also added licenses and function comments, and added 'use strict'. |
---|
1723 | The Gnome widgets should now be visible in the hierarchy. |
---|
1724 | Removed a few 'mkdir's which I don't think are necessary now. |
---|
1725 | |
---|
1726 | Tue Nov 24 16:32:23 1998 Owen Taylor <otaylor@redhat.com> |
---|
1727 | |
---|
1728 | * README doc/authors.txt: Updated to describe the |
---|
1729 | new generic scripts instead of the old ones hard-coded |
---|
1730 | for GLIB and GTK+. |
---|
1731 | |
---|
1732 | Tue Nov 24 01:06:17 1998 Owen Taylor <otaylor@redhat.com> |
---|
1733 | |
---|
1734 | * .cvsignore: Added .cvsignore |
---|
1735 | |
---|
1736 | Tue Nov 24 01:03:47 1998 Owen Taylor <otaylor@redhat.com> |
---|
1737 | |
---|
1738 | * autogen.sh configure.in: Minor touchups so the newly |
---|
1739 | imported stuff autogen's correctly. |
---|
1740 | |
---|