commit e4f381b200acf89ca593a956530273a8f1d2a7fc
Author: Colin Watson <cjwatson@debian.org>
Date:   Thu Jul 7 13:37:50 2016 +0100

    Release version 0.3.2.

 NEWS                     | 12 ++++++++++++
 telegnome.appdata.xml.in | 11 +++++++++++
 2 files changed, 23 insertions(+)

commit d927d98849369fb94a3b839df52d1fa8191dc05e
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jul 6 02:19:16 2016 +0100

    Migrate from intltool to Gettext
    
    Current releases of Gettext can handle all our translation needs.
    
    * .gitignore: Remove intltool-*.
    * Makefile.am (SUBDIRS): Build the current directory first.
    (EXTRA_DIST): Remove intltool-*.
    (DISTCLEANFILES): Remove.
    (@INTLTOOL_DESKTOP_RULE@, @INTLTOOL_XML_RULE@): Replace with open-coded
    versions using msgfmt.
    * autogen.sh: Remove calls to glib-gettextize and intltoolize.
    * configure.ac (AM_GLIB_GNU_GETTEXT): Replace with ...
    (AM_GNU_GETTEXT_VERSION, AM_GNU_GETTEXT): ... these.
    (AM_GLIB_DEFINE_LOCALEDIR): Remove; the output variable is no longer
    used.
    (IT_PROG_INTLTOOL): Remove.
    * po/.gitignore: Remove .intltool-merge-cache.  Add remove-potcdate.sed.
    Remove stamp-cat-id and stamp-it.  Add stamp-po.
    * po/Makevars: New file.
    * po/POTFILES.in: Remove intltool-specific "[type: gettext/glade]"
    annotations.
    * po/POTFILES.skip: Remove.
    * src/menus.ui, src/prefs.ui, src/telegnome.ui: Move copyright comment
    after XML declaration.
    * telegnome.appdata.xml.in, telegnome.desktop.in: Remove
    intltool-specific underscore prefixes.

 .gitignore               |  3 ---
 Makefile.am              | 19 +++++++--------
 autogen.sh               |  2 --
 configure.ac             |  5 ++--
 po/.gitignore            |  5 ++--
 po/Makevars              | 63 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in           |  6 ++---
 po/POTFILES.skip         |  1 -
 src/menus.ui             |  3 ++-
 src/prefs.ui             |  3 ++-
 src/telegnome.ui         |  3 ++-
 telegnome.appdata.xml.in |  8 +++---
 telegnome.desktop.in     |  4 +--
 13 files changed, 91 insertions(+), 34 deletions(-)

