[gtk-doc] Created tag GTK_DOC_1_20



The unsigned tag 'GTK_DOC_1_20' was created.

Tagger: Stefan Sauer <ensonic users sf net>
Date: Sat Feb 15 22:53:29 2014 +0100

    release: 1.20

Changes since the last tag 'GTK_DOC_1_19':

Alban Browaeys (1):
      make: create subdirectories of the content_files to the builddir

Alexander Kanavin (2):
      gtkdoc-scan: don't add the title until all declarations have been added
      tests: add testcase for bug #705633

Carlos Garcia Campos (2):
      tests: Add a test case for functions having a rename-to annotation
      gtkdoc-scan: Ignore decorators containing parentheses

Christian Kirbach (2):
      Updated German help translation
      Updated German help translation

Daniel Mustieles (8):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Fixed typo in string
      Updated Spanish translation
      Fixed typo in string
      Fixed another typo in string...
      Updated Spanish translation

David King (3):
      gtkdocize: Take a --srcdir argument
      gtkdocize: Fix GTK_DOC_CHECK argument handling
      make: Fix GTKDOC_CHECK for Automake 1.13

David Nečas (1):
      Fix gtkdoc-fixxref.in with strange 2html.vim version

Dieter Verfaillie (2):
      make: distribute new .png files
      mkdb: add missing instospection annotations

Dimitris Spingos (2):
      Updated Greek translation
      Updated Greek translation

Hib Eris (1):
      Do not require --enable-gtk-doc to build source packages

Matthias Clasen (1):
      Fix the hack in the previous commit

Philip Chimento (1):
      mkdb: Prevent duplicate IDs in boxed union types

Philip Withnall (1):
      gtkdoc-scan: Fix use of uninitialised value in trace logging

Rafael Ferreira (4):
      Added Brazilian Portuguese translation for help files
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Rico Tzschichholz (1):
      make: Don't fail on removing types files if they don't exist

Ryan Lortie (3):
      Remove redundant acinclude.m4
      configure: search for xml catalog in XDG_DATA_DIRS
      gtkdoc-scan: recognise attribute-based deprecations

Sebastian Rasmussen (2):
      docs: make yelp usage conditional in manual
      configure: print when checking for yelp-tools

Stef Walter (1):
      gtkdoc-mkdb: Don't complain about annotations with other chars

Stefan Sauer (45):
      release: bump versions and back to development
      hacking: more filename updates
      mkdb: escape quotes in condition attributes
      gtk-doc.make: Fix "-chmod: command not found"
      configure.ac: use the right quoting for the date check
      makefile: remove the cd ($srcdir) from the example Makefile.am
      docs: mention syntax for referencing vmethods
      tests: fix the tests
      scan: apply IGNORE_DECORATORS to variables as well
      style: group files we redistribute with the generated docs
      gtkdoc-scan: track doc-comemnts in headers and use for section-docs
      make: add dependency on setup-build.stamp for scan:
      scan: tweak the matching of types
      tests: fix broken image
      tests: add another test for uris
      make: remove the types file on clean if we generated it
      gtk-doc.pc: keep datda-dir relocatable
      scangobj: use EXEEXT to make the scanner work on platforms such as windows
      mkdb: fix CheckIsObject return value
      build: make distcehck fixes
      mkdb: don't hardcode https?, but handle all schemas according to rfc2396
      docs: mention DISTCHECK_CONFIGURE_FLAGS in the manual
      docs: update the docs for 1.20
      docs: revert af19cf4b8447386d909aff46fb88b3ca64eab243
      docs: small markup and xref fixes
      TODO: more planning
      mkdb: revert e115d6065180871b20eec971f5934f67b8323c3b
      style: fix css
      mkdb: use tables for "types and values" too
      style: make the hr full width and slightly reduce the top/bottom margin
      mkdb: use a table for property details
      mkdb: also reorder signal docs, but switch back to use paras
      mkdb: use an indent of 4 for the hierarchy
      mkdb: merge multiple hierarchy boxes into one
      make: avoid non posix options in the makefiles
      make: followup for previous commit
      make: also set a date format string to format elapsed time
      make: check if date can format dates
      tests: add a undocumented object
      mkdb: show object details also for mostly undocumented objects
      style: add more classes and tweak styling
      mkdb: refactor the lineart code for object hierarchies
      test: add a second enum to test merging of hierarchies
      mkdb: merge object hierarchy sections
      release: update news and date in manual

