summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ~x86-fbsd keyword (bug #197349)Joe Peterson2007-11-061-18/+8
| | | | | (Portage version: 2.1.3.17) (Unsigned Manifest commit)
* Add ~x86-fbsd keyword (bug #197349)Joe Peterson2007-11-062-4/+7
| | | | (Portage version: 2.1.3.17)
* Revision bump, bug #187224.Ulrich Müller2007-08-101-14/+14
| | | | | (Portage version: 2.1.3.1) (Signed Manifest commit)
* Revision bump, bug #187224.Ulrich Müller2007-08-103-2/+8
| | | | (Portage version: 2.1.3.1)
* Fix Emacs site file, bug #187224.Ulrich Müller2007-08-011-12/+12
| | | | | (Portage version: 2.1.3_rc9) (Signed Manifest commit)
* Fix Emacs site file, bug #187224.Ulrich Müller2007-08-012-1/+4
| | | | (Portage version: 2.1.3_rc9)
* Bump to 1.8-r1Daniel Gryniewicz2007-07-301-4/+29
| | | | | | | Cleanups for emacs site files; bug #184588 (Portage version: 2.1.3) (Signed Manifest commit)
* Bump to 1.8-r1Daniel Gryniewicz2007-07-305-1/+102
| | | | | | Cleanups for emacs site files; bug #184588 (Portage version: 2.1.3)
* whitespaceMichael Sterrett2007-07-121-26/+16
| | | | | (Portage version: 2.1.2.9) (Unsigned Manifest commit)
* whitespaceMichael Sterrett2007-07-124-8/+4
| | | | (Portage version: 2.1.2.9)
* arm/s390/sh stableMike Frysinger2007-06-241-4/+14
| | | | | (Portage version: 2.1.3_rc5) (Signed Manifest commit)
* arm/s390/sh stableMike Frysinger2007-06-241-2/+2
| | | | (Portage version: 2.1.3_rc5)
* Marking gtk-doc-1.8 ppc stable for bug #171107Brent Baude2007-06-021-8/+8
| | | | | (Portage version: 2.1.2.7) (Unsigned Manifest commit)
* Marking gtk-doc-1.8 ppc stable for bug #171107Brent Baude2007-06-022-3/+6
| | | | (Portage version: 2.1.2.7)
* Stable for HPPA (bug #171107).Jeroen Roovers2007-05-311-18/+8
| | | | | (Portage version: 2.1.2.7) (Unsigned Manifest commit)
* Stable for HPPA (bug #171107).Jeroen Roovers2007-05-312-3/+6
| | | | (Portage version: 2.1.2.7)
* Marked stable on amd64 for bug #171107Daniel Gryniewicz2007-05-311-8/+18
| | | | | (Portage version: 2.1.2.7) (Signed Manifest commit)
* Marked stable on amd64 for bug #171107Daniel Gryniewicz2007-05-312-3/+6
| | | | (Portage version: 2.1.2.7)
* Marking gtk-doc-1.8 ppc64 stable for bug #171107Brent Baude2007-05-311-8/+8
| | | | | (Portage version: 2.1.2.7) (Unsigned Manifest commit)
* Marking gtk-doc-1.8 ppc64 stable for bug #171107Brent Baude2007-05-312-3/+6
| | | | (Portage version: 2.1.2.7)
* alpha/ia64 stable wrt #171107Raúl Porcel2007-05-301-18/+8
| | | | | (Portage version: 2.1.2.7) (Unsigned Manifest commit)
* alpha/ia64 stable wrt #171107Raúl Porcel2007-05-302-3/+6
| | | | (Portage version: 2.1.2.7)
* Stable on x86, bug #171107.Andrej Kacian2007-05-301-12/+12
| | | | | (Portage version: 2.1.2.7) (Signed Manifest commit)
* Stable on x86, bug #171107.Andrej Kacian2007-05-302-3/+6
| | | | (Portage version: 2.1.2.7)
* Stable on sparc wrt #171107Gustavo Zacarias2007-05-291-8/+18
| | | | | (Portage version: 2.1.2.7) (Signed Manifest commit)
* Stable on sparc wrt #171107Gustavo Zacarias2007-05-292-3/+6
| | | | (Portage version: 2.1.2.7)
* Stable on mips.Joshua Kinard2007-05-271-8/+8
| | | | | (Portage version: 2.1.2.7) (Unsigned Manifest commit)
* Stable on mips.Joshua Kinard2007-05-272-3/+6
| | | | (Portage version: 2.1.2.7)
* ia64 stableRaúl Porcel2007-04-211-18/+8
| | | | | (Portage version: 2.1.2.4) (Unsigned Manifest commit)
* ia64 stableRaúl Porcel2007-04-212-4/+7
| | | | (Portage version: 2.1.2.4)
* Bump to 1.8Daniel Gryniewicz2007-02-191-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | o Made it easier to include example code in the source code comment blocks. "|[ ... ]|" can be used to delineate example code (it just gets converted to "<informalexample><programlisting>"), and most of the text in example code is left as it is. The only thing that is still expanded is '#' to allow links to a symbol's documentation, e.g. '#GtkWidget'. o Made the field widths wider for the HTML output, so it looks a bit nicer. o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild the MODULE-sections.txt file. This only works if all the header files are organized neatly and functions don't need rearranging in the docs. o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild the MODULE.types file, so you don't need to add new types manually. o Leave CDATA sections as they are, in the extra XML content files and within source code comment blocks. o Allow the section id and #include's to be set within the "SECTION:" comment block, using "@Section_ID:xxx" and "@Include:". o Added "--default-includes" option to specify the default #include's (for people who are using --rebuild-sections and so can't specify it in MODULE-sections.txt). o Added a '--query-child-properties' argument to help document child properties of arbitrary GObjects (used by things like canvas widgets). o Fixed documentation of signals of interfaces. (Portage version: 2.1.2-r9) (Signed Manifest commit)
* Bump to 1.8Daniel Gryniewicz2007-02-193-2/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | o Made it easier to include example code in the source code comment blocks. "|[ ... ]|" can be used to delineate example code (it just gets converted to "<informalexample><programlisting>"), and most of the text in example code is left as it is. The only thing that is still expanded is '#' to allow links to a symbol's documentation, e.g. '#GtkWidget'. o Made the field widths wider for the HTML output, so it looks a bit nicer. o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild the MODULE-sections.txt file. This only works if all the header files are organized neatly and functions don't need rearranging in the docs. o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild the MODULE.types file, so you don't need to add new types manually. o Leave CDATA sections as they are, in the extra XML content files and within source code comment blocks. o Allow the section id and #include's to be set within the "SECTION:" comment block, using "@Section_ID:xxx" and "@Include:". o Added "--default-includes" option to specify the default #include's (for people who are using --rebuild-sections and so can't specify it in MODULE-sections.txt). o Added a '--query-child-properties' argument to help document child properties of arbitrary GObjects (used by things like canvas widgets). o Fixed documentation of signals of interfaces. (Portage version: 2.1.2-r9)
* Added ~sparc-fbsd keyword.Roy Marples2006-12-211-8/+8
| | | | | (Portage version: 2.1.2_rc3-r8) (Unsigned Manifest commit)
* Added ~sparc-fbsd keyword.Roy Marples2006-12-212-3/+6
| | | | (Portage version: 2.1.2_rc3-r8)
* Stable on Alpha.Bryan Østergaard2006-10-201-8/+8
| | | | | (Portage version: 2.1.2_pre3-r2) (Unsigned Manifest commit)
* Stable on Alpha.Bryan Østergaard2006-10-202-3/+6
| | | | (Portage version: 2.1.2_pre3-r2)
* Stable on ppc64Markus Rothe2006-08-161-18/+8
| | | | | (Portage version: 2.1-r2) (Unsigned Manifest commit)
* Stable on ppc64Markus Rothe2006-08-162-3/+6
| | | | (Portage version: 2.1-r2)
* arm/s390/sh stableMike Frysinger2006-08-131-4/+14
| | | | | (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* arm/s390/sh stableMike Frysinger2006-08-131-2/+2
| | | | (Portage version: 2.1.1_pre4)
* New release: 1.7 (bug #142346).Leonardo Boshell2006-08-013-82/+12
| | | | | (Portage version: 2.1.1_pre4-r1) (Unsigned Manifest commit)
* New release: 1.7 (bug #142346).Leonardo Boshell2006-08-013-1/+71
| | | | (Portage version: 2.1.1_pre4-r1)
* Marked stable on amd64 for bug #139612Daniel Gryniewicz2006-07-171-8/+18
| | | | | (Portage version: 2.1.1_pre2-r8) (Signed Manifest commit)
* Marked stable on amd64 for bug #139612Daniel Gryniewicz2006-07-172-3/+6
| | | | (Portage version: 2.1.1_pre2-r8)
* hppa stable, bug #139612Tobias Scherbaum2006-07-161-8/+8
| | | | | (Portage version: 2.1.1_pre3) (Unsigned Manifest commit)
* hppa stable, bug #139612Tobias Scherbaum2006-07-162-3/+7
| | | | (Portage version: 2.1.1_pre3)
* ppc stable, bug #139612Tobias Scherbaum2006-07-141-18/+8
| | | | | (Portage version: 2.1.1_pre2-r8) (Unsigned Manifest commit)
* ppc stable, bug #139612Tobias Scherbaum2006-07-142-3/+7
| | | | (Portage version: 2.1.1_pre2-r8)
* Stable on x86 wrt bug #139612.Chris Gianelloni2006-07-121-12/+12
| | | | | (Portage version: 2.1.1_pre2-r6) (Signed Manifest commit)
* Stable on x86 wrt bug #139612.Chris Gianelloni2006-07-122-3/+6
| | | | (Portage version: 2.1.1_pre2-r6)