summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosRafael Fontenelle2018-10-031-25/+25
|
* Tentative patch to allow building without scrollkeeper andStefan Kost2009-04-151-0/+7
| | | | | | | | | | * autogen.sh: * configure.in: Tentative patch to allow building without scrollkeeper and gnome-doc-utils. Fixes #577059. svn path=/trunk/; revision=718
* Only run the tests if gtk-doc is enabled. Fixes #577774.Stefan Kost2009-04-051-0/+5
| | | | | | | | * examples/Makefile.am: Only run the tests if gtk-doc is enabled. Fixes #577774. svn path=/trunk/; revision=715
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2009-03-181-0/+7
| | | | | | | | * gtkdoc-fixxref.in: Fix <table> element mismatch in highlighted code. Fixes #575711. svn path=/trunk/; revision=710
* Turn pdf off if there is no gtkdoc-mkpdf installed.Stefan Kost2009-03-171-0/+5
| | | | | | | | * gtk-doc.m4: Turn pdf off if there is no gtkdoc-mkpdf installed. svn path=/trunk/; revision=708
* patch by: Tobias Mueller <gnome-bugs@auftrags-killer.org>Stefan Kost2009-03-171-0/+18
| | | | | | | | | | | | | | | | | | | * COPYING-DOCS: * gtkdoc-check.in: * gtkdoc-common.pl.in: * gtkdoc-fixxref.in: * gtkdoc-mkdb.in: * gtkdoc-mktmpl.in: * gtkdoc-rebase.in: * gtkdoc-scan.in: * gtkdoc-scangobj.in: * gtkdoc-scanobj.in: * help/manual/C/fdl-appendix.xml: * tools/gtk-doc.el: Update FSF address. Fixes #575623. svn path=/trunk/; revision=707
* Don't run fop for now, its way to broken. Formatting.Stefan Kost2009-03-171-1/+8
| | | | | | | | | | * gtkdoc-mkpdf.in: Don't run fop for now, its way to broken. * tests/bugs/src/tester.h: Formatting. svn path=/trunk/; revision=706
* patch by: Vincent Untz <vuntz@nome.org>Stefan Kost2009-03-171-0/+8
| | | | | | | | * gtkdoc-common.pl.in: Be more friendly for files with a space in their name. Fixes #575574. svn path=/trunk/; revision=705
* Do not overwrite declaration variable with sgml-ified variant to notStefan Kost2009-03-111-0/+6
| | | | | | | | | * gtkdoc-mkdb.in: Do not overwrite declaration variable with sgml-ified variant to not confuse further parsing. svn path=/trunk/; revision=701
* patch by: Nicola Fontana <ntd@entidi.it>Stefan Kost2009-03-101-0/+9
| | | | | | | | | | * gtkdoc-scan.in: * tests/bugs/docs/Makefile.am: * tests/bugs/src/tester.h: Improve the test and fix handling trailing decorators. Fixes #574654 svn path=/trunk/; revision=700
* Adding a test for #574654.Stefan Kost2009-03-101-0/+8
| | | | | | | | | | | * tests/bugs/docs/Makefile.am: * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.c: * tests/bugs/src/tester.h: Adding a test for #574654. svn path=/trunk/; revision=699
* Don't expect $MODULE to be defined (e.g. if someone does not updateStefan Kost2009-03-101-0/+6
| | | | | | | | | * gtkdoc-fixxref.in: Don't expect $MODULE to be defined (e.g. if someone does not update gtkdoc.make). svn path=/trunk/; revision=698
* Fix ChangeLog format so that we pick up the bug number for release notes.Stefan Kost2009-03-091-14/+7
| | | | svn path=/trunk/; revision=697
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2009-03-091-0/+9
| | | | | | | | | | * configure.in: * gtkdoc-fixxref.in: Add vim support for syntax highlighting. Lets close the ticket. Fixes #536928. svn path=/trunk/; revision=696
* Don't confuse -1 with G_MAXULONG on 64bit. Fixes #572612.Stefan Kost2009-03-091-0/+5
| | | | | | | | * gtkdoc-scangobj.in: Don't confuse -1 with G_MAXULONG on 64bit. Fixes #572612. svn path=/trunk/; revision=695
* Improve. scan only checks headers, while mkdb scans sources and headers.Stefan Kost2009-02-261-0/+9
| | | | | | | | | | | * doc/gtkdoc.dot: Improve. scan only checks headers, while mkdb scans sources and headers. * examples/Makefile.am: Document more variables. svn path=/trunk/; revision=694
* There is some gtk specific stuff there, which we probably want to kickStefan Kost2009-02-261-0/+7
| | | | | | | | | | * gtkdoc-scangobj.in: * gtkdoc-scanobj.in: There is some gtk specific stuff there, which we probably want to kick out. No one else gets such a treatment. svn path=/trunk/; revision=693
* Fix annotation more. Refactor the extra-link feature. Still disabled byStefan Kost2009-02-261-0/+17
| | | | | | | | | | | * gtk-doc.xsl: * style.css: * gtkdoc-mkdb.in: Fix annotation more. Refactor the extra-link feature. Still disabled by default. Needs configure stuff next. svn path=/trunk/; revision=692
* patch by: Paolo Borelli <pborelli@katamail.com>Stefan Kost2009-02-241-0/+8
| | | | | | | | | * gtkdoc-scangobj.in: * gtkdoc-scanobj.in: Use g_strerror. Fixes #572967. svn path=/trunk/; revision=691
* Fixes 571820 - gobject.c: pspec_pool not initialized for interfacesSven Herzberg2009-02-231-0/+9
| | | | | | | | | | | | | 2009-02-23 Sven Herzberg <herzi@gnome-de.org> Fixes 571820 - gobject.c: pspec_pool not initialized for interfaces Initialize GObjectClass before referencing interfaces. * gtkdoc-scangobj.in: keep a reference on the GObjectClass while peeking in interfaces' properties svn path=/trunk/; revision=690
* Don't use named entities.Stefan Kost2009-02-231-0/+5
| | | | | | | | * gtkdoc-mkdb.in: Don't use named entities. svn path=/trunk/; revision=689
* Starting point for generating single page html. Needs refactoring withStefan Kost2009-02-231-0/+6
| | | | | | | | | * gtk-doc-single.xsl: Starting point for generating single page html. Needs refactoring with gtk-doc.xsl (common stuff into gtk-doc-html.xsl). svn path=/trunk/; revision=688
* With fop-0.94 it works actually, while 0.95 seesm to have the exceptions.Stefan Kost2009-02-231-0/+9
| | | | | | | | | | | * TODO: With fop-0.94 it works actually, while 0.95 seesm to have the exceptions. * gtkdoc-mkpdf.in: Fix var reference. svn path=/trunk/; revision=687
* Prototype an idea.Stefan Kost2009-02-221-0/+6
| | | | | | | | | * TODO: * gtkdoc-mkdb.in: Prototype an idea. svn path=/trunk/; revision=686
* Dist more files. Update status. Remove some crack left from copy'n'paste.Stefan Kost2009-02-221-0/+11
| | | | | | | | | | | | * Makefile.am: Dist more files. * configure.in: Update status. * gtkdoc-mkpdf.in: Remove some crack left from copy'n'paste. svn path=/trunk/; revision=685
* Planning.Stefan Kost2009-02-221-0/+17
| | | | | | | | | | | | | | | | | | | * TODO: Planning. * configure.in: * gtk-doc.m4: * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-mkpdf.in: * tests/gtk-doc.make: * tests/gtk-doc.notmpl.make: * gtkdoc-mkpdf.in (added): Clean up Makefile rules (be less verbose). Added options to configure to allow selecting the desired output formats. Added initial pdf support (very imature yet, due to several shortcommings of fop - bugs files). svn path=/trunk/; revision=684
* Planning. Update annotations and fix matching to support parameters.Stefan Kost2009-02-211-0/+13
| | | | | | | | | | | | | | * TODO: Planning. * gtkdoc-mkdb.in: Update annotations and fix matching to support parameters. * tests/annotations/docs/tester-sections.txt: * tests/annotations/src/tester.c: * tests/annotations/src/tester.h: Update annotation example and add one more. svn path=/trunk/; revision=683
* Allow linking to struct members. Update docs. Fixes #565126.Stefan Kost2009-02-211-0/+7
| | | | | | | | | | * gtkdoc-mkdb.in: * help/manual/C/gtk-doc-manual.xml: * tests/gobject/src/gobject.c: Allow linking to struct members. Update docs. Fixes #565126. svn path=/trunk/; revision=682
* Fix params and running of 'highlight'.Stefan Kost2009-02-211-0/+6
| | | | | | | | | * configure.in: * gtkdoc-fixxref.in: Fix params and running of 'highlight'. svn path=/trunk/; revision=681
* Require the line to ends after the double-colon (sans whitespace),Stefan Kost2009-02-211-0/+5
| | | | | | | | * gtkdoc-mkdb.in: Require the line to ends after the double-colon (sans whitespace), svn path=/trunk/; revision=680
* patch by: Damien Lespiau <damien.lespiau@gmail.com>Stefan Kost2009-02-201-0/+10
| | | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: * tests/gtk-doc.make: * tests/gtk-doc.notmpl.make: Add --tag=CC to libtool invocations. Fixes #572396. svn path=/trunk/; revision=679
* Fix example to show to to make it work even with make distcheck.Stefan Kost2009-02-181-0/+5
| | | | | | | | * examples/Makefile.am: Fix example to show to to make it work even with make distcheck. svn path=/trunk/; revision=678
* Also style <note> tags.Stefan Kost2009-02-161-0/+6
| | | | | | | | | * style.css: * tests/gobject/src/gobject.c: Also style <note> tags. svn path=/trunk/; revision=677
* Fix the spelling of my name.Stefan Kost2009-02-101-0/+5
| | | | | | | | * MAINTAINERS: Fix the spelling of my name. svn path=/trunk/; revision=676
* Some planning. Single tabs are rendered inconsistently in browsers.Stefan Kost2009-02-051-0/+9
| | | | | | | | | | | * TODO: Some planning. * gtkdoc-mkdb.in: Single tabs are rendered inconsistently in browsers. Replace them with a &nbsp;. svn path=/trunk/; revision=675
* Try to link to struct members as a test for Bug #565126.Stefan Kost2009-01-311-0/+5
| | | | | | | | * tests/gobject/src/gobject.c: Try to link to struct members as a test for Bug #565126. svn path=/trunk/; revision=674
* Expanding urls is not a good idea yet. Need to figure out.Stefan Kost2009-01-291-0/+5
| | | | | | | | * gtkdoc-mkdb.in: Expanding urls is not a good idea yet. Need to figure out. svn path=/trunk/; revision=673
* Remove, this is generated.Stefan Kost2009-01-291-0/+5
| | | | | | | | * tests/tools.sh: Remove, this is generated. svn path=/trunk/; revision=672
* Automatically creating ulinks for urls. Add a link for testing.Stefan Kost2009-01-291-0/+8
| | | | | | | | | | * gtkdoc-mkdb.in: Automatically creating ulinks for urls. * tests/gobject/src/gobject.c: Add a link for testing. svn path=/trunk/; revision=671
* Major CSS cleanup. This is hopefully an end of layout issues related toStefan Kost2009-01-281-0/+9
| | | | | | | | | | | | * style-classic.css: * style.css: * tests/gobject/docs/tester-docs.xml: * tests/gobject/src/gobject.c: Major CSS cleanup. This is hopefully an end of layout issues related to the fixed navigation bar. svn path=/trunk/; revision=670
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2009-01-281-0/+9
| | | | | | | | | | * gtkdoc-mkdb.in: * tests/gobject/src/giface.c: * tests/gobject/src/gobject.c: Abbreviation where not expanded at the start of text. Fixes #569339. svn path=/trunk/; revision=669
* Expand urls in comments of examples.Stefan Kost2009-01-281-0/+6
| | | | | | | | | * gtkdoc-fixxref.in: * tests/gobject/examples/gobject.c: Expand urls in comments of examples. svn path=/trunk/; revision=668
* Use tables like described in #536928. tests/tools.sh Comment on why we doStefan Kost2009-01-271-0/+15
| | | | | | | | | | | | | | | * gtkdoc-fixxref.in: * style.css: Use tables like described in #536928. * tests/tools.sh Comment on why we do the tool check like this. * tests/fail.sh: Comment on test. * tests/gobject/docs/tester-docs.xml: Fix xml a bit. svn path=/trunk/; revision=667
* Add public symbols from section file when doing the -undocumented.txtStefan Kost2009-01-261-0/+12
| | | | | | | | | | | | | | | * gtkdoc-mkdb.in: * tests/bugs/src/tester.h: * tests/fail.sh: * tests/fail/docs/tester-docs.xml: * tests/fail/docs/tester-sections.txt: * tests/fail/src/tester.c: Add public symbols from section file when doing the -undocumented.txt report. Also add the special symbols for the section docs when reading the section-file. Extend test suite to check for it. Fixes #568732 svn path=/trunk/; revision=666
* Handle inline functions in headers. Fixes #532395.Stefan Kost2009-01-261-0/+8
| | | | | | | | | | | * gtkdoc-scan.in: * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.c: * tests/bugs/src/tester.h: Handle inline functions in headers. Fixes #532395. svn path=/trunk/; revision=665
* Mention onine site for regexp testing. Small output cleanups. IndentingStefan Kost2009-01-261-1/+12
| | | | | | | | | | | | * HACKING: Mention onine site for regexp testing. * gtkdoc-mkdb.in: Small output cleanups. * gtkdoc-mktmpl.in: Indenting and use LogWarning once more. svn path=/trunk/; revision=664
* Recomment out debug log the accidentialy went in.Stefan Kost2009-01-231-0/+12
| | | | | | | | | | | | | | * gtkdoc-mkdb.in: Recomment out debug log the accidentialy went in. * configure.in: * tests/Makefile.am: * tests/fail.sh: * tests/tools.sh.in: * tests/tools.sh.in (added): Add a check that tests that all scripts are runnable. svn path=/trunk/; revision=663
* No need to format a '\n' into a fromatstring. Add FIXMEs for Bug 568711.Stefan Kost2009-01-231-0/+23
| | | | | | | | | | | | | | | | | | | | | | | * gtkdoc-check.in: No need to format a '\n' into a fromatstring. * gtkdoc-mkdb.in: Add FIXMEs for Bug 568711. * gtkdoc-mkhtml.in: Add a comment. * configure.in: * tests/Makefile.am: * tests/fail.sh: * tests/fail/Makefile.am: * tests/fail/docs/Makefile.am: * tests/fail/docs/tester-docs.xml: * tests/fail/docs/tester-sections.txt: * tests/fail/src/Makefile.am: * tests/fail/src/tester.c: * tests/fail/src/tester.h: Add a test suite for failure checks. svn path=/trunk/; revision=661
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2009-01-231-0/+9
| | | | | | | | | | * gtkdoc-scan.in: Don't scan files twice. The patch was slightly changed to name the hash lowercase (uppercase is used for configureation options) and add a comment. Fixes #568708. svn path=/trunk/; revision=660
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2009-01-231-1/+8
| | | | | | | | | * gtkdoc-mkdb.in: Don't add empty <para></para> tags to the docs to avoid breaking the detection of undocumented things. Fixes #568732. svn path=/trunk/; revision=659