summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 1.9.GTK_DOC_1_9Stefan Kost2007-09-302-6/+11
| | | | | | | | * NEWS: Releasing 1.9. svn path=/trunk/; revision=509
* New day, new fix. Remove testing $(DESTDIR) from makefile and useStefan Kost2007-09-274-11/+11
| | | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-rebase.in: New day, new fix. Remove testing $(DESTDIR) from makefile and use Getopt::Long qw(:config gnu_getopt); in rebase. svn path=/trunk/; revision=508
* And actually saving before commiting might greatly help.Stefan Kost2007-09-262-5/+12
| | | | | | | | * gtk-doc.make: And actually saving before commiting might greatly help. svn path=/trunk/; revision=507
* Another attempt to fix the rules.Stefan Kost2007-09-263-6/+14
| | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: Another attempt to fix the rules. svn path=/trunk/; revision=506
* If there is nothing to install, don't rebase.Stefan Kost2007-09-263-10/+16
| | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: If there is nothing to install, don't rebase. svn path=/trunk/; revision=505
* Unbreak the last change.Stefan Kost2007-09-263-9/+15
| | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: Unbreak the last change. svn path=/trunk/; revision=504
* Handle DESTDIR= case.Stefan Kost2007-09-263-2/+17
| | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: Handle DESTDIR= case. svn path=/trunk/; revision=503
* Fix destdir option name.Stefan Kost2007-09-264-3/+10
| | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-rebase.in: Fix destdir option name. svn path=/trunk/; revision=502
* Get make distcheck fully working.Stefan Kost2007-09-252-9/+14
| | | | | | | | * tests/gtk-doc.make: Get make distcheck fully working. svn path=/trunk/; revision=501
* Try to get make distcheck to run. Don't dist docs generated during testStefan Kost2007-09-256-39/+20
| | | | | | | | | | | | | * tests/Makefile.am: * tests/bugs.sh: * tests/gobject.sh: * tests/gtkdoctest.sh: Try to get make distcheck to run. * tests/gtk-doc.make: Don't dist docs generated during test runs and remove some cruft. svn path=/trunk/; revision=500
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-09-245-3/+33
| | | | | | | | | | | * NEWS: * tests/bugs/docs/Makefile.am: * tests/gobject/docs/Makefile.am: * tests/gtk-doc.make: Adapt xml/ cleaning from gtk-doc.notmpl.make. Clean log files. svn path=/trunk/; revision=499
* Current release notes.Stefan Kost2007-09-242-0/+58
| | | | | | | | * NEWS: Current release notes. svn path=/trunk/; revision=498
* Make mango happy.Stefan Kost2007-09-245-8/+15
| | | | | | | | | | | | * MAINTAINERS: Make mango happy. * examples/Makefile.am: * gtk-doc.make: * gtk-doc.notmpl.make: Process files from DISTCLEANFILES in the dist-hooks. svn path=/trunk/; revision=497
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-09-242-0/+18
| | | | | | | | * Makefile.am: Add gtk-doc.notmpl.make to EXTRA_DIST. Fixes #479913. svn path=/trunk/; revision=496
* Correct userid in MAINTAINERS fileOlav Vitters2007-09-211-1/+1
| | | | svn path=/trunk/; revision=495
* Revert online option for fixxref now that we have a rebase command.Stefan Kost2007-09-202-38/+23
| | | | | | | | * gtkdoc-fixxref.in: Revert online option for fixxref now that we have a rebase command. svn path=/trunk/; revision=494
* Handle function pointers. Fixes #477532.Stefan Kost2007-09-172-2/+16
| | | | | | | | * gtkdoc-scan.in: Handle function pointers. Fixes #477532. svn path=/trunk/; revision=493
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-09-179-41/+73
| | | | | | | | | | | | | | | | * gtkdoc-scan.in: Parse reoccuring const. Fixes #471014. * tests/bugs/docs/Makefile.am: * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.c: * tests/bugs/src/tester.h: * tests/gobject/docs/Makefile.am: * tests/gobject/src/tester.c: * tests/gobject/src/tester.h: Add more tests and cleanup the test-code a little. svn path=/trunk/; revision=492
* Revert some Makefile improvements, as we can't control the quotingStefan Kost2007-09-173-28/+12
| | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: Revert some Makefile improvements, as we can't control the quoting reliably. svn path=/trunk/; revision=491
* Default master doc should have proper extension. Fixes #467773.Stefan Kost2007-09-112-6/+18
| | | | | | | | * gtkdoc-mkdb.in: Default master doc should have proper extension. Fixes #467773. svn path=/trunk/; revision=490
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-09-113-12/+47
| | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: svn path=/trunk/; revision=489
* Update MAINTAINER to adhere to rules given onStefan Kost2007-09-032-4/+18
| | | | | | | | | * MAINTAINERS: Update MAINTAINER to adhere to rules given on http://live.gnome.org/MaintainersCorner#maintainers svn path=/trunk/; revision=488
* Fix MAINTAINERSKjartan Maraas2007-09-031-3/+13
| | | | svn path=/trunk/; revision=487
* sync with gtkdoc-mkdb completely. Really fixes #419997Benjamin Otte2007-08-232-1/+6
| | | | | | | * gtkdoc-mktmpl.in: sync with gtkdoc-mkdb completely. Really fixes #419997 svn path=/trunk/; revision=486
* Add divider and empty space at the bottom. Mostly fixes #448879.Stefan Kost2007-08-213-0/+14
| | | | | | | | | * gtkdoc-mkdb.in: * style.css: Add divider and empty space at the bottom. Mostly fixes #448879. svn path=/trunk/; revision=485
* Make use of rebase if possible. Fixes #465920 Rebase improvements andStefan Kost2007-08-214-3/+42
| | | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: Make use of rebase if possible. Fixes #465920 * gtkdoc-rebase.in: Rebase improvements and fixes. svn path=/trunk/; revision=484
* Get rid of cvsignore files.Stefan Kost2007-08-165-37/+8
| | | | | | | | | | | * .cvsignore: * help/.cvsignore: * help/manual/.cvsignore: * help/manual/C/.cvsignore: Get rid of cvsignore files. svn path=/trunk/; revision=483
* Don't die when encountering #if/#endif in enums. Fixes #324535.Stefan Kost2007-08-144-0/+28
| | | | | | | | | | * gtkdoc-common.pl.in: * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.h: Don't die when encountering #if/#endif in enums. Fixes #324535. svn path=/trunk/; revision=482
* patch by: Frederic Peters <fpeters@0d.be>Stefan Kost2007-08-142-0/+17
| | | | | | | | * style.css: Styling hr tags. svn path=/trunk/; revision=481
* Document new features and bump version.Stefan Kost2007-08-142-17/+65
| | | | | | | | * help/manual/C/gtk-doc-manual.xml: Document new features and bump version. svn path=/trunk/; revision=480
* Fix the funny side-effect of last 'broken-returns' fix.Stefan Kost2007-08-132-5/+20
| | | | | | | | * gtkdoc-mkdb.in: Fix the funny side-effect of last 'broken-returns' fix. svn path=/trunk/; revision=479
* Really fix #460127.Stefan Kost2007-08-133-1/+12
| | | | | | | | | * gtkdoc-scan.in: * tests/bugs/src/tester.h: Really fix #460127. svn path=/trunk/; revision=478
* Now the 'broken' returns seems to work better. Fixes #380824 more.Stefan Kost2007-08-132-0/+9
| | | | | | | | * gtkdoc-mkdb.in: Now the 'broken' returns seems to work better. Fixes #380824 more. svn path=/trunk/; revision=477
* New test. Fix bashism.Stefan Kost2007-08-135-2/+29
| | | | | | | | | | | | * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.c (bug_379466, bug_380824): * tests/bugs/src/tester.h (test): New test. * tests/gtkdoctest.sh: Fix bashism. svn path=/trunk/; revision=476
* Add another test for a bug we fixed with the changes below. Fixes #460127.Stefan Kost2007-08-123-0/+28
| | | | | | | | | | * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.h: Add another test for a bug we fixed with the changes below. Fixes #460127. svn path=/trunk/; revision=475
* Improved scan logic. Fixes #411739.Stefan Kost2007-08-125-37/+86
| | | | | | | | | | | * gtkdoc-scan.in: * tests/bugs/docs/tester-sections.txt: * tests/bugs/src/tester.c: * tests/bugs/src/tester.h: Improved scan logic. Fixes #411739. svn path=/trunk/; revision=474
* Handle newline in declarations better. Fixes #379466. Ensure space inStefan Kost2007-08-123-55/+65
| | | | | | | | | | | * gtkdoc-mkdb.in: * tests/bugs/src/tester.h: Handle newline in declarations better. Fixes #379466. Ensure space in multiline declarations when removing the newline. Fix missing argument docs in template free build. svn path=/trunk/; revision=473
* Handle "unsigned long|unsigned short|signed long|signed short". FixesStefan Kost2007-08-123-9/+20
| | | | | | | | | | * gtkdoc-mkdb.in: * gtkdoc-mktmpl.in: Handle "unsigned long|unsigned short|signed long|signed short". Fixes #445693. svn path=/trunk/; revision=472
* Replacing my shell based test script by Davids perl based one. AddStefan Kost2007-08-125-60/+116
| | | | | | | | | | | | * Makefile.am: * configure.in: * gtkdoc-check: * gtkdoc-check.in: Replacing my shell based test script by Davids perl based one. Add licence, copyright and docs header. Integrate with build. svn path=/trunk/; revision=471
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-08-122-1/+8
| | | | | | | | * gtkdoc-scangobj.in: Make introspection of interfaces work in more cases. Fixes #355352. svn path=/trunk/; revision=470
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-08-122-4/+9
| | | | | | | | * configure.in: Cleanup glib detection for tests. svn path=/trunk/; revision=469
* Fix modulename check.Stefan Kost2007-08-112-1/+6
| | | | | | | | * gtkdoc-check: Fix modulename check. svn path=/trunk/; revision=468
* Install new makefile. Bump version as we're working on 1.9. Add option toStefan Kost2007-08-114-9/+37
| | | | | | | | | | | | * Makefile.am: Install new makefile. * configure.in: Bump version as we're working on 1.9. * gtkdocize.in: Add option to select makefile-flavour. svn path=/trunk/; revision=467
* Add dummy rule to make first build run through. Fixes #156643Stefan Kost2007-08-112-0/+9
| | | | | | | | * gtk-doc.make: Add dummy rule to make first build run through. Fixes #156643 svn path=/trunk/; revision=466
* Hide fixed navigationbar when printing. Fixes #449618Stefan Kost2007-08-112-46/+73
| | | | | | | | * style.css: Hide fixed navigationbar when printing. Fixes #449618 svn path=/trunk/; revision=465
* Add new makefile for tmpl-less build.Stefan Kost2007-08-112-0/+153
| | | | | | | | * gtk-doc.notmpl.make: Add new makefile for tmpl-less build. svn path=/trunk/; revision=464
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-08-112-1/+11
| | | | | | | | * autogen.sh: Accepts automake 1.10 too. Fixes #459225 svn path=/trunk/; revision=463
* Make the tmpl-less build work. Switch again to the tmpl-less build.Stefan Kost2007-08-113-16/+70
| | | | | | | | | | * gtkdoc-mkdb.in: Make the tmpl-less build work. * tests/gtk-doc.make: Switch again to the tmpl-less build. svn path=/trunk/; revision=462
* patch by: Rouslan Solomakhin <rouslan@solomakhin.net>Stefan Kost2007-08-102-4/+16
| | | | | | | | * configure.in: Fix the build. svn path=/trunk/; revision=461
* Revert fix for #433338 and reopen bug. Breaks if file is not there, e.g.Stefan Kost2007-08-103-2/+9
| | | | | | | | | | * gtk-doc.make: * tests/gtk-doc.make: Revert fix for #433338 and reopen bug. Breaks if file is not there, e.g. if --rebuild-types is used. svn path=/trunk/; revision=460