[gtk-doc] Created tag GTK_DOC_1_26



The unsigned tag 'GTK_DOC_1_26' was created.

Tagger: Stefan Sauer <ensonic users sf net>
Date: Fri Aug 11 11:59:38 2017 +0200

    release: 1.26

Changes since the last tag 'GTK_DOC_1_25':

Anders Jonsson (3):
      Update Swedish translation
      Fix grammar in help
      Update Swedish translation

Bernhard M. Wiedemann (1):
      tools: sort directory listings

Carlos Garcia Campos (1):
      gtkdoc-mkhtml: Fix test comparison operator

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

Daniel Mustieles (3):
      Updated Spanish translation
      Updated Spanish translation
      Update Spanish translation

Emmanuele Bassi (1):
      scangobj: Protect style property inspection

Ernestas Kulik (3):
      fixxref: don’t mix and match bytes and strings
      Revert "fixxref: don’t mix and match bytes and strings"
      fixxref: fix bytestring handling for python 3

HorimotoYasuhiro (1):
      Fix a typo.

Jussi Pakkanen (5):
      Converted mkpdf, mkman and mkhtml to Python.
      Converted gtkdoc-rebase from Perl to Python.
      scan: Convert to Python.
      scan:  Workaround for pathological regex parsing
      mkdb: convert gtkdoc-mkdb to python

Kalev Lember (1):
      configure: Lower perl dependency to 5.16.0

Marek Černocký (1):
      Czech translation

Mario Blättermann (2):
      Updated German translation
      Updated German translation

Marius Vlad (1):
      help/manual/C: Added documentation for inline program documentation.

Marvin Schmidt (1):
      depscan/fixxref/rebase: Don't hardcode pkg-config binary

Nirbheek Chauhan (1):
      mkhtml/pdf: Fix quoting of search path

Philip Withnall (1):
      rebase: Fix capitalisation of method name

Rafael Fontenelle (4):
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Sam Thursfield (1):
      gtkdoc-mkhtml: Don't swallow error messages from xsltproc

Sebastian Rasmussen (1):
      Updated Swedish translation

Simon Josefsson (1):
      make: Use portable automake constructs to avoid automake warnings.

