commit bb74c5d5abcb2609cb4a48e68a2a575e2aa51b8f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 10 17:54:59 2015 +0100

    data: Fix typo that made distcheck fail
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757737#c5

 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 93c9acd3a123b39f89c7f7abdf9be7c8a2c9094d
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Nov 10 09:56:47 2015 -0500

    update copyright year

 src/MainWindow.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a27cfcf53acdba3dcfcab642fe903146ce1ddc97
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Nov 10 09:45:42 2015 -0500

    pre-release version bump

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

commit 790a4c03b20f2fe95ad2efa6e0bf6df612f63609
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 7 15:55:08 2015 +0100

    ui: Load UI files from GResource
    
    Which shouldn't fail unless there's a programmer error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757737

 Makefile.am                    | 15 +++++++++++----
 configure.ac                   |  3 ++-
 data/Makefile.am               | 10 +++++++---
 data/moserial.gresource.xml    | 14 ++++++++++++++
 src/Config.vapi                |  2 +-
 src/MainWindow.vala            |  2 +-
 src/PreferencesDialog.vala     |  2 +-
 src/ReceiveChooserDialog.vala  |  2 +-
 src/ReceiveProgressDialog.vala |  2 +-
 src/RecordDialog.vala          |  2 +-
 src/SendChooserDialog.vala     |  2 +-
 src/SendProgressDialog.vala    |  2 +-
 src/SettingsDialog.vala        |  2 +-
 src/XmodemFilenameDialog.vala  |  2 +-
 14 files changed, 44 insertions(+), 18 deletions(-)

commit 0d3fe4ce8a9c1c028b0fa575ab437032a3a5de31
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 7 15:32:48 2015 +0100

    ui: Split up GtkBuilder file per-widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757737

 data/ui/Makefile.am               |   13 +-
 data/ui/mainwindow.ui             |  689 ++++++++++++++
 data/ui/moserial.ui               | 1876 -------------------------------------
 data/ui/preferences.ui            |  371 ++++++++
 data/ui/receive_chooser.ui        |   75 ++
 data/ui/receive_progress.ui       |   90 ++
 data/ui/record_dialog.ui          |   74 ++
 data/ui/send_chooser_dialog.ui    |   74 ++
 data/ui/send_progress_dialog.ui   |   90 ++
 data/ui/settings_dialog.ui        |  357 +++++++
 data/ui/xmodem_filename_dialog.ui |   88 ++
 po/POTFILES.in                    |   10 +-
 src/Main.vala                     |    9 +-
 src/MainWindow.vala               |   24 +-
 src/PreferencesDialog.vala        |    7 +-
 src/ReceiveChooserDialog.vala     |    7 +-
 src/ReceiveProgressDialog.vala    |    7 +-
 src/RecordDialog.vala             |    7 +-
 src/SendChooserDialog.vala        |    7 +-
 src/SendProgressDialog.vala       |    7 +-
 src/SettingsDialog.vala           |    7 +-
 src/XmodemFilenameDialog.vala     |    7 +-
 22 files changed, 1966 insertions(+), 1930 deletions(-)

commit 10dde5047d79c9b32e7d2cf6b41b22cff847300f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 7 15:03:57 2015 +0100

    data: Rename glade directory to ui
    
    The format of the UI file is GtkBuilder, not glade.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757737

 configure.ac           |    2 +-
 data/Makefile.am       |    2 +-
 data/glade/Makefile.am |    5 -
 data/glade/moserial.ui | 1876 ------------------------------------------------
 data/ui/Makefile.am    |    5 +
 data/ui/moserial.ui    | 1876 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in         |    2 +-
 7 files changed, 1884 insertions(+), 1884 deletions(-)

commit 2ed8f9ee2617f6c8ff3f220d836a50fa0a28438a
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Nov 10 09:14:41 2015 -0500

    Update comments in po files to reflect renamed manual file

 doc/cs/cs.po | 174 +++++++++++++++++++++++++++---------------------------
 doc/de/de.po | 174 +++++++++++++++++++++++++++---------------------------
 doc/el/el.po | 174 +++++++++++++++++++++++++++---------------------------
 doc/es/es.po | 174 +++++++++++++++++++++++++++---------------------------
 doc/fr/fr.po | 174 +++++++++++++++++++++++++++---------------------------
 doc/sl/sl.po | 188 +++++++++++++++++++++++++++++------------------------------
 doc/sv/sv.po | 168 ++++++++++++++++++++++++++--------------------------
 7 files changed, 613 insertions(+), 613 deletions(-)

commit 6a7782932435222ecc31539c28ec4952279dd5b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 7 14:34:15 2015 +0100

    doc: Port from long-obsolete gnome-doc-utils to yelp
    
    Allowing moserial to build on a recent distribution.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757733

 .gitignore          |   1 -
 Makefile.am         |  10 --
 configure.ac        |   2 +-
 doc/C/index.docbook | 487 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/C/moserial.xml  | 487 ----------------------------------------------------
 doc/Makefile.am     |  13 +-
 src/MainWindow.vala |   2 +-
 7 files changed, 495 insertions(+), 507 deletions(-)

commit 3a317861d4790b45c111a1b0a71b4f9cdd5cf1ca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 7 15:17:56 2015 +0100

    build: Remove obsolete PKG_NAME
    
    From gnome-common:
    ***Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757733

 autogen.sh | 2 --
 1 file changed, 2 deletions(-)

commit 2776a84bc315bc6b4bac026325b5b4c9d1b238d4
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Mon Nov 9 09:43:37 2015 -0500

    use uchar consistently, tweak to last patch

 src/InputParser.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 84d65b4fbc5f4b06c80e492451465719471d3682
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Mon Nov 9 09:41:03 2015 -0500

    don't assign a negative integer to a char, bug 757733

 src/InputParser.vala | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

commit 301fe3b23ff0d9433c4bcb7e1361a174fd36e2d8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 7 14:27:30 2015 +0100

    Disambiguate Gtk.ListStore usage
    
    Now that there's a liststore in both GTK+ and GLib.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757733

 src/MoUtils.vala        | 2 +-
 src/SettingsDialog.vala | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 77b7c76d570e9d76bf97435422740db56fc0e222
Author: Samir Ribic <samir.ribic@etf.unsa.ba>
Date:   Sat Mar 14 08:15:45 2015 +0000

    Added Bosnian translation

 po/LINGUAS |   1 +
 po/bs.po   | 578 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 579 insertions(+)

commit 1779e19fb9607ca0c35bd4d11161fda8da39cc58
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Mon Dec 29 19:02:44 2014 +0100

    Initial Hungarian translation

 po/LINGUAS |   1 +
 po/hu.po   | 576 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 577 insertions(+)

commit 32f13ffc96af2bccaadbedf58550b3295a7cd725
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Nov 27 06:48:53 2014 +0100

    Updated Czech translation

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

commit d97fa600d0bc82afcf3e8310059d28920c988b68
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Oct 3 13:29:33 2014 -0400

    add semicolon to desktop file as per bug 737828

 data/moserial.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ad3c0471ac59a165b645d692249d19268ff68519
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 22 20:02:49 2014 +0200

    Updated Polish translation

 po/pl.po | 32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)

commit b1f0e26e55116fa5d974bd1cf221c0c5e97050bf
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 22 19:58:00 2014 +0200

    Mark strings in appdata file as translatable

 data/moserial.appdata.xml.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 7e448a70a41d9a6a789f3492da1a8345006ca8bc
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Mon Sep 22 13:03:04 2014 -0400

    fix make distcheck errors related to appdata

 data/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)