commit d2aa8f7adc16cc2f66260079f7582cf24057c2ff
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jul 6 01:11:48 2016 +0100

    Stop using deprecated ACLOCAL_AMFLAGS
    
    Automake 1.13 can trace AC_CONFIG_MACRO_DIRS instead.
    
    * configure.ac: Use AC_CONFIG_MACRO_DIRS rather than older
    AC_CONFIG_MACRO_DIR.  Require Automake 1.13.
    * Makefile.am (ACLOCAL_AMFLAGS): Remove.

 Makefile.am  | 2 --
 configure.ac | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 391c7c1d6c2756f6eeac82dcc6315bb1dd63c9a6
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jul 6 01:01:54 2016 +0100

    Port away from gnome-common (Debian bug #829851)
    
    * autogen.sh: Replace with version from
    https://wiki.gnome.org/Projects/GnomeCommon/Migration#autogen.sh, minus
    the call to gtkdocize.
    * configure.ac: Drop GNOME_COMMIT_INIT.  Add
    AX_REQUIRE_DEFINED (for YELP_HELP_INIT) and AX_IS_RELEASE.  Replace
    GNOME_DEBUG_CHECK with AX_CHECK_ENABLE_DEBUG.  Replace
    GNOME_COMPILE_WARNINGS with AX_COMPILER_FLAGS.

 autogen.sh   | 46 +++++++++++++++++++++++++++++++---------------
 configure.ac |  8 +++++---
 2 files changed, 36 insertions(+), 18 deletions(-)

commit 9bd8918570b3e3baaeda86b01a808b56602bb502
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jul 6 01:00:08 2016 +0100

    * .gitignore: Remove gnome-doc-utils.make.

 .gitignore | 1 -
 1 file changed, 1 deletion(-)

commit 8fe1286be4c5b5ad8b709e210d4c63b87e4ecbdc
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jul 6 00:08:26 2016 +0100

    Migrate from gnome-doc-utils to yelp-tools
    
    * Makefile.am (EXTRA_DIST): Remove gnome-doc-utils.make.
    (MAINTAINERCLEANFILES): Remove.
    * configure.ac: Replace GNOME_DOC_INIT with YELP_HELP_INIT.
    * doc/.gitignore: Remove *.omf.  Add */*.stamp.  Replace telegnome.xml
    with index.docbook.
    * doc/C/telegnome.xml: Rename to ...
    * doc/C/index.docbook: ... this.
    * doc/Makefile.am: Replace gnome-doc-utils.make inclusion with
    @YELP_HELP_RULES@.
    (dist-hook): Remove.
    (DOC_MODULE): Rename to ...
    (HELP_ID): ... this.
    (HELP_FILES): New variable.
    (DOC_LINGUAS): Rename to ...
    (HELP_LINGUAS): ... this.
    * doc/telegnome.omf.in: Remove.
    * src/gui.vala (Gui.activate_help_contents): Change help target from
    "ghelp:telegnome" to "help:telegnome".

 Makefile.am          |   3 -
 configure.ac         |   2 +-
 doc/.gitignore       |   6 +-
 doc/C/index.docbook  | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/C/telegnome.xml  | 161 ---------------------------------------------------
 doc/Makefile.am      |   8 +--
 doc/telegnome.omf.in |   9 ---
 src/gui.vala         |   2 +-
 8 files changed, 170 insertions(+), 182 deletions(-)

commit 823966a76654d87af6dc202d5006369bc9545e2b
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Jun 23 18:25:24 2016 +0000

    Updated German translation

 po/de.po | 47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

commit 060ef50e95c75b23b4a45151cf5eed443e8ecdaf
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Jun 10 15:44:12 2016 +0200

    Updated Czech translation

 po/cs.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 0b56a71378528df9eb23442213fb57f3824711eb
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Sat Apr 30 12:45:14 2016 +0000

    Updated Hungarian translation

 po/hu.po | 75 +++++++++++++++++++++++++++-------------------------------------
 1 file changed, 32 insertions(+), 43 deletions(-)

commit 76232606fd05f44fcbb1d6b0c084e9d203175bec
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Apr 23 14:12:59 2016 +0200

    Updated Polish translation

 po/pl.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit d188662ea4eaadf213c0e9aa0a114c442124c82d
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Fri Apr 22 11:21:57 2016 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 58 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 31 insertions(+), 27 deletions(-)

commit 05b62c055f4a31c3a95ea136a47974d5601a51f0
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Fri Apr 22 10:36:44 2016 +0000

    Updated Swedish translation

 po/sv.po | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 69f925541823f6ba6e44da762da59c4f61db977e
Author: Colin Watson <cjwatson@debian.org>
Date:   Fri Apr 22 11:19:31 2016 +0100

    Fix incorrect description of paging-enabled key
    
    It's paging-interval, not interval.  Reported by Anders Jonsson; fixes
    SF bug #6.

 data/org.gnome.telegnome.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 67f6030a28f7d3ec13f6bf860ab1a06799e6f13e
Author: Josef Andersson <josef.andersson@gmail.com>
Date:   Thu Apr 21 21:54:24 2016 +0000

    Updated Swedish translation

 po/sv.po | 372 ++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 261 insertions(+), 111 deletions(-)

commit fcab264bb62a01e51dea159f630f44dca9178a37
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon Mar 21 18:32:58 2016 +0000

    Added Occitan translation

 po/LINGUAS |   1 +
 po/oc.po   | 319 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 320 insertions(+)

commit d2bae63331ace409d6469c005e7348e5f8a15f8c
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Mar 16 11:24:43 2016 +0100

    Updated Czech translation

 po/cs.po | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

commit 1df4f180dfe74ab0b0ef9191573aacd4e7c192e3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 16 00:07:41 2016 +0100

    Updated Polish translation

 po/pl.po | 40 ++++++++++++++++++++++------------------
 1 file changed, 22 insertions(+), 18 deletions(-)

commit 68a605bd073e4bbc80d9a2d13e40e56f15cef5a2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 16 00:06:18 2016 +0100

    Correct marking of translatable string

 src/telegnome.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8a8216ae23f72834ce59377bd5001e1b2ef8d3c9
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Mar 14 10:50:08 2016 +0100

    Updated Czech translation

 po/cs.po | 326 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 233 insertions(+), 93 deletions(-)

commit 8e291574cab0ae581f8cd5e9b0c6083c09d5cf99
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Sat Mar 5 21:37:43 2016 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 337 +++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 244 insertions(+), 93 deletions(-)

commit a2f5b3a84c3ddb90bd5afc1e3ebebf27393e1904
Author: Gábor Kelemen <kelemeng@openscope.org>
Date:   Sat Mar 5 10:22:18 2016 +0000

    Updated Hungarian translation

 po/hu.po | 352 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 255 insertions(+), 97 deletions(-)

commit c5d413c5ca3214eeb1cac711816c172163bbca4a
Author: Yolanda Álvarez Pérez <yolandaa.alvarez.perez@gmail.com>
Date:   Tue Feb 23 08:28:40 2016 +0000

    Updated Spanish translation

 po/es.po | 276 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 165 insertions(+), 111 deletions(-)

commit 6303360e8e851966dd748484940c03584c7bf9d9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Feb 21 09:11:07 2016 +0100

    Updated Serbian translation

 po/sr.po       | 356 +++++++++++++++++++++++++++++++++++++++++----------------
 po/sr@latin.po | 356 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 514 insertions(+), 198 deletions(-)

commit b727478adc8530fddd1cc7d8a47b4170b5e65b83
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 20 15:35:04 2016 +0100

    Updated Polish translation

 po/pl.po | 114 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

commit b94c9a4f49ce4f77cd1d22e0be378385cb9decc7
Author: Colin Watson <cjwatson@debian.org>
Date:   Sat Feb 20 02:52:57 2016 +0000

    Version: 0.3.2 (post-release increment)

 NEWS         | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)