commit fc58b190e7fb30894f109e5debc8ad9444de17e0 Author: Michael J. Chudobiak Date: Mon Jan 8 07:59:54 2018 -0500 pre-release version bump, NEWS update, copyright year change NEWS | 10 ++++++++++ configure.ac | 2 +- src/MainWindow.vala | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) commit 3932b0b3fea21a55332e5c6e5698020046a63220 Author: Abderrahim Kitouni Date: Thu Dec 28 09:38:01 2017 +0100 correctly call gettext constants translated with N_ need to call _ when used. Signed-off-by: Michael J. Chudobiak src/MainWindow.vala | 4 ++-- src/MoUtils.vala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 5ac45d5be973fef4df38e486fc0de5bae5a67041 Author: Michael J. Chudobiak Date: Fri Dec 22 14:28:13 2017 -0500 remove reference to unused text tag src/HexTextBuffer.vala | 3 --- 1 file changed, 3 deletions(-) commit 3a197ece085f823ca126957d49d22057db008f2c Author: Michael J. Chudobiak Date: Fri Dec 22 14:17:25 2017 -0500 remove #if support for old vala versions configure.ac | 2 ++ src/HexTextBuffer.vala | 36 ------------------------------------ src/MainWindow.vala | 4 ---- src/MoUtils.vala | 4 ---- src/SerialConnection.vala | 11 ----------- 5 files changed, 2 insertions(+), 55 deletions(-) commit f2adec29943a68d7b9e0d8ac4a018b4aa506cdcb Author: Michael J. Chudobiak Date: Fri Dec 22 11:16:59 2017 -0500 Switched deprecated show_uri to show_uri_on_window, fixes compiler warning src/MainWindow.vala | 2 +- src/SerialStreamRecorder.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 922651719965b8f364cb20c9a8d3a940bb9ff617 Author: Michael J. Chudobiak Date: Fri Dec 22 11:09:50 2017 -0500 simpler code to read in the UI files, fixes compiler warning about ignored error src/MainWindow.vala | 3 +-- src/PreferencesDialog.vala | 3 +-- src/ReceiveChooserDialog.vala | 3 +-- src/ReceiveProgressDialog.vala | 3 +-- src/RecordDialog.vala | 3 +-- src/SendChooserDialog.vala | 3 +-- src/SendProgressDialog.vala | 3 +-- src/SettingsDialog.vala | 3 +-- src/XmodemFilenameDialog.vala | 3 +-- 9 files changed, 9 insertions(+), 18 deletions(-) commit 6d1044263c753a844a957e768c2afca92d8c14ff Author: Piotr Drąg Date: Mon Dec 4 20:22:03 2017 +0100 Remove the OMF file It’s a gnome-doc-utils/ScrollKeeper leftover. doc/moserial.omf.in | 11 ----------- 1 file changed, 11 deletions(-) commit 55a1e0ef07194b502434382117146c26edc8bd81 Author: Matej Urbančič Date: Tue May 9 21:04:45 2017 +0200 Updated Slovenian translation po/sl.po | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) commit 4b7304b7bc3bf0c24190396c6946b00c3ea82352 Author: Matej Urbančič Date: Fri May 5 13:27:32 2017 +0200 Updated Slovenian translation po/sl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 169797fb1f84550c2cef68b528bdeffb0c753fee Author: Andika Triwidada Date: Wed Apr 26 14:56:13 2017 +0000 Add Indonesian translation po/LINGUAS | 1 + po/id.po | 565 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 566 insertions(+) commit 6363630637d58a7887e368317c4d65d02278e516 Author: Fabio Tomat Date: Fri Apr 14 08:52:24 2017 +0000 Add Friulian translation po/LINGUAS | 1 + po/fur.po | 565 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 566 insertions(+) commit b1edc3d044844c299b3f067b9b33acc6efebaf29 Author: Michael J. Chudobiak Date: Thu Mar 23 09:52:21 2017 -0400 add Ctrl+L shortcut to clear screen (similar to bash) data/ui/mainwindow.ui | 1 + 1 file changed, 1 insertion(+)