Sébastien Wilmet (2):
      Fix "Deprecated: X.Y" without additional message
      Test "Deprecated: X.Y" without additional message

William Jon McCann (96):
      Depink the navigation bar
      Use symbolic icons for the navigation links
      Improve the design of the navigation bar
      Make top actually go to the top of the section
      Don't use italics for parameters
      Add more whitespace to some blocks
      Add a little space in the table of contents lists
      Decrease the title font size a bit
      Use cantarell by default
      Don't hardcode style in the markup
      Lighten hard rules a bit
      Put examples in CDATA
      Explicitly handle entities in |[
      Support |[<!-- language="C" -->
      tests: Add a test for multiple sections per comment block
      Don't eat newlines in section heading regex
      Add some newlines to space out the output a bit
      tests: add test for section heading without trailing hash
      Support leaving off the trailing hashes in headings
      tests: add test case for second level heading
      Don't identify ## level headings as first level
      Use a slightly more robust way of keeping track of markdown tags
      Support refsect3 markdown
      tests: add a test case for not change existing lists
      Make the parsing of lists a bit more robust
      Add more markdown-style list support (*)
      Support lists with blocks inside them
      tests: add test case for an example block in an ordered list
      tests: add a more complete test for blocks in lists
      New MarkDown parser
      Add support for mixed markup and markdown
      Add support for literal and link span type markdown
      Don't attempt to markup inside <> tags
      Use the markdown parser as the primary way of expanding gtkdoc markup
      Add test case for mixed docbook sections
      Add support for header ids in markdown
      tests: add a test that breaks (from glib)
      Anchor the regex for urls to the beginning of the line
      Be more conservative in parsing email addresses
      Correctly terminate the ulink tag
      Add support for markdown blockquotes
      Consistently use "" quotes
      Support backslash escapes for both MarkDown and our extensions
      Use hashes instead of in_array lookups
      Fix deprecation version without message
      Add support for reference links
      tests: add testcase for <http://foo.com> style links
      Use proper quotation marks
      Don't allow < in ref link targets
      Don't interpret <http://foo.com> as markup
      Always wrap blocks in list items in para
      Correctly handle neighboring ordered and unordered lists
      Also handle <https:> tags
      Display hierarchy/interfaces/etc under the properties and signals
      Split Functions out from other types of declarations
      Use a table for the function synopsis
      Use tables for properties synopsis
      Use a table for signal synopsis
      Place types and values after signals
      Add language attribute to program listings
      Add space between type and * in properties
      Adjust how function parameters are displayed
      Use a table for enum members
      Use a table for struct members
      Use a table for union members
      Use unicode line art instead of ascii art for hierarchy
      style: lighten the navigation header background color
      Don't display titles on admonition blocks
      Set a max width on screen devices
      Tweak the spacings in the css
      Use a non-breaking space in function types
      Fix heading and footing padding
      Group classes with the same styles
      Use non-breaking space between function name and ()
      Use a style class on C punctuation
      Tone down the blackness of h4 headings
      Dim the link text in non-primary columns
      Tone down the non-primary column colors a bit more
      Dim the | separators in the navigation bar
      Tone down the backgrounds under blocks
      Make the dim text/punctuation a bit darker
      Add a section for C includes
      Make navigation header size adaptive
      Don't pad out the function examples
      Don't pad out the signal examples
      Don't put property flags into the preformated section
      Don't show aux details in the synopsis when constrained
      Optimize space a bit more after hiding table columns
      If the prototype wraps indent it a bit less
      Make a little more room for showing examples
      Add spaces around the | symbol in default flags params
      Don't show raw typedef for enums
      Don't show raw unions
      Hide the gallery images on small displays
      Fix off by one on function indentation
      help: Add a bit more about markdown

Zbigniew Jędrzejewski-Szmek (1):
      gtkdoc-mkdb: sort entries in the glossary


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]