Stefan Sauer (156):
      release: bump versions and back to development
      fixxref: only warn on the broken files if the good ones aren#t there
      tests: add another sanity check
      tests: remove index from the test case
      mkdb: avoid duplicated id='idx'
      scan: remove special case for '_' macro
      mkpdf: fix exitcode
      rebase: only warn on the broken files if the good ones aren't there
      rebase: fix variable name
      fixxref: add missing path separator
      fixxref: turn commented code into a trace log
      scan: only copy new sections file if it changed
      rebase: add tracing support
      configure: fix typo
      tests: skip some checks if no gobject docs are installed
      mkdb: fix "Negative repeat count does nothing" warning
      tests: add a test for the attributes annotation
      annotations: allow '=' to be used in annotations
      gtkdoc-mkdb: accept every char in an annotation
      gtkdoc: add/update my copyright
      code-style: change run() to be upper-case
      makefiles: reindent
      makefiles: simplfy copying images for html target
      TODO: planning update
      Makefile.am: whitespace cleanup
      configura.ac: remove comment
      mktmpl: remove the support for tmpl files
      migratetmpl: also remove the migration tool
      Makefile: add more cleanfiles
      HACKING: add benchmark for yelp stylesheets
      sgml: remove docbook sgml tools
      mkpdf: suppress warning about missing chars
      doap: update my name and kickout inactive maintainers
      cat/dcl/dsl: remove more sgml related files
      spec: remove rpm spec
      dtd: remove stale file
      dcl: remove another sgml file
      build: make python mandatory
      docs: update sgml todos
      Makefile: add missing backslash
      rebase: fix small errror from porting
      check: port to python
      build: update gitignore
      rebase: fix indent
      MAINTAINERS: fix my last name
      python: add a gtkdoc python module
      check: use an exception instead of calling sys.exit
      check: make the code somewhat testable
      design: design update
      check: move arg handling to launcher
      check: code cleanup
      mkman: split into wrapper and module
      mkhtml: split into wrapper and module
      mkpdf: split into wrapper and module
      mkpdf: update fop comment
      common.py: start porting common.py from perl
      rebase: split into wrapper and module
      rebase: remove unused module
      python: style cleanups
      scangobj: port to python
      rebase: add the option help text back in
      tools: add a pre-commit check for the python code
      autopep8: cleanup python style
      python: format top comment as doc string.
      gtkdoc: remove shebang from module files
      gtkdoc: remove unused imports
      scan: split into wrapper and module
      rebase: remove option group
      scan: fix import
      common: extract helper from rebase
      common: add missing import
      rebase: cleanup imports
      pre-commit: add pyflakes as a check
      python: fix bugs reported by pyflakes
      common: port more functions and fix one
      common: port the tests as well and fix one bug
      common: add another test
      rebase: fix directory scanning
      fixxref: port from perl to python
      rebase: add missing args
      check: mark regex string as raw string
      precommit: add todo for another checker
      common: some pylint cleanups
      pylint: a few pylint cleanups
      check: simplify custom exception
      common: port helpers for mkdb
      fixxref: don't scan dirs that don't exist
      rebase: small code cleanup
      scan: replace workaround with proper fix
      scan: remove debug leftover
      logging: add back support for GTKDOC_TRACE
      Revert "mkdb: convert gtkdoc-mkdb to python"
      common: make the logger more useful
      mkdb: convert gtkdoc-mkdb to python
      gtkdoc-common: remove the perl version
      README: don't mention template files anymore
      common: return dicts not tuples
      mkdb: fix a few errors from porting
      mkdb: fix more porting errors
      mkdb: fix porting issue with number of files scanned
      common: delete the new file if files are the same
      tests: add a test for the previous fix
      mkdb: fix expansion of abbrs
      common: make comment stripping faster
      mkdb: bring the log output closer to the old version
      mkdb: remove attempts to read tmpl files
      mkdb: remove the TMPL_DIR var
      mkdb: simplify MergeSourceDocumentation()
      make: update ignore files
      mkdb: fix some style warnings and use more sets
      mkdb: rename var
      mkdb: autopep8 cleanup
      mkbd: turn into module
      mkdb: conver function comments to doc strings
      mkdb: extract the markdown to docbook code
      tests: test cleanup and more tests
      mkdb: remove some global variables
      mkman,mkpdf: also fix path arg handling
      mkdb: use integer division
      mkdb: add missing --version options
      mkdb: removove 3 more global vars
      mkdb: remove another 3 options
      mkdb: Remove more global options
      mkdb: remove left-over copy of the arg parsing
      mkdb: use six for python2/3 compat
      mkdb,rebase,scan: python 2/3 compat for dict.keys()
      depscan: python 2/3 compat
      mkpdf: python 2/3 compat fixes
      make: ignore pycache dirs
      make: ignore pycache dirs
      fixxref: make python 2/3 compat
      mkdb: don't crash on missing signal docs
      mkdb: avoid regexp for simple search and replace
      scangobj: add missing logging setup
      scangobj: log debug when keeping intermediate files
      tools: cleanup options handling
      common: handle encoding when redirecting stdout under python2
      scangobj: when using libtool also remove the .o file
      scanobj: only delete the extra file if exists
      test: remove duplicated doc blob
      tests: add example for include in source-code
      mkdb: Also include index files when creating a default master
      scan: stip newlines before logging
      mkdb: log if there is no hierarchy file present
      tests: add blank line after symbol name
      common: be more verbose for file updates
      scan: copy the decl-list to sctions
      scan: code format and logging cleanup.
      scan: fix regexp for adding doc comments
      md_to_db: remove unused parameter
      mkdb: logging more details for entrity expansion
      mkdb: also replace entities in non-markdown sections
      build: dist the python module
      build: fixes for make distcheck
      docs: update perl->python
      release: update news and date in manual

Thomas Wood (1):
      Add support for inline program documentation

Ting-Wei Lan (1):
      mkhtml: allow passing multiple --path arguments to xsltproc

Tom Tryfonidis (1):
      Updated Greek translation

Víctor Manuel Jáquez Leal (1):
      gtkdoc-mk{html,pdf,man}: evaluate some shell variables


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