Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 icewm (1.4.3.0~pre-20181030-2) unstable; urgency=low
 .
   * Dropped build and installation of the additional icewm FAQ (wrong
     information is often worse that no information, and FTBFS fix due to
     removed linuxdoc-tools dependency)
Author: Eduard Bloch <blade@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-10-31

--- icewm-1.4.3.0~pre-20181030.orig/ChangeLog
+++ icewm-1.4.3.0~pre-20181030/ChangeLog
@@ -1,3 +1,20120 @@
+commit eadc184db21839108310d91726477a56b09ba7a6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 29 21:20:50 2018 +0100
+
+    Honor WinHintsSkipFocus. Avoid showing the same app multiple times.
+
+ src/wmswitch.cc | 32 ++++++++++++++++++--------------
+ 1 file changed, 18 insertions(+), 14 deletions(-)
+
+commit e48e64439080d049ebddddd1e4b499aa474da17a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 29 21:19:31 2018 +0100
+
+    Set sticky for quickswitch.
+
+ src/wmwinlist.cc | 17 ++++++-----------
+ 1 file changed, 6 insertions(+), 11 deletions(-)
+
+commit 9a635bbfc88f0ec86c3b925f82b542519997c708
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 29 21:19:04 2018 +0100
+
+    typo
+
+ src/ypixmap.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 77196178450accf0a959155c94ec8c1c401633a8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 29 02:28:46 2018 +0100
+
+    update man
+
+ man/icesound.pod  | 15 ++++++---------
+ man/icewm.pod     |  5 +++++
+ man/icewmhint.pod | 48 ++++++++++++++++++++++++------------------------
+ 3 files changed, 35 insertions(+), 33 deletions(-)
+
+commit 98724ae809d7d827cc456da32c938b80a6963694
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 29 02:27:00 2018 +0100
+
+    Switch among windows from the same WM_CLASS #306.
+
+ src/bindkey.h   |  2 ++
+ src/default.h   |  1 +
+ src/wmapp.cc    |  2 +-
+ src/wmclient.cc | 49 ++++++++++++++++---------------
+ src/wmclient.h  | 16 ++++++++--
+ src/wmmgr.cc    | 84 ++++++++++++++---------------------------------------
+ src/wmprog.cc   |  3 ++
+ src/wmswitch.cc | 23 +++++++++++++--
+ src/wmswitch.h  |  5 +++-
+ 9 files changed, 92 insertions(+), 93 deletions(-)
+
+commit 5db5929ad6653e64a3a5341b31b1e53df3e5c3e1
+Author: Sir Mobus Gochfulshigan Dorphin Esquire XXIII <celestialtuba@gmail.com>
+Date:   Sun Oct 28 05:53:59 2018 -0400
+
+    Combine fixes for issue #232 (#309)
+
+    Contains @gijsbers fix for runonce and @Code7R command to roll ss as
+    well as checking if ss exists (even on GNU/Linux systems, older systems
+    will still have netstat and may not have ss)
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b5e19f00d34f1334c4530a53da23c23dd01940ec
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 27 05:44:53 2018 +0200
+
+    unneeded optimize fTaskBarApp.
+
+ src/wmframe.cc | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+commit 0be02dcbe3727a6cf8a47d81f9234b294a0872df
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 27 05:42:47 2018 +0200
+
+    Fix missing urgency task button for #301.
+
+ src/atasks.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 6c586babdadcf155c40938dfc0bd3677937208e2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 27 05:40:45 2018 +0200
+
+    FocusOnAppRaise need not be set by focus models, because it is false
+    always.
+
+ src/wmapp.cc | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit c7e2f8c1e5bd53426db875199b0af8806739a0ca
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Oct 25 05:38:01 2018 +0200
+
+    Keep workspace if task flashing and FocusCurrentWorkspace for #301.
+
+ src/atasks.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0005b24518160f6d5a60583954b1b4c35d4f1176
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Oct 25 05:21:13 2018 +0200
+
+    Draw task icon after left icon for #239.
+
+ src/atasks.cc | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit c2cddd2d75a264262ba98f0023e51e163390ffc0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Oct 25 05:20:38 2018 +0200
+
+    update strtest
+
+ src/strtest.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit dd237bf8bde5369777072106b5f29d77e7f93877
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Oct 25 05:19:58 2018 +0200
+
+    better
+
+ src/upath.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit b9af4125c71217015b85824aa2223ceef4f1c6f6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Oct 25 05:13:23 2018 +0200
+
+    typo
+
+ src/upath.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 885b905b3e1920c837da11f0eb71012b828abe8e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 24 23:15:40 2018 +0200
+
+    fix YImageGDK::subimage. save YImages for when debugging.
+
+ src/yimage.h      |  1 +
+ src/yimage_gdk.cc | 19 ++++++++++--
+ src/yximage.cc    | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 99 insertions(+), 2 deletions(-)
+
+commit 4117c00ce5dbb36ab67e4b74e0b05dca29151258
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 24 23:13:24 2018 +0200
+
+    expand + replaceExtension.
+
+ src/upath.cc | 48 ++++++++++++++++++++++++++++++++++++++++--------
+ src/upath.h  |  3 +++
+ 2 files changed, 43 insertions(+), 8 deletions(-)
+
+commit f3109ac3dd931a5e9277ad7300430a2b70368501
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 24 18:22:01 2018 +0200
+
+    also subtract right from width.
+
+ src/atasks.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ea771bfb3896a0f357ce0b8f00ca5f2f1b0f4b9e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 24 18:16:35 2018 +0200
+
+    refs public
+
+ src/wpixres.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 1ecd9821c76ed70e269069b2443b666472314fd9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 24 18:16:04 2018 +0200
+
+    match must be const.
+
+ src/mstring.cc | 2 +-
+ src/mstring.h  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 7527a7c11d633c9d98ee3257ed73d040432165d2
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Tue Oct 23 18:39:09 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (465 of 465 strings)
+
+ po/cs.po | 71 +++++++++++-------------------------------------------------
+ 1 file changed, 13 insertions(+), 58 deletions(-)
+
+commit 4fa1708900d9a13486d95c021cb9f6a9456b3459
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:54:32 2018 +0200
+
+    use TaskbuttonIconOffset for #239. Better window context menus. Don't
+    use FocusCurrentWorkspace for window menu for #301.
+
+ src/atasks.cc    | 72 ++++++++++++++++++++++++++++++++++++++++++-----
+ src/atray.cc     |  2 +-
+ src/decorate.cc  | 58 +++++++++++++++-----------------------
+ src/movesize.cc  |  2 +-
+ src/wmclient.h   | 12 +++++++-
+ src/wmframe.cc   | 14 +++++++---
+ src/wmframe.h    | 21 +++++++-------
+ src/wmmgr.cc     |  8 ------
+ src/wmmgr.h      |  2 --
+ src/wmswitch.cc  | 10 ++-----
+ src/wmwinlist.cc | 79 ++++++++++++++++++++++++++++++++++++++++------------
+ src/wmwinmenu.cc |  2 +-
+ 12 files changed, 186 insertions(+), 96 deletions(-)
+
+commit b8f79ca35b12b98e4957e748bb4b30eb78308498
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:53:19 2018 +0200
+
+    checkCommand.
+
+ src/ymenu.cc | 6 ++++++
+ src/ymenu.h  | 1 +
+ 2 files changed, 7 insertions(+)
+
+commit 6a53735c06aa83fa649219ebf02b7c1f139a26a0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:52:50 2018 +0200
+
+    calculate icons for TaskbuttonIconOffset.
+
+ src/wpixres.cc | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 103 insertions(+)
+
+commit 83b83111f748377156c43fa0f84b21adb26519fb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:50:44 2018 +0200
+
+    delete AutoScroll when done.
+
+ src/ywindow.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 8c46f5115f81b3694443d40d5f20416304333d30
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:50:19 2018 +0200
+
+    subimage for YPixmap
+
+ src/ypixmap.cc | 10 ++++++++++
+ src/ypixmap.h  |  1 +
+ 2 files changed, 11 insertions(+)
+
+commit a764a8fc478215edbcd1c47c4e8efb6f0d8b4705
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:49:52 2018 +0200
+
+    subimage for YImage.
+
+ src/yimage.h      |  2 ++
+ src/yimage_gdk.cc | 11 +++++++++++
+ 2 files changed, 13 insertions(+)
+
+commit b53b97f8fc03686544d14415aa67775ad1061371
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:48:42 2018 +0200
+
+    icons for TaskbuttonIconOffset
+
+ src/wpixmaps.h | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 7f7c55acd6617a2f1b185b08880de7ec99d1f823
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:47:45 2018 +0200
+
+    TaskbuttonIconOffset
+
+ src/themable.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b5498c9fb483e8ae88ca2a72d9994d1ec6522e40
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 23 19:46:36 2018 +0200
+
+    fix Look and WorkspaceNames in "preferences". Add -o,--output option.
+
+ src/genpref.cc | 56 ++++++++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 48 insertions(+), 8 deletions(-)
+
+commit 418af47255ae2ba0ec1a839798fd26d4a3970230
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Oct 23 10:55:24 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 99.7% (464 of 465 strings)
+
+ po/sk.po | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 0f191b7d193937ccb2591266306fc5e96e8bbcdc
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Mon Oct 22 22:45:54 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (465 of 465 strings)
+
+ po/da.po | 66 +++++++++---------------------------------------------------
+ 1 file changed, 10 insertions(+), 56 deletions(-)
+
+commit b1b5c41f293fa66c95b1f0ca354c8dba7fb623b1
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Oct 22 15:29:48 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (465 of 465 strings)
+
+ po/ca.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6b1b6fc33a2673585f572abdc48bd28424d597b4
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Oct 22 15:28:18 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (465 of 465 strings)
+
+ po/ca.po | 85 ++++++++++++++----------------------------------------------
+ 1 file changed, 20 insertions(+), 65 deletions(-)
+
+commit 25587e660ce37c14152a56c021d941c92e6196ce
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Mon Oct 22 10:26:03 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 99.5% (463 of 465 strings)
+
+ po/sk.po | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+commit 5715734e300cb036da3d3de935bbc3b405b7d12a
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Sat Oct 20 23:08:59 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (465 of 465 strings)
+
+ po/ja.po | 80 ++++++++++++------------------------------------------------
+ 1 file changed, 15 insertions(+), 65 deletions(-)
+
+commit 2e7443e30f02979a5c8e26aa2f8f0957ca3f4235
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Sat Oct 20 21:07:47 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (465 of 465 strings)
+
+ po/nl.po | 68 ++++++++++--------------------------------------------------
+ 1 file changed, 11 insertions(+), 57 deletions(-)
+
+commit 310fe0c5774f536e049028bf8ba2f75f64db20be
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 20 19:00:20 2018 +0200
+
+    restore dist.sh build.
+
+ INSTALL-cmakebuild.md | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ src/Makefile.am       |  1 +
+ 2 files changed, 45 insertions(+)
+
+commit 0e651da132970cbf4d0f36864f5a84e9616fe4ad
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 20 18:35:53 2018 +0200
+
+    update po files
+
+ po/ar.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/be.po     | 312 +++++++++++++++++++++++++----------------------
+ po/bg.po     | 312 +++++++++++++++++++++++++----------------------
+ po/ca.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/cs.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/da.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/de.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/el.po     | 312 +++++++++++++++++++++++++----------------------
+ po/en.po     | 300 +++++++++++++++++++++++----------------------
+ po/es.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/fi.po     | 315 ++++++++++++++++++++++++-----------------------
+ po/fr.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/he.po     | 312 +++++++++++++++++++++++++----------------------
+ po/hr.po     | 310 ++++++++++++++++++++++++----------------------
+ po/hu.po     | 360 +++++++++++++++++++++++++++++++-----------------------
+ po/icewm.pot | 304 +++++++++++++++++++++++----------------------
+ po/id.po     | 312 +++++++++++++++++++++++++----------------------
+ po/it.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/ja.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/ko.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/lt.po     | 312 +++++++++++++++++++++++++----------------------
+ po/lv.po     | 316 ++++++++++++++++++++++++-----------------------
+ po/mk.po     | 312 +++++++++++++++++++++++++----------------------
+ po/nb.po     | 315 ++++++++++++++++++++++++-----------------------
+ po/nl.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/no.po     | 315 ++++++++++++++++++++++++-----------------------
+ po/pl.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/pt_BR.po  | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/ro.po     | 312 +++++++++++++++++++++++++----------------------
+ po/ru.po     | 365 ++++++++++++++++++++++++++++++++-----------------------
+ po/sk.po     | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/sl.po     | 312 +++++++++++++++++++++++++----------------------
+ po/sv.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/tr.po     | 316 ++++++++++++++++++++++++-----------------------
+ po/uk.po     | 357 +++++++++++++++++++++++++++++++----------------------
+ po/vi.po     | 312 +++++++++++++++++++++++++----------------------
+ po/zh_CN.po  | 361 +++++++++++++++++++++++++++++++-----------------------
+ po/zh_TW.po  | 361 +++++++++++++++++++++++++++++++-----------------------
+ 38 files changed, 7147 insertions(+), 5659 deletions(-)
+
+commit 599c6de8fc27281985f6f9eef75456681dad7202
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 20 18:22:56 2018 +0200
+
+    wordexp portability
+
+ src/wmapp.cc | 2 +-
+ src/yicon.cc | 6 ++++++
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 492a65379c17975e9f697382a4eca159d8c78b2c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 20 18:15:35 2018 +0200
+
+    Show the valid bounds for bad arguments.
+
+ src/yconfig.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 6434e6d91da0ef18c5c5a45ab7a05a14c5d3fd1c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 20 18:14:59 2018 +0200
+
+    fix typo
+
+ src/wmapp.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 90ab9fa57d8806784857f64cd24df0c735cdef69
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Oct 18 22:37:34 2018 +0200
+
+    fix leak
+
+ src/wmmgr.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit af5fed1fe3fa50b478041a6e1b3fb11389cf4d4c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 17 21:10:56 2018 +0200
+
+    Optimization
+
+ src/wmapp.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit e31395acfc6c35cbebcfedc775ab1f5f32c5ed9c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 16 22:37:43 2018 +0200
+
+    icewm icon
+
+ lib/Makefile.am           |   1 +
+ lib/icons/icewm_16x16.png | Bin 0 -> 777 bytes
+ 2 files changed, 1 insertion(+)
+
+commit 85822f2aeed1562e6822110c3472631b8f765103
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 16 22:31:03 2018 +0200
+
+    Warn if SVG is not supported for gdk-pixbuf without librsvg.
+
+ configure.ac | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 137ad5a5eb28f3f65b44617a279638016dd2d2de
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 16 22:29:40 2018 +0200
+
+    typo
+
+ man/icewm.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 56584c50feb3b81e930d0cdcc696dcdcf34ca3b0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 16 22:28:15 2018 +0200
+
+    Don't require a restart to load Custom focus mode, but
+    reload the focus options from file.
+
+ src/default.h |  1 -
+ src/wmapp.cc  | 32 +++++++++++++++++++++++++-------
+ src/wmapp.h   |  8 +++++---
+ src/wmprog.cc |  2 +-
+ 4 files changed, 31 insertions(+), 12 deletions(-)
+
+commit 21ca91380565caa38fe1a4640dc4533b1bc12f85
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 16 22:23:46 2018 +0200
+
+    Expand IconPath with wordexp for #305.
+    Fix poor handling of icons not found (speedup!).
+    Use more icon paths to locate more application icons.
+
+ src/yicon.cc | 89 +++++++++++++++++++++++++++++---------------------------
+ src/ypaths.h |  1 +
+ src/yprefs.h | 15 ++++++++--
+ 3 files changed, 60 insertions(+), 45 deletions(-)
+
+commit 1b400cf7dc8f3f6ca72103c2422294dac53ff8e7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 15 23:02:25 2018 +0200
+
+    fix runonce #301.
+
+ src/wmapp.cc  | 26 ++++++++++++--------------
+ src/wmapp.h   |  6 ++++--
+ src/wmmgr.cc  |  7 +++++--
+ src/wmprog.cc |  3 ++-
+ src/wmprog.h  |  1 +
+ 5 files changed, 24 insertions(+), 19 deletions(-)
+
+commit 6bf0df90563ec798100019f89ee5143b41a8b930
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 15 23:02:09 2018 +0200
+
+    init unique
+
+ src/yxcontext.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 24ade318eead63ecce0e6c2e4ffa1b467865c69b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 15 08:44:23 2018 +0200
+
+    Add missing.
+
+ man/icewm-menu.pod       | 18 +++++++++++--
+ man/icewm-programs.pod   | 30 ++++++++++++++--------
+ man/icewm-winoptions.pod | 60 +++++++++++++++++++++++++-------------------
+ man/icewm.pod            | 40 ++++++++++++++++++-----------
+ 4 files changed, 95 insertions(+), 53 deletions(-)
+
+commit f0d9d6914fa16951e9fc9308c312f2dcff0434fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 15 08:40:47 2018 +0200
+
+    Fix window matching by pid for daemons.
+    More efficient window resource matching.
+    Use OO context. Complete windowlist menu.
+    YWindow fetchTitle. #301.
+
+ src/wmapp.cc     |  34 +++++++-----
+ src/wmapp.h      |   2 +-
+ src/wmclient.cc  |  39 +++++++++-----
+ src/wmframe.cc   |  23 +++-----
+ src/wmmgr.cc     | 149 ++++++++++++++++++++++++++++++---------------------
+ src/wmmgr.h      |   6 +--
+ src/wmswitch.cc  |   5 ++
+ src/wmwinlist.cc |  15 ++++--
+ src/ywindow.cc   |  48 ++++++-----------
+ src/ywindow.h    |   1 +
+ src/yxapp.cc     |  27 +++-------
+ 11 files changed, 190 insertions(+), 159 deletions(-)
+
+commit d72c8f38a5a0b5e3c1be859784925713eb0940dc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 15 08:40:21 2018 +0200
+
+    OO context (traceable)
+
+ src/yxcontext.h | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 123 insertions(+)
+
+commit d0b5f425e53f7da1f6653b2454b737914dabeee4
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Oct 14 12:18:23 2018 +0200
+
+    Fix fdomenu build when XTERMCMD override is used
+
+ src/fdomenu.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 15012e018e6580de9952f6dbad037bd1063c6b42
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 13 08:10:03 2018 +0200
+
+    fix WM_CLASS for NetStatus for #232.
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d4288e3162a00e9e49f9e43ccc9cb592235ce6a0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 21:29:45 2018 +0200
+
+    document new options
+
+ man/icewm-preferences.pod | 4 ++++
+ man/icewm.pod             | 6 ++++++
+ 2 files changed, 10 insertions(+)
+
+commit 508242a4eff3710c40b23ada0a36cd92398ca1ec
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 21:28:45 2018 +0200
+
+    FocusCurrentWorkspace moves newly focused windows to current workspace
+    for #301.
+
+ src/default.h  |  2 ++
+ src/wmframe.cc | 11 ++++++++---
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+commit 5789198ee131a25ab271d6f950b5cbaf1c01f77f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 19:18:32 2018 +0200
+
+    always open applet command windows on current workspace for #301.
+
+ src/aclock.cc     |  3 ++-
+ src/aclock.h      |  1 +
+ src/acpustatus.cc |  6 ++++--
+ src/acpustatus.h  |  1 +
+ src/amailbox.cc   |  5 +++--
+ src/amailbox.h    |  1 +
+ src/apppstatus.cc |  5 +++--
+ src/apppstatus.h  |  1 +
+ src/wmapp.cc      | 52 ++++++++++++++++++++++++++++++++++++++++++++-------
+ src/wmapp.h       | 10 ++++++----
+ src/wmclient.cc   | 25 ++++++++++++++++++++-----
+ src/wmclient.h    |  3 +++
+ src/wmmgr.cc      | 10 +++++-----
+ src/wmmgr.h       |  4 ++--
+ 14 files changed, 97 insertions(+), 30 deletions(-)
+
+commit 85d2d70657f7961da63ba0bf01baaa759becad0a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 19:16:29 2018 +0200
+
+    reuse common internationalized strings.
+
+ src/wmprog.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit c15848ff3a34b58f6a699c0432d2b656215933d4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 19:16:07 2018 +0200
+
+    complete menu of window list.
+
+ src/wmwinlist.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit d08549031d456af2df90f72885ec98062da3da58
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 19:15:30 2018 +0200
+
+    MouseWinLower for #304
+
+ src/bindkey.h      |  2 ++
+ src/default.h      |  1 +
+ src/wmcontainer.cc | 16 +++++++++++++---
+ 3 files changed, 16 insertions(+), 3 deletions(-)
+
+commit 309c14ab9fc323868fc9a314579312b9dbccb6b5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Oct 12 19:13:03 2018 +0200
+
+    WMKey ops
+
+ src/yconfig.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit a0641d71c2e1dfc61f608a1673cc48b52272dd1f
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Mon Oct 8 18:40:59 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/de.po | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit ae5029d2a1ac4ddc5f68f5c057b0e1430f8695b7
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Mon Oct 8 13:38:41 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 97.6% (453 of 464 strings)
+
+ po/de.po | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+commit 0ba03bfc142983d4fd968f38ac44204b08573ab5
+Author: Dingzhong Chen <wsxy162@gmail.com>
+Date:   Sun Oct 7 16:42:15 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 75.6% (351 of 464 strings)
+
+ po/zh_CN.po | 22 ++++++++++------------
+ 1 file changed, 10 insertions(+), 12 deletions(-)
+
+commit f5952363403859cf3b53ca3fdba3ee7a83bd9011
+Author: Yi-Jyun Pan <pan93412@gmail.com>
+Date:   Fri Oct 5 15:30:37 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 76.9% (357 of 464 strings)
+
+ po/zh_TW.po | 70 ++++++++++++++++++++++++---------------------------------
+ 1 file changed, 29 insertions(+), 41 deletions(-)
+
+commit ae66bc6795632661e1206f0bab9d97bafd9824ec
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 3 21:49:18 2018 +0200
+
+    fix typo after hash-sign. mention IceWM Theme Creation Howto.
+
+ man/icewm.pod | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a916c57ed59b0b582bdb85e0bb2e55f1150ae7a9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 3 21:44:53 2018 +0200
+
+    fix return type of address operator.
+
+ src/ypointer.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 641e8f0032dd8c4245ac85d94fb493c79874fd34
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 3 21:44:04 2018 +0200
+
+    Check conf for nonempty in preferencesPath.
+
+ src/wmprog.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1ed7ddd9cd8c11b5ddf5728743ecb57f60142fda
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 3 21:43:44 2018 +0200
+
+    fix missing from in copyFrom
+
+ src/upath.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9f885aedfbad31c2f9019db1178524e31a5b7753
+Author: David Medina <medipas@gmail.com>
+Date:   Wed Oct 3 16:19:42 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/ca.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c5663c1baf14b92713958ae16bffd69c8911af01
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 3 12:59:31 2018 +0200
+
+    Document the switchkey variant
+
+ man/icewm-keys.pod | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 998f287793f89ba3a49919e9638542335dc3a9b9
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 3 12:38:10 2018 +0200
+
+    Documenting quickswitch key combos, click-to-switch
+
+    And also the dragging and closing features on the task pane.
+
+ man/icewm.pod | 21 +++++++++++++++++++--
+ 1 file changed, 19 insertions(+), 2 deletions(-)
+
+commit 2941a22a62ff14f8548a6f1244f636141a0a9fb2
+Author: Marguerite Su <i@marguerite.su>
+Date:   Wed Oct 3 04:23:17 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 73.9% (343 of 464 strings)
+
+ po/zh_CN.po | 40 +++++++++++++++-------------------------
+ 1 file changed, 15 insertions(+), 25 deletions(-)
+
+commit 5bb2f74158a52c444279cc7737f9ed1ba585284f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 18:26:27 2018 +0200
+
+    prefer use of loadText.
+
+ src/wmmenu.cc   | 2 +-
+ src/wmoption.cc | 2 +-
+ src/yconfig.cc  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 8280ea0623999379d2f39eb83786eb5c883b825e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 18:23:59 2018 +0200
+
+    Cannot save prefs to prefoverride as this makes it impossible to
+    overrule when later a preferences file does come into existence.
+    Only save to a preferences in getPrivConfDir() unless the configFile
+    was overruled on the command line. Before saving prefs copy a default
+    preferences from LIBDIR.
+
+ src/wmprog.cc | 47 +++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 39 insertions(+), 8 deletions(-)
+
+commit 5def051d33433d801b893d99e921e6d360411665
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 18:23:27 2018 +0200
+
+    Ensure getPrivConfDir() directory exists.
+
+ src/yapp.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit e1d7807e8f26df634a3d4ba73cf32b7618ac700c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 18:21:51 2018 +0200
+
+    Need to remember configFile when saving prefs.
+
+ src/wmapp.cc | 27 ++++++++++++++-------------
+ src/wmapp.h  |  5 ++++-
+ 2 files changed, 18 insertions(+), 14 deletions(-)
+
+commit e63e5fe1fb9eeb142e41ce9db35b8a7060e1d307
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 16:01:26 2018 +0200
+
+    more keys.
+
+ man/icewm.pod | 42 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 42 insertions(+)
+
+commit 31358c47ff0f4a8018b596d2622c5e09bf756b39
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 30 15:27:41 2018 +0200
+
+    Let wmswitch focus the right item even without motion
+
+    Or it might fail on touchscreens without any motion or when mouse cursor
+    is never moved and the pointer was already in the area.
+
+ src/wmswitch.cc | 38 ++++++++++++++++++++++----------------
+ src/wmswitch.h  |  5 ++++-
+ 2 files changed, 26 insertions(+), 17 deletions(-)
+
+commit 9b4985c0d559a73da995a9fa2971596aa4d3cf0f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:28:38 2018 +0200
+
+    task switch keys are too easily mishit and too expertly.
+
+ src/bindkey.h | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit aaf1bb810d16235c8b38f8c2037d412db83b1846
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:27:34 2018 +0200
+
+    remove obsolete comments
+
+ src/wmmgr.cc | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit ee3bb63c8b289a76b6492819a53a81bf14b7c5a2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:26:30 2018 +0200
+
+    mkdir mode uses upath defaults.
+
+ src/ysmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 847a9ac2dc255792cd84f5cc865f48272f6eb39d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:26:01 2018 +0200
+
+    take address
+
+ src/ypointer.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b336d1daa9c3596e85dabefefd0efde0a64d05fe
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:25:23 2018 +0200
+
+    ystring replace.
+
+ src/yarray.cc | 15 +++++++++++++--
+ src/yarray.h  |  1 +
+ 2 files changed, 14 insertions(+), 2 deletions(-)
+
+commit 28d1f3c42207e41e6e7bdb4e3b567d3fff5a1586
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:24:40 2018 +0200
+
+    loadText, copyFrom, testWritable.
+
+ src/upath.cc | 48 +++++++++++++++++++++++++++++++++++-------------
+ src/upath.h  |  3 +++
+ 2 files changed, 38 insertions(+), 13 deletions(-)
+
+commit 46e9267e40d619a69f06dacad8a6a0cdf5cc982b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:24:09 2018 +0200
+
+    fix test for NULL
+
+ src/strtest.cc | 17 ++++++++++++++---
+ 1 file changed, 14 insertions(+), 3 deletions(-)
+
+commit b202d1bafb59c610e1b2bba1fec6df62d6701e9c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:23:53 2018 +0200
+
+    nbsp
+
+ src/icehelp.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 86e19e0ea34ea09cfb5214ef38ac8def8c7759d5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 15:22:32 2018 +0200
+
+    Allow spaces and single quoted strings in TerminalCommand.
+    For NetCommand differentiate between Linux and others.
+
+ src/aaddressbar.cc | 70 ++++++++++++++++++++++++++++++++++++++------------
+ src/aaddressbar.h  |  1 +
+ src/default.h      | 14 +++++++---
+ 3 files changed, 64 insertions(+), 21 deletions(-)
+
+commit 5243d44bbdc6cc264eb90b5719adb75046e27a98
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 30 14:28:43 2018 +0200
+
+    Keep the text marking to visualize the final match
+
+    And some related refactoring, less nesting and pointless value passing.
+    Also not interpreting directories as final match.
+
+    Addressing part of #297, a proposal displaying solution is yet to come.
+
+ src/aaddressbar.cc | 20 +++++++-------------
+ src/aaddressbar.h  |  2 +-
+ src/yinput.cc      | 14 ++++++++------
+ src/yinputline.h   |  2 +-
+ 4 files changed, 17 insertions(+), 21 deletions(-)
+
+commit 25538d4058ea2a9bd74973960a75e7655996126e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 30 08:59:23 2018 +0200
+
+    Don't select text after tab completion.
+
+ src/yinput.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit eeddcf2b96e042598b28d1f6dc5c7d874596daf3
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 30 00:27:55 2018 +0200
+
+    Preparations to extract possible completions from globit code
+
+    For #297
+
+ src/globit.c  | 7 ++++++-
+ src/globit.h  | 3 ++-
+ src/yinput.cc | 6 ++++--
+ 3 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 8ae9b8bafe85c8614840351ec772a2e85d2a2985
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 26 20:39:50 2018 +0200
+
+    Tab completion should expand to the longest common prefix of all
+    partial matches if globit_best returns 2 or higher.
+
+ src/yinput.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit de8d47400fda9a5a1aa4c4670448ab90dee31724
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 26 20:39:07 2018 +0200
+
+    Better links in html manpages.
+
+ man/Makefile.am          | 10 ++++++++--
+ man/icehelp.pod          |  2 +-
+ man/icewm-winoptions.pod |  2 +-
+ man/icewm.pod            |  2 +-
+ 4 files changed, 11 insertions(+), 5 deletions(-)
+
+commit c52418649e5ced5fb1109ac2d203ad23e29e4fad
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 26 20:36:37 2018 +0200
+
+    Update (generated from index.md using kramdoc).
+
+ doc/icewm.adoc | 3514 +++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 2518 insertions(+), 996 deletions(-)
+
+commit 69026c171717125c0efe65084a42f39eede4ebc4
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 24 17:57:51 2018 +0200
+
+    Revert "Utilize auto_raii helper to avoid memleak on globit responses"
+
+    This reverts commit eb8af4ae037dd76248097804a3db6621cb771aac.
+
+ src/fdomenu.cc | 13 ++++++++++++-
+ src/yinput.cc  | 10 ++++------
+ src/ypointer.h | 17 -----------------
+ 3 files changed, 16 insertions(+), 24 deletions(-)
+
+commit eb8af4ae037dd76248097804a3db6621cb771aac
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 22 11:33:04 2018 +0200
+
+    Utilize auto_raii helper to avoid memleak on globit responses
+
+ src/fdomenu.cc | 13 +------------
+ src/yinput.cc  | 10 ++++++----
+ src/ypointer.h | 17 +++++++++++++++++
+ 3 files changed, 24 insertions(+), 16 deletions(-)
+
+commit 0ac7580c653a265afe8ad99430147f7b500845a1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 23 20:16:42 2018 +0200
+
+    fix leak
+
+ src/yinput.cc | 16 +++-------------
+ 1 file changed, 3 insertions(+), 13 deletions(-)
+
+commit 6a77f5050eb0f351e97591ba4d23845b1c25c7f9
+Author: Dmitriy Khanzhin <dmitriy.khanzhin@gmail.com>
+Date:   Wed Sep 19 18:55:21 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/ru.po | 292 ++++++++++++++++++++++++++---------------------------------
+ 1 file changed, 127 insertions(+), 165 deletions(-)
+
+commit ab9e852c367474a79e4e775f4461a393b40bb82d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Sep 19 18:53:30 2018 +0200
+
+    Don't mistake multiple completion candidates for successful completion
+
+ src/yinput.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6db51cd2f2dc7dbd181d872b64f22814a6c422f0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Sep 19 18:49:47 2018 +0200
+
+    Option to skip generation of submenues
+
+    For #263.
+
+    Also added loading of translations for menues descriptors that are
+    actually used.
+
+ src/fdomenu.cc | 43 +++++++++++++++++++++++++++++++------------
+ 1 file changed, 31 insertions(+), 12 deletions(-)
+
+commit 0d5e1fc7c40c41c142aff8d8193b23267b1ecad6
+Author: Dmitriy Khanzhin <dmitriy.khanzhin@gmail.com>
+Date:   Wed Sep 19 08:06:32 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 73.2% (340 of 464 strings)
+
+ po/ru.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit dd8af6c2921eca8c2551ecd633bc1151e7415eac
+Author: Dmitriy Khanzhin <dmitriy.khanzhin@gmail.com>
+Date:   Tue Sep 18 18:41:39 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 72.8% (338 of 464 strings)
+
+ po/ru.po | 62 ++++++++++++++++++++++++------------------------------------
+ 1 file changed, 25 insertions(+), 37 deletions(-)
+
+commit e40d1048bf2318f1ec0745ca984f6595fc3440c1
+Author: jc sl <trcs@gmx.com>
+Date:   Mon Sep 17 20:46:19 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 87.9% (408 of 464 strings)
+
+ po/es.po | 132 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 66 insertions(+), 66 deletions(-)
+
+commit 000e97d4e82ab8b9c1bd51fbf1796b9ba579f570
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Sep 17 20:52:17 2018 +0200
+
+    Enforce markdown rendering for INSTALL.cmakebuild on Github.
+
+ INSTALL-cmakebuild.md | 41 -----------------------------------------
+ INSTALL.cmakebuild    |  1 +
+ 2 files changed, 1 insertion(+), 41 deletions(-)
+
+commit e4284b0e17e6a02077780c542bae12891033e3eb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Sep 17 20:16:45 2018 +0200
+
+    No titlebar or border for shaped applications like oclock and xeyes.
+    This fixes #192.
+
+ src/wmframe.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 85f0f75022edc0af8f024064293302e6a24b99f2
+Merge: 730df6c8 88f1ef75
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 16 22:14:38 2018 +0200
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 730df6c8b1e1e51535cec00a7d01e589fd597e10
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 16 20:17:30 2018 +0200
+
+    Don't complain about -C, --copying options.
+
+ src/wmapp.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 88f1ef751fd8ea3fd9fd1e4b7c8c7e3276ddf3bd
+Merge: 7ae7fa25 9e97a315
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Sep 16 18:17:18 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 7ae7fa25acac1dfa0c7bfb45a3b6fc214e66baff
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Sun Sep 16 16:26:17 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/da.po | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 9e97a315a74ea3125296fd77c3f4061d2b963bf7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 16 20:16:47 2018 +0200
+
+    add -C, --copying options
+
+ icewm-set-gnomewm | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
+commit db894f2d596f9ace7172f1572fea7e2d422f154c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 16 20:15:31 2018 +0200
+
+    update, complete, correct doc+man
+
+ doc/icewm.adoc             | 29 ++++++++++++-----------
+ man/icehelp.pod            | 53 ++++++++++++++++++++++++++++++++++++++++++
+ man/icesh.pod              | 50 +++++++++++++++++++++------------------
+ man/icewm-env.pod          |  4 +++-
+ man/icewm-focus_mode.pod   |  3 ++-
+ man/icewm-menu-fdo.pod     |  4 +++-
+ man/icewm-menu.pod         |  5 ++--
+ man/icewm-preferences.pod  |  3 ++-
+ man/icewm-prefoverride.pod |  3 ++-
+ man/icewm-programs.pod     |  4 +++-
+ man/icewm-session.pod      | 38 ++++++++++++++++++++++++++++++
+ man/icewm-shutdown.pod     |  5 +++-
+ man/icewm-startup.pod      |  5 +++-
+ man/icewm-theme.pod        |  4 +++-
+ man/icewm-toolbar.pod      |  5 +++-
+ man/icewm-winoptions.pod   |  4 ++--
+ man/icewm.pod              | 26 +++++++++++----------
+ man/icewmbg.pod            | 14 +++++------
+ man/icewmhint.pod          |  2 +-
+ 19 files changed, 191 insertions(+), 70 deletions(-)
+
+commit aed70ed498258a3f1b4f96bfab3c4ba6fa74460d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 16 20:14:33 2018 +0200
+
+    update links
+
+ CONTRIBUTING.md | 8 ++++----
+ README.md       | 6 +++---
+ README.md.in    | 6 +++---
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+commit f831e6d2530324f6cfe45ac8898c4e3d81aaddc7
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Sun Sep 2 08:46:11 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/cs.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ef9f34ae156bdbefa58612626e00cff8a682cc28
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 12 20:32:29 2018 +0200
+
+    icewmbg options to shuffle and cycle backgrounds.
+
+ man/icewm-toolbar.pod |   2 +-
+ man/icewmbg.pod       |  58 ++++++++--
+ src/icewmbg.cc        | 285 +++++++++++++++++++++++++++++++++++++---------
+ src/icewmbg_prefs.h   |  13 ++-
+ 4 files changed, 290 insertions(+), 68 deletions(-)
+
+commit 30c573c6babdcdf4fbb432bdcd857f6fc716ceba
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 12 20:26:50 2018 +0200
+
+    comma + backslash + newline continues a multi-value over multiple lines.
+
+ src/wmmenu.cc   |  2 +-
+ src/wmoption.cc |  2 +-
+ src/yconfig.cc  | 11 ++++++++---
+ 3 files changed, 10 insertions(+), 5 deletions(-)
+
+commit 3d714561384eb85969dd5b085bc89bbca5824d28
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 12 20:25:52 2018 +0200
+
+    glob, hasglob
+
+ src/upath.cc | 26 ++++++++++++++++++++++++--
+ src/upath.h  | 11 ++++++++++-
+ 2 files changed, 34 insertions(+), 3 deletions(-)
+
+commit 7e212ffd064770b137b763d4a5e67fddda56cdf1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 12 20:24:51 2018 +0200
+
+    namespace, lineEnding, pastSpaces
+
+ src/ascii.h | 26 ++++++++++++++++++++++++--
+ 1 file changed, 24 insertions(+), 2 deletions(-)
+
+commit 47ff0502c3d21a402c528d89c552ae3feed61917
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Sep 11 18:37:32 2018 +0200
+
+    update homepage URL
+
+ po/ast.po | 2 +-
+ po/be.po  | 2 +-
+ po/bg.po  | 2 +-
+ po/el.po  | 2 +-
+ po/eo.po  | 2 +-
+ po/fa.po  | 2 +-
+ po/fi.po  | 2 +-
+ po/lv.po  | 2 +-
+ po/mk.po  | 2 +-
+ po/nb.po  | 2 +-
+ po/no.po  | 2 +-
+ po/sl.po  | 2 +-
+ po/tr.po  | 2 +-
+ po/vi.po  | 2 +-
+ 14 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 2b970e8d02b4060f1c6a30ae1e51ac06bf19b21a
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Aug 27 14:01:52 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/ca.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 7fe72cbc347bfc28e0d5fd986a85607d0dc7fff0
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Mon Aug 27 19:09:57 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/pt_BR.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a46609eb7dc42fb37fee27ce4d8bdc53ae6756dc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 9 14:42:05 2018 +0200
+
+    fix #292
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 49669caec7af29fcf977a07bf5d3a358a68f7942
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 9 09:47:20 2018 +0200
+
+    Auto-adjust taskbar height to large task button fonts for issue #283.
+
+ src/atasks.cc    | 46 ++++++++++++++++++++++++++++++++++++----------
+ src/atasks.h     | 10 ++++++++++
+ src/wmtaskbar.cc |  3 +--
+ 3 files changed, 47 insertions(+), 12 deletions(-)
+
+commit 0a1bdbdf9707320bc3ce4aa693f9494156305660
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 9 09:30:13 2018 +0200
+
+    ice-wm.org #287
+
+ CONTRIBUTING.md | 7 +++----
+ README.md       | 7 +++----
+ README.md.in    | 7 +++----
+ doc/icewm.adoc  | 6 +++---
+ icewm.lsm.in    | 2 +-
+ icewm.spec.in   | 2 +-
+ src/icehelp.cc  | 6 +++---
+ src/wmapp.cc    | 2 +-
+ 8 files changed, 18 insertions(+), 21 deletions(-)
+
+commit ebcd901da9298b0d5b580d84b56370b791458c7a
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sat Sep 8 10:48:54 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/sk.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 0280df4fc182336022e3f234a3ada2488da4820d
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sat Sep 8 10:43:00 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 97.8% (454 of 464 strings)
+
+ po/sk.po | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit a76a60abf54419dd7deed1aa041749738a4e3f29
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 7 23:17:21 2018 +0200
+
+    camelCase drew_icon.
+
+ src/atasks.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit ff45b6b6d17b04d69265d5ece900ff09a5ef23e9
+Author: ldarby2 <42494548+ldarby2@users.noreply.github.com>
+Date:   Fri Sep 7 22:15:03 2018 +0100
+
+    Don't waste taskbar space for window titles if there's no icon. (#294)
+
+    * Don't waste taskbar space for window titles if there's no icon.
+
+    To have no icon, set the winoption icon to e.g. NULL (any non
+    existing path).  Useful if there are e.g. lots of xterms.
+
+    * deleted pointless (and misleading) initialization
+
+ src/atasks.cc | 5 +++--
+ src/yicon.cc  | 4 +++-
+ src/yicon.h   | 2 +-
+ 3 files changed, 7 insertions(+), 4 deletions(-)
+
+commit d33d4b126d8063d9158779e9ea59ccd4d7e621c9
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Mon Aug 27 22:49:16 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/ja.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 8badee40e86b1f7ef8a069ee6a9c8f5c8e4a6bf3
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Mon Aug 27 15:45:58 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/nl.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit f6b12a7dc74a10ac8f5e396bc39e0d94647cc20f
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Thu Sep 6 22:18:53 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (464 of 464 strings)
+
+ po/da.po | 144 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 72 insertions(+), 72 deletions(-)
+
+commit 5ba43031b4b5bd529a6c7eeb0f20c984d1e00958
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 6 13:01:04 2018 -0600
+
+    update po files
+
+ po/ar.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/be.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/bg.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/ca.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/cs.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/da.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/de.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/el.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/en.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/es.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/fi.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/fr.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/he.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/hr.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/hu.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/icewm.pot | 73 +++++++++++++++++++++++++++++-------------------------
+ po/id.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/it.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/ja.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/ko.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/lt.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/lv.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/mk.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/nb.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/nl.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/no.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/pl.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/pt_BR.po  | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/ro.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/ru.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/sk.po     | 75 ++++++++++++++++++++++++++++++--------------------------
+ po/sl.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/sv.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/tr.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/uk.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/vi.po     | 71 ++++++++++++++++++++++++++++-------------------------
+ po/zh_CN.po  | 71 ++++++++++++++++++++++++++++-------------------------
+ po/zh_TW.po  | 71 ++++++++++++++++++++++++++++-------------------------
+ 38 files changed, 1461 insertions(+), 1271 deletions(-)
+
+commit 6610af0ac091b4c3c6e054b84307729b0bfd70f9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 6 13:00:36 2018 -0600
+
+    add missing header file
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 68a0cc01ffe51102cce75e3d638842b607e2a70b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Sep 6 11:45:29 2018 +0200
+
+    Use a different phrase for "Suspend system"
+
+    Avoid translator's confusion with "interrupt"
+
+ src/wmapp.cc    | 2 +-
+ src/wmdialog.cc | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 80725d826a756ffd5f2a2feacbc334dfcb14b39c
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Sep 5 16:53:40 2018 +0200
+
+    Reformat, refactor, cleanup
+
+ src/fdomenu.cc | 75 ++++++++++++++++++++++++------------------------------
+ 1 file changed, 33 insertions(+), 42 deletions(-)
+
+commit 53ca2c548da544abf7beac7b89bddcc8147c88bd
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Sep 5 12:24:19 2018 +0200
+
+    Use built-in translations for all sub-categories
+
+ src/fdomenu.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit ada0a33509a4e37c67f476a40230cb12bdf4ee7c
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Sep 4 16:41:48 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 95.6% (443 of 463 strings)
+
+ po/sk.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 3860d4061ae9b4f0613543de8170be6a578b8b1c
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Sep 4 16:35:53 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 93.5% (433 of 463 strings)
+
+ po/sk.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit ef37a044edb5f9825b4128fff6a738a0cc0f1b23
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Sep 4 16:30:26 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 91.3% (423 of 463 strings)
+
+ po/sk.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 4468952ce848e1b86520a2cf70da537bfa32bf9d
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Mon Sep 3 19:39:30 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 94.3% (437 of 463 strings)
+
+ po/de.po | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 32c444270d2a700ae45bd20ffd43fbd5a34c5b7a
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Mon Sep 3 12:29:51 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 91.5% (424 of 463 strings)
+
+ po/de.po | 130 +++++++++++++++++++++++------------------------------------
+ 1 file changed, 50 insertions(+), 80 deletions(-)
+
+commit 33259b511e8a2003c8e827b7b8f6dd6547908bee
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Sun Sep 2 17:28:38 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 85.3% (395 of 463 strings)
+
+ po/da.po | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+
+commit 400c26e205b159ace843b42cea490920942b46ff
+Merge: c219c01a 3e1ef697
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Sep 2 17:27:28 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit c219c01a4f2b230e38e1bf915fe3ca7ca6d8d764
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Sun Sep 2 17:27:18 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 84.6% (392 of 463 strings)
+
+ po/da.po | 134 +++++++++++++++++++++--------------------------------------
+ 1 file changed, 48 insertions(+), 86 deletions(-)
+
+commit 3e1ef69748d4600e386ad4574bb3a9b8a8a0247a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 2 19:24:54 2018 +0200
+
+    Point-to-activate functionality also for horizontal quickswitch
+
+    At least as long as the huge-icon mode is not enabled.
+
+ src/wmswitch.cc | 52 +++++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 35 insertions(+), 17 deletions(-)
+
+commit 5f523fd2ababfe565e92db14b7be22e00bda79c0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 2 12:06:59 2018 +0200
+
+    Avoid painting over the edge in vertical quickswitch
+
+ src/wmswitch.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit a92d97ad522c10dde8e8506f10d9287bcdf9f7a1
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Sun Sep 2 08:44:48 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (463 of 463 strings)
+
+ po/cs.po | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+commit e945342e5747b8442ce3fb3296522dc4c1bbfd02
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sat Sep 1 11:50:25 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 89.2% (413 of 463 strings)
+
+ po/sk.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 5565856ce0198d2016c49eb9abb2420be2b2b4bf
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sat Sep 1 11:43:11 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 87.0% (403 of 463 strings)
+
+ po/sk.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 941d40afb8cb16d9c381af0f93ced7eff96d52ce
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 1 09:17:43 2018 +0200
+
+    Revert "Use nicer Unicode ellipsis instead of the improvised string"
+
+    This reverts commit f688a0fda30ef8a1e67a3469df90d05cac2030b7.
+
+    It can be done but becomes messy. May handle such thing via i18n later.
+
+ src/mstring.cc | 3 ---
+ src/wmprog.cc  | 5 ++---
+ src/ypaint.cc  | 6 ++----
+ 3 files changed, 4 insertions(+), 10 deletions(-)
+
+commit 865790a893286e679b966e5279124e449c6dd6a8
+Merge: d2a60862 1623c4e1
+Author: Code7R <Code7R@users.noreply.github.com>
+Date:   Fri Aug 31 22:14:01 2018 +0200
+
+    Merge pull request #293 from nikolas/spelling
+
+    Fix a few spelling errors in icewm-preferences man page
+
+commit d2a60862f8ea3be0ef4c82d85c8c543c50e45a17
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 31 21:03:11 2018 +0200
+
+    Better default size for vertical quickswitch
+
+ src/wmswitch.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit f688a0fda30ef8a1e67a3469df90d05cac2030b7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 31 20:44:18 2018 +0200
+
+    Use nicer Unicode ellipsis instead of the improvised string
+
+ src/mstring.cc | 3 +++
+ src/wmprog.cc  | 5 +++--
+ src/ypaint.cc  | 6 ++++--
+ 3 files changed, 10 insertions(+), 4 deletions(-)
+
+commit ad82289e3789f2c3c0245f7b524b89cd8ddcdc44
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 31 16:11:33 2018 +0200
+
+    Improve vert. wmswitch painting
+
+    Now using menu item colors in the vertical wmswitch.
+    With the colors from flat quickswitch it looked just too weird with most
+    themes. Have been done so for years, since I introduced the vertial mode
+    and have been too lazy to add custom options.
+
+    Fixed space calculation and cleaned up a lot, needs less X calls in
+    text-first mode.
+
+ src/wmswitch.cc | 131 ++++++++++++++++++++++------------------------------
+ src/wmswitch.h  |   7 ++-
+ 2 files changed, 61 insertions(+), 77 deletions(-)
+
+commit 1623c4e1f72974c229dda29beec303398985a6e2
+Author: Nikolas Nyby <nikolas@gnu.org>
+Date:   Fri Aug 31 12:31:28 2018 -0400
+
+    Fix a few spelling errors in icewm-preferences man page
+
+ man/icewm-preferences.pod | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b4c786ff3332abda5d1f0f7075c8488ba74f489e
+Merge: 42925cc6 8fba2b29
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Thu Aug 30 18:52:26 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 42925cc63db26109d61cf1f4d175729b56d77f6f
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Thu Aug 30 18:09:49 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 80.9% (375 of 463 strings)
+
+ po/de.po | 58 +++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 27 insertions(+), 31 deletions(-)
+
+commit 8fba2b292d6d4affafec480131c4d53dc2b006b3
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Aug 30 20:44:50 2018 +0200
+
+    Also apply the taskBarUseMouseWheel setting to workspace pager
+
+    Just like the suggested solution of issue #284 .
+
+ src/aworkspaces.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ec8ef3748bfb77c1816dec58dc95ef26635dccbe
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Thu Aug 30 17:47:03 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 84.8% (393 of 463 strings)
+
+ po/sk.po | 42 +++++++++++++++++++++---------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit b291c11bba8f4939e0a7010eca3dcee3f84360c1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Aug 30 19:30:50 2018 +0200
+
+    Fix for wandering static gravity windows issue #291.
+
+ src/wmframe.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 1f8d46b95476de192376f6d9848b96e7ae3e8e8b
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Thu Aug 30 17:25:27 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 80.5% (373 of 463 strings)
+
+ po/sk.po | 82 ++++++++++++++++--------------------------------------------
+ 1 file changed, 21 insertions(+), 61 deletions(-)
+
+commit 9a6fd2d726d68704c1424de26d3e947b2767ee9b
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Thu Aug 30 12:42:30 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 76.2% (353 of 463 strings)
+
+ po/sk.po | 28 +++++++++++-----------------
+ 1 file changed, 11 insertions(+), 17 deletions(-)
+
+commit 176567ef455c6426788a55353da5344345e7d028
+Merge: 419a7c1a ef7e4b44
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Thu Aug 30 10:25:42 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 419a7c1a3c25d80fa1e53c9953daef72fa53d56c
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Thu Aug 30 09:50:51 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 99.3% (460 of 463 strings)
+
+ po/cs.po | 227 ++++++++++++++++++++++++++---------------------------------
+ 1 file changed, 98 insertions(+), 129 deletions(-)
+
+commit ef7e4b4447881e0cbea39b467a68e4d22c2dd64e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Aug 29 17:15:37 2018 +0200
+
+    Mouse-over (clickable item) indicator in quick-switch menu
+
+ src/wmswitch.cc | 85 ++++++++++++++++++++++++++++++++---------------------
+ src/wmswitch.h  |  5 ++--
+ 2 files changed, 55 insertions(+), 35 deletions(-)
+
+commit 92a55e1dcb25bc53816f3593c7ae9eaef4c446e7
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Wed Aug 29 21:54:18 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 79.6% (369 of 463 strings)
+
+ po/cs.po | 66 +++++++++++++++++++++++++-----------------------------------
+ 1 file changed, 27 insertions(+), 39 deletions(-)
+
+commit dc3c957f80222dc90855c05ca370541fffcb2432
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Wed Aug 29 15:38:18 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 76.2% (353 of 463 strings)
+
+ po/de.po | 62 ++++++++++++++++++++++++------------------------------------
+ 1 file changed, 25 insertions(+), 37 deletions(-)
+
+commit 2ec13853796b1bc0af4657e653f8c1fb38368299
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Aug 29 15:41:30 2018 +0200
+
+    Make entries of vertical quickswitch clickable
+
+ src/wmprog.cc   |  9 +++++++++
+ src/wmswitch.cc | 48 ++++++++++++++++++++++++++++++++++++++----------
+ src/wmswitch.h  |  9 +++++++--
+ 3 files changed, 54 insertions(+), 12 deletions(-)
+
+commit 9372fdcdc2c78ef699af76a48541dfc26ab23bec
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Aug 28 11:23:10 2018 +0200
+
+    Canonical implementation is faulty with unsigned index variable
+
+ src/ycollections.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6780ca25146ea3edb6756405c85622585adb30c1
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Mon Aug 27 22:49:08 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (463 of 463 strings)
+
+ po/ja.po | 288 +++++++++++++++++++++++++----------------------------------
+ 1 file changed, 120 insertions(+), 168 deletions(-)
+
+commit 49762b49c2dce0b8f2776660ce8dfab03eb6f81e
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Mon Aug 27 19:09:39 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (463 of 463 strings)
+
+ po/pt_BR.po | 312 ++++++++++++++++++++++++--------------------------------
+ 1 file changed, 134 insertions(+), 178 deletions(-)
+
+commit f83d3d276743cb6d33913d1dddf2df118026f9e1
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Mon Aug 27 15:45:46 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (463 of 463 strings)
+
+ po/nl.po | 290 +++++++++++++++++++++++++----------------------------------
+ 1 file changed, 121 insertions(+), 169 deletions(-)
+
+commit 6e1614317e4beb9fc384b2c800e64631955a9fa1
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Aug 27 14:01:41 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (463 of 463 strings)
+
+ po/ca.po | 288 +++++++++++++++++++++++++----------------------------------
+ 1 file changed, 120 insertions(+), 168 deletions(-)
+
+commit 5f3b110963ddeec7c54a34af4898e529e1c2f5bb
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Aug 27 14:02:18 2018 +0200
+
+    Update translations with new menu string data
+
+ po/ar.po     |  850 ++++++++++++++--
+ po/be.po     |  834 +++++++++++++---
+ po/bg.po     |  855 +++++++++++++++--
+ po/ca.po     |  873 ++++++++++++++---
+ po/cs.po     |  868 ++++++++++++++---
+ po/da.po     |  872 ++++++++++++++---
+ po/de.po     |  861 ++++++++++++++---
+ po/el.po     |  853 ++++++++++++++--
+ po/en.po     |  814 ++++++++++++++--
+ po/es.po     |  868 ++++++++++++++---
+ po/fi.po     |  829 ++++++++++++++--
+ po/fr.po     |  860 ++++++++++++++---
+ po/he.po     |  853 ++++++++++++++--
+ po/hr.po     |  834 +++++++++++++---
+ po/hu.po     |  861 ++++++++++++++---
+ po/icewm.pot | 2826 +++++++++++++++++++++++++++---------------------------
+ po/id.po     |  853 ++++++++++++++--
+ po/it.po     |  856 ++++++++++++++---
+ po/ja.po     |  873 ++++++++++++++---
+ po/ko.po     |  856 ++++++++++++++---
+ po/lt.po     |  859 ++++++++++++++---
+ po/lv.po     |  829 ++++++++++++++--
+ po/mk.po     |  829 ++++++++++++++--
+ po/nb.po     |  834 +++++++++++++---
+ po/nl.po     |  873 ++++++++++++++---
+ po/no.po     |  834 +++++++++++++---
+ po/pl.po     |  855 +++++++++++++++--
+ po/pt_BR.po  |  856 ++++++++++++++---
+ po/ro.po     |  834 +++++++++++++---
+ po/ru.po     |  855 +++++++++++++++--
+ po/sk.po     |  868 ++++++++++++++---
+ po/sl.po     |  834 +++++++++++++---
+ po/sv.po     |  860 ++++++++++++++---
+ po/tr.po     |  830 +++++++++++++---
+ po/uk.po     |  855 +++++++++++++++--
+ po/vi.po     |  853 ++++++++++++++--
+ po/zh_CN.po  |  856 ++++++++++++++---
+ po/zh_TW.po  |  856 ++++++++++++++---
+ 38 files changed, 28952 insertions(+), 5367 deletions(-)
+
+commit a460c2a95d8645497a6df6b16ba2106dd49a956f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Aug 27 12:39:19 2018 +0200
+
+    Fix static preordering or the main menu categories
+
+    Also assign default icon string, avoiding the extra NULL check.
+
+    For #263
+
+ contrib/conv_cat.pl |  48 ++++----
+ src/fdomenu.cc      |   3 +-
+ src/fdospecgen.h    | 298 ++++++++++++++++++++++++++----------------------
+ 3 files changed, 186 insertions(+), 163 deletions(-)
+
+commit 8836c8b830bd3789b6dfd3c2f0db55aaff3522d9
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 26 12:21:08 2018 +0200
+
+    For default distro config, save the prefs as delta in home directory
+
+ src/wmprog.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit be2aefdfe3994e66f0717614f03a45632f40e37e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 26 09:26:21 2018 +0200
+
+    Titles for issue #289.
+
+ src/wmprog.cc   | 5 ++---
+ src/wmstatus.cc | 1 +
+ src/wmswitch.cc | 1 +
+ src/ymenu.cc    | 2 ++
+ 4 files changed, 6 insertions(+), 3 deletions(-)
+
+commit ec6a9a7d6469728aad78ecc94a084fac3565d82b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 25 13:37:05 2018 +0200
+
+    fix for temporary mstring expressions.
+
+ src/yarray.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a015d34e49e7785eaadfce2973b4055e950a36b6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 25 13:36:38 2018 +0200
+
+    fix spelling
+
+ CHANGES      | 6 +++---
+ src/WinMgr.h | 2 +-
+ src/aapm.cc  | 2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 3ddbc27da999f5833cac444383fd43192c1f1206
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 25 13:34:56 2018 +0200
+
+    doc TaskBarUseMouseWheel
+
+ doc/icewm.adoc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+commit 8b6d6279591da01c497cb799af0859b74b48fe7a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Aug 22 23:17:11 2018 +0200
+
+    Added simplest icons for xrandr quickswitch menu
+
+ lib/icons/setscreen12_32x32.png | Bin 0 -> 873 bytes
+ lib/icons/setscreen1_32x32.png  | Bin 0 -> 375 bytes
+ lib/icons/setscreen21_32x32.png | Bin 0 -> 830 bytes
+ lib/icons/setscreen2_32x32.png  | Bin 0 -> 592 bytes
+ 4 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 2ad6b80a03993af95207033c6c70732098e20f4e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Aug 22 22:27:04 2018 +0200
+
+    Various minor bugfixes on fdomenu
+
+    Fix build with optional override of terminal emulator name
+    Fix printing of separator after content
+    Ensure printing of initial separator
+
+ src/fdomenu.cc | 26 +++++++++++++++-----------
+ 1 file changed, 15 insertions(+), 11 deletions(-)
+
+commit 412dede33a2f735606ef0b93564320a515d1aba1
+Author: jc sl <trcs@gmx.com>
+Date:   Wed Aug 22 18:20:40 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/es.po | 98 ++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 49 insertions(+), 49 deletions(-)
+commit ac2ce65a4d7a37197666b74b7a33334e48ccc503
+Author: jc sl <trcs@gmx.com>
+Date:   Wed Aug 22 17:38:07 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/es.po | 56 +++++++++++++++++++++++++-------------------------------
+ 1 file changed, 25 insertions(+), 31 deletions(-)
+
+commit 6add69b3ac49f269295fc04100040d402fb57ff1
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Tue Aug 21 11:30:39 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/da.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 594e3869c84df4b8f9f958a9048dbd3db0dbf589
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Aug 20 08:56:16 2018 +0200
+
+    Now correctly exported new FDO strings wit comments for l10n
+
+    And explained the origin in the comment.
+
+ contrib/conv_cat.pl |   6 +-
+ po/icewm.pot        | 729 +++++++++++++++++++++++++++++++++++++++++++-----
+ src/fdospecgen.h    | 236 ++++++++--------
+ 3 files changed, 778 insertions(+), 193 deletions(-)
+
+commit 83fca10643e246317c95ecfedd5760b0d71926c9
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Aug 20 08:55:18 2018 +0200
+
+    Align the use of xgettext in cmake with autoconf
+
+    Or mostly so, a minor difference in the header remains, see comments.
+    The merge of .po files is also not working, to be continued...
+
+ po/CMakeLists.txt | 21 ++++++++++++---------
+ po/POTFILES.in    |  2 ++
+ 2 files changed, 14 insertions(+), 9 deletions(-)
+
+commit aabaa3325a305eee63540d1d3bbbdd011e9e46f7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 19 23:40:57 2018 +0200
+
+    Added l10n request for the predefined category names
+
+    With hints for translators to make the wording right.
+
+    Also dropped GTK, Qt, etc. submenu creation because it looked too weird.
+
+    For #263
+
+ contrib/conv_cat.pl |    4 +-
+ po/CMakeLists.txt   |    2 +-
+ po/icewm.pot        | 2069 ++++++++++++++++++++++++-----------------------
+ src/fdomenu.cc      |    4 +-
+ src/fdospecgen.h    |  363 ++++++---
+ 5 files changed, 1278 insertions(+), 1164 deletions(-)
+
+commit 24b8f213d210c7fc16fa8a9b0674e57aae48fa7b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 19 21:53:11 2018 +0200
+
+    Update homepage url for issue #287.
+
+ CONTRIBUTING.md | 6 +++---
+ README.md       | 6 +++---
+ README.md.in    | 6 +++---
+ doc/icewm.adoc  | 4 ++--
+ icewm.lsm.in    | 2 +-
+ icewm.spec.in   | 2 +-
+ src/icehelp.cc  | 6 +++---
+ src/wmapp.cc    | 2 +-
+ 8 files changed, 17 insertions(+), 17 deletions(-)
+
+commit dfded3ae57f64519d18202e9e461136542a9e204
+Author: David Medina <medipas@gmail.com>
+Date:   Sun Aug 19 19:45:32 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/ca.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit ff317d3aa1016aa642551cbcaeac993e1a274d7a
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Sun Aug 19 18:25:53 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/cs.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 897e53c6f46d6e70e52797f99556aa4d18278ead
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 19 17:52:14 2018 +0200
+
+    Inject fdomenu output into root menu
+
+    For #263
+
+ lib/menu.in | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit aa6a26fa49d05dcdca6f16dc2f4b99a86f7ef2e2
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 19 17:51:24 2018 +0200
+
+    Make sure to set to root right when digging for categories
+
+    For #263
+
+ src/fdomenu.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 140b713eb46904fd5ea0461ded4b9d362f720600
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 19 14:47:14 2018 +0200
+
+    Added semi-automated handling of FDO subcategories
+
+ contrib/conv_cat.pl |  65 +++++++++++++++++
+ src/fdomenu.cc      | 182 +++++++++++++++++++++++++++++++---------------
+ src/fdospecgen.h    | 190 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 378 insertions(+), 59 deletions(-)
+
+commit 7a23eecba39210f0b06d88d973343edb888ab1b6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 19 11:22:20 2018 +0200
+
+    Little redesign for more OOP style
+
+    Preparing for (efficient) subcategory handling
+
+ src/fdomenu.cc | 528 ++++++++++++++++++++++++-----------------------------
+ 1 file changed, 241 insertions(+), 287 deletions(-)
+
+commit e44a9c4b37555e7d58e2a9387feacffc40ac82f5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Aug 18 21:49:09 2018 +0200
+
+    Use the supposedly better display name
+
+ src/fdomenu.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit eec124e06e77c5b17d367482449d012cea7da6c3
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Sun Aug 19 12:26:11 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/nl.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit e7f63a1b6cbc1b795fd51244077d8a8ce64cfb7e
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sun Aug 19 10:49:48 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/sk.po | 40 +++++++++++++++++-----------------------
+ 1 file changed, 17 insertions(+), 23 deletions(-)
+
+commit 932ee28b9c53709108de39f19f6297beb9979031
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Sun Aug 19 09:59:38 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (345 of 345 strings)
+
+ po/ja.po | 40 +++++++++++++++++-----------------------
+ 1 file changed, 17 insertions(+), 23 deletions(-)
+
+commit a9a2e10a63959603107a271fecd0ccaa21c1a782
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 19 00:36:46 2018 -0600
+
+    update po files
+
+ po/ar.po     | 241 ++++++++++++++++++++++++++++++--------------------
+ po/be.po     | 233 +++++++++++++++++++++++++++++--------------------
+ po/bg.po     | 233 +++++++++++++++++++++++++++++--------------------
+ po/ca.po     | 254 +++++++++++++++++++++++++++++++----------------------
+ po/cs.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/da.po     | 262 +++++++++++++++++++++++++++++++++----------------------
+ po/de.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/el.po     | 239 ++++++++++++++++++++++++++++++--------------------
+ po/en.po     | 231 ++++++++++++++++++++++++++++--------------------
+ po/es.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/fi.po     | 231 ++++++++++++++++++++++++++++--------------------
+ po/fr.po     | 241 ++++++++++++++++++++++++++++++--------------------
+ po/he.po     | 236 +++++++++++++++++++++++++++++--------------------
+ po/hr.po     | 233 +++++++++++++++++++++++++++++--------------------
+ po/hu.po     | 252 +++++++++++++++++++++++++++++++---------------------
+ po/icewm.pot | 235 ++++++++++++++++++++++++++++---------------------
+ po/id.po     | 239 ++++++++++++++++++++++++++++++--------------------
+ po/it.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/ja.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/ko.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/lt.po     | 252 ++++++++++++++++++++++++++++++----------------------
+ po/lv.po     | 231 ++++++++++++++++++++++++++++--------------------
+ po/mk.po     | 231 ++++++++++++++++++++++++++++--------------------
+ po/nb.po     | 233 +++++++++++++++++++++++++++++--------------------
+ po/nl.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/no.po     | 231 ++++++++++++++++++++++++++++--------------------
+ po/pl.po     | 241 ++++++++++++++++++++++++++++++--------------------
+ po/pt_BR.po  | 250 +++++++++++++++++++++++++++++++---------------------
+ po/ro.po     | 233 +++++++++++++++++++++++++++++--------------------
+ po/ru.po     | 241 ++++++++++++++++++++++++++++++--------------------
+ po/sk.po     | 250 +++++++++++++++++++++++++++++++---------------------
+ po/sl.po     | 231 ++++++++++++++++++++++++++++--------------------
+ po/sv.po     | 242 ++++++++++++++++++++++++++++++--------------------
+ po/tr.po     | 240 +++++++++++++++++++++++++++++---------------------
+ po/uk.po     | 241 ++++++++++++++++++++++++++++++--------------------
+ po/vi.po     | 236 +++++++++++++++++++++++++++++--------------------
+ po/zh_CN.po  | 250 +++++++++++++++++++++++++++++++---------------------
+ po/zh_TW.po  | 250 +++++++++++++++++++++++++++++++---------------------
+ 38 files changed, 5457 insertions(+), 3736 deletions(-)
+
+commit a3c0ae0936469fffe553c33d222041ccd3652bbb
+Merge: 52c134e7 efb81cfd
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sun Aug 19 00:06:40 2018 -0600
+
+    Merge pull request #282 from wongma7/win95-titlebar-menu-button
+
+    Make win95 menu button bg color match titlebar's
+
+commit 52c134e7a84f2511189b5e6043913a7251dd8394
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 18 23:58:55 2018 -0600
+
+    fix issue #286
+
+ man/icehelp.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0c9c9908f8261f296383cbdb8615f8000c021d46
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 17 02:33:04 2018 +0200
+
+    new option TaskBarUseMouseWheel for issue #284.
+
+ src/atasks.cc | 8 +++++---
+ src/atray.cc  | 8 +++++---
+ src/default.h | 2 ++
+ 3 files changed, 12 insertions(+), 6 deletions(-)
+
+commit 937ed000ccac79d81f08ed003e7c0b9e70800368
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 12 10:46:24 2018 +0200
+
+    Considering of categories folders for icon source
+
+    This is actually a stop-gap solution, ideally some context-awareness of
+    the icon purpose should be added but that implies redesigning the cache
+    handling a bit.
+
+ src/yicon.cc | 44 +++++++++++++++++++++++++++++++-------------
+ 1 file changed, 31 insertions(+), 13 deletions(-)
+
+commit 6b24d6a737a09bdff38fa3d465347ea2e7384999
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 12 08:37:58 2018 +0200
+
+    Options to embed fdomenu nicely as regular contents
+
+ src/fdomenu.cc | 89 +++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 64 insertions(+), 25 deletions(-)
+
+commit b511fab841c77744f57afc9df26cd3401abbeee7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 10 14:09:11 2018 +0200
+
+    Partial overhauling of fdomenu
+
+    Use binary search for categories and allow more categories
+
+    Also updated the list of Main categories to the current FDO spec.
+    For bug #263.
+
+    Consider multiple folders in XDG_DATA_HOME env
+
+    Loading of extended attributes for category folder descriptions from
+    .desktop files, and printing folder icon names where available.
+
+    More smart processing of .desktop folders (skipping junk).
+
+ src/fdomenu.cc | 810 ++++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 486 insertions(+), 324 deletions(-)
+
+commit efb81cfd9a30fa926f515a43aa81e81cb7fb8574
+Author: Matthew Wong <mawong@redhat.com>
+Date:   Sat Aug 11 15:36:53 2018 -0400
+
+    Make win95 menu button bg color match titlebar's
+
+ src/wmbutton.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 8cf5e1fd539c094dbabed67478d09e76ad5a5e21
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 10 14:08:07 2018 +0200
+
+    Fixed a potentially endless recursion
+
+    Basically checked against the algorithm by the book.
+    Also added range lookup function probably needed in future.
+
+ src/ycollections.cc | 12 ++++++++++++
+ src/ycollections.h  | 51 ++++++++++++++++++++++++++++++++++++++++++-------
+ 2 files changed, 56 insertions(+), 7 deletions(-)
+
+commit 939ca53ae3e5d9e4d02d3d31149bf66e6c3f6867
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 10 07:29:04 2018 +0200
+
+    Enforcing valid combinations of image loaders
+
+    In case pixbuf is selected manually, turn off other default selections.
+    Also print more meaningfull error message in case of other bad
+    situtations (lack of libs/headers).
+
+ src/CMakeLists.txt | 73 +++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 45 insertions(+), 28 deletions(-)
+commit d86690abca39ee1744fa72a39668f0d740cb4c77
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jun 4 22:15:11 2018 +0200
+
+    Typo
+
+ src/yximage.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b0755148ec4ed98a1446d57bac9cc704915eeda6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jun 4 22:14:37 2018 +0200
+
+    Adding potentially missing defines while looking for unexplainable behavior
+
+ src/CMakeLists.txt | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit 3259b95e2e137878a1fac661efd4cd9c39ea5e94
+Author: Ad Soyad <kalemlik100@yandex.com>
+Date:   Fri Aug 3 19:10:40 2018 +0000
+
+    Translated using Weblate (Turkish)
+
+    Currently translated at 54.4% (183 of 336 strings)
+
+ po/tr.po | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit f14cecfe2b635ae177a3493bd42cd4416c527945
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 29 20:43:55 2018 +0200
+
+    Expand all tabs from pull request 279.
+
+ src/wmmgr.cc     | 32 ++++++++++++++++----------------
+ src/wmtaskbar.cc | 16 ++++++++--------
+ 2 files changed, 24 insertions(+), 24 deletions(-)
+
+commit e7c0e7b34f01c2b6ba0d316a49674b33bc61fd42
+Merge: 7a20a33c 049986e2
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sun Jul 15 03:28:16 2018 +0000
+
+    Merge pull request #279 from jiribohac/icewm-1-4-BRANCH
+
+    Allow switching and reordering taskbar buttons with keyboard.
+
+commit 049986e27a427d2cdee2d38dc64c786fff37482e
+Author: Jiri Bohac <jbohac@suse.cz>
+Date:   Sat Jul 14 00:00:24 2018 +0200
+
+    Allow switching and reordering taskbar buttons with keyboard.
+
+    Since commit 556b5356 windows can be switched in taskbar order using
+    the mouse wheel.
+    They taskbar buttons can also be rearranged with drag and drop.
+
+    This patch adds the possibility to perform these actions using the
+    keyboard.
+
+    This is a forward port of this old patch of mine:
+    https://sourceforge.net/p/icewm/patches/193/
+
+    The new keys are set as this by default:
+
+            KeyTaskBarSwitchNext="Alt+1"
+            KeyTaskBarSwitchPrev="Alt+grave"
+            KeyTaskBarMoveNext="Alt+Shift+1"
+            KeyTaskBarMovePrev="Alt+Shift+grave"
+
+    I have been using this setup for over a decade now and find it very
+    convenient
+    that "grave" and "1" are next to each other and right above the tab key,
+    so that both
+    swithing methods Alt+Tab and Alt+1/grave are next to each other.
+
+ src/atasks.cc    | 78 ++++++++++++++++++++++++++++++++++++++++++++--------
+ src/atasks.h     |  6 ++++
+ src/bindkey.h    |  8 ++++++
+ src/default.h    |  4 +++
+ src/wmmgr.cc     | 25 ++++++++++++++++-
+ src/wmtaskbar.cc | 23 ++++++++++++++++
+ src/wmtaskbar.h  |  4 +++
+ 7 files changed, 135 insertions(+), 13 deletions(-)
+
+commit 7a20a33c50ca6c8b91b2ab048cf5a7e81a22e3c0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jun 18 21:19:11 2018 +0200
+
+    librsvg
+
+ src/wmapp.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 51a04b1e3d95724dc0035d0d2e55b3cbb5088e52
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jun 18 21:18:20 2018 +0200
+
+    After fullscreen ends do repaint clock immediately.
+
+ src/aclock.cc | 7 +++++++
+ src/aclock.h  | 1 +
+ 2 files changed, 8 insertions(+)
+commit e7a18d73d868b39060be80d64c3029ae7508cac0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 15:50:04 2018 -0600
+
+    delete old
+
+ src/ycollections.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 48ef78c865a59aba88b9b48e2c089518f7b1187f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 15:45:15 2018 -0600
+
+    much simpler support for svg
+
+ configure.ac          |  5 +++++
+ src/CMakeLists.txt    | 13 +++++++++++++
+ src/config.cmake.h.in |  1 +
+ src/yicon.cc          |  4 +---
+ 4 files changed, 20 insertions(+), 3 deletions(-)
+
+commit 6011ab5befdf60d3349aff74cf9e72dbfa673c9e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 15:12:28 2018 -0600
+
+    remove warning on memmove
+
+ src/ycollections.h | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit a486d96aeeb7dad9da45dbd8a97dac5140784a44
+Merge: c7cfa6a6 2ea1f14c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 14:45:49 2018 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit c7cfa6a66ef2da0db6ee6db92ad85067cc61a373
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 14:45:34 2018 -0600
+
+    Revert "support SVG icons for GDK-pixbuf and add --iconformats option."
+
+    This reverts commit cbe949d1fe5570d5265d2a7e016b86e5b9ecdb1d.
+
+ src/wmapp.cc      | 14 --------------
+ src/yicon.cc      | 21 ++++++++++-----------
+ src/yimage.h      |  3 ---
+ src/yimage_gdk.cc | 21 ---------------------
+ src/ymsgbox.cc    |  4 +---
+ src/yprefs.h      |  2 +-
+ src/yximage.cc    | 26 --------------------------
+ 7 files changed, 12 insertions(+), 79 deletions(-)
+
+commit 11ee3cfad91c406a4c78420c7e27281d16300054
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 14:45:22 2018 -0600
+
+    Revert "match is const."
+
+    This reverts commit d68d0fbbadeba38da8773b9ddc7b2876c70a4883.
+
+ src/mstring.cc | 2 +-
+ src/mstring.h  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a549f005166f2afcde4ca841a07b70bd643bafaa
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 14:45:00 2018 -0600
+
+    Revert "keep --iconformats undocumented for now."
+
+    This reverts commit 1ef85b0485d304814bf4180ff64fae2861da1124.
+
+ src/wmapp.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4943c045f3ca466c43f3bc6be8b152fa8391152e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 5 14:43:20 2018 -0600
+
+    Revert "yximage SVG by means of external converters (for the time being,
+    until better solutions)."
+
+    This reverts commit 3368e84e24618c9a1d3f85e3c4cac0afdcf08ca2.
+
+ src/yximage.cc | 126 -----------------------------------------------------
+ 1 file changed, 126 deletions(-)
+
+commit 2ea1f14cfa7e82510ff6f42d2195e79b39215553
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jun 5 22:18:20 2018 +0200
+
+    Introduce abstract class Picturer to work around buggy vtable for CMake
+    builds for issues #258 and #273.
+
+ src/aclock.cc     |  2 +-
+ src/aclock.h      |  7 ++++++-
+ src/acpustatus.cc |  2 +-
+ src/acpustatus.h  |  2 +-
+ src/amemstatus.cc |  2 +-
+ src/amemstatus.h  |  7 ++++++-
+ src/applet.cc     | 17 ++++++++---------
+ src/applet.h      | 10 ++++++++--
+ src/apppstatus.cc |  2 +-
+ src/apppstatus.h  |  2 +-
+ 10 files changed, 34 insertions(+), 19 deletions(-)
+
+commit 2c6f83020ec664b4f57205886a19118a5408a732
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jun 5 22:17:31 2018 +0200
+
+    Simply return the newly created icon instead of looking it up in the cache.
+
+ src/yicon.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c5d879c4a5759fe532ec06151c9c9d3beb836b8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jun 5 22:16:41 2018 +0200
+
+    Use the same source file grouping and ordering as in Makefile.am.
+    Fix missing definition of CONFIG_XFREETYPE_VALUE.
+
+ src/CMakeLists.txt | 28 ++++++++++++++++++----------
+ 1 file changed, 18 insertions(+), 10 deletions(-)
+
+commit 708ac7fd504c6711df4cd02a6cab1ce86319bbd8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jun 4 21:16:46 2018 +0200
+
+    block SIGPIPE to safely write to socket to openssl for mailbox applet.
+
+ src/yapp.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3c47078ab505662283827bee1cc159896ca8c0f2
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Mon Jun 4 07:21:44 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/da.po | 157 +++++++++++++++++++----------------------------------------
+ 1 file changed, 49 insertions(+), 108 deletions(-)
+
+commit 3368e84e24618c9a1d3f85e3c4cac0afdcf08ca2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jun 4 00:29:34 2018 +0200
+
+    yximage SVG by means of external converters (for the time being, until
+    better solutions).
+
+ src/yximage.cc | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 126 insertions(+)
+
+commit 1ef85b0485d304814bf4180ff64fae2861da1124
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 23:02:39 2018 +0200
+
+    keep --iconformats undocumented for now.
+
+ src/wmapp.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d68d0fbbadeba38da8773b9ddc7b2876c70a4883
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 23:02:11 2018 +0200
+
+    match is const.
+
+ src/mstring.cc | 2 +-
+ src/mstring.h  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit cbe949d1fe5570d5265d2a7e016b86e5b9ecdb1d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 14:46:26 2018 +0200
+
+    support SVG icons for GDK-pixbuf and add --iconformats option.
+
+ src/wmapp.cc      | 14 ++++++++++++++
+ src/yicon.cc      | 21 +++++++++++----------
+ src/yimage.h      |  3 +++
+ src/yimage_gdk.cc | 21 +++++++++++++++++++++
+ src/ymsgbox.cc    |  4 +++-
+ src/yprefs.h      |  2 +-
+ src/yximage.cc    | 26 ++++++++++++++++++++++++++
+ 7 files changed, 79 insertions(+), 12 deletions(-)
+
+commit b867129ece891d45a557f6042afcc5588f0bb498
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:35:38 2018 +0200
+
+    port to FreeBSD and OpenBSD
+
+ configure.ac      |   4 +-
+ src/acpustatus.cc | 104 +++++++++++++++++++++++++++++++++++++++-----------
+ src/acpustatus.h  |   2 +-
+ src/apppstatus.cc |  58 ++++++++++++++++++----------
+ src/apppstatus.h  |   5 ++-
+ 5 files changed, 126 insertions(+), 47 deletions(-)
+
+commit 3817103bae789b2bff7cf8c1bbe2255b60878ab3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:34:12 2018 +0200
+
+    portability
+
+ src/globit.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit eb60f812840606f69a41b026a3ff9702df555f7c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:33:53 2018 +0200
+
+    cstring equality
+
+ src/mstring.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 4fcc52db8dd1a55af80e1b8b11646762988426d3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:33:26 2018 +0200
+
+    close file before recursing
+
+ src/wmmenu.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b0d67bd8adf4a8808075890421547bbb694d7f93
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:33:12 2018 +0200
+
+    portability
+
+ src/upath.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a1977829cf8be9334e56b460d19e12f9a3e5445f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:30:50 2018 +0200
+
+    fix getloadavg2
+
+ src/CMakeLists.txt    | 2 +-
+ src/config.cmake.h.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit dc18cd7c532282c314e42b158633cb833d1cf9fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jun 3 09:21:34 2018 +0200
+
+    Don't change workspace when clicking on About for issue #269.
+
+ src/wmapp.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c5fa2fa10edd3b6f3f75696141e1e6223efa2e3d
+Author: David Medina <medipas@gmail.com>
+Date:   Wed May 30 14:03:57 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/ca.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c8b9f90465b3cf7270edef5be78b2cb550e19970
+Merge: 03c34241 6958728d
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sat May 19 18:58:40 2018 -0600
+
+    Merge pull request #233 from zhengqiang130/icewm-1-4-BRANCH
+
+    Use ss instead of netstat in src/default.h
+
+commit 6958728d4d98966d8f6bf31df126dc4003b50345
+Merge: 0470318b 03c34241
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sat May 19 18:58:27 2018 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' into icewm-1-4-BRANCH
+
+commit 03c3424193f110d136c133fccc4643dbae0398cf
+Merge: 7a70e5b2 48e4dad7
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sat May 19 18:50:04 2018 -0600
+
+    Merge pull request #272 from ddekany/pr-default-colors
+
+    Weird title bar colors in the default theme
+
+commit 7a70e5b26491aebdef06d930c8d1218e63b40d2b
+Merge: 3a04e777 158e9407
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sat May 19 18:49:17 2018 -0600
+
+    Merge pull request #271 from ddekany/pr-default-buttons
+
+    Removed unwanted pixel from the corners of default theme buttons
+
+commit 48e4dad70a173758a5f54cdbbee8efd4dd34c141
+Author: ddekany <ddekany@apache.org>
+Date:   Fri May 18 01:20:41 2018 +0200
+
+    Decreased border size a bit. Looks less unbalanced with the new color.
+
+ lib/themes/default/default.theme | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 50c273c73a7d94c7d7d3c22ed6226fd07e075964
+Author: ddekany <ddekany@apache.org>
+Date:   Fri May 18 00:47:58 2018 +0200
+
+    Fixed weird title bar and header colors in default theme
+
+ lib/themes/default/default.theme | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 158e9407569f1a934d0af4d04e2871a251b6f7bc
+Author: ddekany <ddekany@apache.org>
+Date:   Fri May 18 00:39:33 2018 +0200
+
+    Removed unwanted pixel from the corners
+
+ lib/themes/default/closeA.xpm      | 4 ++--
+ lib/themes/default/closeI.xpm      | 4 ++--
+ lib/themes/default/menuButtonA.xpm | 4 ++--
+ lib/themes/default/menuButtonI.xpm | 4 ++--
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 3a04e777d715606c0209a92aa5f15d57b552f028
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 21:09:44 2018 -0600
+
+    mention xde-menu utility
+
+ README.md    |  7 ++++++-
+ README.md.in | 40 +++++++++++++++++++++++-----------------
+ 2 files changed, 29 insertions(+), 18 deletions(-)
+
+commit da195972e124eed199317f57981fafd8d300c4b4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 21:05:02 2018 -0600
+
+    get bbkeys from github
+
+ README.md    | 5 ++---
+ README.md.in | 5 ++---
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+commit e22413fbabee9089d504d85ec67d2176795511ab
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 21:01:53 2018 -0600
+
+    remove wm-session section, correct reference links
+
+ README.md.in | 100 +++++++++++++++++--------------------------------------
+ 1 file changed, 30 insertions(+), 70 deletions(-)
+
+commit 9e8df7abb61657292b55ec6230f6eb6678acbd6b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 21:01:34 2018 -0600
+
+    remove deprecated wm-session section
+
+ README.md | 66 +++++++++++++----------------------------------------------
+ 1 file changed, 14 insertions(+), 52 deletions(-)
+
+commit 82e92b04edf1f20f02a0efa5434df07a0a61a097
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 20:56:18 2018 -0600
+
+    silent build is default
+
+ README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 369dd2d326e5328da8241243085f443cc8305da1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 20:53:08 2018 -0600
+
+    simplfy quickstart build
+
+ README.md    | 5 +----
+ README.md.in | 4 +---
+ 2 files changed, 2 insertions(+), 7 deletions(-)
+
+commit 6cfb7993bdec7940d1cd3d369d85217e6a11301a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:43:54 2018 -0600
+
+    remove redundant meaningless descriptions
+
+ README.md    | 16 ++++++++--------
+ README.md.in | 16 ++++++++--------
+ 2 files changed, 16 insertions(+), 16 deletions(-)
+
+commit bea9543c6e0a80d3c8cf6e11c2ddfe0a9011fcd2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:42:57 2018 -0600
+
+    do not need libsndfile to build
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 6c29b3b1fd9e216c293295e57eeeeee2f0b05d80
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:41:15 2018 -0600
+
+    building from git does not require git
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 746e19b2270d6628cf66d251d880763f46788f4d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:39:48 2018 -0600
+
+    users do not need to build releases
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit f7e8b1e59f3b0c9600caed6e44aa56a43a33e3cc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:35:28 2018 -0600
+
+    do not need xorg-mkfontdir to build
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 46b9d4d5fb3e08357433f3554f6ef92a959f0f7a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:34:51 2018 -0600
+
+    automake, autopoint gettext part of complete autoconf toolchain
+
+ README.md    | 3 +--
+ README.md.in | 3 +--
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+commit a768d91577cefcbda638542a166c999cc39038c7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:33:20 2018 -0600
+
+    cannot have autoconf without having perl
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 2f397518a4cc8e13eeba2bf53f841cce9f4b1add
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:32:54 2018 -0600
+
+    do not need glib2 to compile
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 0c22e23881b9e23b4cd2bffdaca73c6aa0432f84
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:32:30 2018 -0600
+
+    do not need fribidi to compile
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 8b21298778c97b4e4af7112156d34bccc470eb3b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:32:06 2018 -0600
+
+    do not need libsm to compile
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit e42dd3f4bad42f0e41bb6e1dde4fc9194a46ac51
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:31:33 2018 -0600
+
+    cannot have libxft without libxrender
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 79a1c004f2c83cbef5b0fc9e381be96757bda5fa
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:31:06 2018 -0600
+
+    cannot have libxft without freetype2 and libpng
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 2c6edaa00bf9e25fc734bfabbb0e67e300409323
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:30:10 2018 -0600
+
+    do not need gdk-pixbuf2 (ximage rendering)
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit dec45b93977cbb4d18b60b8f9b5cb85c3940b911
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:29:05 2018 -0600
+
+    cannot have libxft wihtout having fontconfig
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 384c51f004d47d927389f461cda27a437077b2db
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:28:22 2018 -0600
+
+    cannot have libxft wihtout having libxext
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit ada0a4e8c17de9d1b807b689f62bd3e09040b37b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:27:53 2018 -0600
+
+    cannot have libxft wihtout having libx11
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 4d71175141cb35c9fcf695c79fa15e7168d1a869
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed May 16 19:26:52 2018 -0600
+
+    do not need libtool to compile from tarball
+
+ README.md    | 1 -
+ README.md.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit d3efbffdcfcffb381457b1855d2ce145a5109793
+Author: Juan Sarria <juansarriam@gmail.com>
+Date:   Wed May 16 19:56:08 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/es.po | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit d2859a8b241f3e1190071df9afc2a084c559a676
+Author: jc sl <trcs@gmx.com>
+Date:   Tue May 15 19:38:00 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 97.9% (329 of 336 strings)
+
+ po/es.po | 26 ++++++++++----------------
+ 1 file changed, 10 insertions(+), 16 deletions(-)
+
+commit a6fac572cb7a7b7b2fc9351fad8bf19f2726fce4
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Tue May 15 17:41:12 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/hu.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 2d605baaabeebe91bfbd1218373355ce0de7fc85
+Author: Grace Yu <grace.yu@excel-gits.com>
+Date:   Mon May 14 07:32:21 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/zh_TW.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 8bfb7585c77295a4791f12ba0f0c7f068e84991e
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Mon May 14 05:54:46 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/ko.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 7daedf3d012bbfdc573b621453b7af4d0daaacfe
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat May 12 17:23:44 2018 +0200
+
+    [cmake] Restored icewmtray target
+
+    Now optional via CONFIG_EXTERNAL_TRAY.
+
+ src/CMakeLists.txt    | 11 +++++++----
+ src/amailbox.cc       |  2 +-
+ src/config.cmake.h.in |  1 +
+ 3 files changed, 9 insertions(+), 5 deletions(-)
+
+commit 6d8e2757bf13bcfb5de38a78364531d4319e6251
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat May 12 17:20:11 2018 +0200
+
+    Fix debug build
+
+    Looks like cpuname is gone for good in the latest rewrites.
+
+ src/acpustatus.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 3069a74199b5b06a807d482b94d04f497ec51476
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat May 12 17:05:28 2018 +0200
+
+    [cmake] Include yarray source dependencies as needed
+
+ src/CMakeLists.txt | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 0470318b628e840852d5d8f1f6162941d7cd333f
+Author: zhengqiang130 <qzheng@suse.com>
+Date:   Sat Feb 24 16:23:18 2018 +0800
+
+    Use ss instead of netstat in src/default.h
+
+    The issue is that if I click on first "system-monitor" column in systray
+    the netstat output should appear in xterm but nothing happen because
+    netstat is not available by default. So maybe we can call "ss"
+    instead of "netstat".
+
+      See also #232.
+
+ src/default.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+commit 8d6059c82eff4fc901fba5781904c3933442d382
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat May 12 12:33:59 2018 +0200
+
+    Interpret removed monitors as truely disconnected
+
+ contrib/icewm-menu-xrandr | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+commit ffbcbc1fd50fb6379ea1205368d77819a70d3aaf
+Author: Dingzhong Chen <wsxy162@gmail.com>
+Date:   Fri May 11 16:44:52 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/zh_CN.po | 40 +++++++++++++++++-----------------------
+ 1 file changed, 17 insertions(+), 23 deletions(-)
+
+commit 742534399cf71b7f2fba0ca36e65a2248f22e8f5
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Fri May 11 16:22:23 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/pt_BR.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 06e47d14171cada5ab30e2d3ff83194fc7ac5782
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed May 9 22:15:58 2018 +0200
+
+    fix initialization of taskbar for TaskBarEnableSystemTray=0 in issue #265.
+
+ src/wmtaskbar.cc | 41 +++++++++++++++++++++++++++--------------
+ 1 file changed, 27 insertions(+), 14 deletions(-)
+
+commit fc99508e042c454ee65162604396689a89cfd181
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Wed May 9 12:10:45 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/it.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit a67aa4a1aeb574a43bc0e4bfa0e9e891ba6726ac
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Wed May 9 06:43:10 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/sk.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 71739f277680c3a1fbcd02cdbd73736f3cb0b769
+Author: Mindaugas Baranauskas <opensuse.lietuviu.kalba@gmail.com>
+Date:   Wed May 9 03:43:10 2018 +0000
+
+    Translated using Weblate (Lithuanian)
+
+    Currently translated at 65.1% (219 of 336 strings)
+
+ po/lt.po | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 66e654b6b45738865c920e5f84e0f7df73b07a60
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 8 22:26:55 2018 +0200
+
+    port to TrueOS.
+
+ lib/menu.in  | 2 +-
+ src/yarray.h | 2 +-
+ src/yurl.cc  | 1 -
+ 3 files changed, 2 insertions(+), 3 deletions(-)
+
+commit 0b7bd7060209e6fa02dfccdc8f2c575ad0bad289
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 8 07:51:35 2018 +0200
+
+    ... and reset cache.
+
+ src/aclock.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 547bbc1d4a0d44a80c53f084dc649d77c7b9b17d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 8 07:49:20 2018 +0200
+
+    recreate pixmap
+
+ src/aclock.cc | 1 +
+ src/applet.cc | 9 ++++++++-
+ src/applet.h  | 1 +
+ 3 files changed, 10 insertions(+), 1 deletion(-)
+
+commit e6d84e2cc49dc32b2b704ed2e284cd36f0d8dfb5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 8 07:40:32 2018 +0200
+
+    modernize menu
+
+ lib/menu.in | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 84e239caad1b3a6b8df3a16ae7d908fe1925081c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 8 07:34:03 2018 +0200
+
+    Move common applet features to class IApplet.
+    Reduce redraw of applets a bit further for issue #258.
+    Get list if network devices using if_nameindex.
+    A few more monitor menu entries.
+
+ configure.ac       |  2 +-
+ src/CMakeLists.txt |  2 +-
+ src/Makefile.am    |  2 ++
+ src/aclock.cc      | 74 +++++++++++++++++++++++---------------------------
+ src/aclock.h       | 17 ++++--------
+ src/acpustatus.cc  | 69 ++++++++++++++++++----------------------------
+ src/acpustatus.h   |  6 +---
+ src/amailbox.cc    | 62 ++++++++++++++++++++++++++++++++++--------
+ src/amailbox.h     |  7 +++++
+ src/amemstatus.cc  | 32 ++++------------------
+ src/amemstatus.h   |  7 +----
+ src/applet.cc      | 67 +++++++++++++++++++++++++++++++++++++++++++++
+ src/applet.h       | 41 ++++++++++++++++++++++++++++
+ src/apppstatus.cc  | 48 +++++++++-----------------------
+ src/apppstatus.h   |  7 +----
+ src/atasks.cc      |  3 +-
+ src/atray.cc       |  3 +-
+ src/aworkspaces.cc |  2 +-
+ src/wmtaskbar.h    | 10 +------
+ 19 files changed, 263 insertions(+), 198 deletions(-)
+
+commit 0ba20956011583291bd41e0cae9c6d17d3de4910
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 8 01:23:05 2018 +0200
+
+    respect TaskBarShowMailboxStatus=0 for issue #258.
+
+ src/wmtaskbar.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 6400229c7e4f5225219ae4b64339d7ad72d036c3
+Author: David Medina <medipas@gmail.com>
+Date:   Mon May 7 15:32:05 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/ca.po | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 6bf8623a118a4fc19ffcf4b5f60cd9853ef6a4d0
+Author: David Medina <medipas@gmail.com>
+Date:   Mon May 7 15:22:00 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/ca.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 3ab5ecb9d985bde55e20377b30f0b7c77426b071
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Mon May 7 14:15:19 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/cs.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 7448ae4721f1d0a15bbc6df85e39fd470312e999
+Author: Anshul Panwar <caspian7pena@gmail.com>
+Date:   Mon May 7 10:42:15 2018 +0000
+
+    Translated using Weblate (Hindi)
+
+    Currently translated at 1.4% (5 of 338 strings)
+
+ po/hi.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ec9249d4ff8ac9cfe8ac2be4fad29968bcd4dbd4
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Mon May 7 11:06:57 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/de.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 5b548c9fe48014e2561af3262f1d2c83640e4fef
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon May 7 04:57:24 2018 +0200
+
+    Evade obscure transparency fill bug for issue #266.
+
+ src/aclock.cc | 20 +++++++++++++++++---
+ src/aclock.h  |  4 ++++
+ 2 files changed, 21 insertions(+), 3 deletions(-)
+
+commit bc8b5770b983f128dc9a18b80e9b2d03be8abba5
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Sun May 6 22:37:43 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/ja.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit e31e23fa00ef8c76efb50dc29fcaffd025ff5629
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Sun May 6 21:14:18 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (336 of 336 strings)
+
+ po/nl.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit b6fd22d80ef0919720a9a08e820299329c8343ae
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun May 6 21:27:49 2018 +0200
+
+    update manual for menu files.
+
+ doc/icewm.adoc | 41 ++++++++++++++++++++++++++++++-----------
+ 1 file changed, 30 insertions(+), 11 deletions(-)
+
+commit 787dc49d1470610757e841badb6231d3cb6674aa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun May 6 21:27:33 2018 +0200
+
+    Update potfiles.
+
+ po/ar.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/be.po     | 302 +++++++++++++++++++++++++------------------------
+ po/bg.po     | 300 ++++++++++++++++++++++++++-----------------------
+ po/ca.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/cs.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/da.po     | 314 +++++++++++++++++++++++++++------------------------
+ po/de.po     | 322 ++++++++++++++++++++++++++++------------------------
+ po/el.po     | 306 +++++++++++++++++++++++++++-----------------------
+ po/en.po     | 265 ++++++++++++++++++++-----------------------
+ po/es.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/fi.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/fr.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/he.po     | 290 ++++++++++++++++++++++++-----------------------
+ po/hr.po     | 292 ++++++++++++++++++++++++-----------------------
+ po/hu.po     | 336 +++++++++++++++++++++++++++++--------------------------
+ po/icewm.pot | 267 +++++++++++++++++++++----------------------
+ po/id.po     | 314 +++++++++++++++++++++++++++------------------------
+ po/it.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/ja.po     | 324 +++++++++++++++++++++++++++++------------------------
+ po/ko.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/lt.po     | 306 +++++++++++++++++++++++++++-----------------------
+ po/lv.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/mk.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/nb.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/nl.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/no.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/pl.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/pt_BR.po  | 322 ++++++++++++++++++++++++++++------------------------
+ po/ro.po     | 292 ++++++++++++++++++++++++-----------------------
+ po/ru.po     | 322 ++++++++++++++++++++++++++++------------------------
+ po/sk.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/sl.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/sv.po     | 318 ++++++++++++++++++++++++++++------------------------
+ po/tr.po     | 296 +++++++++++++++++++++++++-----------------------
+ po/uk.po     | 322 ++++++++++++++++++++++++++++------------------------
+ po/vi.po     | 306 +++++++++++++++++++++++++++-----------------------
+ po/zh_CN.po  | 318 ++++++++++++++++++++++++++++------------------------
+ po/zh_TW.po  | 318 ++++++++++++++++++++++++++++------------------------
+ 38 files changed, 6196 insertions(+), 5512 deletions(-)
+
+commit 0a91d33bb264d41b3465a09b4b82435919fb07e1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun May 6 21:26:57 2018 +0200
+
+    Avoid redrawing applets if possible for issue #258.
+    Add "includeprog" control for menu files for issue #264.
+    Give applets a menu to control them interactively.
+    Fix a memory leak for button submenus.
+
+ src/CMakeLists.txt |   2 +-
+ src/Makefile.am    |   2 +
+ src/aclock.cc      |  72 +++++--
+ src/aclock.h       |  22 +-
+ src/acpustatus.cc  | 206 ++++++++++++------
+ src/acpustatus.h   |  63 ++++--
+ src/amailbox.cc    | 115 +++++++++-
+ src/amailbox.h     |  48 ++++-
+ src/amemstatus.cc  | 144 ++++++-------
+ src/amemstatus.h   |  20 +-
+ src/apppstatus.cc  |  97 +++++++--
+ src/apppstatus.h   |  33 ++-
+ src/wmapp.cc       |   3 +-
+ src/wmmenu.cc      | 513 +++++++++++++++++++++++++++++++++++++++++++++
+ src/wmprog.cc      | 558 +++----------------------------------------------
+ src/wmprog.h       |  70 ++++---
+ src/wmtaskbar.cc   |  82 +++-----
+ src/wmtaskbar.h    |   9 +-
+ src/ybutton.cc     |   3 +
+ 19 files changed, 1212 insertions(+), 850 deletions(-)
+
+commit 6585695e243c202f9b9b82f994874fa52de014f7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun May 6 21:17:54 2018 +0200
+
+    String array sort. Multi-dimensional array.
+
+ src/udir.cc   | 19 +++----------
+ src/yarray.cc | 22 ++++++++++++++++
+ src/yarray.h  | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 103 insertions(+), 17 deletions(-)
+
+commit 741f7d48cd61ed281dedf90278eddf22e43881b1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri May 4 18:58:40 2018 +0200
+
+    As an experiment, turn on backing store for system tray icons
+    to overcome that GTK2 tray icons sometimes don't respond to expose
+    events for
+    issues #209 and #265.
+
+ src/yxtray.cc | 39 +++++++++++++++++++++++----------------
+ 1 file changed, 23 insertions(+), 16 deletions(-)
+
+commit 30652d9eb23a5c5a38fb86906f8cec33d23bead4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri May 4 18:57:37 2018 +0200
+
+    Set save under for short-lived status windows.
+
+ src/wmstatus.cc | 2 +-
+ src/ytooltip.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit b1c6fe826428dd99a9fa2fd8cb51fc2117c702f2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 1 19:02:28 2018 +0200
+
+    Enlarge system tray before adding a new icon for issues #265 and #209.
+
+ src/yxtray.cc | 37 ++++++++++++++++++++++---------------
+ src/yxtray.h  |  1 +
+ 2 files changed, 23 insertions(+), 15 deletions(-)
+
+commit 74f0dd8c334de372ab0ad716b732fffa0a15c438
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue May 1 06:56:12 2018 +0200
+
+    Fix broken tray (2) (issue #265).
+
+ src/yxtray.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 7781ee8f48876ba0fb3708f151344b3479e6ff27
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 30 21:55:58 2018 +0200
+
+    A possible fix for claws-mail minimization on startup issue #241.
+
+ src/yxtray.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit e1b72970c45bba41319cc1ea4556e800fb3170c9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 30 05:39:30 2018 +0200
+
+    fix typo in 053a7f447f8532e08d9a84875851c6681dfe7b25
+
+ src/aclock.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d0f9432197c2414f9924436451761f36f6274c50
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 30 05:27:51 2018 +0200
+
+    See issue #261.
+
+    Revert "FIX: The window size had been resized too much times in some
+    rare situation."
+
+    This reverts commit 6a03d437b7c944993d6ea78bd75e5cf548660d2f.
+
+ src/wmframe.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 053a7f447f8532e08d9a84875851c6681dfe7b25
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 30 05:18:55 2018 +0200
+
+    Reduce applet event overhead for issue #258.
+
+ src/aclock.cc     | 29 +++++++++++++++++++++++++----
+ src/aclock.h      |  5 +++++
+ src/acpustatus.cc | 32 ++++++++++++++++++++++++--------
+ src/acpustatus.h  |  6 ++++--
+ src/amemstatus.cc | 33 +++++++++++++++++++++++++--------
+ src/amemstatus.h  |  5 ++++-
+ src/apppstatus.cc | 32 +++++++++++++++++++++++++-------
+ src/apppstatus.h  |  4 ++++
+ 8 files changed, 116 insertions(+), 30 deletions(-)
+
+commit fdac1f22955cb6b2eaf11e244a99eb69a648a9d3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 30 05:04:54 2018 +0200
+
+    fix comment
+
+ src/default.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 12e10daa2fe37b504d2e769a0b16d574f114bb3f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 30 05:04:14 2018 +0200
+
+    addEventMask + handleVisibility.
+
+ src/ywindow.cc | 16 +++++++++++++++-
+ src/ywindow.h  |  5 +++--
+ 2 files changed, 18 insertions(+), 3 deletions(-)
+
+commit 7227de140a25239db392f1f0d9f55ccb114a3653
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 29 18:38:21 2018 +0200
+
+    libglib dependency for icewm-menu-fdo
+
+ README.md    | 1 +
+ README.md.in | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 35c632fa21bbb990435e95b430f27fe1428800a5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 29 18:36:22 2018 +0200
+
+    Optimize clock + CPU + MEM status updates for issue #258.
+
+ src/aclock.cc     | 130 ++++++++++++++++++++++++++++++++++++++++++--------
+ src/aclock.h      |  17 ++++++-
+ src/acpustatus.cc |  48 ++++++++++++++++++-
+ src/acpustatus.h  |   7 +++
+ src/amemstatus.cc |  53 ++++++++++++++++++--
+ src/amemstatus.h  |   6 +++
+ 6 files changed, 235 insertions(+), 26 deletions(-)
+
+commit 3b1e8b8b9dc600c0eb73e6076467c09615aeaa8b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 29 18:32:56 2018 +0200
+
+    Use assoc array to directly get just the wanted devices.
+    Optimize network status updates for issue #258.
+
+ src/apppstatus.cc | 114 +++++++++++++++++++++++++++++++++++++-------------
+ src/apppstatus.h  |  22 ++++++++--
+ src/wmtaskbar.cc  |   6 ++-
+ 3 files changed, 107 insertions(+), 35 deletions(-)
+
+commit 4a06de480edfee2a6e79a4fee3b4463cca793664
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 29 18:31:50 2018 +0200
+
+    simplify and standardize on yarray.
+
+ src/udir.cc | 53 +++++++++++++++++------------------------------------
+ src/udir.h  | 23 +++++++++++------------
+ 2 files changed, 28 insertions(+), 48 deletions(-)
+
+commit 5148617e6788a930e2b54852268b543064e6fc2d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 29 18:31:26 2018 +0200
+
+    glob
+
+ src/upath.cc | 21 +++++++++++++++++++++
+ src/upath.h  |  1 +
+ 2 files changed, 22 insertions(+)
+
+commit ea2cd4c2f6de21c2e4788e97bdc5ec1d11a08643
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 29 18:30:09 2018 +0200
+
+    associative array for apppstatus and copy constructors.
+
+ src/yarray.cc |  28 +++++++--
+ src/yarray.h  | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++----
+ 2 files changed, 190 insertions(+), 14 deletions(-)
+
+commit 488de4396512e693519ee1b7965d682d77a20177
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Apr 26 02:23:31 2018 +0200
+
+    fix restart for CentOS.
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 08c22682570a447774f2d056eb6f920a9fc4656e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Apr 24 22:20:27 2018 +0200
+
+    Fix initialization of variable array for issue #260.
+    Replace MStringArray with more efficient YStringArray.
+
+ src/apppstatus.cc | 55 ++++++++++++++++++++++++++++-----------------------
+ src/apppstatus.h  |  4 ++--
+ 2 files changed, 32 insertions(+), 27 deletions(-)
+
+commit 978a64ac47ba17c17e8aab0d173af80a3fef6cdf
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Apr 19 20:42:28 2018 +0200
+
+    Extend cycling over tasks to task tray.
+
+ src/atasks.cc   |  3 +++
+ src/atray.cc    | 72 +++++++++++++++++++++++++++++++++++++++++++++++++----
+ src/atray.h     |  9 ++++++-
+ src/wmtaskbar.h |  1 +
+ 4 files changed, 79 insertions(+), 6 deletions(-)
+
+commit ab3e2561b23b3bcd56aaae3c3e04122d58b6c7dc
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Thu Apr 19 09:25:48 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/pl.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit d666f65c9472e20fa40bd0116bb2aacf8ab966d2
+Author: Martin Devenney <devenneymartin@gmail.com>
+Date:   Thu Apr 19 08:28:24 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/sv.po | 34 +++++++++++++---------------------
+ 1 file changed, 13 insertions(+), 21 deletions(-)
+
+commit 8809178729237119efae221c66f07d6a68c8607d
+Author: Nikita Maynagashev <maynagashev@palex.ru>
+Date:   Wed Apr 18 13:10:45 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/ru.po | 39 ++++++++++++++++-----------------------
+ 1 file changed, 16 insertions(+), 23 deletions(-)
+
+commit 5e4cbcff064f8e5e52c65383a258462cbd8038dc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Apr 18 06:35:48 2018 +0200
+
+    Better sorting order for interface wildcard.
+
+ src/apppstatus.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3576168717797f5c9d48f8bc72b1af6ff38cfb77
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Apr 18 06:33:10 2018 +0200
+
+    scroll wheel over task pane cycles over tasks.
+
+ src/atasks.cc | 87 ++++++++++++++++++++++++++++++++++++++++++-------------
+ src/atasks.h  |  5 ++++
+ 2 files changed, 72 insertions(+), 20 deletions(-)
+
+commit 1b131a2112933f22e231776c8576c1aea9888014
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Apr 18 06:32:05 2018 +0200
+
+    Give a little margin to tooltips.
+
+ src/ytooltip.cc | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 29a0445a6695259b2c21affbeb03488457ad8adc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Apr 18 06:31:28 2018 +0200
+
+    report RAM/swap in GB
+
+ src/acpustatus.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 7b2ced17c724156329053e03f69cc6c007b432ce
+Author: Christine Gabriel <christine@stoquart.com>
+Date:   Tue Apr 17 13:37:14 2018 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/fr.po | 33 ++++++++++++++-------------------
+ 1 file changed, 14 insertions(+), 19 deletions(-)
+
+commit 21fa79fcc0b3f2e930d4134b6c41373b30b91f6e
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Tue Apr 17 05:01:40 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/ko.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit 3198d133ae94c1edac92eae4df9b683885644d16
+Author: Grace Yu <grace.yu@excel-gits.com>
+Date:   Tue Apr 17 02:46:08 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/zh_TW.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit b7023d534eb23b4b2edde61d5cf019d54bf07ffe
+Author: Emily Dong <Emily.Dong@excel-gits.com>
+Date:   Tue Apr 17 02:17:10 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/zh_CN.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit 9c4b3f362be3ea203c5e93e8e6fc7b733345e618
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Apr 16 21:30:30 2018 +0200
+
+    correction for e888bc87d428d6dc9c8dd953d1b774b7b0d4f0b8
+
+ src/apppstatus.cc | 20 ++++++++++++--------
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
+commit cbdeacc0b70e0116fb115f984e2b166dff53f3ee
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Mon Apr 16 11:59:11 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/ar.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit 7f990cf374cba1e2bfde21d6af1993c5ab061a2e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 15 21:37:12 2018 +0200
+
+    if_nametoindex + if_indextoname.
+    Workaround for missing libjpeg .pc file on CentOS.
+
+ configure.ac | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit e888bc87d428d6dc9c8dd953d1b774b7b0d4f0b8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 15 21:34:37 2018 +0200
+
+    More portable network wildcard matching works on all platforms.
+    Avoid monitoring the same device multiple times.
+    Cleanup net status monitoring.
+
+ doc/icewm.adoc    |   2 +-
+ src/apppstatus.cc | 574 +++++++++++++++++++++-----------------------------
+ src/apppstatus.h  |  92 ++++++--
+ src/base.h        |   8 +
+ src/default.h     |   9 +-
+ src/wmtaskbar.cc  |   6 +-
+ 6 files changed, 325 insertions(+), 366 deletions(-)
+
+commit 9f5eae5a0ba31955b79f282146f077464dd1ef1a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 15 21:33:12 2018 +0200
+
+    portability for OpenBSD and CentOS
+
+ src/amailbox.cc |  2 +-
+ src/yconfig.h   | 27 ++++++++++++++++-----------
+ src/yximage.cc  | 14 +++++++-------
+ 3 files changed, 24 insertions(+), 19 deletions(-)
+
+commit 12b0190f3b2b9902496cbf3b69e102c92e1a20b8
+Author: Andriy Bandura <andriykopanytsia@gmail.com>
+Date:   Sat Apr 14 05:47:35 2018 +0000
+
+    Translated using Weblate (Ukrainian)
+
+    Currently translated at 97.3% (329 of 338 strings)
+
+ po/uk.po | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+commit 823b9cea7172f66056b16b0a328d57eec1147986
+Author: Juan Sarria <juansarriam@gmail.com>
+Date:   Thu Apr 12 23:18:42 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/es.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit f07539f1dcd41fa445d3f899082d828ad3bb8780
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Thu Apr 12 13:06:37 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/it.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 358279d146e1b6fe43eba9dc2bd6986c5ad04e58
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Thu Apr 12 12:27:42 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/hu.po | 38 ++++++++++++++++----------------------
+ 1 file changed, 16 insertions(+), 22 deletions(-)
+
+commit 2dcb462f61aad0a594b751206d9300cd90a81348
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Mon Apr 9 20:55:00 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/pt_BR.po | 36 +++++++++++++++---------------------
+ 1 file changed, 15 insertions(+), 21 deletions(-)
+
+commit f91f29397e84622361f98896e2565915c6a35778
+Author: Anshul Panwar <caspian7pena@gmail.com>
+Date:   Mon Apr 9 17:36:23 2018 +0000
+
+    Translated using Weblate (Hindi)
+
+    Currently translated at 0.5% (2 of 338 strings)
+
+ po/hi.po | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 207e98b7d3e7aa4aa193888697f69d60a7e04070
+Author: Anshul Panwar <caspian7pena@gmail.com>
+Date:   Mon Apr 9 17:33:44 2018 +0000
+
+    Added translation using Weblate (Hindi)
+
+ po/hi.po | 1763 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 1763 insertions(+)
+
+commit fde22048a6b176a92465941f6196f66e95ad2135
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Apr 9 14:39:30 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/ca.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit bfc716f8f2f4972804b89ece0f627c18ab2694a9
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Apr 9 14:37:36 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/ca.po | 36 +++++++++++++++---------------------
+ 1 file changed, 15 insertions(+), 21 deletions(-)
+
+commit 3a37047ed317044fa5d4db61f72558eed1cd7b9d
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Mon Apr 9 08:12:14 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/nl.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit 7344b5aa8bf1f02bf2141a4b3187f982922898d6
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Mon Apr 9 06:28:24 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/sk.po | 37 +++++++++++++++----------------------
+ 1 file changed, 15 insertions(+), 22 deletions(-)
+
+commit 05508300ef5332718e8076d32ed3218b54116b17
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 8 19:46:51 2018 +0200
+
+    +contains
+
+ src/yrect.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 8f10744fe16ecd641ff837a29bf6361ee933f562
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 8 19:46:31 2018 +0200
+
+    msgbox fixes.
+
+ src/ymsgbox.cc | 10 ++++++++--
+ src/ymsgbox.h  |  2 +-
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 5e8630bb8c5f9e5be6174c007f5583ef75336407
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 8 19:45:23 2018 +0200
+
+    prevent use of unitialized data (valgrind)
+
+ src/ybutton.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 515cc278d7b1b16ccf5261ccf836650aa8565f0c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 8 19:45:02 2018 +0200
+
+    string preferences
+
+ src/wmprog.cc | 35 +++++++++++++++++++++++++----------
+ 1 file changed, 25 insertions(+), 10 deletions(-)
+
+commit d88852f635391f9b1edc7d0383c0e44fd73c244a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Apr 8 19:44:42 2018 +0200
+
+    fix allocation type (valgrind)
+
+ src/wmdialog.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7373414973db85a7d2141a4d146845c1bf6fb1b0
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Sun Apr 8 13:22:03 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/de.po | 39 ++++++++++++++++-----------------------
+ 1 file changed, 16 insertions(+), 23 deletions(-)
+
+commit 96e7a1383a4985d4899c6242683ebd1e109d9b86
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Sat Apr 7 23:20:29 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/ja.po | 41 ++++++++++++++++-------------------------
+ 1 file changed, 16 insertions(+), 25 deletions(-)
+
+commit 4f18c561b20cca44dbe99cf16b2dc9101f380784
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Sat Apr 7 17:30:36 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/cs.po | 35 ++++++++++++++---------------------
+ 1 file changed, 14 insertions(+), 21 deletions(-)
+
+commit e0f817f7b69a4847620e8f677f1c6190c4511108
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Sat Apr 7 15:44:47 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (338 of 338 strings)
+
+ po/it.po | 37 +++++++++++++++----------------------
+ 1 file changed, 15 insertions(+), 22 deletions(-)
+
+commit 0d5bb63c383bcf6edbf81bca9cb61aa189ae9232
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Apr 7 14:36:43 2018 +0200
+
+    update potfiles
+
+ po/ar.po     |  80 +++++++++++++++++++++++--------
+ po/be.po     |  57 ++++++++++++++++------
+ po/bg.po     |  58 +++++++++++++++++------
+ po/ca.po     |  72 +++++++++++++++++++++-------
+ po/cs.po     |  72 +++++++++++++++++++++-------
+ po/da.po     |  58 +++++++++++++++++------
+ po/de.po     |  72 +++++++++++++++++++++-------
+ po/el.po     |  57 ++++++++++++++++------
+ po/en.po     |  50 +++++++++++++++-----
+ po/es.po     |  80 +++++++++++++++++++++++--------
+ po/fi.po     |  57 ++++++++++++++++------
+ po/fr.po     |  72 +++++++++++++++++++++-------
+ po/he.po     |  52 +++++++++++++++-----
+ po/hr.po     |  55 ++++++++++++++++------
+ po/hu.po     |  78 ++++++++++++++++++++++--------
+ po/icewm.pot |  54 +++++++++++++++------
+ po/id.po     |  57 ++++++++++++++++------
+ po/it.po     |  76 +++++++++++++++++++++++-------
+ po/ja.po     | 141 ++++++++++++++++++++++++++++++++++++++++---------------
+ po/ko.po     |  78 +++++++++++++++++++++++-------
+ po/lt.po     |  57 ++++++++++++++++------
+ po/lv.po     |  57 ++++++++++++++++------
+ po/mk.po     |  57 ++++++++++++++++------
+ po/nb.po     |  57 ++++++++++++++++------
+ po/nl.po     |  72 +++++++++++++++++++++-------
+ po/no.po     |  57 ++++++++++++++++------
+ po/pl.po     |  80 +++++++++++++++++++++++--------
+ po/pt_BR.po  |  80 +++++++++++++++++++++++--------
+ po/ro.po     |  57 ++++++++++++++++------
+ po/ru.po     |  80 +++++++++++++++++++++++--------
+ po/sk.po     |  76 +++++++++++++++++++++++-------
+ po/sl.po     |  57 ++++++++++++++++------
+ po/sv.po     |  80 +++++++++++++++++++++++--------
+ po/tr.po     |  57 ++++++++++++++++------
+ po/uk.po     |  58 +++++++++++++++++------
+ po/vi.po     |  57 ++++++++++++++++------
+ po/zh_CN.po  |  79 +++++++++++++++++++++++--------
+ po/zh_TW.po  |  87 +++++++++++++++++++++++++---------
+ 38 files changed, 1950 insertions(+), 631 deletions(-)
+
+commit 04107e450ff54df043db849e7067715fd0025241
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Apr 7 14:33:04 2018 +0200
+
+    add -i option. NLS 2 strings.
+
+ src/icesm.cc | 18 ++++++++++++------
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+commit 75c1c01769a7a42121af33c7eeb83ffefbec2fc4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Apr 7 14:28:04 2018 +0200
+
+    Reuse obsolete ShowSettingsMenu for disabling the Preferences menu for
+    issue #259.
+
+ src/wmprog.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 1448c85919f67cad6ee4a4de0b54a71fb38528fe
+Author: David Medina <medipas@gmail.com>
+Date:   Tue Apr 3 16:41:32 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/ca.po | 73 ++++++++++++++----------------------------------------------
+ 1 file changed, 17 insertions(+), 56 deletions(-)
+
+commit d555fc1e193380e1688ca069ee8ce9aa8b442383
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Wed Apr 4 05:27:46 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/ko.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 12354ed155e9c933edd83326e30fa739b11301b8
+Author: Martin Devenney <devenneymartin@gmail.com>
+Date:   Wed Apr 4 06:33:48 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/sv.po | 81 ++++++++++++++----------------------------------------------
+ 1 file changed, 19 insertions(+), 62 deletions(-)
+
+commit e9e79c7567ba91c9dfb8ec6097b377e286677066
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Wed Apr 4 05:08:37 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/ko.po | 87 +++++++++++++++---------------------------------------------
+ 1 file changed, 21 insertions(+), 66 deletions(-)
+
+commit db8c896b78cabdb585a0187398d7ddb09c006727
+Author: David Medina <medipas@gmail.com>
+Date:   Tue Apr 3 16:41:32 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 99.7% (333 of 334 strings)
+
+ po/ca.po | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit 4d6cddbb0dec4b8185192a5cd431ed14fb00fbf7
+Author: Davide Aiello <davidea@novilinguists.com>
+Date:   Tue Apr 3 05:57:43 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/it.po | 87 ++++++++++++++++--------------------------------------------
+ 1 file changed, 23 insertions(+), 64 deletions(-)
+
+commit 7b951c98cfb7b35d2429601aa08507c807f066b8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Apr 3 07:26:32 2018 +0200
+
+    Better URL parser.
+
+ src/mstring.h |   1 +
+ src/yurl.cc   | 143 ++++++++++++++++++++++++++++++++++++++++--------------
+ 2 files changed, 108 insertions(+), 36 deletions(-)
+
+commit 1d888a8d2c69f672b448b895306d3db83814e8a1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Apr 3 07:24:53 2018 +0200
+
+    report message count and unread for NewMailCommand via 2 env vars.
+
+ src/amailbox.cc | 17 ++++++++++++-----
+ src/amailbox.h  |  2 +-
+ 2 files changed, 13 insertions(+), 6 deletions(-)
+
+commit a7a32fba57f2d701a6cc4365e6698a7a4287a953
+Author: Juan Sarria <juansarriam@gmail.com>
+Date:   Mon Apr 2 23:55:33 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/es.po | 85 ++++++++++++++++--------------------------------------------
+ 1 file changed, 22 insertions(+), 63 deletions(-)
+
+commit f1c97b69ab7c5d0482277c533a3b94661cc93181
+Author: Nikita Maynagashev <maynagashev@palex.ru>
+Date:   Mon Apr 2 23:18:07 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/ru.po | 88 ++++++++++++++++--------------------------------------------
+ 1 file changed, 23 insertions(+), 65 deletions(-)
+
+commit a7d8ba3eea0f9a2a9b08be602431dcc4b454d500
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Mon Apr 2 17:15:38 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/hu.po | 85 ++++++++++++++++--------------------------------------------
+ 1 file changed, 22 insertions(+), 63 deletions(-)
+
+commit af4cf8be34f5de4d937fbd9e85a810694ced5fbb
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Sun Apr 1 09:56:36 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/ar.po | 83 ++++++++++++++----------------------------------------------
+ 1 file changed, 19 insertions(+), 64 deletions(-)
+
+commit c9a6cc719d1801e545b503bc9fe33c4aac790ad6
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Thu Mar 29 06:08:33 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 99.4% (332 of 334 strings)
+
+ po/ko.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 11118d4c49e94ff14b13e826ab9f1cf649e295a1
+Author: Emily Dong <Emily.Dong@excel-gits.com>
+Date:   Thu Mar 29 05:36:01 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/zh_CN.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6172f9a5509ab51e3919b80d248d44a3f5d0b954
+Author: Grace Yu <grace.yu@excel-gits.com>
+Date:   Thu Mar 29 05:37:17 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/zh_TW.po | 92 +++++++++++++--------------------------------------------
+ 1 file changed, 21 insertions(+), 71 deletions(-)
+
+commit a3dc404fb068683695d6351a4f361c01cf946089
+Author: Emily Dong <Emily.Dong@excel-gits.com>
+Date:   Thu Mar 29 03:18:02 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/zh_CN.po | 88 ++++++++++++++-------------------------------------------
+ 1 file changed, 21 insertions(+), 67 deletions(-)
+
+commit f80c9a0a8c6cc2e23710cf594da1b13bc94c4df0
+Author: jc sl <trcs@gmx.com>
+Date:   Wed Mar 28 18:50:43 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 99.4% (332 of 334 strings)
+
+ po/es.po | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit e01afc6a92a0f9f986b2e851de514cbb04950b03
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Wed Mar 28 15:54:23 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/cs.po | 80 ++++++++++++++----------------------------------------------
+ 1 file changed, 18 insertions(+), 62 deletions(-)
+
+commit 347f0fae889fe74919f1b84e949e283943ffa85e
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Wed Mar 28 14:59:03 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/pl.po | 102 +++++++++++++++++------------------------------------------
+ 1 file changed, 29 insertions(+), 73 deletions(-)
+
+commit 1c35701f1fb227a6f1169931a273d9f13e524beb
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Wed Mar 28 14:47:05 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/de.po | 83 +++++++++++++++---------------------------------------------
+ 1 file changed, 20 insertions(+), 63 deletions(-)
+
+commit 508e1f882df4e20c40bdf97a5e623c060019f752
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Wed Mar 28 09:13:50 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 99.4% (332 of 334 strings)
+
+ po/pl.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 44d152e92a3ea7af6d94d63a81a0e7393646a129
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Wed Mar 28 11:55:29 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/pt_BR.po | 83 ++++++++++++++-------------------------------------------
+ 1 file changed, 20 insertions(+), 63 deletions(-)
+
+commit 173761445aa6122617d81e5987e670bec426a5c2
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Wed Mar 28 08:17:28 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/nl.po | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit efcc38801c76a0f2c5ddd02a7e6738c68b40c422
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Wed Mar 28 10:51:01 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/sk.po | 79 ++++++++++++++----------------------------------------------
+ 1 file changed, 18 insertions(+), 61 deletions(-)
+
+commit 3d2107d98166f447cd0117cdce405a58562ef14a
+Author: Christine Gabriel <christine@stoquart.com>
+Date:   Wed Mar 28 10:24:13 2018 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/fr.po | 81 +++++++++++++++---------------------------------------------
+ 1 file changed, 20 insertions(+), 61 deletions(-)
+
+commit 7a7204c979ae4cf56000ba90b8fbe3f6b91279b1
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Wed Mar 28 08:12:58 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/nl.po | 91 +++++++++++++++++-------------------------------------------
+ 1 file changed, 25 insertions(+), 66 deletions(-)
+
+commit 24f40e2c14d404011fd3f9896feee2198842f589
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Wed Mar 28 08:08:30 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (334 of 334 strings)
+
+ po/ja.po | 124 +++++++++++++++--------------------------------------------
+ 1 file changed, 32 insertions(+), 92 deletions(-)
+
+commit c92c04815b9e9e7caf5e43c18988bef4c4874d8b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Mar 28 01:46:49 2018 -0600
+
+    update po files
+
+ po/ar.po     | 362 ++++++++++++++++++++++++++++--------------------
+ po/be.po     | 298 +++++++++++++++++++++-------------------
+ po/bg.po     | 298 +++++++++++++++++++++-------------------
+ po/ca.po     | 366 +++++++++++++++++++++++++++++--------------------
+ po/cs.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/da.po     | 299 +++++++++++++++++++++-------------------
+ po/de.po     | 362 ++++++++++++++++++++++++++++--------------------
+ po/el.po     | 298 +++++++++++++++++++++-------------------
+ po/en.po     | 298 +++++++++++++++++++++-------------------
+ po/es.po     | 366 +++++++++++++++++++++++++++++--------------------
+ po/fi.po     | 298 +++++++++++++++++++++-------------------
+ po/fr.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/he.po     | 298 +++++++++++++++++++++-------------------
+ po/hr.po     | 298 +++++++++++++++++++++-------------------
+ po/hu.po     | 366 +++++++++++++++++++++++++++++--------------------
+ po/icewm.pot | 300 +++++++++++++++++++++-------------------
+ po/id.po     | 298 +++++++++++++++++++++-------------------
+ po/it.po     | 362 ++++++++++++++++++++++++++++--------------------
+ po/ja.po     | 409 +++++++++++++++++++++++++++++++++----------------------
+ po/ko.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/lt.po     | 298 +++++++++++++++++++++-------------------
+ po/lv.po     | 298 +++++++++++++++++++++-------------------
+ po/mk.po     | 298 +++++++++++++++++++++-------------------
+ po/nb.po     | 298 +++++++++++++++++++++-------------------
+ po/nl.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/no.po     | 298 +++++++++++++++++++++-------------------
+ po/pl.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/pt_BR.po  | 362 ++++++++++++++++++++++++++++--------------------
+ po/ro.po     | 298 +++++++++++++++++++++-------------------
+ po/ru.po     | 366 +++++++++++++++++++++++++++++--------------------
+ po/sk.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/sl.po     | 298 +++++++++++++++++++++-------------------
+ po/sv.po     | 358 ++++++++++++++++++++++++++++--------------------
+ po/tr.po     | 298 +++++++++++++++++++++-------------------
+ po/uk.po     | 298 +++++++++++++++++++++-------------------
+ po/vi.po     | 298 +++++++++++++++++++++-------------------
+ po/zh_CN.po  | 365 +++++++++++++++++++++++++++++--------------------
+ po/zh_TW.po  | 373 ++++++++++++++++++++++++++++++--------------------
+ 38 files changed, 7066 insertions(+), 5462 deletions(-)
+
+commit e111c0398262012e57f08a3094433638aee437c3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 26 07:29:37 2018 +0200
+
+    Enable moving fullscreen windows to a different layer for issue #257.
+
+ src/wmframe.cc | 9 +++++++--
+ src/wmmgr.h    | 1 +
+ 2 files changed, 8 insertions(+), 2 deletions(-)
+
+commit 7d119d0009ab025799374a701e44543c364751fc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 26 07:23:04 2018 +0200
+
+    less than, greater than
+
+ src/yaction.h | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 80efe93f81e8c78d41239aa2eb01c962464c5313
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 26 07:21:55 2018 +0200
+
+    optimization
+
+ src/decorate.cc | 42 ++++++++++++++++++++++--------------------
+ 1 file changed, 22 insertions(+), 20 deletions(-)
+
+commit 18e0eff8dc4f4e0d416647058871a82213e09711
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 26 07:18:40 2018 +0200
+
+    also update menu action listeners.
+    this fixes 16b8d71492d128a09a33765adddc3d736ea0d09a.
+
+ src/decorate.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 97209f8e44c02ec4e4e75a1ec0b220691d47a6e6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 25 22:04:23 2018 +0200
+
+    add configure option --logevents
+
+ configure.ac | 6 ++++++
+ src/wmapp.cc | 3 +++
+ 2 files changed, 9 insertions(+)
+
+commit f324a61b15fb9a8948fb47755e262601f6882f28
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 25 22:01:27 2018 +0200
+
+    manpages and manual are now up-to-date.
+
+ README.md.in | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit 8d72b17841f1825513f1bb273e1d3fbd51ff4ff9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 25 21:54:53 2018 +0200
+
+    update help.
+
+ src/icesh.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 539d0bb9161da05f7afe4ec70f140aea673a7a17
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 25 21:52:58 2018 +0200
+
+    simplify ugly cfoption macros. make cfoption a union to save space.
+
+ src/genpref.cc  | 21 ++++---------
+ src/wmconfig.cc | 20 +++++-------
+ src/wmprog.cc   | 18 +++++------
+ src/yconfig.cc  | 24 +++++++--------
+ src/yconfig.h   | 88 ++++++++++++++++++++++++++++++++---------------------
+ 5 files changed, 88 insertions(+), 83 deletions(-)
+
+commit 9a92e285617aab2bd91c696138f856547846a847
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 25 21:48:44 2018 +0200
+
+    Support IPv6. Better protocol tracing. Report protocol errors in
+    mailbox tooltips. Set ICEWM_MAILBOX to mailbox number when execing
+    NewMailCommand. Also examine MAILPATH. and use LOGNAME instead of getlogin.
+
+ src/amailbox.cc  | 251 +++++++++++++++++++++++++++++++--------------------
+ src/amailbox.h   |  24 ++---
+ src/wmtaskbar.cc |  76 ++++++++--------
+ src/wmtaskbar.h  |   3 +-
+ src/ysocket.cc   |  62 +++++++------
+ src/yurl.cc      |   2 +-
+ src/yurl.h       |   2 -
+ 7 files changed, 234 insertions(+), 186 deletions(-)
+
+commit a59738fae15fbe1e87060d4a1780168d049dd5a6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 25 21:44:33 2018 +0200
+
+    Navigate About window with arrow keys.
+
+ src/wmdialog.cc | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 492752c0cf66bb33d00b82f91c2be9b5e6d06884
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Tue Mar 20 14:49:29 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ar.po | 101 ++++++++++++-----------------------------------------------
+ 1 file changed, 20 insertions(+), 81 deletions(-)
+
+commit 44a2f7e462b815d599e9ec3e7ef52f0eb51f43dc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 18 20:16:29 2018 +0100
+
+    add missing options to manual.
+
+ doc/icewm.adoc | 118 ++++++++++++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 104 insertions(+), 14 deletions(-)
+
+commit 3292d3edfece138cb08b8f2c1cc0d2e91e18a903
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 18 20:14:18 2018 +0100
+
+    Make icewm actions enumerated types and also add them to icesh.
+
+ src/base.h      |  3 +++
+ src/icesh.cc    | 45 ++++++++++++++++++++++++++++++++++++++++++++-
+ src/wmaction.h  | 28 +++++++++++++++++-----------
+ src/wmapp.cc    | 27 +++++++++++----------------
+ src/wmapp.h     |  8 ++++----
+ src/wmdialog.cc | 37 +++++++++++++------------------------
+ src/wmmgr.cc    | 13 +++++++------
+ src/wmmgr.h     |  3 ++-
+ src/ylist.h     |  4 +---
+ 9 files changed, 102 insertions(+), 66 deletions(-)
+
+commit 16b8d71492d128a09a33765adddc3d736ea0d09a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 18 20:08:56 2018 +0100
+
+    Add menus for online configurable preferences and key lookup.  Can save
+    modified preferences to file.
+
+ lib/Makefile.am          |   6 +
+ lib/icons/key_16x16.png  | Bin 0 -> 1165 bytes
+ lib/icons/key_32x32.png  | Bin 0 -> 2797 bytes
+ lib/icons/pref_16x16.png | Bin 0 -> 1234 bytes
+ lib/icons/pref_32x32.png | Bin 0 -> 2741 bytes
+ lib/icons/save_16x16.png | Bin 0 -> 1202 bytes
+ lib/icons/save_32x32.png | Bin 0 -> 2010 bytes
+ src/misc.cc              |   2 +-
+ src/wmprog.cc            | 263 +++++++++++++++++++++++++++++++++++++++++--
+ src/yaction.h            |   1 +
+ src/ymenu.cc             |  16 +--
+ src/ypointer.h           |   6 +-
+ 12 files changed, 272 insertions(+), 22 deletions(-)
+
+commit 2954c6238089cfdc12e1f803fa899a099a07adb9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Mar 17 17:32:12 2018 -0600
+
+    Revert "Make it possible to override the layer as set from the window type
+    for issue #251.  Previously when the application sets a window type that
+    could fix the layer forever.  This commit makes it possible to overrule
+    that by either a winoptions setting or by selecting the desired layer
+    from the layer menu.  This gives much more control to the user."
+
+    This reverts commit ea93b40dd3de6dfc8c6a0699820cfd9bfd714608.
+
+ src/wmframe.cc | 57 ++++++++++++++++++++++++++----------------------------
+ src/wmframe.h  |  2 +-
+ 2 files changed, 28 insertions(+), 31 deletions(-)
+
+commit 907a4372bd164ca291260c98bc9157e559987c7e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Mar 16 05:28:07 2018 +0100
+
+    Revert "Fix the mouse pointer problem on top left and top right."
+    This was not a good pull request as it makes resizing windows
+    in theme CrystelBlue much harder. A fix like that should be
+    better tested.
+    This reverts commit 69b5c83f315330cc9ccccedae8c4a7068301fa29.
+
+ src/decorate.cc | 11 +++++++++++
+ src/wmframe.cc  | 29 ++++++-----------------------
+ 2 files changed, 17 insertions(+), 23 deletions(-)
+
+commit f6caecf6cf03aab762092501b3d9835cbd2266ca
+Merge: bcadc759 69b5c83f
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Thu Mar 15 17:45:46 2018 -0600
+
+    Merge pull request #252 from gam3/gam3/upper_coners_handles
+
+    Fix the mouse pointer problem on top left and top right.
+
+commit bcadc75959f40015703145b6734f309213d2befa
+Merge: 5a23b1ad 1bfc25f6
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Thu Mar 15 17:43:40 2018 -0600
+
+    Merge pull request #253 from gam3/gam3/psi_widow_warp
+
+    Stop 'psi' windows from warping on first move by title bar.
+
+commit 5a23b1ade6b257d550889a55e5a9b96ad0b4e4b8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Mar 15 22:11:28 2018 +0100
+
+    On restart windows with _NET_WM_STATE_HIDDEN should set WinStateMinimized
+    to keep them minimized for issues #190, #226, #241 and #254, otherwise
+    they are restored, which is very annoying.
+
+ src/wmclient.cc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit ea93b40dd3de6dfc8c6a0699820cfd9bfd714608
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Mar 14 20:17:36 2018 +0100
+
+    Make it possible to override the layer as set from the window type for
+    issue #251.  Previously when the application sets a window type that
+    could fix the layer forever.  This commit makes it possible to overrule
+    that by either a winoptions setting or by selecting the desired layer
+    from the layer menu.  This gives much more control to the user.
+
+ src/wmframe.cc | 57 ++++++++++++++++++++++++++++--------------------------
+ src/wmframe.h  |  2 +-
+ 2 files changed, 31 insertions(+), 28 deletions(-)
+
+commit beb087015c92feeddac3ecd2e3577d49fe5c3790
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Mar 14 18:27:48 2018 +0100
+
+    sed -i 's|%l |%ld |g' zh_TW.po #255
+
+ po/zh_TW.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 169b5f0c9053c70bf8d9f8b880b8aefdac870ae5
+Author: Nikita Maynagashev <maynagashev@palex.ru>
+Date:   Wed Mar 14 11:42:28 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ru.po | 109 +++++++++++++++--------------------------------------------
+ 1 file changed, 27 insertions(+), 82 deletions(-)
+
+commit a4be083560c18479644f458fe3bd129352482512
+Author: Emily Dong <Emily.Dong@excel-gits.com>
+Date:   Wed Mar 14 06:08:35 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/zh_CN.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a2c51f13136b6d569a92b461bb1fcfa4da24b811
+Author: Grace Yu <grace.yu@excel-gits.com>
+Date:   Wed Mar 14 06:48:53 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/zh_TW.po | 132 ++++++++++++++++----------------------------------------
+ 1 file changed, 36 insertions(+), 96 deletions(-)
+
+commit 7136a941baf8e6beb069250ccac39eed25c27403
+Author: Dingzhong Chen <wsxy162@gmail.com>
+Date:   Sat Mar 10 17:34:57 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/zh_CN.po | 98 +++++++++++++--------------------------------------------
+ 1 file changed, 22 insertions(+), 76 deletions(-)
+
+commit 1bfc25f607c0676726340d4c7f85e3760d77368d
+Author: G. Allen Morris III <gam3@gam3.net>
+Date:   Wed Mar 14 00:31:38 2018 +0100
+
+    Stop 'psi' windows from warping on first move by title bar.
+
+    This mostly reverts 03af26af5e880f4eee23545973061ccc2e363761
+
+ src/ywindow.cc | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit 69b5c83f315330cc9ccccedae8c4a7068301fa29
+Author: G. Allen Morris III <gam3@gam3.net>
+Date:   Tue Mar 13 21:03:23 2018 +0100
+
+    Fix the mouse pointer problem on top left and top right.
+
+        This is a revert of much of commit
+        d759ea935eba38c9bc10dfb582914abaa68a2915
+
+ src/decorate.cc | 11 -----------
+ src/wmframe.cc  | 29 +++++++++++++++++++++++------
+ 2 files changed, 23 insertions(+), 17 deletions(-)
+
+commit a36883eadfa3f9e8e14c76d1c7eb84060952a56f
+Author: Franziska Weinberger <f.weinberger@gemino.de>
+Date:   Tue Mar 13 14:58:30 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/de.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 2af09e6818dd0897004c218fd5ee73d265d53f6c
+Author: Juan Sarria <juansarriam@gmail.com>
+Date:   Tue Mar 13 16:50:31 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/es.po | 87 ++++++++----------------------------------------------------
+ 1 file changed, 11 insertions(+), 76 deletions(-)
+
+commit eeb803a26a0593ed38d51d021427f325b88d789b
+Author: Christine Gabriel <christine@stoquart.com>
+Date:   Tue Mar 13 15:42:37 2018 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/fr.po | 80 ++++++------------------------------------------------------
+ 1 file changed, 7 insertions(+), 73 deletions(-)
+
+commit be62026f3710b4fa742ac8cf6adcc3cc117a1357
+Author: Franziska Weinberger <f.weinberger@gemino.de>
+Date:   Tue Mar 13 14:46:44 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/de.po | 112 ++++++++++++++++-------------------------------------------
+ 1 file changed, 29 insertions(+), 83 deletions(-)
+
+commit 82eb8eb96ac107686619ff218f356bd98c7704c5
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Tue Mar 13 14:14:02 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/it.po | 84 +++++++-----------------------------------------------------
+ 1 file changed, 9 insertions(+), 75 deletions(-)
+
+commit 583fc92e1ee6c3e5cf08912fd91903e190b0e167
+Author: Martin Devenney <devenneymartin@gmail.com>
+Date:   Tue Mar 13 12:26:54 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/sv.po | 72 ++++--------------------------------------------------------
+ 1 file changed, 4 insertions(+), 68 deletions(-)
+
+commit d1f23a43859f381646a607308b26579b7acd7a75
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Tue Mar 13 11:59:23 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/pl.po | 113 ++++++++++++++++++-----------------------------------------
+ 1 file changed, 34 insertions(+), 79 deletions(-)
+
+commit 93033e94a1a0c2c3cbfccaa7a1ba7b591289a0ad
+Merge: 2135c00d 460ae63b
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Tue Mar 13 04:31:24 2018 -0600
+
+    Merge pull request #250 from gam3/gam3/cleanup
+
+    Use proper 'delete []' in place of 'delete'
+
+commit 2135c00dc8f93ab80aa030d29628ebd8550db802
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Tue Mar 13 10:29:51 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/hu.po | 88 ++++++++----------------------------------------------------
+ 1 file changed, 11 insertions(+), 77 deletions(-)
+
+commit 1bb9554261d902bdce5da4e5f3e9c9b36b43151a
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Mon Mar 12 08:37:06 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/sk.po | 65 ++++++------------------------------------------------------
+ 1 file changed, 6 insertions(+), 59 deletions(-)
+
+commit 48d930ddf3175a104a0e1f293aa127c4fb602431
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Tue Mar 13 06:07:04 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ko.po | 95 +++++++++++++-----------------------------------------------
+ 1 file changed, 20 insertions(+), 75 deletions(-)
+
+commit 946b537d5572b96436b08cf606268f9086281785
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Mon Mar 12 08:37:06 2018 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 99.6% (332 of 333 strings)
+
+ po/sk.po | 40 +++++++++++++++++++---------------------
+ 1 file changed, 19 insertions(+), 21 deletions(-)
+
+commit 3ef2977b3e4411f9e55c0eb9de09fc77ca4752c3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 11 21:06:42 2018 +0100
+
+    "order" winoption to sort buttons / icons on taskbar, tray bar and system
+    tray for issues #242, #180, #198. Use _KDE_NET_SYSTEM_TRAY_WINDOWS for
+    issue #242. Possible fixes for issue #209 which requires further testing.
+
+ doc/icewm.adoc   |   4 +
+ src/Makefile.am  |  19 ++--
+ src/atasks.cc    |   8 +-
+ src/atasks.h     |   4 +-
+ src/atray.cc     |   9 +-
+ src/atray.h      |   1 +
+ src/debug.h      |   4 +-
+ src/wmclient.h   |   1 +
+ src/wmframe.cc   |   2 +
+ src/wmframe.h    |   4 +-
+ src/wmoption.cc  |   5 +
+ src/wmoption.h   |   1 +
+ src/wmtaskbar.cc |   2 +-
+ src/yxtray.cc    | 300 +++++++++++++++++++++++++++++++++++----------------
+ src/yxtray.h     |  39 +++++--
+ 15 files changed, 282 insertions(+), 121 deletions(-)
+
+commit 49b620188f82329d8b04e016bd78bcfdac625dbc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 11 21:04:44 2018 +0100
+
+    equal
+
+ src/yrect.h | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 542c4d42f6c8760b02a39b8d90918fa430896750
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 11 21:04:32 2018 +0100
+
+    -tab
+
+ src/ycolor.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b2fb9edf534ba827acc9671e130f849ca5d3e7a3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 11 21:04:20 2018 +0100
+
+    iter insert
+
+ src/yarray.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit d759ea935eba38c9bc10dfb582914abaa68a2915
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 11 21:03:31 2018 +0100
+
+    leak
+
+ src/icesh.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit bbd9b3a24d8a30d5445fc96eade5d5fc0e2a4165
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Mar 11 21:03:00 2018 +0100
+
+    itoa
+
+ src/mstring.cc | 7 +++++++
+ src/mstring.h  | 3 +++
+ 2 files changed, 10 insertions(+)
+
+commit 460ae63be700f593b072fd767e31829fdff99dfa
+Author: G. Allen Morris III <gam3@gam3.net>
+Date:   Sun Mar 11 16:45:54 2018 +0100
+
+    use proper 'delete []' in place of 'delete'
+
+ src/amemstatus.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 9b7bcce1866812447966669d67a706251cf28cd8
+Author: Dingzhong Chen <wsxy162@gmail.com>
+Date:   Sat Mar 10 17:34:57 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 99.6% (332 of 333 strings)
+
+ po/zh_CN.po | 48 +++++++++++++++++++++++-------------------------
+ 1 file changed, 23 insertions(+), 25 deletions(-)
+
+commit 57eaa77068e3735639f60b039662eba00918c954
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Sat Mar 10 14:21:37 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/nl.po | 79 ++++++------------------------------------------------------
+ 1 file changed, 7 insertions(+), 72 deletions(-)
+
+commit 67487b55c00529313d9cffc1f826549e3e06adb1
+Author: David Medina <medipas@gmail.com>
+Date:   Fri Mar 9 19:06:31 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ca.po | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 4c06a65de6dbe5dad341b90b86931e9c5e898c50
+Author: David Medina <medipas@gmail.com>
+Date:   Fri Mar 9 19:03:13 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ca.po | 85 +++++++-----------------------------------------------------
+ 1 file changed, 10 insertions(+), 75 deletions(-)
+
+commit 7001dd4380153d930588ad07e91cefe3de70480e
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Fri Mar 9 07:04:10 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/cs.po | 79 ++++++------------------------------------------------------
+ 1 file changed, 7 insertions(+), 72 deletions(-)
+
+commit b4a58d1d234bda86ec7d989717223ec6ad832bf8
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Thu Mar 8 22:33:59 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ja.po | 125 ++++++++++-------------------------------------------------
+ 1 file changed, 21 insertions(+), 104 deletions(-)
+
+commit 253c599568fb7b03ce1331181e9fc9af6f4c7067
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Thu Mar 8 16:31:03 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/pt_BR.po | 83 +++++++--------------------------------------------------
+ 1 file changed, 9 insertions(+), 74 deletions(-)
+
+commit 8e94f12e95771923f0e1ce000a3e062a511952db
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Mar 8 09:20:21 2018 -0700
+
+    update po files
+
+ po/ar.po     | 135 ++++++++++++++++++++++++++++++++------------
+ po/be.po     |  65 +++++++++++-----------
+ po/bg.po     |  65 +++++++++++-----------
+ po/ca.po     | 139 ++++++++++++++++++++++++++++++++-------------
+ po/cs.po     | 135 ++++++++++++++++++++++++++++++++------------
+ po/da.po     | 135 ++++++++++++++++++++++++++++++++------------
+ po/de.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/el.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/en.po     |  65 +++++++++++-----------
+ po/es.po     | 135 ++++++++++++++++++++++++++++++++------------
+ po/fi.po     |  65 +++++++++++-----------
+ po/fr.po     | 135 ++++++++++++++++++++++++++++++++------------
+ po/he.po     |  65 +++++++++++-----------
+ po/hr.po     |  65 +++++++++++-----------
+ po/hu.po     | 139 ++++++++++++++++++++++++++++++++-------------
+ po/icewm.pot |  69 +++++++++++------------
+ po/id.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/it.po     | 167 ++++++++++++++++++++++++++++++++++++++-----------------
+ po/ja.po     | 144 ++++++++++++++++++++++++++++++++++-------------
+ po/ko.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/lt.po     |  65 +++++++++++-----------
+ po/lv.po     |  65 +++++++++++-----------
+ po/mk.po     |  65 +++++++++++-----------
+ po/nb.po     |  65 +++++++++++-----------
+ po/nl.po     | 135 ++++++++++++++++++++++++++++++++------------
+ po/no.po     |  65 +++++++++++-----------
+ po/pl.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/pt_BR.po  | 135 ++++++++++++++++++++++++++++++++------------
+ po/ro.po     |  65 +++++++++++-----------
+ po/ru.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/sk.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/sl.po     |  65 +++++++++++-----------
+ po/sv.po     | 139 ++++++++++++++++++++++++++++++++-------------
+ po/tr.po     |  65 +++++++++++-----------
+ po/uk.po     | 120 ++++++++++++++++++++++++++++-----------
+ po/vi.po     |  65 +++++++++++-----------
+ po/zh_CN.po  | 120 ++++++++++++++++++++++++++++-----------
+ po/zh_TW.po  | 120 ++++++++++++++++++++++++++++-----------
+ 38 files changed, 2590 insertions(+), 1327 deletions(-)
+
+commit 7cd9e12ecbd7ac88d1a889906d6af9d5eb62f815
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Mar 8 09:07:41 2018 -0700
+
+    address #247
+
+ po/Makevars | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a3fff1d258ebce47eb6da892a93255587be33906
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Mar 7 21:49:49 2018 +0100
+
+    sed -i 's|%l |%ld |g' ar.po
+
+ po/ar.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 83b24001345e165c10aa6bbe50a538c8dea92bf0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Mar 7 21:37:56 2018 +0100
+
+    Let "setWorkspace 0xFFFFFFFF" make a window appear on all workspaces.
+    This is a followup to commit e735002cf1cdfd0abcb621b61d9925df3d63aef4.
+
+ src/icesh.cc | 65 +++++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 38 insertions(+), 27 deletions(-)
+
+commit bedc1ed6f0bb9ee6c75e661235575959583044c3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Mar 7 21:24:43 2018 +0100
+
+    Correct commit e1f4bee61d20b5622904e0e4c06bfd1634015f6d for issue #242
+    external tray.
+
+ src/icetray.cc | 25 ++++++++++---------------
+ 1 file changed, 10 insertions(+), 15 deletions(-)
+
+commit a531a1bc0fb541597539818f6ff4b9f2f0620c87
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Wed Mar 7 18:54:37 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/da.po | 39 +++++++++++++++++++--------------------
+ 1 file changed, 19 insertions(+), 20 deletions(-)
+
+commit 6b71cafffd0a79ef4104f750e2730fc727641684
+Author: Martin Devenney <devenneymartin@gmail.com>
+Date:   Wed Mar 7 11:54:16 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/sv.po | 96 ++++++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 55 insertions(+), 41 deletions(-)
+
+commit 9ad0b3a04ec705fefd521ed98fa4528deec68356
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Wed Mar 7 06:14:30 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ar.po | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
+
+commit 18e1a69680d0ee9581564b3badeeeef7636a893e
+Author: Juan Sarria <juansarriam@gmail.com>
+Date:   Wed Mar 7 00:48:41 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/es.po | 39 +++++++++++++++++++--------------------
+ 1 file changed, 19 insertions(+), 20 deletions(-)
+
+commit 32bd26d853fbd106a7c9fd917955e305a7a964cb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Mar 6 20:08:50 2018 +0100
+
+    accuracy of mbox message counting
+
+ src/amailbox.cc | 25 +++++++++++++++++++++----
+ 1 file changed, 21 insertions(+), 4 deletions(-)
+
+commit e1f4bee61d20b5622904e0e4c06bfd1634015f6d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Mar 6 19:53:28 2018 +0100
+
+    add taskbackPixmap for issue #242.
+
+ src/icetray.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 601f9b2f11b671fcd5c303ac9cc186c0300c4415
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Tue Mar 6 16:36:50 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/nl.po | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
+
+commit 388e3d85569061806079657c4200d35c1a25e73f
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Tue Mar 6 13:53:11 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/it.po | 83 +++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 43 insertions(+), 40 deletions(-)
+
+commit 8b5ee378ef86b7efa1f7942e93c3a04996d1de13
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Tue Mar 6 13:16:49 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/pt_BR.po | 41 ++++++++++++++++++++---------------------
+ 1 file changed, 20 insertions(+), 21 deletions(-)
+
+commit b0b31c8353903c2db8978b85f4e20e2b4f7d9983
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Tue Mar 6 13:32:42 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/it.po | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 7d8ea341c1924789985b777acdbfe0326c0351ab
+Author: Christine Gabriel <christine@stoquart.com>
+Date:   Tue Mar 6 13:25:31 2018 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/fr.po | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 353ba0e106de342d38bb4d12ba231cd22bbfee95
+Author: David Medina <medipas@gmail.com>
+Date:   Tue Mar 6 10:02:13 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ca.po | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 5a8c8125f4ae86bb2c3987425f5ed0f005943cf6
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Tue Mar 6 10:35:02 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/hu.po | 45 ++++++++++++++++++++++-----------------------
+ 1 file changed, 22 insertions(+), 23 deletions(-)
+
+commit 0f030a807f44016d3c02538a9f7a5b2246a1c383
+Author: Davide Aiello <davidea@novilinguists.com>
+Date:   Tue Mar 6 10:09:29 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/it.po | 16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+commit 36e482cfe0377ef23f6dbbd9318fc6f53882f3ca
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Tue Mar 6 08:07:32 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 99.0% (330 of 333 strings)
+
+ po/it.po | 34 +++++++++++++++++-----------------
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+commit a86990afac9dfe94a093ce605e2f1ac2cf3a9648
+Author: David Medina <medipas@gmail.com>
+Date:   Tue Mar 6 09:54:28 2018 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ca.po | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
+
+commit edbffd9425723af1a952d5b7354ecf7a06df4eb0
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Tue Mar 6 09:13:52 2018 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/cs.po | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
+
+commit c6fee37f41d99991c1d25d623ab9e422f90ba912
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Tue Mar 6 06:41:43 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ja.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4b29a14da58906531fe960a9e20db659a07179a9
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Tue Mar 6 06:40:48 2018 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (333 of 333 strings)
+
+ po/ja.po | 49 +++++++++++++++++++++++--------------------------
+ 1 file changed, 23 insertions(+), 26 deletions(-)
+
+commit 04a33990f36847a686236ff138da7dd315bf3069
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Mar 6 05:13:30 2018 +0100
+
+    update POT files.
+
+ po/ar.po     | 384 ++++++++++++++++++++++++++++------------------------
+ po/be.po     | 370 +++++++++++++++++++++++++++-----------------------
+ po/bg.po     | 369 +++++++++++++++++++++++++++-----------------------
+ po/ca.po     | 371 +++++++++++++++++++++++++++-----------------------
+ po/cs.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/da.po     | 369 +++++++++++++++++++++++++++-----------------------
+ po/de.po     | 373 +++++++++++++++++++++++++++-----------------------
+ po/el.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/en.po     | 357 ++++++++++++++++++++++++++----------------------
+ po/es.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/fi.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/fr.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/he.po     | 360 ++++++++++++++++++++++++++-----------------------
+ po/hr.po     | 365 ++++++++++++++++++++++++++-----------------------
+ po/hu.po     | 405 ++++++++++++++++++++++++++++++-------------------------
+ po/icewm.pot | 361 ++++++++++++++++++++++++++-----------------------
+ po/id.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/it.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/ja.po     | 371 +++++++++++++++++++++++++++-----------------------
+ po/ko.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/lt.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/lv.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/mk.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/nb.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/nl.po     | 382 +++++++++++++++++++++++++++------------------------
+ po/no.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/pl.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/pt_BR.po  | 372 +++++++++++++++++++++++++++-----------------------
+ po/ro.po     | 364 ++++++++++++++++++++++++++-----------------------
+ po/ru.po     | 373 +++++++++++++++++++++++++++-----------------------
+ po/sk.po     | 372 +++++++++++++++++++++++++++-----------------------
+ po/sl.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/sv.po     | 376 ++++++++++++++++++++++++++++-----------------------
+ po/tr.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/uk.po     | 396 ++++++++++++++++++++++++++++-------------------------
+ po/vi.po     | 368 +++++++++++++++++++++++++++-----------------------
+ po/zh_CN.po  | 372 +++++++++++++++++++++++++++-----------------------
+ po/zh_TW.po  | 372 +++++++++++++++++++++++++++-----------------------
+ 38 files changed, 7651 insertions(+), 6463 deletions(-)
+
+commit 0dc1a33128bacd2150f4d092fb6fc0ebc89eb32d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 5 20:23:06 2018 +0100
+
+    Support IMAP and POP3 connections which are encrypted with TLS/SSL.
+    Improve protocol handling for IMAP and POP3.
+    Support monitoring of Maildirs.
+    Detect number of read and unseen mails in mbox files.
+    Report unread mails in icon tooltips.
+    Document mailbox monitoring in manual.
+    This addresses the need for Gmail support in issue #229.
+
+ doc/icewm.adoc     |  83 ++++--
+ src/amailbox.cc    | 733 ++++++++++++++++++++++++++++++++++---------------
+ src/amailbox.h     |  36 ++-
+ src/mstring.h      |   2 +
+ src/upath.h        |   3 +
+ src/wmprog.cc      |   2 +-
+ src/yapp.h         |   2 -
+ src/yconfig.cc     |  13 +-
+ src/ypaths.h       |   3 -
+ src/ypipereader.cc |  16 +-
+ src/ypipereader.h  |   4 +-
+ src/ypoll.h        |   3 +-
+ src/ysocket.cc     | 114 ++++----
+ src/ysocket.h      |  11 +-
+ src/yurl.cc        |  97 +++----
+ src/yurl.h         |  31 +--
+ 16 files changed, 744 insertions(+), 409 deletions(-)
+
+commit e8576e87931e716614d1e35d083868cd15f4474a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 5 19:51:23 2018 +0100
+
+    avoid race condition.
+
+ src/yapp.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c776e53c6cd940f5f63b5f0ea4000e8e750de115
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 5 19:50:26 2018 +0100
+
+    regfree when done with RE.
+
+ src/mstring.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 85538a8e248deeab05580d9c8089ada5ad0c8c40
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 5 19:44:01 2018 +0100
+
+    Silence X errors for endusers in issue #234; only print them if DEBUG
+    or PRECON is enabled.
+
+ src/debug.h  | 2 ++
+ src/wmapp.cc | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 9eab5f7eab84a7e942fc0fb85c716a40b05af6da
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Mar 5 19:38:28 2018 +0100
+
+    Better fix for displaced libreoffice client windows due to
+    StaticGravity. This also solves windows getting black regions in issue
+    #240.
+
+ src/wmclient.cc | 16 ++++++++++++----
+ src/wmclient.h  |  3 ++-
+ 2 files changed, 14 insertions(+), 5 deletions(-)
+
+commit 52fec8bc7caa0c586af87d12b3c5b25e9bd11493
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Mar 3 05:49:07 2018 +0100
+
+    Try both class.name and name.class for issue #237.
+
+ src/wmframe.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit d343bc3e4926d8a4c794b711dd37a540ce9cef7d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Mar 3 05:46:48 2018 +0100
+
+    Correct intersection for smart placement for issue #238.
+
+ src/base.h   | 2 +-
+ src/wmmgr.cc | 5 ++---
+ src/yrect.h  | 6 +++++-
+ 3 files changed, 8 insertions(+), 5 deletions(-)
+
+commit 3cf5ba1007ac73c1e9eabe582b1e41d290e2d580
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Mar 3 05:38:51 2018 +0100
+
+    Also draw taskbar pixmap background for XXkb for issue #235.
+
+ src/yxtray.cc | 14 +++++++++++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+commit 9c0e9736b05980bf8f1172e8f6d52561883dd7b6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Feb 28 19:28:56 2018 +0100
+
+    Added configurable CONFIG_DEFAULT_THEME to cmake variant
+
+ src/CMakeLists.txt    | 2 +-
+ src/config.cmake.h.in | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 4052e0f20c5395be74455436c6256f30f51079d0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Feb 28 18:43:17 2018 +0100
+
+    Export CONFIG_LIBJPEG to cmake config
+
+ src/CMakeLists.txt    | 8 ++++++++
+ src/config.cmake.h.in | 1 +
+ 2 files changed, 9 insertions(+)
+
+commit 323891fdcadadd6a9ab2af873514d415245a813d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Feb 28 07:37:52 2018 +0100
+
+    --with-theme option to set default theme.  libpng >= 1.2 works and is
+    required for Ubuntu.
+
+ configure.ac | 9 ++++++++-
+ src/yprefs.h | 1 -
+ 2 files changed, 8 insertions(+), 2 deletions(-)
+
+commit a3200ba870b7b6029d7523312f717d8a4d6af173
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 27 21:25:25 2018 +0100
+
+    Repaint tray icon window when title is "XXkb": workaround for issue #235.
+
+ src/yxtray.cc | 13 ++++++++-----
+ src/yxtray.h  |  1 +
+ 2 files changed, 9 insertions(+), 5 deletions(-)
+
+commit dbee0bfd3d19579a38fc9b43d78126e478350cfc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 27 21:24:05 2018 +0100
+
+    add YTimer constructor fixed parameter.
+
+ src/ytimer.cc | 4 ++--
+ src/ytimer.h  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit e3d1318c9fa2af23278a285e892b72f1b7d6f8f4
+Author: Ruta Reknere <ruta.reknere@nordtext.com>
+Date:   Tue Feb 27 13:55:44 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 99.6% (326 of 327 strings)
+
+ po/sv.po | 140 +++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 87 insertions(+), 53 deletions(-)
+
+commit 8a018a28ab4be5a4b87fce1544373dbaf040bd0d
+Author: Ruta Reknere <ruta.reknere@nordtext.com>
+Date:   Mon Feb 26 23:26:58 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 89.2% (292 of 327 strings)
+
+ po/sv.po | 179 +++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 113 insertions(+), 66 deletions(-)
+
+commit df423338384cc9e2ac10b99d7c40f5099c0bdf97
+Author: Ruta Reknere <ruta.reknere@nordtext.com>
+Date:   Sun Feb 25 23:17:39 2018 +0000
+
+    Translated using Weblate (Swedish)
+
+    Currently translated at 76.7% (251 of 327 strings)
+
+ po/sv.po | 122 ++++++++++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 78 insertions(+), 44 deletions(-)
+
+commit ac8c2f4a79faf860fe4bb4982414c9b44f2d3a21
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 25 21:07:26 2018 +0100
+
+    port to FreeBSD
+
+ src/sysdep.h  | 3 +++
+ src/ylocale.h | 2 +-
+ src/yprefs.h  | 5 ++++-
+ 3 files changed, 8 insertions(+), 2 deletions(-)
+
+commit 386fc69fd7948764763efbfdbcccdb8ce826dbdc
+Author: Andriy Bandura <andriykopanytsia@gmail.com>
+Date:   Fri Feb 23 12:15:18 2018 +0000
+
+    Translated using Weblate (Ukrainian)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/uk.po | 197 +++++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 132 insertions(+), 65 deletions(-)
+
+commit 8dd5dfcd1d6ea63fbc3a3c956be34e0f23df9bfa
+Author: Andriy Bandura <andriykopanytsia@gmail.com>
+Date:   Thu Feb 22 19:13:01 2018 +0000
+
+    Translated using Weblate (Ukrainian)
+
+    Currently translated at 94.4% (309 of 327 strings)
+
+ po/uk.po | 162 ++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 78 insertions(+), 84 deletions(-)
+
+commit fa799932eab4dbf08ae9ce2a1e7a88fdbfab539a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 22 08:42:31 2018 +0100
+
+    [cmake] Add ycolor.cc to source list
+
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 442851d803d449ba3c7b8dcf275da1b2452ea7e3
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 22 08:26:00 2018 +0100
+
+    Change libpng including location to work around setjmp checks
+
+ src/yximage.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 0c198850a2c8985288f38c7996e08ec2a66cd8d9
+Author: anonymous <>
+Date:   Wed Feb 21 22:07:06 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/nl.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit fa38abb88dd1f735d32f9f8265351affca0dc862
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 20 21:49:58 2018 +0100
+
+    image dependencies
+
+ README.md    | 3 +++
+ README.md.in | 3 +++
+ 2 files changed, 6 insertions(+)
+
+commit 97620cf6360be2085f6e335d92b01137f5584486
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 20 21:46:53 2018 +0100
+
+    portability.
+
+ configure.ac     | 2 +-
+ src/wmtaskbar.cc | 2 ++
+ src/yximage.cc   | 8 ++++++--
+ 3 files changed, 9 insertions(+), 3 deletions(-)
+
+commit b63a4bab135bac449931650bab34060358364a38
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 20:04:07 2018 +0100
+
+    Share allocated colors as much as possible, which saves some memory.
+    No more memory allocations for YColor.
+    Declaratively link color name with preferences name.
+    More succinct and simplified timer handling.
+    Eliminate boiler plate code.
+    Correct for some common typos in color specifications of existing themes.
+
+ src/Makefile.am    |   2 +
+ src/aapm.cc        |  50 +++-----
+ src/aapm.h         |  12 +-
+ src/aclock.cc      |  29 ++---
+ src/aclock.h       |   6 +-
+ src/acpustatus.cc  |  47 +++-----
+ src/acpustatus.h   |   6 +-
+ src/amailbox.cc    |  20 +---
+ src/amailbox.h     |   2 +-
+ src/amemstatus.cc  |  22 +---
+ src/amemstatus.h   |   4 +-
+ src/apppstatus.cc  |  21 +---
+ src/apppstatus.h   |   4 +-
+ src/atasks.cc      |  63 ++++-------
+ src/atasks.h       |   4 +-
+ src/atray.cc       |  43 +++----
+ src/atray.h        |   2 +-
+ src/aworkspaces.cc |  61 ++++------
+ src/aworkspaces.h  |  14 ++-
+ src/iceclock.cc    |  12 +-
+ src/icehelp.cc     |  16 +--
+ src/iceicon.cc     |  14 ++-
+ src/icelist.cc     |  16 +--
+ src/icesame.cc     |  18 +--
+ src/icetray.cc     |  14 +--
+ src/iceview.cc     |  24 ++--
+ src/icewmbg.cc     |  54 ++++-----
+ src/misc.cc        |   4 +-
+ src/movesize.cc    |  36 ++----
+ src/obj.h          |   3 +-
+ src/objbar.cc      |  18 ++-
+ src/objbar.h       |   1 -
+ src/objbutton.h    |   6 +-
+ src/strtest.cc     |   9 ++
+ src/testmenus.cc   |   1 +
+ src/wmapp.cc       |  24 +---
+ src/wmbutton.cc    |  15 +--
+ src/wmbutton.h     |   2 +-
+ src/wmclient.cc    |  14 +--
+ src/wmclient.h     |   2 +-
+ src/wmdialog.cc    |   5 +-
+ src/wmframe.cc     |  87 ++++----------
+ src/wmframe.h      |   4 +-
+ src/wmmgr.cc       |  24 +---
+ src/wmmgr.h        |   2 +-
+ src/wmminiicon.cc  |  26 ++---
+ src/wmoption.cc    |   7 +-
+ src/wmoption.h     |   4 +-
+ src/wmstatus.cc    |  35 ++----
+ src/wmstatus.h     |  15 ++-
+ src/wmswitch.cc    |  14 +--
+ src/wmswitch.h     |  12 +-
+ src/wmtaskbar.cc   |  34 ++----
+ src/wmtaskbar.h    |   4 +-
+ src/wmtitle.cc     |  62 +++-------
+ src/wmtitle.h      |   2 +-
+ src/ybutton.cc     |  20 +---
+ src/ybutton.h      |  13 ++-
+ src/ycolor.cc      | 301 +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/ycolor.h       |  72 ++++++++++++
+ src/ydialog.cc     |   5 +-
+ src/yfontxft.cc    |  74 +++++-------
+ src/yinput.cc      |  12 +-
+ src/yinputline.h   |  10 +-
+ src/ylabel.cc      |   8 +-
+ src/ylabel.h       |   4 +-
+ src/ylistbox.cc    |  16 +--
+ src/ylistbox.h     |   1 +
+ src/ymenu.cc       |  72 ++++--------
+ src/ymenu.h        |   2 +-
+ src/ypaint.cc      | 261 +++++++-----------------------------------
+ src/ypaint.h       |  70 ++----------
+ src/ypopup.cc      |   6 +-
+ src/yscrollbar.cc  |  65 +++--------
+ src/yscrollbar.h   |   2 +-
+ src/yscrollview.cc |   8 +-
+ src/ytooltip.cc    |  12 +-
+ src/ytooltip.h     |   6 +-
+ src/ywindow.cc     |  68 ++++-------
+ src/ywindow.h      |   2 +-
+ src/yxapp.cc       |  16 ---
+ src/yxapp.h        |   1 -
+ src/yximage.cc     |   2 +-
+ src/yxtray.cc      |  15 +--
+ 84 files changed, 940 insertions(+), 1256 deletions(-)
+
+commit c8367b41710d1dbb9b87e0d298e94430f465e0e2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 20:02:12 2018 +0100
+
+    setTimer.
+
+ src/ytimer.cc | 8 ++++++++
+ src/ytimer.h  | 1 +
+ 2 files changed, 9 insertions(+)
+
+commit 2ca1af5f0e9eeb937e51cbfd45faa126134a7368
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 20:01:02 2018 +0100
+
+    support themes with indirect XPM images, like OnyX.
+
+ src/yimage_gdk.cc | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit 670db8cd74708be3fa8efed91f09c3a23d1a830c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 19:58:34 2018 +0100
+
+    fix warning
+
+ src/iceskt.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6cccedd01a1110e71a72f8b4c4c048a8073d40a2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 19:57:36 2018 +0100
+
+    TLOG
+
+ src/debug.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 913915fecfad7deaee6c50e924dce57661721d38
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 19:55:37 2018 +0100
+
+    lazy memory allocation.
+
+ src/ref.h | 41 +++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 37 insertions(+), 4 deletions(-)
+
+commit 991c826cf68795bc10d7edb594fce0fd7da7f804
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 19:54:50 2018 +0100
+
+    fileSize, fileptr.
+
+ src/upath.cc |  5 +++++
+ src/upath.h  | 11 +++++++++++
+ 2 files changed, 16 insertions(+)
+
+commit b3b897bab406bc0ff461e7d005e6e6886fab6524
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 18 19:53:45 2018 +0100
+
+    mstring regular expressions.
+
+ src/mstring.cc | 37 ++++++++++++++++++++++++++++++++++---
+ src/mstring.h  | 19 ++++++-------------
+ 2 files changed, 40 insertions(+), 16 deletions(-)
+commit 32e10979cfe802fc34841cb77fe53848faf9b343
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 17 19:10:08 2018 +0100
+
+    Respect TaskBarShowNetStatus when creating net status viewers
+
+    This solves issue #230
+
+ src/wmtaskbar.cc | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit a107018437964113f009e229d6420801b8ffd24a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Feb 17 14:16:28 2018 +0100
+
+    more flexible logging; can log events locally by inserting a function call.
+
+ src/base.h  |  23 +++-
+ src/misc.cc | 362 ++++++++++++++++++++++++++++++--------------------------
+ 2 files changed, 211 insertions(+), 174 deletions(-)
+
+commit a81e7a1ff608cfd6b47d405066e5610109493e92
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Feb 17 13:53:23 2018 +0100
+
+    fix for theme VitaBlack, which corrects
+    24fa54a658a8ef86500a728e01178ac5465acc38.
+
+ src/wmtitle.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 742bcfd75114cd87e944f55d7ea061714e481c2c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Feb 17 13:50:30 2018 +0100
+
+    free fMEMStatus when done.
+
+ src/wmtaskbar.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fe0dee7f01027eaa12c3151de32682c65197fe7f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Feb 17 13:48:04 2018 +0100
+
+    Allow absolute paths in theme names.
+
+ src/wmconfig.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c7e0d0ea14854eb1d513a6e306671788bb73623c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 13 21:55:36 2018 +0100
+
+    optimize layoutClient.
+
+ src/decorate.cc | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit 43689ea5678daa094463b8ea0dda8814ca0352c4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 13 21:53:01 2018 +0100
+
+    ifdef ENABLE_NLS is not needed, see intl.h.
+
+ src/fdomenu.cc   | 2 --
+ src/iceicon.cc   | 2 --
+ src/icelist.cc   | 2 --
+ src/icerun.cc    | 2 --
+ src/icesame.cc   | 2 --
+ src/icesh.cc     | 2 --
+ src/iceskt.cc    | 2 --
+ src/icesound.cc  | 4 ++--
+ src/iceview.cc   | 2 --
+ src/icewmhint.cc | 2 --
+ src/ylocale.cc   | 2 --
+ 11 files changed, 2 insertions(+), 22 deletions(-)
+
+commit d376f06cf5718b56e30df65e96b07aa4e404011a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 13 21:47:51 2018 +0100
+
+    Prevent negative client positions. This fixes libreoffice windows.
+
+ src/wmclient.cc | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 306398b1e0fa1486d942629533856ac54f03b35c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 11 11:53:18 2018 +0100
+
+    allow multiple triplets of {class.instance option arg} hints to be set
+    in one go.
+    class.instance appears to be obligatory, not optional.
+
+ src/icewmhint.cc | 103 ++++++++++++++++++++++++++-------------------------
+ src/wmmgr.cc     |  51 ++++++++-----------------
+ src/wmoption.h   |   3 +-
+ 3 files changed, 70 insertions(+), 87 deletions(-)
+
+commit 606cf4c6836cd6a12d57b36fdeede203acb3dee5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 11 11:50:57 2018 +0100
+
+    correct order of class+name for issue #227.
+
+ src/wmframe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 15a4e71c9f01e2d68319f06f97e6710050e3f4a6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 11 00:00:29 2018 +0100
+
+    Fix whatis summaries and add basic descriptions
+
+    Also correcting icewm-menu-fdo information.
+
+ man/icewm-menu-fdo.pod    | 43 +++++++++++--------------------------------
+ man/icewm-session.pod     |  7 ++++++-
+ man/icewm-set-gnomewm.pod |  9 ++++-----
+ 3 files changed, 21 insertions(+), 38 deletions(-)
+
+commit bc09b1e92aacf347304b9175e34c0452ee4936da
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 10 23:33:26 2018 +0100
+
+    Additional icewm-menu-xrandr manpage
+
+ man/CMakeLists.txt        |  1 +
+ man/Makefile.am           |  4 ++-
+ man/icewm-menu-xrandr.pod | 58 +++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 62 insertions(+), 1 deletion(-)
+
+commit 651476e2b45b5783645192039074f990170919be
+Merge: 3b1f18fe dfa8c5f1
+Author: Code7R <Code7R@users.noreply.github.com>
+Date:   Sat Feb 10 19:49:14 2018 +0100
+
+    Merge pull request #228 from mrbrainsample/icewm-1-4-BRANCH
+
+    Have cmake add git rev number to VERSION
+
+commit dfa8c5f12da5a0e1dc3d5f451f8659a407773362
+Merge: d3eaaf99 3b1f18fe
+Author: Jeff Woods <jwoods@build.com>
+Date:   Fri Feb 9 13:52:11 2018 -0800
+
+    Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 3b1f18fe3de9f10dfc4033cd345da2b5a55d2bad
+Merge: c26b7387 fb383c8c
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Thu Feb 8 21:06:26 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit c26b73878cf2d21f2e78fb06c868e9efe2adbf60
+Author: Eva van Rein <vistatec@globaltextware.nl>
+Date:   Thu Feb 8 20:36:26 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/nl.po | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit fb383c8c014028b554569bdcbbfd559ea9eb1193
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Feb 8 22:04:07 2018 +0100
+
+    Properly set WM_NAME and WM_CLASS on taskbar window, so that it can be
+    controlled by winoptions in issue #227.
+
+ src/wmtaskbar.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b737ef2dcfa1153ab13dabe515ee197b4849ae8f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Feb 8 22:03:23 2018 +0100
+
+    reduce tedious gdb debugging output by inlining handle().
+
+ src/ywindow.cc | 12 +++---------
+ src/ywindow.h  |  4 ++--
+ 2 files changed, 5 insertions(+), 11 deletions(-)
+
+commit 07f4846c41c0d415c806b6457c59bf1edca83376
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Feb 8 22:02:15 2018 +0100
+
+    remove duplicate and superfluous initialization of mstrings for new frames.
+
+ src/wmclient.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit d3eaaf99b165c9dc24198a6816b5e261467aa8ce
+Author: Jeff Woods <klaatu@fnordco.com>
+Date:   Wed Feb 7 23:30:02 2018 -0800
+
+    Have cmake add git rev number to VERSION
+
+    This adds the same behavior that the autotools build has when building
+    from a git repo
+
+ CMakeLists.txt | 32 +++++++++++++++++++++++---------
+ 1 file changed, 23 insertions(+), 9 deletions(-)
+
+commit fbdc9ea405e38b289c884a77a1201e89b2ce07dd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Feb 6 22:25:16 2018 +0100
+
+    Take into account titleQ width when calculating rightmost button position.
+    This solves issue #221. Free titlebar colors and font when done.
+    Make unsigned -> signed conversion explicit. Some simplifications.
+
+ src/wmapp.cc    |   3 ++
+ src/wmbutton.cc |  24 ++++-----
+ src/wmbutton.h  |   4 ++
+ src/wmframe.cc  |   1 +
+ src/wmtitle.cc  | 141 +++++++++++++++++++++++++++++-----------------------
+ src/wmtitle.h   |  11 ++--
+ 6 files changed, 103 insertions(+), 81 deletions(-)
+
+commit f53b066dd7aaac2150537de285b9abdd9f7550c6
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Mon Feb 5 08:45:41 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ar.po | 65 ++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 32 insertions(+), 33 deletions(-)
+
+commit b67f84c97489e6786b08dba89ae4ff5fc907e8d3
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Mon Feb 5 08:02:41 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ar.po | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 81 insertions(+), 4 deletions(-)
+
+commit 38a780fc2168fab57a8348e2d400b9d6db3297d3
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Mon Feb 5 04:41:59 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 97.8% (320 of 327 strings)
+
+ po/ar.po | 135 ++++++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 101 insertions(+), 34 deletions(-)
+
+commit 1685bbb377aa0bab14ee6dfe499a021d76892bcb
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Sun Feb 4 21:01:17 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/hu.po | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 175 insertions(+), 4 deletions(-)
+
+commit 9e49b7c12085169db8e0c7796c2aebe43d8c642d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 4 21:07:39 2018 +0100
+
+    [cmake] Made manpages cleaning/dependencies/installation right
+
+ man/CMakeLists.txt | 40 +++++-----------------------------------
+ 1 file changed, 5 insertions(+), 35 deletions(-)
+
+commit 6aca47609632c59a8d245f4b16a7e277176bebc9
+Merge: 88f56695 532506d7
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Feb 4 19:58:15 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 88f566956367e2afb0c2f7ad9335aac0c68b71c4
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Sun Feb 4 19:54:55 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 98.7% (323 of 327 strings)
+
+ po/hu.po | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
+commit 532506d7acd7e6379cdb6a9959902087a8498124
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 4 20:58:01 2018 +0100
+
+    update requirements
+
+ README.md    | 7 +++++++
+ README.md.in | 6 ++++++
+ 2 files changed, 13 insertions(+)
+
+commit 477eb39cfd5b24326e3be07d372990c8e94fd47f
+Merge: e7203c28 83968746
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Feb 4 19:38:51 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit e7203c28563f92bc53752b41aed041e5c658475c
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Sun Feb 4 19:38:14 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 97.5% (319 of 327 strings)
+
+ po/hu.po | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+commit 83968746a7a035b6e5c8762e97607deb831b120f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 4 20:38:01 2018 +0100
+
+    Prevent unstoppable series of restarts of crashing icewms.
+
+ src/icesm.cc | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 107 insertions(+), 5 deletions(-)
+
+commit 89641d694a5d594c5f95b8c820fb4b0f1be6b916
+Merge: 4e9e22f5 3d2dfae6
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Feb 4 19:30:54 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 4e9e22f52f1990af54959b31f064872021700e4c
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Sun Feb 4 19:30:50 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 96.9% (317 of 327 strings)
+
+ po/hu.po | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit 3d2dfae6d2e71503739a5cbc6b0643f12b2d9f45
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 4 20:30:05 2018 +0100
+
+    Actually add man/CMakeLists.txt
+
+ man/CMakeLists.txt | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 97 insertions(+)
+
+commit 62d305d8cdf88eb74cf38dc51cb30c27c2140c7a
+Merge: 617885fa aa2b407d
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Feb 4 19:29:48 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 617885fafc6036e9a524b02d679f364900514b91
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Sun Feb 4 19:26:21 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 96.6% (316 of 327 strings)
+
+ po/hu.po | 52 +++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 31 insertions(+), 21 deletions(-)
+
+commit aa2b407dd5811ddb2c58517fdb1bcd28cc2617e0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 4 20:28:30 2018 +0100
+
+    Added cmake stuff for the pod2man variant
+
+ CMakeLists.txt     | 1 +
+ doc/CMakeLists.txt | 8 --------
+ 2 files changed, 1 insertion(+), 8 deletions(-)
+
+commit 956f6574a65057ec00b690cdfc1e2cf605b2f221
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 4 20:13:17 2018 +0100
+
+    Make verbosity configurable to avoid huge log files by default.
+
+ src/yximage.cc | 30 ++++++++++++++++++++++++++++++
+ 1 file changed, 30 insertions(+)
+
+commit 60a9bcfcb60e5c73698ff818f0d5215d57e1cd55
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 4 19:05:58 2018 +0100
+
+    Restored HTML generation code
+
+    Partial revert of 173933e86d11d62559262724f6104bb72918cf0e, looks like
+    that part was accidentally killed when removing adoc manpages.
+
+ doc/CMakeLists.txt | 32 ++++++++++++++++++++++++++++++++
+ 1 file changed, 32 insertions(+)
+
+commit a9f9d6e7ac11f073cacd681e5e3adaa408f78eb7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 4 19:08:58 2018 +0100
+
+    keep background transparency pixmap allocated for issue #224.
+
+ src/icewmbg.cc | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 00fd35ab903c16cbf4451ce5b81170339a049b3f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 4 18:04:30 2018 +0100
+
+    correct startMoveSize for _NET_WM_MOVERESIZE for issue #225.
+
+ src/movesize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d302f9c1bbf5705f0885de8368405e82ab367fd8
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Sun Feb 4 14:22:00 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 88.0% (288 of 327 strings)
+
+ po/ar.po | 159 +++++++++++++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 122 insertions(+), 37 deletions(-)
+
+commit b2358a019356f8a2f12a000488e82ba5baf42375
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Feb 3 20:22:43 2018 -0700
+
+    Revert "some changes for testing"
+
+    This reverts commit 6b4b9bdc0591f36e1a2a8d85e5a007372807bd15.
+
+    It was intended for a different branch.
+
+ configure.sh      |  1 -
+ src/decorate.cc   |  4 ----
+ src/misc.cc       | 35 ++++++++++++++++++++++++++---------
+ src/ycursor.cc    |  7 +------
+ src/yimage_gdk.cc |  4 ----
+ src/ypaint.cc     | 20 --------------------
+ src/ypixmap.cc    |  7 +------
+ src/ywindow.cc    | 18 ++----------------
+ src/yximage.cc    | 29 ++++-------------------------
+ 9 files changed, 34 insertions(+), 91 deletions(-)
+
+commit 095a6a41a6bec2f42c090dfdc5dba40c9a75b9cb
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Feb 3 20:12:25 2018 -0700
+
+    update po files
+
+ po/ar.po     | 10 ++++-----
+ po/be.po     |  6 +++---
+ po/bg.po     |  6 +++---
+ po/ca.po     |  6 +++---
+ po/cs.po     |  6 +++---
+ po/da.po     |  6 +++---
+ po/de.po     | 22 ++++++++++----------
+ po/el.po     |  6 +++---
+ po/en.po     |  6 +++---
+ po/es.po     | 34 +++++++++++++++----------------
+ po/fi.po     |  6 +++---
+ po/fr.po     | 62 ++++++++++++++++++++++++++++----------------------------
+ po/he.po     |  6 +++---
+ po/hr.po     |  6 +++---
+ po/icewm.pot |  8 ++++----
+ po/id.po     |  6 +++---
+ po/it.po     | 42 +++++++++++++++++++-------------------
+ po/ja.po     |  6 +++---
+ po/ko.po     | 37 ++++++++++++++++++++-------------
+ po/lt.po     |  6 +++---
+ po/lv.po     |  6 +++---
+ po/mk.po     |  6 +++---
+ po/nb.po     |  6 +++---
+ po/nl.po     | 22 ++++++++++----------
+ po/no.po     |  6 +++---
+ po/pl.po     | 30 +++++++++++++--------------
+ po/pt_BR.po  |  6 +++---
+ po/ro.po     |  6 +++---
+ po/ru.po     | 21 ++++++++++---------
+ po/sk.po     |  6 +++---
+ po/sl.po     |  6 +++---
+ po/sv.po     |  6 +++---
+ po/tr.po     |  6 +++---
+ po/uk.po     |  6 +++---
+ po/vi.po     |  6 +++---
+ po/zh_CN.po  | 10 ++++-----
+ 36 files changed, 229 insertions(+), 219 deletions(-)
+
+commit feabb5ab6f43a966788ea20a34e2adf84622c52f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Feb 3 20:11:34 2018 -0700
+
+    fix zh_TW.po
+
+ po/zh_TW.po | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit ddffa5c8d401448ab087b67f9ae6233eb1ff87c3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Feb 3 20:11:06 2018 -0700
+
+    fix hu.po
+
+ po/hu.po | 27 ++++++++++++++-------------
+ 1 file changed, 14 insertions(+), 13 deletions(-)
+
+commit b77639c070a1fb2d671c97563a02a160ed3110d9
+Merge: 6b4b9bdc 235cf84d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Feb 3 20:00:35 2018 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 6b4b9bdc0591f36e1a2a8d85e5a007372807bd15
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Feb 3 19:58:06 2018 -0700
+
+    some changes for testing
+
+ configure.sh      |  1 +
+ src/decorate.cc   |  4 ++++
+ src/misc.cc       | 35 +++++++++--------------------------
+ src/ycursor.cc    |  7 ++++++-
+ src/yimage_gdk.cc |  4 ++++
+ src/ypaint.cc     | 20 ++++++++++++++++++++
+ src/ypixmap.cc    |  7 ++++++-
+ src/ywindow.cc    | 18 ++++++++++++++++--
+ src/yximage.cc    | 29 +++++++++++++++++++++++++----
+ 9 files changed, 91 insertions(+), 34 deletions(-)
+
+commit 235cf84d0258eceb3467b449cbe817da0f653494
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Feb 4 03:51:50 2018 +0100
+
+    fix another signed/unsigned conversion bug. solves issue #223.
+
+ src/icewmbg.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 31e1a607aef9121241d545972861cab63f787169
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Sat Feb 3 19:41:33 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 96.3% (315 of 327 strings)
+
+ po/hu.po | 88 ++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 44 insertions(+), 44 deletions(-)
+
+commit f2c5a390270a19fb29f192af8a166c5589c93d03
+Author: George Yacoub <george.yacoub@arabize.com>
+Date:   Sat Feb 3 08:17:04 2018 +0000
+
+    Translated using Weblate (Arabic)
+
+    Currently translated at 76.4% (250 of 327 strings)
+
+ po/ar.po | 114 ++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 54 insertions(+), 60 deletions(-)
+
+commit e3ce5651a12876cba49a0c907c1d872a6959e4ac
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Fri Feb 2 10:27:40 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 83.1% (272 of 327 strings)
+
+ po/hu.po | 272 ++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 139 insertions(+), 133 deletions(-)
+
+commit f7ae87fd85259103f326b2130f9af573f6c75e7e
+Author: Nikita Maynagashev <maynagashev@palex.ru>
+Date:   Fri Feb 2 05:04:03 2018 +0000
+
+    Translated using Weblate (Russian)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ru.po | 218 ++++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 148 insertions(+), 70 deletions(-)
+
+commit c6118e02a626111fd35c34d7b7599b2d61e7790e
+Author: Emily Dong <Emily.Dong@excel-gits.com>
+Date:   Thu Feb 1 09:26:46 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/zh_TW.po | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 71036a817e8618befa345bdba7044497d4cbbc8a
+Author: Emily Dong <Emily.Dong@excel-gits.com>
+Date:   Thu Feb 1 09:22:34 2018 +0000
+
+    Translated using Weblate (Chinese (Taiwan))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/zh_TW.po | 471 ++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 286 insertions(+), 185 deletions(-)
+
+commit ec5fd35ae35cc1b934825f5d2282eeefc1a12414
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Wed Jan 31 10:06:51 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ko.po | 285 ++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 163 insertions(+), 122 deletions(-)
+
+commit d0ca7252320bea1eba6add8c1c1a820e251f7f68
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Wed Jan 31 02:30:41 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 91.4% (299 of 327 strings)
+
+ po/ko.po | 59 ++++++++++++++++++++++-------------------------------------
+ 1 file changed, 22 insertions(+), 37 deletions(-)
+
+commit d12c91b7efe72215719fb07e24bac22a95fffa7d
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Tue Jan 30 14:37:24 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 84.0% (275 of 327 strings)
+
+ po/ko.po | 218 ++++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 149 insertions(+), 69 deletions(-)
+
+commit e70cea36622e93276e47b6861d36ebf0789d38bd
+Author: Hwajin Kim <hwajin.kim@e4net.net>
+Date:   Tue Jan 30 08:44:34 2018 +0000
+
+    Translated using Weblate (Korean)
+
+    Currently translated at 64.8% (212 of 327 strings)
+
+ po/ko.po | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 93b38fc89429fcf92fbf6e475f770b168f7168cf
+Author: Davide Aiello <davidea@novilinguists.com>
+Date:   Mon Jan 29 14:53:18 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/it.po | 330 +++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 171 insertions(+), 159 deletions(-)
+
+commit cdb3e504a86735cb6895af532301777bc4bb0372
+Author: Christine Gabriel <christine@stoquart.com>
+Date:   Mon Jan 29 16:37:45 2018 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/fr.po | 258 ++++++++++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 202 insertions(+), 56 deletions(-)
+
+commit 0f2622aabb6066cfde9db12a4ea3a41f916e6ebc
+Author: Eva van Rein <vistatec@globaltextware.nl>
+Date:   Mon Jan 29 15:51:41 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/nl.po | 382 +++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 226 insertions(+), 156 deletions(-)
+
+commit 34c271335e1379f03c7057c6a97988c0a04656da
+Author: Christine Gabriel <christine@stoquart.com>
+Date:   Mon Jan 29 10:48:08 2018 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 91.1% (298 of 327 strings)
+
+ po/fr.po | 147 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 121 insertions(+), 26 deletions(-)
+
+commit 12343c4715c58ddfa1a6b5d58e64e1df9d1f8c6b
+Author: Davide Aiello <davidea@novilinguists.com>
+Date:   Mon Jan 29 10:37:59 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/it.po | 170 ++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 98 insertions(+), 72 deletions(-)
+
+commit 8e96da35e41953291f61dcd586fb68c7fca82b2d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jan 29 08:01:06 2018 +0100
+
+    support grayscale JPEG images for issue #217. also support RGBA JPEGs.
+
+ src/yximage.cc | 80 +++++++++++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 67 insertions(+), 13 deletions(-)
+
+commit c3c0b1856d3d596fc30d81bb2737706cb243bb6a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jan 29 07:59:45 2018 +0100
+
+    focus item when scrolling menus with the mouse for issue #213.
+
+ src/ymenu.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 0d3601cb5b71e8986a5a36955b6f9c470ca3a933
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jan 28 15:21:26 2018 +0100
+
+    createImage, createBitmap, expand all tabs into spaces.
+
+ src/yximage.cc | 156 ++++++++++++++++++++++++++---------------------------
+ 1 file changed, 78 insertions(+), 78 deletions(-)
+
+commit f86e9250ad16bef3d15f9bc5a6a8b804654fe0ab
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jan 28 15:21:02 2018 +0100
+
+    remove obsolete
+
+ src/ypaint.cc | 37 -------------------------------------
+ src/ypaint.h  |  7 -------
+ 2 files changed, 44 deletions(-)
+
+commit 766b16165c20df6e9f4dbb25d31ab3d4f03c0d1d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jan 28 15:19:22 2018 +0100
+
+    Fix menu scrolling for #213. Also support page up/down menu scrolling.
+
+ src/ymenu.cc     | 129 ++++++++++++++++++++++++++++++++-------------------
+ src/ymenuitem.cc |   7 +--
+ 2 files changed, 84 insertions(+), 52 deletions(-)
+
+commit b275a5fd5b609d62334008a679c2fa754c2d4548
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Sun Jan 28 10:00:31 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/pl.po | 37 +++++++++++++++++++------------------
+ 1 file changed, 19 insertions(+), 18 deletions(-)
+
+commit 630abc0664dfd0a02a41c80b16f78f3f81e17241
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Sun Jan 28 09:48:02 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/pl.po | 112 +++++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 74 insertions(+), 38 deletions(-)
+
+commit 268f3b983457eac6176c4514af0a2b9ba9d014ec
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Sat Jan 27 22:57:13 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 99.3% (325 of 327 strings)
+
+ po/pl.po | 239 ++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 128 insertions(+), 111 deletions(-)
+
+commit cd951dbc8c410c09e29557d1cdc05bba64b6146a
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Sat Jan 27 09:29:27 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 88.3% (289 of 327 strings)
+
+ po/pl.po | 15 ++++++---------
+ 1 file changed, 6 insertions(+), 9 deletions(-)
+
+commit 43391b862ea2480d0d84116951f324bd84462985
+Author: Robert Taisz <robert.taisz@emerald.hu>
+Date:   Fri Jan 26 16:02:23 2018 +0000
+
+    Translated using Weblate (Hungarian)
+
+    Currently translated at 60.2% (197 of 327 strings)
+
+ po/hu.po | 41 +++++++++++++++++++++--------------------
+ 1 file changed, 21 insertions(+), 20 deletions(-)
+
+commit dcd5c921107a4a7832e44fff15eafc07f62640b8
+Author: Juan Sarria <juansarriam@gmail.com>
+Date:   Thu Jan 25 20:27:10 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/es.po | 281 ++++++++++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 184 insertions(+), 97 deletions(-)
+
+commit 7b3ec2777b48b44121c33349f2a667c629838fb1
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Jan 25 20:19:29 2018 +0100
+
+    Add yarray.cc to targets where misc.cc is used.
+
+    Some code was moved in 06c5b577c4f0f0518c37cb127f6a7a7f855b18ba which
+    was previously inlined.
+
+ src/CMakeLists.txt | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 0cb93e96178141ae96c6b4affdf0ecfc1b245f8f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Jan 3 09:07:55 2018 +0100
+
+    Stop messing around with power related keys by default
+
+    This can have unwanted side effects together with other management
+    mechanisms.
+
+ lib/keys.in | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 6a73498df5240cfc2226ca666f3488c7e69b238d
+Author: Ewelina Michalowska <ewelina.michalowska@stgambit.com>
+Date:   Thu Jan 25 11:00:07 2018 +0000
+
+    Translated using Weblate (Polish)
+
+    Currently translated at 87.1% (285 of 327 strings)
+
+ po/pl.po | 222 ++++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 153 insertions(+), 69 deletions(-)
+
+commit dd137467f4cd84dbacf19c7cb97aa995ca8a5157
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Jan 25 02:51:32 2018 +0100
+
+    Don't assume that Graphics always has a color defined as this leads to
+    crashes in issue #215. This fixes crashes for Dark-Ice.
+
+ src/yximage.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 29376d57a59f1ff2e5dff1ded1c13f251aee965d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jan 24 22:16:51 2018 +0100
+
+    use ONCE where appropriate to reduce clutter.
+    Speedup loading of JPEG images.
+    Improved implementation of downscaling which seems to fix all problems
+    in issue #217 and is also much faster.
+
+ src/yximage.cc | 317 +++++++++++++++++++++++++++++------------------------
+ 1 file changed, 171 insertions(+), 146 deletions(-)
+
+commit df33f7c36d9bc43ed1d3b8f977df6193236cab74
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jan 24 22:09:47 2018 +0100
+
+    When drawing a tray icon ensure that a background color has been set,
+    otherwise yximage::composite will crash according to the keepass
+    comments in issue #215.
+
+ src/atray.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 06c5b577c4f0f0518c37cb127f6a7a7f855b18ba
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jan 24 21:57:19 2018 +0100
+
+    ONCE, testOnce, strhash.
+
+ src/Makefile.am |  6 +++---
+ src/base.h      | 52 ++++++----------------------------------------------
+ src/misc.cc     | 14 ++++++++++++++
+ 3 files changed, 23 insertions(+), 49 deletions(-)
+
+commit b5b5078cc9d7adce84c654276c8e7ee26cac88f2
+Author: Grace Yu <grace.yu@excel-gits.com>
+Date:   Tue Jan 23 09:13:09 2018 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/zh_CN.po | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 89f7cce51ba000aba3a77bb764dbbca53c1cfe62
+Author: Wnereiz Z <wnereiz@eienteiland.org>
+Date:   Thu Dec 21 04:47:28 2017 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/zh_CN.po | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 6a4a7866958b2ee346f45f982e85f371e62a9030
+Author: Franziska Weinberger <f.weinberger@gemino.de>
+Date:   Tue Jan 23 07:00:33 2018 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/de.po | 50 ++++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 44 insertions(+), 6 deletions(-)
+
+commit 95171b6e610f555e8f2f262b1ddca9fde52230a1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jan 22 20:17:59 2018 +0100
+
+    Add missing fputs to forward backtrace input to output.
+
+ src/misc.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit c4700fd9c5ee6db354defbdb56d4a4d95dd573bc
+Author: Nathan Follens <nthn@unseen.is>
+Date:   Mon Jan 22 12:10:41 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 83.4% (273 of 327 strings)
+
+ po/nl.po | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 653fa96039300de619c880a5498fc38d6c03e12a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jan 22 04:58:52 2018 +0100
+
+    Workaround for broken gcc/addr2line in issue #218.
+
+ src/misc.cc | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
+commit 0e8cb022eb76be557063a42f876b3739adb723ff
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Jan 21 10:05:26 2018 -0700
+
+    sort out volatiles
+
+ src/yximage.cc | 189 ++++++++++++++++++++++++-----------------------------
+ 1 file changed, 87 insertions(+), 102 deletions(-)
+
+commit a5d918770791c57bdc6e7866156ce6fd3ff6ea32
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jan 20 10:39:28 2018 -0700
+
+    update po file
+
+ po/es.po | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit da1c178aba672b6a7b193bf296e7cce5820b2342
+Merge: 9d6832c0 41f507c7
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sat Jan 20 17:30:50 2018 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 9d6832c0e64d8efdb32bedec7f306352ca064caa
+Author: jc sl <trcs@gmx.com>
+Date:   Sat Jan 20 16:48:08 2018 +0000
+
+    Translated using Weblate (Spanish)
+
+    Currently translated at 95.1% (311 of 327 strings)
+
+ po/es.po | 178 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 88 insertions(+), 90 deletions(-)
+
+commit 41f507c76cb526396d5b5dd86fa95f3973666c62
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jan 20 10:30:34 2018 -0700
+
+    wrong type
+
+ src/yximage.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 918762ff237b1e4e5e8998d56c2049c8909c5080
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jan 16 16:56:26 2018 -0700
+
+    update po files
+
+ po/ar.po     | 10 +++++-----
+ po/be.po     | 10 +++++-----
+ po/bg.po     | 10 +++++-----
+ po/ca.po     | 10 +++++-----
+ po/cs.po     | 14 +++++++-------
+ po/da.po     | 14 +++++++-------
+ po/de.po     | 14 +++++++-------
+ po/el.po     | 10 +++++-----
+ po/en.po     | 10 +++++-----
+ po/es.po     | 10 +++++-----
+ po/fi.po     | 10 +++++-----
+ po/fr.po     | 10 +++++-----
+ po/he.po     | 10 +++++-----
+ po/hr.po     | 10 +++++-----
+ po/hu.po     | 10 +++++-----
+ po/icewm.pot | 12 ++++++------
+ po/id.po     | 10 +++++-----
+ po/it.po     |  2 +-
+ po/ja.po     | 10 +++++-----
+ po/ko.po     | 10 +++++-----
+ po/lt.po     | 10 +++++-----
+ po/lv.po     | 10 +++++-----
+ po/mk.po     | 10 +++++-----
+ po/nb.po     | 10 +++++-----
+ po/nl.po     | 14 +++++++-------
+ po/no.po     | 10 +++++-----
+ po/pl.po     | 10 +++++-----
+ po/pt_BR.po  | 18 +++++++++---------
+ po/ro.po     | 10 +++++-----
+ po/ru.po     | 10 +++++-----
+ po/sk.po     | 14 +++++++-------
+ po/sl.po     | 10 +++++-----
+ po/sv.po     | 10 +++++-----
+ po/tr.po     |  2 +-
+ po/uk.po     | 10 +++++-----
+ po/vi.po     | 10 +++++-----
+ po/zh_CN.po  | 10 +++++-----
+ po/zh_TW.po  | 10 +++++-----
+ 38 files changed, 197 insertions(+), 197 deletions(-)
+
+commit 78dc7f7429b09ba6b7905c24f42fc9caff9126d3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jan 16 16:55:05 2018 -0700
+
+    tr.po update broken
+
+ po/tr.po | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
+commit 0e49a8d8b2aa9d7f432bc877d7e7083c2f7b9e9f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jan 16 16:54:54 2018 -0700
+
+    it.po update broken
+
+ po/it.po | 119 +++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 55 insertions(+), 64 deletions(-)
+
+commit 3f581c0a62656cd0b97e03a77dc3930dbd4282f1
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Tue Jan 16 08:32:14 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 98.7% (323 of 327 strings)
+
+ po/it.po | 105 ++++++++++++++++++++++++++++++++---------------------------
+ 1 file changed, 57 insertions(+), 48 deletions(-)
+
+commit 173b555176e2a2a2af04e930fe14fbedc92b9c01
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Mon Jan 15 15:52:57 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 97.8% (320 of 327 strings)
+
+ po/it.po | 46 ++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 44 insertions(+), 2 deletions(-)
+
+commit 1d4ccc5ee0ef454f15a624a7dfdcdc673fea349b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Jan 13 15:38:13 2018 +0100
+
+    Cope with new EDID sysfs locations on Linux 4.15rc*
+
+ contrib/icewm-menu-xrandr | 76 +++++++++++++++++++++++--------------------
+ 1 file changed, 40 insertions(+), 36 deletions(-)
+
+commit 3c60a247e640b94dcdf6375eb3a98984337e320b
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Fri Jan 12 11:36:42 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 97.5% (319 of 327 strings)
+
+ po/it.po | 84 ++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 42 insertions(+), 42 deletions(-)
+
+commit 5f15f9bafb90731dc805f06b4cff3af4ba0b0299
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Fri Jan 12 12:18:20 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/da.po | 48 ++++++++++++++++++++++++------------------------
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+commit 09e1669d2aeb765a94c60ca2a5d46010096f6997
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Thu Jan 11 22:56:07 2018 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 88.3% (289 of 327 strings)
+
+ po/it.po | 71 +++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 34 insertions(+), 37 deletions(-)
+
+commit 6dc4ec72765ddbae0f6f9b56f10474eb11af41ed
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Thu Jan 11 21:04:31 2018 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 96.0% (314 of 327 strings)
+
+ po/da.po | 22 +++++++++-------------
+ 1 file changed, 9 insertions(+), 13 deletions(-)
+
+commit 772c1a068a73256cafe59e32a6b72050eba4f3e9
+Merge: c9148e25 79ed369c
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sun Jan 7 22:52:11 2018 +0000
+
+    Merge pull request #214 from BTaskaya/patch-1
+
+    Translations
+
+commit 79ed369c89e450f1ced99054a79ca8b2f35c5fab
+Author: Batuhan Osman Taşkaya <batuhanosmantaskaya@gmail.com>
+Date:   Sun Jan 7 11:51:43 2018 +0300
+
+    Translations
+
+    Translations
+
+ po/tr.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit c9148e258a839df61e0eedf63936605ee49398b3
+Author: Nathan Follens <nthn@unseen.is>
+Date:   Sat Jan 6 11:27:11 2018 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 82.5% (270 of 327 strings)
+
+ po/nl.po | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit 0752d779ef7f2f8483ecd67099e1a5f979159e4f
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Fri Jan 5 13:02:25 2018 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/pt_BR.po | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 80e01814503380881c94dac6a71d832ec0a93115
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Wed Dec 13 19:02:33 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/cs.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 7d621a0d9bd564b42bc43acb90063b6ed84178c8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Dec 30 02:57:40 2017 -0700
+
+    bad ifdef
+
+    gdk-pixbuf2 does not inately have .svg support.  It requires
+    that librsvg be loaded so that the svg pixbuf loader is also
+    installed.  We currently have no check for that, so strap out
+    for now.
+
+ src/yicon.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d0ac31c0c44e43af0e34949d0212b521c83d6753
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Fri Dec 29 15:06:35 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/sk.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit fd0b370712c3b3117aabe9ea2f0fbda1db17aef0
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Fri Dec 29 10:12:29 2017 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 99.3% (325 of 327 strings)
+
+ po/de.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 62765177cc2c08a983cb5f0916db5eeba402415d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Dec 28 21:21:17 2017 +0100
+
+    Special declaration of shared fontPreferFreetype option's variable
+
+ src/icewmbg.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 818c57beeb27619920929d6626f93291ac700588
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 13:17:35 2017 -0700
+
+    use requested width and height
+
+ src/yximage.cc | 30 ++++++++++--------------------
+ 1 file changed, 10 insertions(+), 20 deletions(-)
+
+commit c3e1f8c4e95921699416000513b11b54a6bd408d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 13:08:45 2017 -0700
+
+    use calloc instead of new
+
+ src/yximage.cc | 50 +++++++++++++++++++++++++-------------------------
+ 1 file changed, 25 insertions(+), 25 deletions(-)
+
+commit 37f449c842982ee39dcc733b558edb54a4e8341f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 12:54:40 2017 -0700
+
+    back to working copy
+
+ src/yximage.cc | 20 +++++++-------------
+ 1 file changed, 7 insertions(+), 13 deletions(-)
+
+commit 0a7dd571c9c9d1e41c67e9c298208e5379b9d967
+Merge: 4dabaf7d 5694d849
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 12:47:22 2017 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 5694d849455ec7eff8a1ad6cc390f553af94d06c
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Dec 28 20:37:09 2017 +0100
+
+    Properly initialize scaling buffers
+
+ src/yximage.cc | 157 +++++++++++++++++++++++++++--------------------------
+ 1 file changed, 81 insertions(+), 76 deletions(-)
+
+commit aa4dfa218515aecd67a05eecba087da6f41b06ec
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Dec 28 20:14:25 2017 +0100
+
+    new/free mismatch (hidden in XDestroyImage)
+
+ src/yximage.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 4dabaf7db1b2d5df77414043568af16ea598cc01
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 12:32:23 2017 -0700
+
+    fix up downscale
+
+ src/yximage.cc | 114 +++++++++++++++++++++++++++++------------------------
+ 1 file changed, 62 insertions(+), 52 deletions(-)
+
+commit 4b8b7e1fb8ba8af4f2fb5ce619e3d3c57955c8bb
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:54:31 2017 -0700
+
+    build without pixbuf is the default
+
+ configure.ac | 21 ++++++++-------------
+ 1 file changed, 8 insertions(+), 13 deletions(-)
+
+commit c926733f6c84f874f45cebd4264e85bad67efb0b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:52:48 2017 -0700
+
+    update po files
+
+ po/ar.po     | 2 +-
+ po/be.po     | 2 +-
+ po/bg.po     | 2 +-
+ po/ca.po     | 2 +-
+ po/cs.po     | 2 +-
+ po/da.po     | 2 +-
+ po/de.po     | 2 +-
+ po/el.po     | 2 +-
+ po/en.po     | 2 +-
+ po/es.po     | 2 +-
+ po/fi.po     | 2 +-
+ po/fr.po     | 2 +-
+ po/he.po     | 2 +-
+ po/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ po/icewm.pot | 4 ++--
+ po/id.po     | 2 +-
+ po/it.po     | 2 +-
+ po/ja.po     | 2 +-
+ po/ko.po     | 2 +-
+ po/lt.po     | 2 +-
+ po/lv.po     | 2 +-
+ po/mk.po     | 2 +-
+ po/nb.po     | 2 +-
+ po/nl.po     | 2 +-
+ po/no.po     | 2 +-
+ po/pl.po     | 2 +-
+ po/pt_BR.po  | 2 +-
+ po/ro.po     | 2 +-
+ po/ru.po     | 2 +-
+ po/sk.po     | 2 +-
+ po/sl.po     | 2 +-
+ po/sv.po     | 2 +-
+ po/tr.po     | 2 +-
+ po/uk.po     | 2 +-
+ po/vi.po     | 2 +-
+ po/zh_CN.po  | 2 +-
+ po/zh_TW.po  | 2 +-
+ 38 files changed, 39 insertions(+), 39 deletions(-)
+
+commit b920e8bb0e20c0847c25bc2ceb943e9192beacae
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:52:08 2017 -0700
+
+    build without pixbuf is the default
+
+ configure.sh | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 74714ccc7d121525094016541bfcccd386e95b8a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:32:59 2017 -0700
+
+    remove reference to menu-gnome2
+
+ man/icewm.pod | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 36bbe544b4592c093af6f9b9d03af39c816069bc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:32:46 2017 -0700
+
+    remove reference to menu-gnome2
+
+ man/icewm-menu.pod | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 038bbabb96f08b1aeebd486f5b8e1781f59da1c6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:32:27 2017 -0700
+
+    remove reference to menu-gnome2
+
+ man/icewm-menu-fdo.pod | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 29850df769084f6dc2a5469940b8db1b33bb5d9a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:29:52 2017 -0700
+
+    remove reference to menu-gnome2
+
+ doc/icewm.adoc | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit ad67d570bc044c48a2b9307921052119cabbcf87
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:26:11 2017 -0700
+
+    update po files
+
+ po/ar.po     | 2 +-
+ po/be.po     | 2 +-
+ po/bg.po     | 2 +-
+ po/ca.po     | 2 +-
+ po/cs.po     | 2 +-
+ po/da.po     | 2 +-
+ po/de.po     | 2 +-
+ po/el.po     | 2 +-
+ po/en.po     | 2 +-
+ po/es.po     | 2 +-
+ po/fi.po     | 2 +-
+ po/fr.po     | 2 +-
+ po/he.po     | 2 +-
+ po/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ po/icewm.pot | 4 ++--
+ po/id.po     | 2 +-
+ po/it.po     | 2 +-
+ po/ja.po     | 2 +-
+ po/ko.po     | 2 +-
+ po/lt.po     | 2 +-
+ po/lv.po     | 2 +-
+ po/mk.po     | 2 +-
+ po/nb.po     | 2 +-
+ po/nl.po     | 2 +-
+ po/no.po     | 2 +-
+ po/pl.po     | 2 +-
+ po/pt_BR.po  | 2 +-
+ po/ro.po     | 2 +-
+ po/ru.po     | 2 +-
+ po/sk.po     | 2 +-
+ po/sl.po     | 2 +-
+ po/sv.po     | 2 +-
+ po/tr.po     | 2 +-
+ po/uk.po     | 2 +-
+ po/vi.po     | 2 +-
+ po/zh_CN.po  | 2 +-
+ po/zh_TW.po  | 2 +-
+ 38 files changed, 39 insertions(+), 39 deletions(-)
+
+commit 0c8fd68d5d64d2ad345da222ca8fd4c647f8aca6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:25:49 2017 -0700
+
+    remove unnecessary attic
+
+ src/attic/ycmdline.cc     |   73 ---
+ src/attic/ycmdline.h      |   34 --
+ src/attic/yimage.cc       |  304 ----------
+ src/attic/yimage_imlib.cc |  148 -----
+ src/attic/yimage_xpm.cc   |  168 ------
+ src/attic/ylibrary.cc     |   31 -
+ src/attic/ylibrary.h      |   33 --
+ src/attic/ypixbuf.cc      | 1300 -----------------------------------------
+ src/attic/ypixbuf.h       |  136 -----
+ src/attic/yworker.cc      |  134 -----
+ src/attic/yworker.h       |   38 --
+ 11 files changed, 2399 deletions(-)
+
+commit 269265bcfa3f3faf5acdb0d114a503cb73183375
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:22:44 2017 -0700
+
+    remove menu-gnome2 manual page
+
+ man/Makefile.am | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit d99ddcf8e56a6b7c28576486cc43ae262bcdddb3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:22:24 2017 -0700
+
+    update po files
+
+ po/ar.po     | 2 +-
+ po/be.po     | 2 +-
+ po/bg.po     | 2 +-
+ po/ca.po     | 6 +++---
+ po/cs.po     | 2 +-
+ po/da.po     | 2 +-
+ po/de.po     | 2 +-
+ po/el.po     | 2 +-
+ po/en.po     | 2 +-
+ po/es.po     | 2 +-
+ po/fi.po     | 2 +-
+ po/fr.po     | 2 +-
+ po/he.po     | 2 +-
+ po/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ po/icewm.pot | 4 ++--
+ po/id.po     | 2 +-
+ po/it.po     | 2 +-
+ po/ja.po     | 6 +++---
+ po/ko.po     | 2 +-
+ po/lt.po     | 2 +-
+ po/lv.po     | 2 +-
+ po/mk.po     | 2 +-
+ po/nb.po     | 2 +-
+ po/nl.po     | 2 +-
+ po/no.po     | 2 +-
+ po/pl.po     | 2 +-
+ po/pt_BR.po  | 2 +-
+ po/ro.po     | 2 +-
+ po/ru.po     | 2 +-
+ po/sk.po     | 2 +-
+ po/sl.po     | 2 +-
+ po/sv.po     | 2 +-
+ po/tr.po     | 2 +-
+ po/uk.po     | 2 +-
+ po/vi.po     | 2 +-
+ po/zh_CN.po  | 2 +-
+ po/zh_TW.po  | 2 +-
+ 38 files changed, 43 insertions(+), 43 deletions(-)
+
+commit 9f1f443188fa955e77010bdf1cc737787b29cab6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:21:33 2017 -0700
+
+    remmove manual page
+
+ man/icewm-menu-gnome2.pod | 115 ------------------------------------------
+ 1 file changed, 115 deletions(-)
+
+commit 98f02a36de70084741929c8908fc6f5a7dff7ff9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:20:52 2017 -0700
+
+    remove gnome2.cc source file
+
+ po/POTFILES.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 01088ff6f791e00ac876fd061d49d57de3e8cd21
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:20:25 2017 -0700
+
+    remove menu-gnome2 source file
+
+ src/gnome2.cc | 375 ------------------------------------------------------
+ 1 file changed, 375 deletions(-)
+
+commit de85f464f5963d946e3714f31a5e61b8429f07b8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:20:02 2017 -0700
+
+    remove definitions for menu-gnome2
+
+ src/Makefile.am | 15 +--------------
+ 1 file changed, 1 insertion(+), 14 deletions(-)
+
+commit 343b219134da0cb78d079e120319b94bf590e08f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:19:11 2017 -0700
+
+    do not build menu-gnome2
+
+ man/Makefile.am | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 907f4f7a350250343ab68f845f73290362d4e5fb
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:18:35 2017 -0700
+
+    do not build menu-gnome2
+
+ src/Makefile.am | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit e3f9da7d08296930080c08bfe552100a75fe66bf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:17:27 2017 -0700
+
+    do not build menu-gnome2
+
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit ded869b631ac793e32bc77232297e4c73e9c8467
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:17:04 2017 -0700
+
+    not needed by lib/menu.in
+
+ configure.ac | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit cdad04d2825e2e1e82b53ead4285ffd104d1fb11
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:16:13 2017 -0700
+
+    remove gnome menu option
+
+ configure.ac | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+commit 1e7adae66d4a242de18950fe3aeb44819e5dfb02
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:13:53 2017 -0700
+
+    remove unused variable
+
+ configure.ac | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit c2f250c65b9cc673378585b60ce8fc5648a6f3d6
+Merge: 173933e8 ce1ed91c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:09:18 2017 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 173933e86d11d62559262724f6104bb72918cf0e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 11:08:14 2017 -0700
+
+    remove old manpages
+
+ doc/CMakeLists.txt  |   95 +---
+ doc/Makefile.am     |   24 +-
+ doc/icesound.1.adoc |  168 -------
+ doc/icewm.1.adoc    | 1146 ---------------------------------------------
+ doc/icewm.man       | 1190 -----------------------------------------------
+ doc/icewmbg.1.adoc  |  165 -------
+ 6 files changed, 9 insertions(+), 2779 deletions(-)
+
+commit ce1ed91cb474f876bee8d542d7d09458e52a1696
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 28 17:52:28 2017 +0100
+
+    Only copy menubg.xpm to listbackPixmap and dialogbackPixmap if menubg.xpm
+    does NOT appear in Gradients a la version 1.3.12 for issue #212.
+
+ src/wpixres.cc | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 9916d39213d26ec3b252f995fc6dea167f27c687
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:29:43 2017 -0700
+
+    update po files
+
+ po/ar.po     | 2 +-
+ po/be.po     | 2 +-
+ po/bg.po     | 2 +-
+ po/ca.po     | 2 +-
+ po/cs.po     | 2 +-
+ po/da.po     | 2 +-
+ po/de.po     | 2 +-
+ po/el.po     | 2 +-
+ po/en.po     | 2 +-
+ po/es.po     | 2 +-
+ po/fi.po     | 2 +-
+ po/fr.po     | 2 +-
+ po/he.po     | 2 +-
+ po/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ po/icewm.pot | 4 ++--
+ po/id.po     | 2 +-
+ po/it.po     | 2 +-
+ po/ja.po     | 2 +-
+ po/ko.po     | 2 +-
+ po/lt.po     | 2 +-
+ po/lv.po     | 2 +-
+ po/mk.po     | 2 +-
+ po/nb.po     | 2 +-
+ po/nl.po     | 2 +-
+ po/no.po     | 2 +-
+ po/pl.po     | 2 +-
+ po/pt_BR.po  | 2 +-
+ po/ro.po     | 2 +-
+ po/ru.po     | 2 +-
+ po/sk.po     | 2 +-
+ po/sl.po     | 2 +-
+ po/sv.po     | 2 +-
+ po/tr.po     | 2 +-
+ po/uk.po     | 2 +-
+ po/vi.po     | 2 +-
+ po/zh_CN.po  | 2 +-
+ po/zh_TW.po  | 2 +-
+ 38 files changed, 39 insertions(+), 39 deletions(-)
+
+commit c3d88dbb46221aba6ae05c45ed2c06b17a28e181
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:26:16 2017 -0700
+
+    help must print to stdout to pass distcheck
+
+ src/gnome2.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 2a0d22fe9cf6216426d73ac5616b7d178fba6f46
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:19:56 2017 -0700
+
+    remove deprecated file
+
+ po/POTFILES.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 11abedf4d2dbacbf879d8cebe89b5d394bb36491
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:16:50 2017 -0700
+
+    generate html output too
+
+ man/Makefile.am | 22 ++++++++++++++++------
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+commit 63ee5491cec314cef2f143ca6949938f1c3b44cf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:16:22 2017 -0700
+
+    make html output better
+
+ man/icewmtray.pod | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit fdbb3e7582f862d94cc2e3355e8ecbc7aed6cf15
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:16:05 2017 -0700
+
+    make html output better
+
+ man/icewmhint.pod | 98 ++++++++++++++++++++++++++-------------------------
+ 1 file changed, 50 insertions(+), 48 deletions(-)
+
+commit aacbcb966320062836eed436cfbe975d0a50ba4c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:15:23 2017 -0700
+
+    make html output better
+
+ man/icewm-winoptions.pod | 142 +++++++++++++++++++++++++------------------
+ 1 file changed, 82 insertions(+), 60 deletions(-)
+
+commit 74fa9adcd0ac379ff08a4a3abf2bf33a6c887baa
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:14:50 2017 -0700
+
+    make html output better
+
+ man/icewm-toolbar.pod | 40 ++++++++++++++++++++++++++--------------
+ 1 file changed, 26 insertions(+), 14 deletions(-)
+
+commit f274578e79e28ff463898186bb3e0749bf04ae35
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:13:36 2017 -0700
+
+    make html output better
+
+ man/icewm-theme.pod | 40 ++++++++++++++++++++++++----------------
+ 1 file changed, 24 insertions(+), 16 deletions(-)
+
+commit 899f5cf4b5cbda3b2531fca9e71c07dfb7b7f51f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:13:16 2017 -0700
+
+    make html output better
+
+ man/icewm-startup.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit d5f1c111d955119e2ec5da4ebb1967874e630115
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:13:07 2017 -0700
+
+    make html output better
+
+ man/icewm-shutdown.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit a4a84557f6ec03497b0060c5895a3a9a8f88bb1a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:12:53 2017 -0700
+
+    make html output better
+
+ man/icewm-programs.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit cbe640049f37756bdb56165279286089bab01958
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:12:40 2017 -0700
+
+    make html output better
+
+ man/icewm-prefoverride.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit 46191f42a5441987952ea80c3adc1ddd126bed08
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:12:26 2017 -0700
+
+    make html output better
+
+ man/icewm-preferences.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit 4d609d887d4eee0044a6d00705f7c8262a8b0310
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:12:03 2017 -0700
+
+    make html output better
+
+ man/icewm-menu.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit 3971283e0c4aaea2aa6a779a26e1f13237fcc22d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:11:50 2017 -0700
+
+    make html output better
+
+ man/icewm-menu-gnome2.pod | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 7a3b8e20faf94c1c3280b86625d16c2224662750
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:11:19 2017 -0700
+
+    make html output better
+
+ man/icewm-keys.pod | 90 +++++++++++++++++++++++++++++---------------------
+ 1 file changed, 53 insertions(+), 37 deletions(-)
+
+commit a4a34290fcee298d4c1dee48a8c8f9ea185788af
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:07:13 2017 -0700
+
+    make html output better
+
+ man/icewm-focus_mode.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit 915b6221e49745bfd663ad06122486d3ff5cb25c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:06:58 2017 -0700
+
+    make html output better
+
+ man/icewm-env.pod | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
+commit 615e0dbb63f0b49c4ad520974c936023615280cd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 04:06:24 2017 -0700
+
+    make html output better
+
+ man/icesh.pod | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+commit 71480ec8564e16721e7187c8a7826bf9aa05282a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 03:18:12 2017 -0700
+
+    asciiman command not used
+
+ configure.ac | 12 ------------
+ 1 file changed, 12 deletions(-)
+
+commit 231a893df41f7237a4a3ba0f881ad925ed211f00
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Dec 11 09:25:52 2017 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ca.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a6c13430605602d406d1b131e5961cd30f4225e1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 03:15:32 2017 -0700
+
+    remote deprecated file
+
+ src/gnome.cc | 221 -------------------------------------------------------
+ 1 file changed, 221 deletions(-)
+
+commit da2dd432e239ae4dcb32d3859fa5d0f4ae1883dc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 03:15:07 2017 -0700
+
+    GNOME1 stuff is deprecated
+
+ src/Makefile.am | 15 +--------------
+ 1 file changed, 1 insertion(+), 14 deletions(-)
+
+commit 5ea9d3ec419c6f0fb0b5b3c48751e60881a9b993
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 03:14:46 2017 -0700
+
+    update po file
+
+ po/ar.po     | 2 +-
+ po/be.po     | 2 +-
+ po/bg.po     | 2 +-
+ po/ca.po     | 2 +-
+ po/cs.po     | 2 +-
+ po/da.po     | 2 +-
+ po/de.po     | 2 +-
+ po/el.po     | 2 +-
+ po/en.po     | 2 +-
+ po/es.po     | 2 +-
+ po/fi.po     | 2 +-
+ po/fr.po     | 2 +-
+ po/he.po     | 2 +-
+ po/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ po/icewm.pot | 4 ++--
+ po/id.po     | 2 +-
+ po/it.po     | 2 +-
+ po/ja.po     | 2 +-
+ po/ko.po     | 2 +-
+ po/lt.po     | 2 +-
+ po/lv.po     | 2 +-
+ po/mk.po     | 2 +-
+ po/nb.po     | 2 +-
+ po/nl.po     | 2 +-
+ po/no.po     | 2 +-
+ po/pl.po     | 2 +-
+ po/pt_BR.po  | 2 +-
+ po/ro.po     | 2 +-
+ po/ru.po     | 2 +-
+ po/sk.po     | 2 +-
+ po/sl.po     | 2 +-
+ po/sv.po     | 2 +-
+ po/tr.po     | 2 +-
+ po/uk.po     | 2 +-
+ po/vi.po     | 2 +-
+ po/zh_CN.po  | 2 +-
+ po/zh_TW.po  | 2 +-
+ 38 files changed, 39 insertions(+), 39 deletions(-)
+
+commit 4a7f183c366c902cdc44416525bca1ac5d4c8f02
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 03:10:59 2017 -0700
+
+    gnome1 stuff is deprecated
+
+ configure.ac | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 3b015aa69f1bea69a7976d86288940c8830c6c52
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Sun Dec 10 22:37:18 2017 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ja.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 71286215faefb5826bf617b20254b5a67925c9d6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 01:27:56 2017 -0700
+
+    build html man pages
+
+ man/Makefile.am | 51 ++++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 40 insertions(+), 11 deletions(-)
+
+commit 1fefa48d8b1daa9b14db18f4753c9dbcf05072fe
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 01:24:42 2017 -0700
+
+    pod2html doesn't like numbers after =item
+
+ man/icesound.pod | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 9c09e6c0eb936e5a32c5a653df730d529122cef3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 01:24:29 2017 -0700
+
+    correction
+
+ man/icewm.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f49c5db273010dd3a65c3be446dbdd7faae71321
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 01:24:03 2017 -0700
+
+    update po files
+
+ po/ar.po     | 2 +-
+ po/be.po     | 2 +-
+ po/bg.po     | 2 +-
+ po/ca.po     | 2 +-
+ po/cs.po     | 2 +-
+ po/da.po     | 2 +-
+ po/de.po     | 2 +-
+ po/el.po     | 2 +-
+ po/en.po     | 2 +-
+ po/es.po     | 2 +-
+ po/fi.po     | 2 +-
+ po/fr.po     | 2 +-
+ po/he.po     | 2 +-
+ po/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ po/icewm.pot | 4 ++--
+ po/id.po     | 2 +-
+ po/it.po     | 2 +-
+ po/ja.po     | 2 +-
+ po/ko.po     | 2 +-
+ po/lt.po     | 2 +-
+ po/lv.po     | 2 +-
+ po/mk.po     | 2 +-
+ po/nb.po     | 2 +-
+ po/nl.po     | 2 +-
+ po/no.po     | 2 +-
+ po/pl.po     | 2 +-
+ po/pt_BR.po  | 2 +-
+ po/ro.po     | 2 +-
+ po/ru.po     | 2 +-
+ po/sk.po     | 2 +-
+ po/sl.po     | 2 +-
+ po/sv.po     | 2 +-
+ po/tr.po     | 2 +-
+ po/uk.po     | 2 +-
+ po/vi.po     | 2 +-
+ po/zh_CN.po  | 2 +-
+ po/zh_TW.po  | 2 +-
+ 38 files changed, 39 insertions(+), 39 deletions(-)
+
+commit 0296a4ca15c68214717fb22cf7c3de48d3137e92
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 01:23:52 2017 -0700
+
+    add ignore files
+
+ .gitignore | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 88ce71b74f74d394316ea99a07f3eebcfb24c2c4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Dec 28 01:22:14 2017 -0700
+
+    build_help doesn't exist anymore
+
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit de358b42858dbc2e12561037a2213e5f2dc0bab7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Dec 27 23:38:16 2017 -0700
+
+    update po files
+
+ po/ar.po     | 227 +++++++++++++++++++++++++------------------------
+ po/be.po     | 229 +++++++++++++++++++++++++------------------------
+ po/bg.po     | 227 +++++++++++++++++++++++++------------------------
+ po/ca.po     | 227 +++++++++++++++++++++++++------------------------
+ po/cs.po     | 227 +++++++++++++++++++++++++------------------------
+ po/da.po     | 227 +++++++++++++++++++++++++------------------------
+ po/de.po     | 243 ++++++++++++++++++++++++++--------------------------
+ po/el.po     | 227 +++++++++++++++++++++++++------------------------
+ po/en.po     | 224 ++++++++++++++++++++++++------------------------
+ po/es.po     | 227 +++++++++++++++++++++++++------------------------
+ po/fi.po     | 227 +++++++++++++++++++++++++------------------------
+ po/fr.po     | 227 +++++++++++++++++++++++++------------------------
+ po/he.po     | 227 +++++++++++++++++++++++++------------------------
+ po/hr.po     | 228 +++++++++++++++++++++++++------------------------
+ po/hu.po     | 229 +++++++++++++++++++++++++------------------------
+ po/icewm.pot | 228 ++++++++++++++++++++++++-------------------------
+ po/id.po     | 227 +++++++++++++++++++++++++------------------------
+ po/it.po     | 227 +++++++++++++++++++++++++------------------------
+ po/ja.po     | 227 +++++++++++++++++++++++++------------------------
+ po/ko.po     | 227 +++++++++++++++++++++++++------------------------
+ po/lt.po     | 227 +++++++++++++++++++++++++------------------------
+ po/lv.po     | 227 +++++++++++++++++++++++++------------------------
+ po/mk.po     | 227 +++++++++++++++++++++++++------------------------
+ po/nb.po     | 227 +++++++++++++++++++++++++------------------------
+ po/nl.po     | 227 +++++++++++++++++++++++++------------------------
+ po/no.po     | 227 +++++++++++++++++++++++++------------------------
+ po/pl.po     | 227 +++++++++++++++++++++++++------------------------
+ po/pt_BR.po  | 227 +++++++++++++++++++++++++------------------------
+ po/ro.po     | 227 +++++++++++++++++++++++++------------------------
+ po/ru.po     | 255 ++++++++++++++++++++++++++++++-------------------------
+ po/sk.po     | 227 +++++++++++++++++++++++++------------------------
+ po/sl.po     | 227 +++++++++++++++++++++++++------------------------
+ po/sv.po     | 227 +++++++++++++++++++++++++------------------------
+ po/tr.po     | 227 +++++++++++++++++++++++++------------------------
+ po/uk.po     | 227 +++++++++++++++++++++++++------------------------
+ po/vi.po     | 227 +++++++++++++++++++++++++------------------------
+ po/zh_CN.po  | 235 +++++++++++++++++++++++++-------------------------
+ po/zh_TW.po  | 227 +++++++++++++++++++++++++------------------------
+ 38 files changed, 4403 insertions(+), 4278 deletions(-)
+
+commit 3ae84bd1dcfedeb68f738a60fe44181b4796e68b
+Merge: abd0537f 22f1c5f1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Dec 27 23:23:47 2017 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 22f1c5f10c7d41e0e00e02c34e406bffcc0f25d6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 27 20:53:34 2017 +0100
+
+    fix formatting and remove stray semicolons
+
+ src/acpustatus.cc |  2 +-
+ src/fdomenu.cc    |  8 ++++----
+ src/icehelp.cc    |  2 +-
+ src/iceicon.cc    |  2 +-
+ src/iceview.cc    |  2 +-
+ src/icewmhint.cc  |  2 +-
+ src/ref.h         |  2 +-
+ src/upath.h       |  4 ++--
+ src/wmapp.h       |  2 +-
+ src/wmclient.h    |  2 +-
+ src/wmmgr.cc      |  2 +-
+ src/wmminiicon.cc |  4 ++--
+ src/wmprog.cc     | 10 +++++-----
+ src/yapp.h        |  2 +-
+ src/yfont.cc      |  6 +++---
+ src/yimage.h      |  2 +-
+ src/ylistbox.cc   |  2 +-
+ src/ymenu.cc      |  4 ++--
+ src/ymsgbox.h     |  2 +-
+ src/ypipereader.h |  2 +-
+ src/ypoll.h       |  2 +-
+ src/ypopup.h      |  2 +-
+ src/yscrollbar.h  |  2 +-
+ src/yscrollview.h |  2 +-
+ src/ysocket.h     |  2 +-
+ src/ytimer.h      |  2 +-
+ 26 files changed, 38 insertions(+), 38 deletions(-)
+
+commit d0b1ba6d1fe7d3d5cbe05b316975e4ab5a41badc
+Merge: 5ed338c1 827fdd13
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 27 17:30:35 2017 +0100
+
+    merge
+
+commit 5ed338c1538b06952ba47588d8d7f19ecef53425
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 27 17:28:30 2017 +0100
+
+    give signedness to width/height. fix #211.
+
+ src/wmwinlist.cc | 19 ++++++++++---------
+ src/ypopup.cc    | 41 +++++++++++++++++++++--------------------
+ 2 files changed, 31 insertions(+), 29 deletions(-)
+
+commit 827fdd1320aaeeb61f17f9ee27d5d1c1273f5391
+Merge: 416815d5 3fb1aab2
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Wed Dec 27 16:27:18 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 416815d5342beee272f55dd5added03505007fdb
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Wed Dec 27 14:01:54 2017 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 99.6% (326 of 327 strings)
+
+ po/de.po | 224 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 111 insertions(+), 113 deletions(-)
+
+commit 3fb1aab25b0fc395d98c70a2bb46e400a037d0e7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 27 17:26:24 2017 +0100
+
+    menu margin also includes gradient background.
+
+ src/ymenu.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d570343788a87bceee8e23b9621379f1963445a5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 27 10:46:39 2017 +0100
+
+    fix previous commit
+
+ src/icesound.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 4ff0f3754520506709aa1d0230988e10923d36d4
+Merge: d903f48c cf20d911
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Tue Dec 26 18:19:28 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit d903f48c45162b9d6aae2f106c08a5eb774225cc
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Tue Dec 26 17:49:54 2017 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 99.6% (326 of 327 strings)
+
+ po/de.po | 112 +++++++++++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 78 insertions(+), 34 deletions(-)
+
+commit cf20d911bb26c7e50a4da8d2084c66cf68a4c131
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Dec 26 17:05:42 2017 +0100
+
+    Build fixes from Debian Experimental
+
+    IIRC to compile with just libao without esd on kfreebsd.
+
+ src/icesound.cc | 21 ++++++++++++---------
+ src/misc.cc     |  3 +++
+ 2 files changed, 15 insertions(+), 9 deletions(-)
+
+commit 5541baa4e610d0f7f2c28e512dad74d94cd0314e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Dec 26 16:57:44 2017 +0100
+
+    Build fix with -DXTERMCMD set
+
+ src/fdomenu.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 094ffe410e94b65994a76f119bf39563f43efc54
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Dec 26 16:52:09 2017 +0100
+
+    Don't use gold automatically
+
+    Suspect to cause build failures on alpha and some others.
+
+ src/CMakeLists.txt | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit abd0537f3d8482d99e8a0ac8d4365a6f01e91b3e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Nov 26 14:59:52 2017 -0700
+
+    allocation too large
+
+ src/yximage.cc | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 19e02aac5b0b2b600a8525b6461f266dc44a08d3
+Merge: 50833ede 3d5d4d8e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Nov 26 14:09:46 2017 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 50833edeb4bb19159a298bc29eac89d0f7341d78
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Nov 26 14:01:22 2017 -0700
+
+    still working this
+
+ src/yximage.cc | 277 +++++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 183 insertions(+), 94 deletions(-)
+
+commit 97123f679901c166145682b8505317040096494b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Nov 23 20:17:50 2017 -0700
+
+    remember wheter image was a bitmap for rendering
+
+ src/yximage.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+commit a7ea747e1b5af6fe3b7d96f5235d69009954ae96
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Dec 25 19:09:40 2017 +0100
+
+    Don't consider SVG icons without loader support
+
+    And also don't print misleading messages.
+
+ src/yicon.cc   |  9 ++++++---
+ src/yximage.cc | 15 +++++++++++++--
+ 2 files changed, 19 insertions(+), 5 deletions(-)
+
+commit 8f05579607c3a77b35188d41376573b6759ce5bb
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Dec 25 17:52:22 2017 +0100
+
+    Option to use corefonts despite of Xft support
+
+ src/default.h |  2 ++
+ src/yfont.cc  | 15 ++++++++++++---
+ src/yprefs.h  |  3 ---
+ 3 files changed, 14 insertions(+), 6 deletions(-)
+
+commit 2e0f48a5406394655910f4a2aa772828d6f7c7e9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 25 10:53:14 2017 +0100
+
+    overlap
+
+ src/decorate.cc | 75 ++++++++++-------------------------------------------
+ src/wmframe.cc  |  4 +--
+ src/wmframe.h   |  3 ++-
+ 3 files changed, 18 insertions(+), 64 deletions(-)
+
+commit a9d4c02f6a57b49feda14fec6d1cf8a85feb4ea4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 25 10:51:57 2017 +0100
+
+    intersect.
+
+ src/yrect.h | 60 ++++++++++++---------------------------------------------
+ 1 file changed, 12 insertions(+), 48 deletions(-)
+
+commit 02cbabcbcbb20aa601b495071ae0ac965e3c55fb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 25 10:51:33 2017 +0100
+
+    geometry
+
+ src/ywindow.cc | 10 +++++-----
+ src/ywindow.h  |  2 ++
+ 2 files changed, 7 insertions(+), 5 deletions(-)
+
+commit b50e37e0c3c328d97870fc3428e21911fcf3a398
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 25 10:49:39 2017 +0100
+
+    move HAVE_NET_STATUS where it belongs
+
+ src/apppstatus.h | 7 +++++++
+ src/base.h       | 9 ---------
+ 2 files changed, 7 insertions(+), 9 deletions(-)
+
+commit dca019c49a9d294291780c7096151aefb4c8eb61
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 25 10:47:47 2017 +0100
+
+    fix prratio - 1.
+
+ src/yxapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 368acff949ed85f563290b5ee4e65ab848dc1e70
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 25 10:46:44 2017 +0100
+
+    fix typo in previous commit to make it compile again.
+
+ src/default.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fd08a1f29ecb76fb13722c8d073d3626be7e7e47
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Dec 24 14:45:43 2017 +0100
+
+    Explain the context of some options
+
+    Was hard to guess that it's about program menu; for #206 .
+
+ src/default.h | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit b6a8f83390b51010658a7f29a97b65196452fb7b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Dec 24 14:23:21 2017 +0100
+
+    Fix icon loading in horizontal wmswitch mode
+
+    Also little refactoring; for #206 .
+
+ src/wmswitch.cc | 63 ++++++++++++++++++++++++-----------------------------
+ 1 file changed, 28 insertions(+), 35 deletions(-)
+
+commit f7bd2256656ccd3e6c266cd040baa0a54540de1b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Dec 24 14:04:01 2017 +0100
+
+    Fix linking with cmake and fribidi enabled
+
+ src/CMakeLists.txt | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit 64263aca54d9ef06f52563d53473d9c59ff20def
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Dec 24 12:18:05 2017 +0100
+
+    Fix build error in certain configurations
+
+    Needed l10n macro
+
+ src/yximage.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a67420edb12837ccf8a71235529cc8119fbf7b5b
+Author: Sarah Kriesch <ada.lovelace@gmx.de>
+Date:   Sat Dec 23 20:08:00 2017 +0000
+
+    Translated using Weblate (German)
+
+    Currently translated at 97.8% (320 of 327 strings)
+
+ po/de.po | 135 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 67 insertions(+), 68 deletions(-)
+
+commit 14a40b10685b6a0d326030ef24a686d1d5cd5767
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 23 02:05:07 2017 +0100
+
+    Cmake support JPEG for XPM and fix FRIBIDI.
+
+ rebuild.sh         |  2 ++
+ src/CMakeLists.txt | 23 +++++++++++++++--------
+ 2 files changed, 17 insertions(+), 8 deletions(-)
+
+commit 6bf698aaba64448343cd1cd7f5ebce43bff607f8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 23 02:04:07 2017 +0100
+
+    Support JPEG images for icewmbg in YXImage / XPM.
+
+ configure.ac   |   6 ++++
+ src/wmapp.cc   |  47 +++++++++++++++----------
+ src/yximage.cc | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 3 files changed, 132 insertions(+), 22 deletions(-)
+
+commit 30f1b872df350f12e28047835f10f832ea2913db
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 23 01:56:54 2017 +0100
+
+    Sometimes a hundred or more events come in at once.
+    Process at least a decent chunk of them before returning to look
+    for I/O-events or expired timers. This reduces the number of system
+    calls when peak load occurs and may improve responsiveness a bit.
+    Add synchronized, print_copying. Split large YXApplication constructor
+    and cache often used display data const,
+
+ src/yxapp.cc | 87 +++++++++++++++++++++++++++++++++++---------------------
+ src/yxapp.h  | 36 +++++++++++++++++------
+ 2 files changed, 82 insertions(+), 41 deletions(-)
+
+commit c644928755083951fe75a708eb68dfad9417e5f9
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Dec 22 15:54:02 2017 +0100
+
+    Cache and reuse EDID data check results
+
+    Remedy to laggy xrandr script execution with nouveau driver, at least
+    for repeated calls.
+
+    Also force to enable primary monitor in auto mode, always. There is no
+    reason to assume that it's turned on when script is run.
+
+ contrib/icewm-menu-xrandr | 96 +++++++++++++++++++++++++++++++++----------
+ 1 file changed, 75 insertions(+), 21 deletions(-)
+
+commit d8c64b083b94b5e2786994a0e44e02824d81a24e
+Merge: 6291dee1 21641527
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Thu Dec 21 23:16:15 2017 +0100
+
+    Merge pull request #210 from Krandelbord/icewm-1-4-BRANCH
+
+    added reading icons from multiple theme-locations
+
+commit 6291dee153bc42867e988221c57bd98ac1b30f7d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 21 23:07:20 2017 +0100
+
+    For 32-bit depth visuals render to a dedicated pixmap32 and cache it.
+    This solves issue #183.
+
+ src/yimage.h      |  1 -
+ src/yimage_gdk.cc | 88 +++++++++++++++++++++++++++++++++++++++------------
+ src/ypaint.cc     | 69 +++++++++++++++++++++++++++++++++-------
+ src/ypaint.h      | 16 +++-------
+ src/ypixmap.cc    | 16 +++++++++-
+ src/ypixmap.h     | 32 ++++++++++---------
+ src/yximage.cc    | 17 +---------
+ 7 files changed, 163 insertions(+), 76 deletions(-)
+
+commit 1505c8fdd031bf6a905943b999d70cb7a168ba3c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 21 23:00:00 2017 +0100
+
+    print_copying_exit
+
+ src/base.h  | 2 +-
+ src/misc.cc | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit c70f6dde6cba0ff98efd6f10bbc26fcc41eeff14
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 21 22:59:19 2017 +0100
+
+    xsmart for Xmalloc/XFree data.
+
+ src/ypointer.h | 30 ++++++++++++++++++++++++++++++
+ 1 file changed, 30 insertions(+)
+
+commit 21641527a570ca6f5e83494cb1414e6785f30681
+Author: Krandelbord <Krandelbord@github.com>
+Date:   Thu Dec 21 22:39:03 2017 +0100
+
+    added reading icons from multiple theme-locations
+
+ src/fdomenu.cc | 36 ++++++++++++++++++++++++++++++++----
+ 1 file changed, 32 insertions(+), 4 deletions(-)
+
+commit 6f34c85ecc8a6f54d4994d9cc487d2af8356cac6
+Author: Wnereiz Z <wnereiz@eienteiland.org>
+Date:   Thu Dec 21 04:47:28 2017 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/zh_CN.po | 370 +++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 206 insertions(+), 164 deletions(-)
+
+commit 593b69da4b7b946cf801756c18dfa6ee37b282d6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Dec 18 22:13:58 2017 +0100
+
+    Basic implementation of #207 - Automated icon name rewriting
+
+    Added optional auto-identification of icon names by following the
+    symlink chain to the original filename and identifying the basename from
+    there.
+
+ doc/icewm.adoc |  2 +-
+ src/wmprog.cc  | 38 +++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 38 insertions(+), 2 deletions(-)
+
+commit 08aefaddfc6c2b5f7680b2cd6b73f6888f729406
+Merge: 2c6410b5 820038bf
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Tue Dec 19 05:35:19 2017 +0100
+
+    Merge pull request #208 from Pro-pra/patch-1
+
+    Update Russian translation
+
+commit 820038bf2c35f4c80f5cec08a93ee3e2541859bf
+Author: Pro-pra <pro2_2000@mail.ru>
+Date:   Tue Dec 19 10:00:13 2017 +0900
+
+    Update ru.po
+
+ po/ru.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e60398747c4b3479b2512aae2ca081c79f6bf348
+Author: Pro-pra <pro2_2000@mail.ru>
+Date:   Tue Dec 19 09:58:55 2017 +0900
+
+    Update ru.po
+
+ po/ru.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit be62376204c9bcdc510e482ed538ae38e408c64a
+Author: Pro-pra <pro2_2000@mail.ru>
+Date:   Tue Dec 19 09:55:15 2017 +0900
+
+    Update ru.po
+
+ po/ru.po | 34 +++++++++++++---------------------
+ 1 file changed, 13 insertions(+), 21 deletions(-)
+
+commit fe29a409163fd17b48c22dd6b608c911c9cfc705
+Author: Pro-pra <pro2_2000@mail.ru>
+Date:   Mon Dec 18 15:44:05 2017 +0900
+
+    Update ru.po
+
+ po/ru.po | 38 ++++++++++++++++++--------------------
+ 1 file changed, 18 insertions(+), 20 deletions(-)
+
+commit f48fa892f9747ebc7410f433aed1e74a9216035f
+Author: Pro-pra <pro2_2000@mail.ru>
+Date:   Mon Dec 18 14:08:49 2017 +0900
+
+    Update ru.po
+
+ po/ru.po | 142 ++++++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 107 insertions(+), 35 deletions(-)
+
+commit 2c6410b54354e761749eb7c13de7e40165ff0299
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 18 05:41:56 2017 +0100
+
+    Preserve depth when creating ypixmaps and yimages.
+
+ src/icehelp.cc    |  4 ++--
+ src/yimage.h      |  2 +-
+ src/yimage_gdk.cc |  6 +++---
+ src/ypaint.cc     |  4 ++--
+ src/ypixmap.cc    | 10 +++++-----
+ src/ypixmap.h     |  2 +-
+ src/yximage.cc    | 31 ++++++++++++++++---------------
+ 7 files changed, 30 insertions(+), 29 deletions(-)
+
+commit 57f4eef8d35cbe175794ae5e6f473fb083c869ee
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 18 05:38:46 2017 +0100
+
+    fix warnings.
+
+ src/testnetwmhints.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 5c41cbeaf5daf9ee32ae251bbefd5df035fc4fb4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 18 05:37:57 2017 +0100
+
+    fix fall-through warning.
+
+ src/movesize.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1b92deb7a7c37b7ff8aa6141054009b7e4792709
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 18 05:37:28 2017 +0100
+
+    icewmbg event logging.
+
+ src/icewmbg.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit ae8c009b53078d15b1314721d37453fc1289555c
+Author: Pro-pra <pro2_2000@mail.ru>
+Date:   Mon Dec 18 13:06:53 2017 +0900
+
+    Update ru.po
+
+ po/ru.po | 65 +++++++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 49 insertions(+), 16 deletions(-)
+
+commit b5fc5b48c0fdcef806a8f0bbce9c897891314edb
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Dec 16 22:51:47 2017 +0100
+
+    Fix rounding in battery bar painting
+
+ src/aapm.cc | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 4c19de3821f5973d08aea6dc6e363e14a7c2a3a5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Dec 16 18:08:06 2017 +0100
+
+    Fix missing UINT_MAX
+
+ src/yinput.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit f10a082b30d2f5f43b4f07467f2dc4a19ac9a841
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 13:08:14 2017 +0100
+
+    fix typo
+
+ src/ywindow.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 12034c2cd13ac2c3b52233f773da7eb9a7f93e05
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 04:21:57 2017 +0100
+
+    update pot files.
+
+ po/ar.po     | 42 +++++++++++++++----------------
+ po/be.po     | 42 +++++++++++++++----------------
+ po/bg.po     | 42 +++++++++++++++----------------
+ po/ca.po     | 50 ++++++++++++++++++------------------
+ po/cs.po     | 50 ++++++++++++++++++------------------
+ po/da.po     | 42 +++++++++++++++----------------
+ po/de.po     | 77 +++++++++++++++++++++++++++++++-------------------------
+ po/el.po     | 42 +++++++++++++++----------------
+ po/en.po     | 42 +++++++++++++++----------------
+ po/es.po     | 42 +++++++++++++++----------------
+ po/fi.po     | 42 +++++++++++++++----------------
+ po/fr.po     | 42 +++++++++++++++----------------
+ po/he.po     | 42 +++++++++++++++----------------
+ po/hr.po     | 42 +++++++++++++++----------------
+ po/hu.po     | 42 +++++++++++++++----------------
+ po/icewm.pot | 44 ++++++++++++++++----------------
+ po/id.po     | 42 +++++++++++++++----------------
+ po/it.po     | 42 +++++++++++++++----------------
+ po/ja.po     | 70 ++++++++++++++++++++++++++++-----------------------
+ po/ko.po     | 42 +++++++++++++++----------------
+ po/lt.po     | 42 +++++++++++++++----------------
+ po/lv.po     | 42 +++++++++++++++----------------
+ po/mk.po     | 42 +++++++++++++++----------------
+ po/nb.po     | 42 +++++++++++++++----------------
+ po/nl.po     | 42 +++++++++++++++----------------
+ po/no.po     | 42 +++++++++++++++----------------
+ po/pl.po     | 42 +++++++++++++++----------------
+ po/pt_BR.po  | 58 +++++++++++++++++++++---------------------
+ po/ro.po     | 42 +++++++++++++++----------------
+ po/ru.po     | 42 +++++++++++++++----------------
+ po/sk.po     | 46 ++++++++++++++++-----------------
+ po/sl.po     | 42 +++++++++++++++----------------
+ po/sv.po     | 42 +++++++++++++++----------------
+ po/tr.po     | 42 +++++++++++++++----------------
+ po/uk.po     | 42 +++++++++++++++----------------
+ po/vi.po     | 42 +++++++++++++++----------------
+ po/zh_CN.po  | 52 +++++++++++++++++++-------------------
+ po/zh_TW.po  | 42 +++++++++++++++----------------
+ 38 files changed, 862 insertions(+), 845 deletions(-)
+
+commit 54319976415cd7b96be2df98117f11d0527345ff
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 04:15:04 2017 +0100
+
+    fix missing space after if/for/while.
+
+ src/aapm.cc        |  4 +--
+ src/acpustatus.cc  |  8 +++---
+ src/amemstatus.cc  | 20 +++++++--------
+ src/apppstatus.cc  | 36 +++++++++++++--------------
+ src/base.h         |  4 +--
+ src/fdomenu.cc     | 66 +++++++++++++++++++++++++-------------------------
+ src/gnome2.cc      |  2 +-
+ src/icesm.cc       |  2 +-
+ src/misc.cc        | 16 ++++++------
+ src/movesize.cc    |  6 ++---
+ src/udir.cc        |  2 +-
+ src/wmapp.cc       |  4 +--
+ src/wmclient.cc    |  2 +-
+ src/wmframe.cc     |  2 +-
+ src/wmmgr.cc       |  6 ++---
+ src/wmprog.cc      | 10 ++++----
+ src/wmtaskbar.cc   |  8 +++---
+ src/yapp.cc        |  2 +-
+ src/yarray.cc      |  2 +-
+ src/ycollections.h | 10 ++++----
+ src/ypaint.cc      |  4 +--
+ src/yxapp.cc       |  2 +-
+ 22 files changed, 109 insertions(+), 109 deletions(-)
+
+commit 14e0dcf841519a1342c205989de1793d3447291a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 03:56:38 2017 +0100
+
+    restore support for TrayDrawBevel=1 for issue #184.
+
+ src/wmtaskbar.cc |  3 ++-
+ src/yxtray.cc    | 44 ++++++++++++++++++++++----------------------
+ src/yxtray.h     |  6 ++++--
+ 3 files changed, 28 insertions(+), 25 deletions(-)
+
+commit 9e78c4bd275fd12ef8e07a3c4460e6d78339fc5f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 03:55:38 2017 +0100
+
+    better resize handles.
+
+ src/decorate.cc | 40 ++++++++++++++++++++++++++++++----------
+ src/wmframe.cc  | 48 ++++++++++++++++++++++++------------------------
+ src/wmframe.h   |  1 +
+ src/wmtitle.cc  |  3 ++-
+ 4 files changed, 57 insertions(+), 35 deletions(-)
+
+commit 02f95d9d7399254e61933b1c50e7c82ba755c8fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 03:53:45 2017 +0100
+
+    tooltips only need expose events
+
+ src/ytooltip.cc |  8 ++++----
+ src/ytooltip.h  |  2 +-
+ src/ywindow.cc  | 12 ++++++++++--
+ src/ywindow.h   |  3 ++-
+ 4 files changed, 17 insertions(+), 8 deletions(-)
+
+commit 3b9a77eccbd9ce1a5a6991b3eaca9a1ba1573a0c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 03:51:51 2017 +0100
+
+    INT_MAX
+
+ src/yrect.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 84f838685d31a03da7bc7591d00abea9683043d2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 03:51:16 2017 +0100
+
+    more event logging
+
+ src/base.h  |   9 +++-
+ src/misc.cc | 152 ++++++++++++++++++++++++++++++++++++++++++--------------
+ 2 files changed, 121 insertions(+), 40 deletions(-)
+
+commit bf73326642f06795a55cbd8cf6f0eaf36cd86fcb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 16 03:48:43 2017 +0100
+
+    Revert "Translated using Weblate (Chinese (China))"
+    It fails with the following error message:
+    zh_CN.po:849: number of format specifications in 'msgid' and 'msgstr'
+    does not match
+    zh_CN.po:1453: 'msgstr' is not a valid C format string, unlike 'msgid'.
+    Reason: The string refers to arguments both through absolute argument
+    numbers and through unnumbered argument specifications.
+    /usr/bin/msgfmt: found 2 fatal errors
+    zh_CN.po: 327 translated messages.
+    Makefile:275: recipe for target 'zh_CN.gmo' failed
+
+    This reverts commit c6bddc8f7910f3e5e066586677469a83004078db.
+
+ po/zh_CN.po | 328 +++++++++++++++++++++++++-------------------------------
+ 1 file changed, 144 insertions(+), 184 deletions(-)
+
+commit e8371392a818764db03c82bf4a285236425e44ca
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Thu Dec 14 14:20:26 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 99.6% (326 of 327 strings)
+
+ po/pt_BR.po | 72 +++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 37 insertions(+), 35 deletions(-)
+
+commit c6bddc8f7910f3e5e066586677469a83004078db
+Author: Wnereiz Z <wnereiz@eienteiland.org>
+Date:   Thu Dec 14 07:51:12 2017 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/zh_CN.po | 328 +++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 184 insertions(+), 144 deletions(-)
+
+commit d2a586a2c2a26226134d1e048bb7a899c5dac132
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Wed Dec 13 19:09:22 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 99.0% (324 of 327 strings)
+
+ po/pt_BR.po | 44 +++++++++++++++++++-------------------------
+ 1 file changed, 19 insertions(+), 25 deletions(-)
+
+commit 7619785a851426503426961d50c1b4110ae3031e
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Wed Dec 13 19:02:15 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/cs.po | 73 +++++++++++++++++++++++++++---------------------------------
+ 1 file changed, 33 insertions(+), 40 deletions(-)
+
+commit 4a3a5caa655de2b79ff89bb17e518d44ee18f609
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 13 18:16:51 2017 +0100
+
+    setParentRelative for taskbar background. slowing down multiple requests
+    a bit works miracles. solves issue #184.
+
+ src/yxtray.cc | 55 ++++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 32 insertions(+), 23 deletions(-)
+
+commit 8eb719f5a1d5fd4c74af1a0b1c2c84eb47e9fe0e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 13 18:16:03 2017 +0100
+
+    set taskbar background pixmap
+
+ src/wmtaskbar.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 4d7f40ac9c566e0d2b20be17840a3c20008a6048
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 13 18:15:14 2017 +0100
+
+    setBorderWidth, setBackground, setBackgroundPixmap
+
+ src/ywindow.cc | 17 ++++++++++++++---
+ src/ywindow.h  |  3 +++
+ 2 files changed, 17 insertions(+), 3 deletions(-)
+
+commit 14a2274e8d33ba9320ddc5fbb7a776b4a86d30cc
+Author: Wnereiz Z <wnereiz@eienteiland.org>
+Date:   Wed Dec 13 09:30:14 2017 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 80.4% (263 of 327 strings)
+
+ po/zh_CN.po | 140 +++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 104 insertions(+), 36 deletions(-)
+
+commit e649fa25d3219223e82dddba9ec970573fba24bf
+Author: Wnereiz Z <wnereiz@eienteiland.org>
+Date:   Wed Dec 13 01:59:07 2017 +0000
+
+    Translated using Weblate (Chinese (China))
+
+    Currently translated at 70.0% (229 of 327 strings)
+
+ po/zh_CN.po | 61 ++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 30 insertions(+), 31 deletions(-)
+
+commit 6ca87c06340721c9344e058ee390e3d7e2ff5539
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Dec 8 17:48:45 2017 +0100
+
+    Not calling --off on disconnected monitors
+
+    That can fail with some drivers, and the cases where it's usefull are
+    probably rare.
+
+ contrib/icewm-menu-xrandr | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cda77451c2ab5e87b96a144f8fc8d54e55b0270a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Dec 7 20:19:16 2017 +0100
+
+    Extending German translation
+
+ po/de.po | 110 ++++++++++++++++++++++++++---------------------------------
+ 1 file changed, 48 insertions(+), 62 deletions(-)
+
+commit 7dda55ce6639c37393f45ddaf28acf986d7ea3de
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Dec 12 21:32:12 2017 +0100
+
+    Disabling sysfs lookup again, not reliable enough
+
+    For #181
+
+ contrib/icewm-menu-xrandr | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
+commit 589cdfa856e439705828e69ff063243fedc4ed76
+Author: Michal Suchanek <msuchanek@suse.com>
+Date:   Tue Dec 12 16:03:37 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 94.4% (309 of 327 strings)
+
+ po/cs.po | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
+
+commit 5a20a6065dd6346d5a8f6df152f841b619c91ee7
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Dec 12 07:18:13 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/sk.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3755fd8cbd05b68396a46f3c202343755a8aadd1
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Dec 12 07:16:13 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 99.6% (326 of 327 strings)
+
+ po/sk.po | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 77ae8e9eab3006b47100b1af008901b5e6d21422
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Dec 12 07:10:41 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 99.6% (326 of 327 strings)
+
+ po/sk.po | 50 ++++++++++++++++++++++----------------------------
+ 1 file changed, 22 insertions(+), 28 deletions(-)
+
+commit 24731e6662c3075ced344aa43b1f8ce705652d18
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Dec 11 09:25:52 2017 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ca.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 9ec212670ec687208bbce63ddac6c6286ddc3102
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Dec 11 09:22:20 2017 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ca.po | 72 +++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 35 insertions(+), 37 deletions(-)
+
+commit a97fc00c7e708a67a3dd722ed066857ed099532f
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Sun Dec 10 22:37:00 2017 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (327 of 327 strings)
+
+ po/ja.po | 83 ++++++++++++++++++++++++++----------------------------------
+ 1 file changed, 36 insertions(+), 47 deletions(-)
+
+commit e1a2c194ba88d059f31a8f457be40bb24c6f437d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 18:00:53 2017 +0100
+
+    update pot files
+
+ po/ar.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/be.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/bg.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/ca.po     | 269 +++++++++++++++++++++++++++++++----------------------
+ po/cs.po     | 277 +++++++++++++++++++++++++++++++++----------------------
+ po/da.po     | 269 +++++++++++++++++++++++++++++++----------------------
+ po/de.po     | 260 ++++++++++++++++++++++++++++++---------------------
+ po/el.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/en.po     | 248 ++++++++++++++++++++++++++++---------------------
+ po/es.po     | 260 ++++++++++++++++++++++++++++++---------------------
+ po/fi.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/fr.po     | 265 +++++++++++++++++++++++++++++++---------------------
+ po/he.po     | 256 +++++++++++++++++++++++++++++---------------------
+ po/hr.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/hu.po     | 265 ++++++++++++++++++++++++++++++----------------------
+ po/icewm.pot | 252 +++++++++++++++++++++++++++++---------------------
+ po/id.po     | 260 ++++++++++++++++++++++++++++++---------------------
+ po/it.po     | 261 ++++++++++++++++++++++++++++++---------------------
+ po/ja.po     | 269 +++++++++++++++++++++++++++++++----------------------
+ po/ko.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/lt.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/lv.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/mk.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/nb.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/nl.po     | 260 ++++++++++++++++++++++++++++++---------------------
+ po/no.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/pl.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/pt_BR.po  | 269 +++++++++++++++++++++++++++++++----------------------
+ po/ro.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/ru.po     | 276 +++++++++++++++++++++++++++++++++---------------------
+ po/sk.po     | 269 +++++++++++++++++++++++++++++++----------------------
+ po/sl.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/sv.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/tr.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/uk.po     | 260 ++++++++++++++++++++++++++++++---------------------
+ po/vi.po     | 257 ++++++++++++++++++++++++++++++---------------------
+ po/zh_CN.po  | 257 ++++++++++++++++++++++++++++++---------------------
+ po/zh_TW.po  | 257 ++++++++++++++++++++++++++++++---------------------
+ 38 files changed, 5863 insertions(+), 4022 deletions(-)
+
+commit 2711aa6719a0141432d3fa1810de939f904b6dca
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:52:30 2017 +0100
+
+    make Evince resizable
+
+ lib/winoptions.in | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0b2fcfa501391f57e1325fc9753f6e988500734b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:45:50 2017 +0100
+
+    Only grab buttons 1,2,3, but not 4+5. This solves all scroll wheel
+    problems in issue #202.
+
+ src/wmcontainer.cc | 41 ++++++++++++++++++++++++++++-------------
+ 1 file changed, 28 insertions(+), 13 deletions(-)
+
+commit 1143726d6d42d7a11eff6b943c570756bc91444e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:44:27 2017 +0100
+
+    More robust winoptions parsing; continue parsing on 1 or 2 errors
+    and print file+linenumber on error.
+
+ src/wmoption.cc | 117 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 58 insertions(+), 59 deletions(-)
+
+commit 150d5e8cd2d6d1a3c5ebe10a6aeecfef72e81a3e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:43:31 2017 +0100
+
+    startMoveSize by keyboard and ignore cancel.
+
+ src/movesize.cc | 31 ++++++++++++++++++++-----------
+ 1 file changed, 20 insertions(+), 11 deletions(-)
+
+commit f24db1364a8aec2d3adc3e70976cd9fd4c5b5b37
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:42:39 2017 +0100
+
+    mouse wheel scrolls by half page
+
+ src/icehelp.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d27c273c158ceabf9a70cfc4cd2e0c44abf192cf
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:40:01 2017 +0100
+
+    fix YList postcondition for unmanaging destroyed clients.
+
+ src/wmframe.cc | 2 ++
+ src/ywindow.h  | 2 ++
+ 2 files changed, 4 insertions(+)
+
+commit c62557c6605975431c155f5bc875be2aab50845d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 10 17:38:47 2017 +0100
+
+    moveresize keyboard + cancel
+
+ src/wmmgr.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 39b647690871e852aa934690fb284e1fdeded00e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 9 12:21:15 2017 +0100
+
+    Add links to context menu.
+
+ src/icehelp.cc | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 77 insertions(+), 3 deletions(-)
+
+commit 817ff06106d0ba2921a0902d53d25b7155c476c7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 9 12:11:33 2017 +0100
+
+    Add -Wno-missing-field-initializers.
+
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d967acf63716f58f56fedc72f1f2252f3cca62e6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 9 08:59:00 2017 +0100
+
+    This commit breaks the build with the following error:
+    uk.po:782: number of format specifications in 'msgid' and 'msgstr' does
+    not match.
+    /usr/bin/msgfmt: found 1 fatal error
+    Makefile:275: recipe for target 'uk.gmo' failed
+
+    Revert "Translated using Weblate (Ukrainian)"
+
+    This reverts commit 43b1665eaec47d1909e30e08c0bc1630454ced6e.
+
+ po/uk.po | 144 ++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 73 insertions(+), 71 deletions(-)
+
+commit f91bb92073e9d1f3e0e393fbd2972d0a1b519c71
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 9 01:40:26 2017 +0100
+
+    fix undef msg
+
+ src/misc.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fe58edd0b536980a355cb5a4fa73e3c5d7dc6d90
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Dec 8 19:27:06 2017 +0100
+
+    Don't apply skipAllWorkspaces to focused windows,
+    because it should be possible to keep focused windows
+    which have AllWorkspaces set focused when switching workspaces.
+    This is the second part of the solution for issue #185.
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8dec25c4f54c1d04e995055bcbc47f18c322a282
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 7 21:50:25 2017 +0100
+
+    +logFocus, +copying, +notbit, +GravityNotify logging.
+
+ src/base.h  |  8 ++++++++
+ src/misc.cc | 55 +++++++++++++++++++++++++++++++++++++++++++++++--------
+ 2 files changed, 55 insertions(+), 8 deletions(-)
+
+commit 8f747ff9c054bbb399b8332413a8c43c45cfc788
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 7 21:27:52 2017 +0100
+
+    update AddressBar.
+
+ doc/icewm.1.adoc | 25 +++++++++++++++++++------
+ 1 file changed, 19 insertions(+), 6 deletions(-)
+
+commit 2c8e59e5e6b6fc9def9f8c1a71549f486050079b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 7 21:13:27 2017 +0100
+
+    add history to addressbar. change static into local dynamic. hide
+    addressbar when losing focus.
+
+ src/aaddressbar.cc | 105 ++++++++++++++++++++++++++++++-------------
+ src/aaddressbar.h  |   7 +++
+ src/yinput.cc      | 119 +++++++++++++++++--------------------------------
+ src/yinputline.h   |  36 +++++++++------
+ 4 files changed, 143 insertions(+), 124 deletions(-)
+
+commit 7a45f2f918881a2ee1c357a900ae09ac6c01ba55
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 7 21:11:12 2017 +0100
+
+    fix --display.
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f6345046fac89bfe92d07cfe028dcfcd0b3da2cc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Dec 7 20:55:23 2017 +0100
+
+    getLastFocus must not return taskBar, because taskBar never was focused
+    and trying to give it focus results in other usable apps not getting focus,
+    with an unfocused system in sloppy mode.
+    In setFocus make sure that always focus has been set to something,
+    otherwise we get the situation none of the global hotkeys work.
+    This solves both issues #185 and #186.
+
+ src/wmmgr.cc | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 5e4fedec527a6665c551c330904ac859296b3db0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 6 18:15:41 2017 +0100
+
+    focusLastWindow must not attempt to set focus to taskbar or nothing will
+    have focus and a focusless system results without any keyboard control.
+    This can be tested by using the AddressBar and then hit Escape.
+    See issue #186.
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3e7a92a340d6f3fafaa2909e8340d1a132cf9549
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 6 18:15:18 2017 +0100
+
+    typo
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cfbc248bb927fbe720ecebe84ff6164a3261d666
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Dec 6 18:14:39 2017 +0100
+
+    hide first, then focusLastWindow
+
+ src/aaddressbar.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 43b1665eaec47d1909e30e08c0bc1630454ced6e
+Author: Andriy Bandura <andriykopanytsia@gmail.com>
+Date:   Wed Dec 6 08:45:21 2017 +0000
+
+    Translated using Weblate (Ukrainian)
+
+    Currently translated at 94.9% (302 of 318 strings)
+
+ po/uk.po | 144 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 71 insertions(+), 73 deletions(-)
+
+commit f217839d3c966c2ee37b8fb701aa351af3228149
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 22:05:09 2017 +0100
+
+    Avoid a race condition between sending a WM_TAKE_FOCUS message and calling
+    XSetInputFocus. First call XSetInputFocus before sending WM_TAKE_FOCUS
+    message.
+
+ src/wmmgr.cc | 19 ++++++++++++++-----
+ 1 file changed, 14 insertions(+), 5 deletions(-)
+
+commit 174f12e1f02e6d9271978435baedf76488825a52
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 21:52:16 2017 +0100
+
+    +handleGravityNotify
+
+ src/ywindow.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 03af26af5e880f4eee23545973061ccc2e363761
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 19:11:24 2017 +0100
+
+    +handleGravityNotify to more accurately update positions for issue #203.
+
+ src/ywindow.cc | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit 9d78fee54edac666f3e53a77a1e5d0161ece6a7f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 19:10:47 2017 +0100
+
+    set gravity before creating window is cheaper.
+
+ src/wmbutton.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 24fa54a658a8ef86500a728e01178ac5465acc38
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 18:42:13 2017 +0100
+
+    Don't calculate onRight as the most minimum possible rightmost button
+    position,
+    but instead look for the maximally rightmost position.
+    This hopefully mitigates issue #204.
+
+ src/wmtitle.cc | 143 +++++++++++++++++++++++------------------------------
+ 1 file changed, 61 insertions(+), 82 deletions(-)
+
+commit 72014e22381613fc4a0a24ad8fad43998d2b9e76
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 18:38:31 2017 +0100
+
+    +setVisible
+
+ src/ywindow.cc | 4 ++++
+ src/ywindow.h  | 1 +
+ 2 files changed, 5 insertions(+)
+
+commit 18028731f914fbace7714b5695dffe0429903d36
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 18:37:32 2017 +0100
+
+    remove unused
+
+ src/wmframe.h | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit b0267f5dfa8ac732cc570765d59715a2ae694b0d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 18:20:11 2017 +0100
+
+    Avoid divisions by zero. Fixes #205.
+
+ src/wmclient.cc | 23 ++++++++++++-----------
+ 1 file changed, 12 insertions(+), 11 deletions(-)
+
+commit 99d27825d12b96b39420d6ba1e5856f3e981774a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Dec 5 18:16:32 2017 +0100
+
+    +non_zero to avoid divisions by zero.
+
+ src/base.h      | 5 +++++
+ src/wmstatus.cc | 2 --
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit d4c80f14cc51a4a96caacbc91d1389b7cc9739ab
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Dec 4 21:16:22 2017 +0100
+
+    Attempting to correct some possible overflows
+
+    Just the low hanging fruits, ypopup.h needs a full review.
+
+ src/atray.cc       |  2 +-
+ src/aworkspaces.cc |  8 ++++----
+ src/movesize.cc    | 25 ++++++++++++-------------
+ src/mstring.cc     |  2 +-
+ src/wmclient.cc    |  4 ++--
+ src/wmframe.cc     |  4 ++--
+ src/wmtaskbar.cc   |  3 ++-
+ src/ywindow.cc     |  4 ++--
+ 8 files changed, 26 insertions(+), 26 deletions(-)
+
+commit abee581aab9718d75a9ebf87702b7866219160fc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 4 20:45:26 2017 +0100
+
+    Revert "repHorz test for #203: width per 256 pixels."
+
+    This reverts commit bf18380b5d4a5605e7af7d1817905a8453080e3a.
+
+ src/ypaint.cc | 14 ++++----------
+ 1 file changed, 4 insertions(+), 10 deletions(-)
+commit 5c36297a0d5b3900f69e9c3614e175e1482a2746
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Dec 4 18:58:55 2017 +0100
+
+    Working around variable clobbering issues with latest gcc
+
+    It feels like that was an issue before since some of the candidates have
+    been made volatile (which is another workaround) for no apparent reason.
+
+ src/yximage.cc | 62 ++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 37 insertions(+), 25 deletions(-)
+
+commit 54fa546bea4aa0eb693415ed455edd6a13ac88fd
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Dec 3 20:10:53 2017 +0100
+
+    Minor completion/improvement of Russian strings
+
+ po/ru.po | 79 ++++++++++++++++++++++++------------------------------------
+ 1 file changed, 31 insertions(+), 48 deletions(-)
+
+commit bf18380b5d4a5605e7af7d1817905a8453080e3a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 4 04:39:09 2017 +0100
+
+    repHorz test for #203: width per 256 pixels.
+
+ src/ypaint.cc | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit cae73a54966ad2149410ade8290196ee3848367a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Dec 4 04:26:49 2017 +0100
+
+    Only renderShape button if visible and right OK.
+
+ src/wmtitle.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 14953d281dae4795ba8ba85cdf52e3e8e09f8ebb
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Sun Dec 3 22:48:19 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 100.0% (318 of 318 strings)
+
+ po/cs.po | 119 +++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 71 insertions(+), 48 deletions(-)
+
+commit a0ae8d2156faa1577f185f6b309015c425d8a166
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 22:14:42 2017 +0100
+
+    update docs
+
+ doc/icewm.1.adoc   | 71 +++++++++++++++++++++++++++++---------------------
+ doc/icewm.adoc     |  2 +-
+ doc/icewmbg.1.adoc |  2 +-
+ 3 files changed, 44 insertions(+), 31 deletions(-)
+
+commit 179682fca9cced644070039ecec1b691001fb0ed
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 22:09:03 2017 +0100
+
+    Ensure title buttons are always drawn, even if their pixmaps could not
+    be found.
+
+ src/wmbutton.cc | 50 +++++++++++++++++++++-----------------------------
+ 1 file changed, 21 insertions(+), 29 deletions(-)
+
+commit 94ef2c49b10d7e0698d4f6145c7f3c29c267044d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 22:08:03 2017 +0100
+
+    set titles for fTopWin and rootProxy for debugging purposes.
+
+ src/wmmgr.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d19c22927a4a50f7bcfbe72997ae98af58354b89
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 22:03:40 2017 +0100
+
+    Make YXEmbed a pure abstract class not inheriting from YWindow.
+    YXTrayEmbedder then multi-inherits from YWindow and YXEmbed.
+    This fixes issue #204.
+
+ src/yxembed.cc | 25 ++++++++++---------------
+ src/yxembed.h  |  6 ++++--
+ src/yxtray.cc  | 10 +++++++---
+ src/yxtray.h   |  7 ++++++-
+ 4 files changed, 27 insertions(+), 21 deletions(-)
+
+commit ac7451cd405833fdbc8f691eddba28ed91c8e678
+Merge: 2bb4d62b 6c82bb2e
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Dec 3 20:54:49 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 2bb4d62ba6e35c7c8ca1bee2110ad6122219a739
+Author: Aleš Kastner <alkas@volny.cz>
+Date:   Sun Dec 3 18:45:22 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 99.0% (315 of 318 strings)
+
+ po/cs.po | 39 ++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 34 insertions(+), 5 deletions(-)
+
+commit 6c82bb2e790e346c11119f0dd4f4f3f4991081c4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 21:54:07 2017 +0100
+
+    fix warning on return value for system
+
+ src/misc.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 1ab17e2f15cfe5e2916f26a8e835482f94f7a565
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Dec 3 19:42:51 2017 +0100
+
+    Revert "Translated using Weblate (English)"
+
+    This reverts commit 9dcda5a75b05825bacfc31e9ecbc6c98aadf3c1f.
+
+    This is not English but some incomplete (and faulty) Russian translation.
+
+ po/en.po | 60 ++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 28 insertions(+), 32 deletions(-)
+
+commit b3f9851391d40951e89515337e58769b923b6d14
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 12:17:53 2017 +0100
+
+    Opt -d alias for --display.
+
+ src/icehelp.cc | 4 ++--
+ src/icesm.cc   | 4 ++--
+ src/misc.cc    | 4 ++--
+ src/wmapp.cc   | 4 ++--
+ src/yxapp.cc   | 4 ++--
+ 5 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 42d7dac31508027565d0689cb7ef617d0034d18a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 08:08:57 2017 +0100
+
+    more private
+
+ src/wmtaskbar.h | 27 ++++++++++++++++-----------
+ 1 file changed, 16 insertions(+), 11 deletions(-)
+
+commit 0a96f87a6212b25325a7cfea413c417c61454e68
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 08:07:54 2017 +0100
+
+    drop ylib.h
+
+ src/aclock.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit d92ac5f0a68d28494b91239b8f1eed521331f6bc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 07:51:53 2017 +0100
+
+    Better logging and backtraces.
+
+ configure.ac          |   2 +-
+ src/CMakeLists.txt    |   1 +
+ src/base.h            |  12 ++-
+ src/config.cmake.h.in |   1 +
+ src/debug.h           |   4 +
+ src/misc.cc           | 221 +++++++++++++++++++++++++---------------------
+ src/wmapp.cc          |   5 ++
+ src/yxapp.cc          |   9 +-
+ 8 files changed, 146 insertions(+), 109 deletions(-)
+
+commit 141645240129c9e3d3864e0b71545cd03528cfa7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 07:43:47 2017 +0100
+
+    drop empty resetColormapFocus.
+
+ src/ywindow.cc |  3 ---
+ src/ywindow.h  |  2 --
+ src/yxapp.cc   | 12 ++++++------
+ 3 files changed, 6 insertions(+), 11 deletions(-)
+
+commit b69b80788989c510e11ef9d22f48d759aa0912ce
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 07:39:24 2017 +0100
+
+    Check pixmap being non-null before applying repHorz.
+    New test for issue #203.
+
+ src/wmtitle.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit 7e2800a42986d9ae821852b4c8eda03f1bf86b46
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 07:35:17 2017 +0100
+
+    Properly check return values when loading pixmaps/images.
+    If the pixmap/image is empty/invalid then return null.
+
+ src/ypaths.cc | 20 ++++++++------------
+ src/ypaths.h  |  2 +-
+ 2 files changed, 9 insertions(+), 13 deletions(-)
+
+commit e24e2023438cb7cfe38bc08f12e78cf78e6a76db
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 07:34:26 2017 +0100
+
+    More fixes for unsigned width/height.
+
+ src/wmbutton.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit a4e8a15e4d9589465fc223e82b1d5fa2d4880b07
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Dec 3 07:33:33 2017 +0100
+
+    Allow to combine --theme option with --restart option.
+
+ src/wmapp.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7f4d64af6c4d76029147bb3aa3063c1778af28be
+Author: Antoine Belvire <antoine.belvire@laposte.net>
+Date:   Sat Dec 2 23:19:20 2017 +0000
+
+    Translated using Weblate (French)
+
+    Currently translated at 88.9% (283 of 318 strings)
+
+ po/fr.po | 163 +++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 80 insertions(+), 83 deletions(-)
+
+commit be61be30300b1be008c801a25ced3f6ee9223bfe
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 15:42:07 2017 +0100
+
+    Revert "Try old repHorz with fixed loop for unsigned height for issue
+    #203."
+
+    This reverts commit 3c7495914841a79d1a223640a76d1b9eaefd9ecd.
+
+ src/ypaint.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit af968a56ca5020958270c3678d236e4f596719a2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 15:41:59 2017 +0100
+
+    Revert "repHorz for issue #203 with w and tested!"
+
+    This reverts commit 7e80776045ff821cd375e2a29b5e8f173fe2ee31.
+
+ src/ypaint.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7e80776045ff821cd375e2a29b5e8f173fe2ee31
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 15:24:21 2017 +0100
+
+    repHorz for issue #203 with w and tested!
+
+ src/ypaint.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c7236e7cecd4aa05bfd320f49a6c42987069cef1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 15:23:43 2017 +0100
+
+    Revert "repHorz for issue #203"
+
+    This reverts commit f6ee40fddce7f7537b454a07d953557eedff2fbc.
+
+ src/ypaint.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f6ee40fddce7f7537b454a07d953557eedff2fbc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 15:13:36 2017 +0100
+
+    repHorz for issue #203
+
+ src/ypaint.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 3c7495914841a79d1a223640a76d1b9eaefd9ecd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 13:22:46 2017 +0100
+
+    Try old repHorz with fixed loop for unsigned height for issue #203.
+
+ src/ypaint.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6920b724d7ba81a0383166041345e1c2c613096b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 10:12:04 2017 +0100
+
+    Mark in frame buttons whether they are right or left.
+    Only create frame buttons if decor flag is enabled.
+    Calculate only with visible frame buttons.
+
+ src/wmbutton.cc |   6 ++-
+ src/wmbutton.h  |   5 +-
+ src/wmtitle.cc  | 150 ++++++++++++++++++++++------------------------------
+ src/wmtitle.h   |  18 +++----
+ 4 files changed, 80 insertions(+), 99 deletions(-)
+
+commit 9131661e75cd3f7ea47aac491b79f4b7ea436d52
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 10:07:54 2017 +0100
+
+    Add some right margin to menus.
+
+ src/ymenu.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 04aeef69f949995471b534ec3755d619ea846876
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Dec 2 10:07:08 2017 +0100
+
+    Add hotkeys to MoveTo menu.
+
+ src/wmapp.cc | 19 ++++++++++++++++---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
+commit f3ae813aa762f1094952c86b1722a3ffe8024b64
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Dec 1 22:32:12 2017 +0100
+
+    Revert "experiment for issue #203: set titlebar BG to avoid undefined
+    gaps."
+
+    This reverts commit 6c277f8e4e719e32c927ba670822d2c1eb6e1440.
+
+ src/wmtitle.cc | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 6c277f8e4e719e32c927ba670822d2c1eb6e1440
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Dec 1 03:23:50 2017 +0100
+
+    experiment for issue #203: set titlebar BG to avoid undefined gaps.
+
+ src/wmtitle.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 4c80a2e27e33251ba90a1f795f3dfe91d60cc5d1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 30 21:03:29 2017 +0100
+
+    If drawable is None then dont copyDrawable to prevent X_CopyArea errors.
+
+ src/ypaint.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2307362bcaf610dda40b5b4c2ab9ab43220ec898
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 30 21:02:25 2017 +0100
+
+    Fixes for gdk_pixbuf with and height being signed. Prevent unsigned
+    underflow.
+
+ src/yimage_gdk.cc | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit a5fb000f875fb5ba1b22a996b74403f43292df6a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 30 20:59:37 2017 +0100
+
+    On client unmap check if window is destroyed to prevent X errors.
+
+ src/wmclient.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit dd89a45fd1548f9c5f1e5f4700d973d5253c0892
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 30 20:52:42 2017 +0100
+
+    prevent negative width.
+
+ src/wmtaskbar.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9dcda5a75b05825bacfc31e9ecbc6c98aadf3c1f
+Author: Kate Shcher <wwwkkk30@yandex.ru>
+Date:   Thu Nov 30 12:37:10 2017 +0000
+
+    Translated using Weblate (English)
+
+    Currently translated at 7.8% (25 of 318 strings)
+
+ po/en.po | 60 ++++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 32 insertions(+), 28 deletions(-)
+
+commit 5669983c50a80ca6731fbc991d499ffa2116259e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 30 09:21:53 2017 +0100
+
+    Fix highbit + lowbit for 64-bit mode.
+
+ src/base.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit faf4495da2520a128e01cb09b32d9ab43c3d59b4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 30 09:19:24 2017 +0100
+
+    Revert buggy sloppy "Fix undefined behavior on 64bit in legacy code"
+
+    This reverts commit ed2314438f0b6e40ef88b51b321ef0c5e09da54e.
+
+ src/base.h    | 15 ++++-----------
+ src/ypaint.cc | 16 +++-------------
+ 2 files changed, 7 insertions(+), 24 deletions(-)
+
+commit 51aaf1a5f36c4d502b08bce05913445f0d2b775c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 22:49:54 2017 +0100
+
+    -src/yimage_imlib.cc
+    -src/yimage_xpm.cc
+
+ po/POTFILES.in | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 91ffd1371f78bf640ac8ee12f0bee8eeb82516f5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 22:49:40 2017 +0100
+
+    Check po/POTFILES.in is up-to-date.
+
+ rebuild.sh | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit fa5cf5e530f3c68b683bfa8c4c72c9a9b4843d53
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 22:02:52 2017 +0100
+
+    winoptions requires colons, not equal signs.
+
+ doc/icewm.adoc | 95 ++++++++++++++++++++++++++----------------------------
+ 1 file changed, 45 insertions(+), 50 deletions(-)
+
+commit 40476b5c4bca091562698cd488d1a41b69c71da4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 22:00:52 2017 +0100
+
+    drop unused wmLastWindow.
+    Better tests in wmNext/PrevWindow.
+
+ src/wmframe.cc | 35 ++++++++++++++---------------------
+ src/wmframe.h  |  1 -
+ 2 files changed, 14 insertions(+), 22 deletions(-)
+
+commit 3961b46fcfdb54707cdaeab3ffcffb026a79dc3d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 21:59:38 2017 +0100
+
+    fix int/unsigned conversion.
+
+ src/wmabout.cc | 76 ++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 39 insertions(+), 37 deletions(-)
+
+commit 11be4032b4e5eefc6ca0f39c5881ba2bcd52f040
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 21:58:17 2017 +0100
+
+    Always init buttonDownX/Y, movingWindow, sizingWindow.
+    Only resize with mouse if buttonDownX/Y represent a mouse position.
+
+ src/movesize.cc | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+commit 3a7024a2750915382d94af426e2fd77a5d622663
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 29 21:56:52 2017 +0100
+
+    Fancy allocation of a null_ref at address 0 to fool compiler-analyzers.
+
+ src/ref.cc | 41 ++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 38 insertions(+), 3 deletions(-)
+
+commit 736cc8f01740ef4ebfd415ba27eb60f1f73806f8
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Nov 28 23:40:15 2017 +0100
+
+    Fix C++98 enforcing and use GOLD where available
+
+ src/CMakeLists.txt | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit 963326e57f9155629385b662e6c51f3934a52a9f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Nov 28 23:39:43 2017 +0100
+
+    Fix undefined behavior WRT memcpy calls
+
+ src/yarray.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit ed2314438f0b6e40ef88b51b321ef0c5e09da54e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Nov 28 23:27:51 2017 +0100
+
+    Fix undefined behavior on 64bit in legacy code
+
+ src/base.h    | 15 +++++++++++----
+ src/ypaint.cc | 16 +++++++++++++---
+ 2 files changed, 24 insertions(+), 7 deletions(-)
+
+commit 2a5f67f7d9e20d6bbdf6a23d0ea9070be7ec6e2b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Nov 28 22:26:21 2017 +0100
+
+    List might be accessed earlier
+
+    Crasher discovered with -fsanitize=vptr
+
+ src/wmapp.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1c41ea92739018fe9c7665ffdae062b0aefc16c0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Nov 28 19:58:37 2017 +0100
+
+    Add image loader linking only if enabled
+
+    The linker flags were always added by mistake.
+
+    Also dropped imlib option here - it never worked and nobody complained
+    so far.
+
+ src/CMakeLists.txt | 27 ++++++++++++++++-----------
+ 1 file changed, 16 insertions(+), 11 deletions(-)
+
+commit 90ca5f064e90e283040356d0a88b8a237b0af812
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 28 22:05:57 2017 +0100
+
+    Vertical scroll modifiers Shift + Control.
+
+ src/yscrollbar.cc | 80 ++++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 64 insertions(+), 16 deletions(-)
+
+commit aa8680644593913ed268d067aed9d970af216811
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 28 21:55:36 2017 +0100
+
+    Less verbose error handler.
+
+ src/wmapp.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit ca43147c82668bf9e348193127cc3b45f476421a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 28 21:55:05 2017 +0100
+
+    verbose, nodelete, title.
+
+ src/icehelp.cc | 55 +++++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 34 insertions(+), 21 deletions(-)
+
+commit a9464433f422167ea66079a10773d4d9ec8d50ab
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 28 17:56:44 2017 +0100
+
+    Add DEBUG for XCopyArea against empty NULL pixmaps.
+
+ src/ypaint.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit f93a8b6aa7df51f6a54ba957282cbf087a69f66a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 28 17:55:08 2017 +0100
+
+    Fix SEGV.
+
+ src/wmbutton.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b075987aa32cc700125562aefb981bc88cf74166
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 27 12:46:31 2017 +0100
+
+    When the Close button is pressed don't immediately hide the window for
+    issue #201.
+
+ src/wmframe.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit e6bc701dc5985525294029314c1b6dcf7b8521ee
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 27 05:29:47 2017 +0100
+
+    Send PING with NoEventMask for issue #201.
+
+ src/wmclient.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f105fee8c1f6a205bed111a927eff655b951baf5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 27 04:57:26 2017 +0100
+
+    Restore HAVE_XINTERNATOMS.
+
+ configure.ac          | 3 +++
+ src/CMakeLists.txt    | 2 ++
+ src/config.cmake.h.in | 1 +
+ src/yxapp.cc          | 6 ++++++
+ 4 files changed, 12 insertions(+)
+
+commit 3d5d4d8eaaea849313216b81fa86a338f286a49c
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 26 14:40:15 2017 +0100
+
+    Fixing minor potential format/syntax error warnings
+
+ src/wmmgr.cc  | 4 ++--
+ src/yarray.cc | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit a252359d200fa8caf8c8604b322fcf1eea938a8b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 26 14:39:36 2017 +0100
+
+    Explain possible image loader options by name
+
+ src/CMakeLists.txt | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 3a4cc0273ae8285b129c8e90891b6209723e55d2
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 26 12:59:59 2017 +0100
+
+    Include Xrender.h explicitly where needed
+
+ src/yxapp.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 7568d0931fa2573e9cb34d7f8059c5248d1782ac
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 26 11:36:32 2017 +0100
+
+    Fix new/free mismatches and initalization errors
+
+ src/yxapp.cc   |  5 ++++-
+ src/yximage.cc | 33 +++++++++++++++++++--------------
+ 2 files changed, 23 insertions(+), 15 deletions(-)
+
+commit d1e5f751ddfe4b9b270edf6738fee326b998d643
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 26 09:49:23 2017 +0100
+
+    cmake version: added modeline, reformated, fixed some option handling
+
+    Fixed OSS enabling, added experimental libpng switch.
+    Also restricted selection of image loaders to supported combinations.
+
+ src/CMakeLists.txt    | 375 +++++++++++++++++++++++++---------------------
+ src/config.cmake.h.in |   9 +-
+ 2 files changed, 208 insertions(+), 176 deletions(-)
+
+commit 2cf6ec9e1c689774757b748432e69d9852a81d0d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 26 00:38:27 2017 +0100
+
+    Adapt CMake version to removal of additional yimage_* versions
+
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d7203b556ff84623e0942cee5fd89980f39b9ccf
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 5 16:17:13 2017 +0100
+
+    Turn disconnected screens off and print command even for one monitor
+
+    This is needed to restore the picture in case where a monitor was
+    removed and a new one was connected to a different port, and also has a
+    different resolution.
+
+ contrib/icewm-menu-xrandr | 14 +++-----------
+ 1 file changed, 3 insertions(+), 11 deletions(-)
+
+commit 7400e42dcccbfe5d4a2069b9c20a2b784fd77d44
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 17:43:10 2017 +0100
+
+    Fix for Tray Icon menu item not being properly disabled when
+    foIgnoreTaskBar is set.
+
+ src/decorate.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 3f275e1e9c2d5fd53c85d1d9448eba2d9896a69f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 17:42:42 2017 +0100
+
+    Properly free FileView resources.
+
+ src/icehelp.cc | 30 ++++++++++++++++++++++++++++--
+ 1 file changed, 28 insertions(+), 2 deletions(-)
+
+commit 28694ea1f173e39ee11752a6d0069e5d1cd88360
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 17:42:25 2017 +0100
+
+    Set About title + class.
+
+ src/wmabout.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 70ce774c1fa5fe446b94a31749f1a54db687ac4e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 17:42:09 2017 +0100
+
+    Set window list title + class.
+
+ src/wmwinlist.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit af7622ac80b641260265b3de515ac1bff9f0eeb1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 17:41:25 2017 +0100
+
+    Check for overflow (conversion from negative width/height) in unsigned
+    dimensions.
+
+ src/yrect.h | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 74d9606cb4a5856c5626a192324d640dbaef750e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 17:40:16 2017 +0100
+
+    Fix for YRect r1.height being bigger than 2 billion due to widths and
+    height being unsigned since recently...
+
+ src/ywindow.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 759dbc3e91e0c5c2e0706410d3312c7fa3be6937
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 13:12:51 2017 +0100
+
+    undo titlebar bit gravity, but keep window gravity.
+
+ src/wmtitle.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 24012241775f15d8a20589dac7bee844751615df
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 08:46:32 2017 +0100
+
+    Setting titlebar gravity reduces flicker when resizing.
+
+ src/wmtitle.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 6e4069a8e3327bb7e9daa40aa78373a33c23b2ae
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 04:15:31 2017 +0100
+
+    Keep container on top of resize handles so as not to obstruct access to
+    the application window.
+
+ src/wmframe.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 604315ffbf6315da23fb9516393d8fdf91bfb23d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:46:02 2017 +0100
+
+    Substructure events didn't work for hexchat. Add
+    YXEmbedClient::handleConfigure to catch hexchat resizing its icon.
+    Add a small delay when registering a new tray app to avoid race
+    conditions. Avoid obnoxious error messages for already destroyed tray
+    apps.
+
+ src/yxembed.cc | 42 +++++++++++++++++++-------
+ src/yxtray.cc  | 87 +++++++++++++++++++++++++++++++++++++++---------------
+ 2 files changed, 94 insertions(+), 35 deletions(-)
+
+commit 392e83b4b1fd9c710b0079f346c57af8d26d9b86
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:45:43 2017 +0100
+
+    Tray header cleanup.
+
+ src/yxembed.h | 19 ++++++++-----------
+ src/yxtray.h  | 10 +++++-----
+ 2 files changed, 13 insertions(+), 16 deletions(-)
+
+commit 36fdf5bd380959f35fdd467729ca232badc6fd9d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:43:17 2017 +0100
+
+    If XGetWindowAttributes fails then set wfDestroyed.
+    Don't show or hide wfDestroyed windows.
+    Fix xmotion mismatch for xconfigure events.
+
+ src/ywindow.cc | 35 ++++++++++++++++++++++-------------
+ src/ywindow.h  |  5 ++++-
+ 2 files changed, 26 insertions(+), 14 deletions(-)
+
+commit 79ad68f33740691562e30d5756c810328b2c8315
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:42:33 2017 +0100
+
+    remove superfluous tests.
+
+ src/atasks.cc | 5 -----
+ src/atray.cc  | 5 -----
+ 2 files changed, 10 deletions(-)
+
+commit 632aec1b8a7efeb31578e1f87590312f7ed5aed3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:39:41 2017 +0100
+
+    Window list skip taskbar.
+
+ src/wmwinlist.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c0c51b95b398eab11d0f58eaa26915d8f55794a5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:38:28 2017 +0100
+
+    Avoid needless call to updateUrgency. Make movingWindow, sizingWindow
+    boolean.
+
+ src/movesize.cc | 8 ++++----
+ src/wmframe.cc  | 9 ++++++---
+ src/wmframe.h   | 2 +-
+ 3 files changed, 11 insertions(+), 8 deletions(-)
+
+commit 63dab422fada6d15a0a02cb56826e63da6309cc0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 25 03:37:20 2017 +0100
+
+    comments
+
+ src/WinMgr.h | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ca243f89717802b1b08d990249cf1ffba30b65a6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Nov 23 20:09:52 2017 -0700
+
+    working better, still have WM_HINTS icon issue
+
+ src/yximage.cc | 102 ++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 54 insertions(+), 48 deletions(-)
+
+commit e96834d4d34fa5c3da6983d64d2aebbf91a7057a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Nov 23 19:59:38 2017 -0700
+
+    tile pixmaps property for borders
+
+ src/decorate.cc | 18 ++++++++----------
+ src/ypaint.cc   | 16 ++++++++++++++++
+ 2 files changed, 24 insertions(+), 10 deletions(-)
+
+commit cce8fc59be3c3e4cd97a23f0363f46abc346a3c3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Nov 23 11:32:32 2017 -0700
+
+    add non-super-sampling upscaling (Ice does)
+
+ src/yximage.cc | 341 ++++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 259 insertions(+), 82 deletions(-)
+
+commit 426bd4e31f2fadf9dd491244d06cc939f9c1ea29
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 23:59:23 2017 -0700
+
+    wrong return from drawable()
+
+ src/ypaint.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 261b8affc27389d11ee090c0a697e982735140de
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 23:32:14 2017 -0700
+
+    more detailed error logging
+
+ src/wmapp.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit e00e4ebddd969183dd7499531ed685d635d9a5c1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 21:52:28 2017 -0700
+
+    handle XImage data allocation better
+
+ src/yximage.cc | 57 +++++++++++++++++++++++++++---------------------------
+ 1 file changed, 28 insertions(+), 29 deletions(-)
+
+commit f4af5be8c10be5d616534c4a31b13d0c92772ab5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 21:39:52 2017 -0700
+
+    working CONFIG_XPM a little better
+
+ src/wmapp.cc   |  6 ++++++
+ src/yximage.cc | 10 +---------
+ 2 files changed, 7 insertions(+), 9 deletions(-)
+
+commit ec4f97607091cef42dedab15d18e9026d8d1f4b9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 20:44:33 2017 -0700
+
+    compile without gdk-pixbuf
+
+ src/ycursor.cc |   4 +-
+ src/yimage.h   |   2 +-
+ src/yximage.cc | 416 +++++++++++++++++++++++++++--------------------------
+ 3 files changed, 213 insertions(+), 209 deletions(-)
+
+commit d9166c69773599985b2488f8b7eb8172550dcb07
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:54:26 2017 -0700
+
+    add yximage.cc to build
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 900d4f41df06fd36f9fe6496ebd1c556d53a08f9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:53:21 2017 -0700
+
+    add libxpm libpng based image rendering
+
+ src/yximage.cc | 697 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 697 insertions(+)
+
+commit 541568c66b0af8cf22bcead44e3224baee8edd9b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:52:25 2017 -0700
+
+    move unused image files to attic
+
+ src/Makefile.am                 | 2 --
+ src/{ => attic}/yimage_imlib.cc | 0
+ src/{ => attic}/yimage_xpm.cc   | 0
+ 3 files changed, 2 deletions(-)
+
+commit 9d1bb6b702275144093e031cf478a7522bd25d4a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:49:33 2017 -0700
+
+    prepare to remove gdk-pixbuf dependency
+
+ configure.ac | 56 +++++++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 43 insertions(+), 13 deletions(-)
+
+commit 0a37a3af95a11d2c42c814b8ac68dc951e98a2b0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:49:06 2017 -0700
+
+    add an ignore
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 54cb2edbece5e895d2527f8af75717ac3e549bfe
+Merge: 38b1c5a8 b72ef348
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:18:53 2017 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 38b1c5a8eb3551385f5c79154975e4467f632d37
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 19:18:37 2017 -0700
+
+    add vim line
+
+ configure.ac | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b72ef3486881f550d35860410b1139261c357eb0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 22 23:50:47 2017 +0100
+
+    OpenBSD sed requires file argument to be last.
+
+ autogen.sh | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 0ac4c8790bc2cd29cb9cf7dc814abec0e42103b0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 15:11:48 2017 -0700
+
+    proper checks for composited width and height
+
+ src/yimage_gdk.cc | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
+commit 572d3b01891b79e3b8b67fbe528acbfddaf326f0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 14:59:37 2017 -0700
+
+    missed one unsigned
+
+ src/yimage.h      | 2 +-
+ src/yimage_gdk.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit c54aa1f6ee6ab8248485f34e0f79dfc147c057e6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 22 12:10:34 2017 -0700
+
+    widths, heights, sizes, depths, are unsigned
+
+ src/atasks.cc       |  6 ++--
+ src/atray.cc        |  5 +--
+ src/aworkspaces.cc  | 10 +++---
+ src/genpref.cc      |  5 +++
+ src/icehelp.cc      | 26 +++++++--------
+ src/iceicon.cc      | 12 +++----
+ src/iceview.cc      |  4 +--
+ src/icewmbg.cc      | 27 +++++++--------
+ src/movesize.cc     |  8 ++---
+ src/objbar.cc       |  2 +-
+ src/themable.h      | 88 ++++++++++++++++++++++++-------------------------
+ src/wmabout.cc      |  3 +-
+ src/wmconfig.cc     |  3 ++
+ src/wmdialog.cc     |  7 ++--
+ src/wmdialog.h      |  2 +-
+ src/wmframe.cc      | 48 ++++++++++++++-------------
+ src/wmframe.h       |  4 +--
+ src/wmmgr.cc        | 23 ++++++-------
+ src/wmswitch.cc     |  5 +--
+ src/wmtaskbar.cc    | 19 ++++++-----
+ src/wmtaskbar.h     |  2 +-
+ src/wmwinlist.cc    | 10 +++---
+ src/yconfig.cc      | 13 ++++++++
+ src/yconfig.h       | 37 +++++++++++----------
+ src/yfont.cc        |  2 +-
+ src/yicon.cc        | 16 ++++-----
+ src/yicon.h         | 14 ++++----
+ src/yimage.h        | 24 +++++++-------
+ src/yimage_gdk.cc   | 36 ++++++++++----------
+ src/yimage_imlib.cc |  6 +++-
+ src/yimage_xpm.cc   | 68 ++++++++++++++++++++++++++------------
+ src/ylistbox.cc     |  6 ++--
+ src/ylistbox.h      |  4 +--
+ src/ymenu.cc        | 72 +++++++++++++++++++++-------------------
+ src/ymenu.h         |  8 ++---
+ src/ymenuitem.cc    |  4 +--
+ src/ymsgbox.cc      |  9 ++---
+ src/ypaint.cc       | 64 +++++++++++++++++------------------
+ src/ypaint.h        | 82 ++++++++++++++++++++++-----------------------
+ src/ypixmap.cc      | 12 +++----
+ src/ypixmap.h       | 24 +++++++-------
+ src/ypopup.cc       |  3 +-
+ src/yrect.h         | 13 ++++----
+ src/yscrollview.cc  |  4 +--
+ src/yscrollview.h   |  4 +--
+ src/ywindow.cc      | 18 +++++-----
+ src/ywindow.h       | 22 ++++++-------
+ src/yxtray.cc       | 32 +++++++++---------
+ src/yxtray.h        |  2 +-
+ 49 files changed, 497 insertions(+), 421 deletions(-)
+
+commit 25395d037271489120e8485429b8a304e20fcb19
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:33:09 2017 -0700
+
+    add strong note about changes to src/Makefile.am
+
+ src/Makefile.am | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit c82127e8f90b71e954d812c8f591b833a5bf998d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:31:46 2017 -0700
+
+    icewmtray fails installcheck (no --help --version)
+
+ src/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit bddc9fcbd83c545aea2f8be560204babd2b1a934
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:30:40 2017 -0700
+
+    add missing header just before distcheck failure
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 522c95004747983b806f40a41aeb0d0e02e6e51f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:28:29 2017 -0700
+
+    update po files
+
+ po/ar.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/be.po     | 489 +++++++++++++++++++++++++++---------------------------
+ po/bg.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/ca.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/cs.po     | 497 +++++++++++++++++++++++++++----------------------------
+ po/da.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/de.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/el.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/en.po     | 484 ++++++++++++++++++++++++++---------------------------
+ po/es.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/fi.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/fr.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/he.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/hr.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/hu.po     | 489 +++++++++++++++++++++++++++---------------------------
+ po/icewm.pot | 486 +++++++++++++++++++++++++++--------------------------
+ po/id.po     | 491 +++++++++++++++++++++++++++---------------------------
+ po/it.po     | 491 +++++++++++++++++++++++++++---------------------------
+ po/ja.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/ko.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/lt.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/lv.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/mk.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/nb.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/nl.po     | 491 +++++++++++++++++++++++++++---------------------------
+ po/no.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/pl.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/pt_BR.po  | 487 +++++++++++++++++++++++++++--------------------------
+ po/ro.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/ru.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/sk.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/sl.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/sv.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/tr.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/uk.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/vi.po     | 487 +++++++++++++++++++++++++++--------------------------
+ po/zh_CN.po  | 487 +++++++++++++++++++++++++++--------------------------
+ po/zh_TW.po  | 487 +++++++++++++++++++++++++++--------------------------
+ 38 files changed, 9204 insertions(+), 9324 deletions(-)
+
+commit b536d4bb1de5651ca2faed01effc53336cc19db3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:16:02 2017 -0700
+
+    remove unused options from configure statement
+
+ README.md.in | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit dc69a12a7076ab541a477ecd39d16bd77aa87963
+Merge: 8455f2f8 10ac82c2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:10:09 2017 -0700
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 10ac82c26302b7a67d76613812a67a5f890aa956
+Merge: 9a3513ad e06e8503
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Tue Nov 21 21:09:26 2017 -0700
+
+    Merge pull request #199 from gam3/icewm-1-4-BRANCH
+
+    Remove random %s from po/sk.po to allow build
+
+commit 8455f2f87bbb553325097750bc71986635183011
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:04:59 2017 -0700
+
+    remove options no longer supported
+
+ configure.sh | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 1673f080e8e18ba92ee17de3139c4afcbf2e3641
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Nov 21 21:04:00 2017 -0700
+
+    add -f to autoreconf for autopoint
+
+ autogen.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9a3513ad7b41d1e3d4d8e2c2e9c45469cb9334e9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:45:40 2017 +0100
+
+    /bin/echo doesn't work on OpenBSD, use printf instead.
+
+ autogen.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 36363eb700b3808a7f83fd54f4b28fb34ca70f80
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:44:55 2017 +0100
+
+    AX_CXX_GCC_ABI_DEMANGLE is buggy (free is undefined). Detect support
+    for demangle inline.
+
+ configure.ac | 1 -
+ src/misc.cc  | 3 +++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit cb0f5356e48ed57262bc7638876175fd223daaa6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:43:37 2017 +0100
+
+    Drop icebar (never existed). Always make icehelp. Link with @LIBINTL@
+    for OpenBSD.
+
+ src/Makefile.am | 76 +++++++++++------------------------------------------
+ 1 file changed, 15 insertions(+), 61 deletions(-)
+
+commit 6116bc64bada46ca063da288b95ef2308cd56584
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:42:54 2017 +0100
+
+    Simplify use of XTextProperty for OpenBSD.
+
+ src/icehelp.cc        |  8 ++++----
+ src/testnetwmhints.cc |  9 +++++----
+ src/wmapp.cc          | 16 ++++++++--------
+ 3 files changed, 17 insertions(+), 16 deletions(-)
+
+commit 6dd8da07ad47fdca5b8b8fc5b824527d09370223
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:41:54 2017 +0100
+
+    Simplify use of MwmHints for OpenBSD by adding a constructor.
+
+ src/MwmUtil.h  | 14 +++++++++++++-
+ src/icesame.cc | 29 ++++++++++++-----------------
+ src/wmabout.cc | 11 ++++++-----
+ src/ymsgbox.cc | 20 ++++++--------------
+ 4 files changed, 37 insertions(+), 37 deletions(-)
+
+commit ed224bebb294875147c613b51eee84c740a177cc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:40:49 2017 +0100
+
+    Port ylocale to OpenBSD.
+
+ src/ylocale.cc | 6 +++++-
+ src/ylocale.h  | 2 ++
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 85514de3a4ea083cd0e6254a393903a75924b99a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:39:42 2017 +0100
+
+    Port to OpenBSD G++-4.9.
+
+ src/yarray.cc | 2 +-
+ src/yarray.h  | 7 ++++---
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 3c107df4ba3e6862fdb26cf5193aba1d54ca8376
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:39:21 2017 +0100
+
+    Port taskbar to OpenBSD.
+
+ src/wmtaskbar.cc | 65 ++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 38 insertions(+), 27 deletions(-)
+
+commit 97b35351eec4d0826a171dd2a369a9c99a8be822
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:38:58 2017 +0100
+
+    Fixs for OpenBSD.
+
+ src/wmclient.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0e51334c845164ac814e657a0a42ff5e3bb5a7f8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:38:24 2017 +0100
+
+    Replace sprintf by snprintf for OpenBSD.
+
+ src/testarray.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 3945a1ac12ea1ff29c9e15ae39ee7832d25ee8a9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:38:03 2017 +0100
+
+    include signal.h.
+
+ src/sysdep.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit cce0fee590b55548b8fbc3a0256e820d7fae20db
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:37:43 2017 +0100
+
+    Replace strcpy by strlcpy for OpenBSD.
+
+ src/mstring.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 92cf497014c471eed1714f483f8164dad57da5a8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:37:23 2017 +0100
+
+    include sys/socket.h
+
+ src/iceskt.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f3945a0f931f532c6a1fbdfca277c073cf93a75e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:37:05 2017 +0100
+
+    Replace strcpy by memcpy in icelist for OpenBSD.
+
+ src/icelist.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c99e4e7ffddde1d17679f17c46411137e9b0b97
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:36:12 2017 +0100
+
+    Replace strcpy by memcpy in iceicon for OpenBSD.
+
+ src/iceicon.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 23e6c726860fbae5a7013eb306c31ef9d34668aa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:35:53 2017 +0100
+
+    Make iceclock compile again.
+
+ src/iceclock.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit e6738ac384d0b595f4a5a82d9f7aa8dc16b10365
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:35:12 2017 +0100
+
+    Replace sprintf by snprintf for OpenBSD.
+
+ src/globit.c | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 8bf5da7aeb5094b57df89cc69005855fde1e70fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:34:44 2017 +0100
+
+    Fix to NetStatus for OpenBSD.
+
+ src/apppstatus.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4c864b7df376e8eb68e8b8ff64a7438794f2f6db
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 21 22:34:02 2017 +0100
+
+    YApm changes for OpenBSD
+
+ src/aapm.cc | 132 ++++++++++++++++++++++++++++++--------------------------
+ src/aapm.h  |   2 +-
+ 2 files changed, 72 insertions(+), 62 deletions(-)
+
+commit 117ea4dc56aff6f301cfdf168b2eb968b8a7f3f4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 19 21:21:52 2017 +0100
+
+    Update winoptions for ignorePagerPreview and document the
+    hitherto undocumented default winoption value for all windows.
+    Fix garbled display of font names. Add more formatting.
+
+ doc/icewm.adoc | 1057 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 532 insertions(+), 525 deletions(-)
+
+commit 30901684de215e16483312e6490511f5f1ae90a3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 19 21:19:18 2017 +0100
+
+    Update workspace buttons on screen changes when PagerShowPreview is on
+    for issue #189. Remove superfluous calls to taskBar->updateLocation(),
+    because this is already called by taskBar->relayoutNow().
+
+ src/wmmgr.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit 4fd4681b369f0376056dd4a1324a2c106b13751d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 19 21:14:21 2017 +0100
+
+    Simplify WindowOptions handling and remove obsolete code.
+    Add support for parsing new "ignorePagerPreview" frame option.
+    Use binary search  to speedup winoption lookup.
+    Check input values for validity.
+    Only allocate WindowOptions when required.
+
+ src/wmapp.cc    |  18 +---
+ src/wmframe.cc  |   6 --
+ src/wmmgr.cc    |   5 +-
+ src/wmoption.cc | 263 ++++++++++++++++++++++++++--------------------------
+ src/wmoption.h  |  25 +++--
+ src/wmprog.cc   |   3 +
+ 6 files changed, 151 insertions(+), 169 deletions(-)
+
+commit 4eb71a60f7b108f2256d9154d56f35a8551b7919
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 19 21:10:15 2017 +0100
+
+    add frame option foIgnorePagerPreview. remove unused sizeByMouse and
+    fWinStateMask.
+
+ src/aworkspaces.cc |  4 +++-
+ src/movesize.cc    |  1 -
+ src/wmframe.h      | 47 +++++++++++++++++++++++------------------------
+ 3 files changed, 26 insertions(+), 26 deletions(-)
+
+commit 751c291b2d852881928f01046744fd2247b7cec0
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sun Nov 19 17:39:32 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 100.0% (319 of 319 strings)
+
+ po/sk.po | 34 +++++++++++++++++++---------------
+ 1 file changed, 19 insertions(+), 15 deletions(-)
+
+commit e3a4ca0274e5ceb0616ec175904da89fb757e5fb
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Sun Nov 19 15:53:04 2017 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 84.6% (270 of 319 strings)
+
+ po/nl.po | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit a6f49f75181257b8f02ff1249050681d4bb62116
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sun Nov 19 12:48:35 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 95.2% (304 of 319 strings)
+
+ po/sk.po | 30 +++++++++++++++---------------
+ 1 file changed, 15 insertions(+), 15 deletions(-)
+
+commit e06e85034499285acf608cd54a02eb48ecdffcf0
+Author: G. Allen Morris III <gam3@gam3.net>
+Date:   Sun Nov 19 08:04:19 2017 +0100
+
+    Remove random %s from po/sk.po to allow build
+
+ po/sk.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d6345f778aafbab8a0d6e859c29b42638378e100
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Thu Nov 16 08:23:34 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 90.9% (290 of 319 strings)
+
+ po/sk.po | 47 ++++++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 38 insertions(+), 9 deletions(-)
+
+commit e7e679d9e5639210ef814fde9eff5fb148f8eac8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 15 21:38:17 2017 +0100
+
+    Replace ObjectContainer with ObjectMenu for 3rd parameter of
+    addContainer to avoid downcast to multi-inheriting subclass.
+
+ src/obj.h     | 6 ++++--
+ src/objbar.cc | 7 ++-----
+ src/objbar.h  | 2 +-
+ src/objmenu.h | 2 +-
+ src/wmprog.cc | 4 ++--
+ 5 files changed, 10 insertions(+), 11 deletions(-)
+
+commit f625ec6313c0c9fa1becc41e9e1c8941bd2a499f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 15 21:19:49 2017 +0100
+
+    Update winoptions to reflect current code for issue #197. Plus more
+    updates.
+
+ doc/icewm.adoc | 217 +++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 135 insertions(+), 82 deletions(-)
+
+commit a67d29c1a472a2e2362f8e61d026954671a22bec
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Wed Nov 15 13:13:46 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 89.0% (284 of 319 strings)
+
+ po/sk.po | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+commit 61a4e149fef01d7ea3562cd930452e69703669c1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:16:14 2017 +0100
+
+    prefer using over typedef if possible.
+
+ src/yarray.h | 39 +++++++++++++++------------------------
+ 1 file changed, 15 insertions(+), 24 deletions(-)
+
+commit 6f80f5b76777f02c56cabd3617342791f761cc48
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:14:50 2017 +0100
+
+    On shutdown close any stray remaining windows in ~YDesktop.
+
+ src/ywindow.cc | 6 ++++++
+ src/ywindow.h  | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 39ed1f12f6dd3d84de9657aafe94516142146e52
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:14:23 2017 +0100
+
+    initialize.
+
+ src/ypopup.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 0ac1cda092eeb0ff330dc312c02487a186af2bc7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:14:15 2017 +0100
+
+    protect
+
+ src/ybutton.h | 5 +++--
+ src/ypopup.h  | 3 ++-
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 797bc0d8be87634d4cb0eb7927737982e5d4b7b4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:13:13 2017 +0100
+
+    on startup reap zombies which may remain on restart from previous icewm.
+
+ src/yapp.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 3f4b9b8fb11558e4b1f71fc937c13c4f71509e59
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:11:40 2017 +0100
+
+    assign contents of array to parameter of DProgram for EDIT Menu issue #195.
+
+ src/wmprog.cc | 4 ++--
+ src/wmprog.h  | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit d3aab7271a0544628bd6476d3d668e73041da704
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:11:19 2017 +0100
+
+    preserve virtual.
+
+ src/themes.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fe29311fcd8dc4321a1439b0df6f110ad52c801a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:08:33 2017 +0100
+
+    Use dynamic_cast for downcast from container to menu and check the
+    result for issue #195.
+
+ src/objbar.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 7b88d5ba799187e5618d9d785a308a46a0e16618
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 22:06:06 2017 +0100
+
+    add demangle.
+
+ configure.ac |  1 +
+ src/base.h   |  2 ++
+ src/misc.cc  | 14 +++++++++++++-
+ 3 files changed, 16 insertions(+), 1 deletion(-)
+
+commit 215563c49a2a1acd72e0da822300c375d58090af
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 21:56:54 2017 +0100
+
+    NOTE, INFO, CARP to report info about code problems if DEBUG or PRECON
+    is defined.
+
+ src/debug.h | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit a911d9a5513cc1614a41cfb186319da4154a8fcb
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Tue Nov 14 13:03:44 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 87.4% (279 of 319 strings)
+
+ po/sk.po | 37 ++++++++++++++++++-------------------
+ 1 file changed, 18 insertions(+), 19 deletions(-)
+
+commit c8488e01abb05255e0a33c6b58ab26f5ae1dbc63
+Author: Vojtech Zeisek <Vojtech.Zeisek@opensuse.org>
+Date:   Tue Nov 14 13:52:35 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 98.7% (315 of 319 strings)
+
+ po/cs.po | 107 ++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 54 insertions(+), 53 deletions(-)
+
+commit cbe71fabc94096a3da60492b8314603fe2910e6b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 14 08:38:49 2017 +0100
+
+    Don't assume that a titlebar is always available in issue #195.
+
+ src/decorate.cc | 2 +-
+ src/wmbutton.cc | 8 +++++---
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+commit 682498b0e06506d57a25afc9a3f3ada717b23802
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 13 21:12:06 2017 +0100
+
+    Improvements to Switcher for when frames unexpectedly disappear.
+    Also close down the Switcher when there are no more windows.
+
+ src/wmswitch.cc | 25 +++++++++++++++++++------
+ 1 file changed, 19 insertions(+), 6 deletions(-)
+
+commit 6e5ee43eee6ac7e3af37959103b4943fb2de8034
+Author: Vojtech Zeisek <Vojtech.Zeisek@opensuse.org>
+Date:   Mon Nov 13 16:11:17 2017 +0000
+
+    Translated using Weblate (Czech)
+
+    Currently translated at 83.6% (267 of 319 strings)
+
+ po/cs.po | 93 +++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 48 insertions(+), 45 deletions(-)
+
+commit 3869f3445070f58966d42f02aaabc3271cc458ae
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 13 04:30:36 2017 +0100
+
+    Fix off by one bug for quickSwitchToAllWorkspaces. Reset fActiveWindow.
+    Use only valid array index parameters. Fix a SIGFP crash on modulo with
+    size 0. Make all switch window data local non-static. Refactor large
+    functions. Cancel or repaint switch window when a frame is destroyed.
+
+ src/wmswitch.cc | 130 +++++++++++++++++++++++++++-------------------------
+ src/wmswitch.h  |  23 ++++++----
+ 2 files changed, 81 insertions(+), 72 deletions(-)
+
+commit c721407d4c4e8553d031316547ecb839c32a8d99
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 13 04:30:14 2017 +0100
+
+    Fix 3 bugs in YVec.
+
+ src/ycollections.h | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit c8a23f0ba1d327a5856d22f315d93373d706d91d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Nov 13 04:28:08 2017 +0100
+
+    Add option TaskBarEnableSystemTray.  Fix internal/external YXTray
+    parameter.
+
+ src/default.h    |  4 +++-
+ src/wmtaskbar.cc | 16 +++++++++++-----
+ 2 files changed, 14 insertions(+), 6 deletions(-)
+
+commit 45512fb6be7cd33200cdf259c904070a3216f3b0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 11 15:37:52 2017 +0100
+
+    Weed out obsolete ifdefs and configure options.
+
+ configure.ac          | 212 +++++++++------------------------------
+ rebuild.sh            |  33 ++++---
+ src/CMakeLists.txt    | 197 +++++++++++++++----------------------
+ src/MwmUtil.h         |  78 ++-------------
+ src/aaddressbar.cc    |   3 -
+ src/aaddressbar.h     |   4 -
+ src/aapm.cc           |   7 --
+ src/aapm.h            |   2 -
+ src/aclock.cc         |   7 --
+ src/aclock.h          |   4 -
+ src/acpustatus.cc     |   9 --
+ src/acpustatus.h      |   2 -
+ src/amailbox.cc       |  11 ---
+ src/amailbox.h        |   7 --
+ src/amemstatus.cc     |  11 ---
+ src/amemstatus.h      |   2 -
+ src/apppstatus.cc     |   7 +-
+ src/apppstatus.h      |   5 -
+ src/atasks.cc         |  27 -----
+ src/atray.cc          |  28 ------
+ src/atray.h           |   6 --
+ src/aworkspaces.cc    |  15 ---
+ src/base.h            |   7 --
+ src/bindkey.h         |  16 ---
+ src/browse.cc         |   8 --
+ src/browse.h          |   4 -
+ src/config.cmake.h.in |  36 +------
+ src/decorate.cc       |  29 +-----
+ src/default.h         |  27 +----
+ src/genpref.cc        |   6 --
+ src/icesound.cc       |   4 -
+ src/icetray.cc        |   8 --
+ src/icewmbg.cc        |  22 -----
+ src/icewmbg_prefs.h   |   4 -
+ src/icewmhint.cc      |   3 -
+ src/movesize.cc       |  34 -------
+ src/objbar.cc         |  31 ++----
+ src/objbar.h          |   4 -
+ src/objmenu.h         |   2 -
+ src/sysdep.h          |   8 +-
+ src/testmenus.cc      |   2 -
+ src/themable.h        |  36 ++-----
+ src/themes.cc         |   4 -
+ src/themes.h          |   4 -
+ src/wmabout.cc        |   6 --
+ src/wmaction.h        |   2 -
+ src/wmapp.cc          | 227 +-----------------------------------------
+ src/wmapp.h           |  23 -----
+ src/wmbutton.cc       |  18 ----
+ src/wmclient.cc       | 100 -------------------
+ src/wmclient.h        |  32 +-----
+ src/wmconfig.cc       |  14 ---
+ src/wmcontainer.cc    |   2 -
+ src/wmdialog.cc       |   8 --
+ src/wmframe.cc        | 246 ++--------------------------------------------
+ src/wmframe.h         |  34 +------
+ src/wmmgr.cc          | 152 +---------------------------
+ src/wmmgr.h           |   6 --
+ src/wmminiicon.cc     |   3 -
+ src/wmoption.cc       |   8 --
+ src/wmoption.h        |   6 --
+ src/wmprog.cc         | 104 +-------------------
+ src/wmprog.h          |   4 -
+ src/wmstatus.cc       |   5 -
+ src/wmstatus.h        |   4 -
+ src/wmswitch.cc       |  29 +-----
+ src/wmswitch.h        |   3 -
+ src/wmtaskbar.cc      | 142 ++++----------------------
+ src/wmtaskbar.h       |  43 +-------
+ src/wmtitle.cc        |  51 +++-------
+ src/wmtitle.h         |   2 +-
+ src/wmwinlist.cc      |  15 ---
+ src/wmwinlist.h       |   4 -
+ src/wmwinmenu.cc      |  10 --
+ src/wpixmaps.h        |  10 --
+ src/wpixres.cc        |  54 +++-------
+ src/ybutton.cc        |   7 --
+ src/yconfig.cc        |  13 ---
+ src/yconfig.h         |   8 --
+ src/ycursor.cc        |  12 ---
+ src/ydialog.cc        |  11 +--
+ src/ydialog.h         |   4 -
+ src/yicon.cc          |   4 -
+ src/yinput.cc         |   3 -
+ src/ylabel.cc         |   5 -
+ src/ylistbox.cc       |  31 ++----
+ src/ylistbox.h        |   2 -
+ src/ylocale.cc        |   2 -
+ src/ymenu.cc          |  47 +++------
+ src/ymenu.h           |   6 --
+ src/ymenuitem.cc      |   6 --
+ src/ymsgbox.cc        |   7 --
+ src/ypaint.cc         |   8 --
+ src/ypaint.h          |  17 ----
+ src/yprefs.h          |   4 -
+ src/yscrollbar.cc     |   3 -
+ src/yscrollview.cc    |   4 -
+ src/ytooltip.cc       |   2 -
+ src/ytooltip.h        |   3 -
+ src/ywindow.cc        |  20 ----
+ src/ywindow.h         |  10 --
+ src/yxapp.cc          |  10 --
+ src/yxtray.cc         |   4 -
+ 103 files changed, 272 insertions(+), 2324 deletions(-)
+
+commit 405aba2c9d951959eaf795f090c69fc3712d0976
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 11 10:54:19 2017 +0100
+
+    Make icewm tray internal by default. This is much more reliable (and
+    cheaper) than an external icewmtray process.
+
+ src/icesm.cc     | 8 +++++++-
+ src/icetray.cc   | 6 ++++++
+ src/wmtaskbar.cc | 6 ++++++
+ 3 files changed, 19 insertions(+), 1 deletion(-)
+
+commit c6b4eb759f0d8f751328d116946405a284c4af3a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 11 10:53:18 2017 +0100
+
+    add last missing applet titles.
+
+ src/acpustatus.cc  | 3 +++
+ src/amailbox.cc    | 1 +
+ src/apppstatus.cc  | 1 +
+ src/aworkspaces.cc | 1 +
+ 4 files changed, 6 insertions(+)
+
+commit 42a293788f11996f0e87d75021b19594ceb89607
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Nov 10 21:35:23 2017 +0100
+
+    Set taskbar background. This then also becomes a default background for
+    tray icons in issue #188 while not hindering background pixmaps.
+
+ src/wmtaskbar.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3727335c12b3ea94455a4ac1575b3e18d795b4d9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Nov 10 21:33:59 2017 +0100
+
+    Revert "Set background for tray icons in issue #188."
+
+    This reverts commit fa7735303b95cc0229153deeaa3c09443a05ce48.
+
+ src/yxtray.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit fff5ee86c23d1d5e65308a749903239ce190f367
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Nov 10 18:08:59 2017 +0100
+
+    _NET_WM_PING timeout also looks fir PID/HOST in group leader.
+
+ src/wmclient.cc | 17 +++++++++++++++--
+ src/wmclient.h  |  1 +
+ 2 files changed, 16 insertions(+), 2 deletions(-)
+
+commit fa7735303b95cc0229153deeaa3c09443a05ce48
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Nov 10 17:52:16 2017 +0100
+
+    Set background for tray icons in issue #188.
+
+ src/yxtray.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 28932d3c00fc39318f6d9994a3737deb20eb81c0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 9 20:40:25 2017 +0100
+
+    Slightly more accurate use of fSavedWinState in setWinStateHint reduces
+    superfluous property updates a bit more.
+
+ src/wmclient.cc | 20 ++++++++++++++------
+ 1 file changed, 14 insertions(+), 6 deletions(-)
+
+commit e9f6449071343ececa972fa10f15a3d9f358fdea
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 9 20:39:45 2017 +0100
+
+    track 3 more properties.
+
+ src/testnetwmhints.cc | 46 ++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 44 insertions(+), 2 deletions(-)
+
+commit 7dd8ffc84520e64cac200e3f67c9784857c03666
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 9 20:38:58 2017 +0100
+
+    TrayApps were not freed when restarting, causing ylist preconditions
+    to fail.
+    Replacing inline list with YObjectArray corrects that and gets rid of
+    list boilerplate.
+    Use of a smart private timer simplifies timer management.
+
+ src/atray.cc     | 62 +++++++++++-----------------------------------------
+ src/atray.h      | 24 +++++++++-----------
+ src/wmtaskbar.cc |  3 ---
+ 3 files changed, 23 insertions(+), 66 deletions(-)
+
+commit 089c97b6e3ceaf25178b9e0146b626fb25ad0057
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 8 20:21:15 2017 +0100
+
+    also track WM_STATE details.
+
+ src/testnetwmhints.cc | 39 ++++++++++++++++++++++++++++-----------
+ 1 file changed, 28 insertions(+), 11 deletions(-)
+
+commit 6c606c2715896f0a394b44624c1b1940ddf29bab
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 8 20:18:57 2017 +0100
+
+    Keep track of WM_STATE and WIN_STATE property values and only update
+    them when they have changed.
+
+ src/wmclient.cc | 62 +++++++++++++++++++++++++++++------------------------
+ src/wmclient.h  |  4 ++++
+ 2 files changed, 38 insertions(+), 28 deletions(-)
+
+commit 5e11ec32eccb2a861ec6a0a87f89d693d348e36c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 8 20:17:28 2017 +0100
+
+    Keep track of frame extents and only update if changed.
+
+ src/wmframe.cc | 33 +++++++++++++++++----------------
+ 1 file changed, 17 insertions(+), 16 deletions(-)
+
+commit 0a083eff60235d2d02fa338634d115be23a5e75a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 8 20:16:25 2017 +0100
+
+    flags and style can be unsigned.
+
+ src/ywindow.cc |  2 +-
+ src/ywindow.h  | 20 ++++++++++----------
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+commit e8f1c4e4f8bf5e2c968d9f23248b952a69197b27
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 8 20:15:39 2017 +0100
+
+    perf _NET_CLIENT_LIST is done: only update on stacking changes.
+
+ src/wmmgr.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64006db0d3efc1762672d675811281fcc90472d2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Nov 8 20:15:13 2017 +0100
+
+    corrections for _PING.
+
+ src/wmmgr.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d4c506d76b1486c05da96a5668099fc11a0d85a3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Nov 7 04:36:57 2017 +0100
+
+    support _NET_WM_PING.
+
+ COMPLIANCE            |   2 +-
+ TODO                  |   2 +-
+ src/testnetwmhints.cc | 105 ++++++++++++++++++++++++------------
+ src/wmapp.cc          |   2 +-
+ src/wmclient.cc       | 134 +++++++++++++++++++++++++++++++++++++++-------
+ src/wmclient.h        |  24 +++++++--
+ src/wmframe.cc        |   6 +++
+ src/wmmgr.cc          |   8 +++
+ src/wmmgr.h           |   2 +-
+ src/yxapp.cc          |  14 +++--
+ 10 files changed, 234 insertions(+), 65 deletions(-)
+
+commit 1e612cd62fb1356e8b4ba6751a35987a8f1eee87
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 5 22:26:20 2017 +0100
+
+    Use YList class to keep track of sibling windows.
+
+ src/ylist.h    | 26 ++++++++++++++++++++++
+ src/ywindow.cc | 63 +++++++++++++++++++-----------------------------------
+ src/ywindow.h  |  8 +++----
+ 3 files changed, 51 insertions(+), 46 deletions(-)
+
+commit 75b3e4f6b0dcf05bc9a8386d71b54e8c6956a5f3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 5 22:25:14 2017 +0100
+
+    test _NET_DESKTOP_LAYOUT.
+
+ src/testnetwmhints.cc | 248 ++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 198 insertions(+), 50 deletions(-)
+
+commit eb4c8273c68db47505f46c4561332114f2944398
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 5 22:24:29 2017 +0100
+
+    add support for _NET_DESKTOP_LAYOUT.
+
+ COMPLIANCE   |   4 +-
+ TODO         |   6 +-
+ src/wmapp.cc |   2 +-
+ src/wmmgr.cc | 223 ++++++++++++++++++++++++++++++++++++++++---------------
+ src/wmmgr.h  |  25 ++++++-
+ 5 files changed, 193 insertions(+), 67 deletions(-)
+
+commit cdafa217bf6b9c88f7579a3c3b43c084d1e3aec8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 5 22:20:56 2017 +0100
+
+    shrink, swap.
+
+ src/yarray.cc | 20 ++++++++++++++++++++
+ src/yarray.h  | 25 +++++++++++++++++++++++++
+ 2 files changed, 45 insertions(+)
+
+commit 7f111bb82842fcc9cedfd483c60f20aee317f3b5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Nov 5 22:19:42 2017 +0100
+
+    free about dialog labels.
+
+ src/wmabout.cc | 34 ++++++++++++++++++++--------------
+ src/wmabout.h  |  1 +
+ 2 files changed, 21 insertions(+), 14 deletions(-)
+
+commit d4cdd683eb6a936ef67b7da875a157feeada368b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Nov 5 15:10:55 2017 +0100
+
+    Checking all EDID descriptor blocks for name
+
+    Also sanitizing the ascii therein more carefully.
+
+ contrib/icewm-menu-xrandr | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+commit 963bb98cf5a58a3c9ccb734da2ca1b621496522e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Nov 4 13:00:09 2017 +0100
+
+    Fix more exotic configurations
+
+    No applet build when taskbar is disabled
+
+ src/aapm.cc       | 2 ++
+ src/aclock.cc     | 3 ++-
+ src/acpustatus.cc | 4 +++-
+ src/amailbox.cc   | 3 +++
+ src/amemstatus.cc | 3 +++
+ src/apppstatus.cc | 4 +++-
+ src/atray.cc      | 2 ++
+ src/wmapp.cc      | 2 ++
+ src/wmframe.cc    | 6 ++++++
+ 9 files changed, 26 insertions(+), 3 deletions(-)
+commit 666945f85fa5f97557690371c40a881912be31f0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Nov 4 12:47:15 2017 +0100
+
+    Fixing build on architectures without power applet OS code
+
+ src/apppstatus.h | 5 ++---
+ src/base.h       | 9 +++++++++
+ src/wmtaskbar.cc | 4 ++--
+ src/wmtaskbar.h  | 7 ++++++-
+ 4 files changed, 19 insertions(+), 6 deletions(-)
+commit 65646f3b7b1d56a6525e44ab9e29176d66312202
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Nov 4 11:52:38 2017 +0100
+
+    Fixing LITE build with CMake
+
+    Avoid getIcon call, turn off impossible combinations in configuration.
+
+ src/CMakeLists.txt | 6 +++++-
+ src/atray.cc       | 3 ++-
+ src/wmswitch.cc    | 5 ++++-
+ src/wmwinlist.cc   | 5 +++--
+ 4 files changed, 14 insertions(+), 5 deletions(-)
+
+commit 31557e95f67df6061f9e1260b822ca6c42a92485
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Nov 4 11:30:48 2017 +0100
+
+    Force legacy C++ standard for now
+
+ src/CMakeLists.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 118677d7f090bbf0d8a81d7bda76842c3ac4f647
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Nov 4 08:47:22 2017 +0100
+
+    add options. -t runs tests on combinations of configure options.
+
+ rebuild.sh | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 53 insertions(+), 4 deletions(-)
+
+commit fdd1c7150080774bf4228e5860b0a5e9a5a83f77
+Author: Arif Budiman <arifpedia@gmail.com>
+Date:   Fri Nov 3 07:12:36 2017 +0000
+
+    Translated using Weblate (Indonesian)
+
+    Currently translated at 88.0% (281 of 319 strings)
+
+ po/id.po | 69 ++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 34 insertions(+), 35 deletions(-)
+
+commit 7597af09d149f5567879fa5a7350372b5cdc0699
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 2 23:12:18 2017 +0100
+
+    better fix for include is ymenu.h.
+
+ src/yxapp.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit f9d54d83e4b2fc2c2d8147e26c2d9ec71d905388
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 2 22:48:50 2017 +0100
+
+    also include ytimer.h.
+
+ src/yxapp.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f2a7349b06b3dd5e04bd6e4ce5fa49d3c5c226e5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 2 22:45:02 2017 +0100
+
+    fix includes
+
+ src/apppstatus.h | 1 -
+ src/wmswitch.h   | 1 -
+ src/wmtaskbar.cc | 1 -
+ src/yxapp.cc     | 2 ++
+ 4 files changed, 2 insertions(+), 3 deletions(-)
+
+commit d384254d6ea6367182cf5bdf8f81d62fd7e6f234
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 2 22:43:40 2017 +0100
+
+    fix call to dumpZorder for 2nd arg.
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ac4ad65f7d593aded3acebc5d13da9b418eca4ad
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Thu Nov 2 15:31:01 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 86.2% (275 of 319 strings)
+
+ po/sk.po | 46 ++++++++++++++++++++++++++++++----------------
+ 1 file changed, 30 insertions(+), 16 deletions(-)
+
+commit 23060f9812eb05218ea3fcc15ecb72511c893a26
+Author: Alessio Adamo <alessio.adamo@gmail.com>
+Date:   Thu Nov 2 10:59:43 2017 +0000
+
+    Translated using Weblate (Italian)
+
+    Currently translated at 84.0% (268 of 319 strings)
+
+ po/it.po | 41 ++++++++++++++++++++---------------------
+ 1 file changed, 20 insertions(+), 21 deletions(-)
+
+commit 8dd7edc407ee39e3bcfa68dba22ef59f5aa59533
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 2 10:12:37 2017 +0100
+
+    prevent illegal window layer.
+
+ src/wmclient.cc | 2 +-
+ src/wmmgr.cc    | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 8d8d827f579ce833ba10daabad0252649a4dba91
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Nov 2 05:54:25 2017 +0100
+
+    Move brittle inline frame list manipulations into robust dedicated
+    list class.
+
+ src/wmconfig.cc |   1 +
+ src/wmframe.cc  | 160 +++---------------------------------
+ src/wmframe.h   |  41 +++-------
+ src/wmmgr.cc    | 227 +++++++++++++++++++++++++++++-----------------------
+ src/wmmgr.h     |  54 ++++++-------
+ src/wmprog.cc   |   2 +-
+ src/wmswitch.cc |   8 +-
+ src/ylist.h     | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 8 files changed, 402 insertions(+), 313 deletions(-)
+
+commit b008a4fe39bdd9347a94243f579eb263399c950f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 1 22:02:53 2017 -0600
+
+    update po files
+
+ po/ar.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/be.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/bg.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/ca.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/cs.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/da.po     | 108 +++++++++++++++++++++++++++----------------------------
+ po/de.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/el.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/en.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/es.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/fi.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/fr.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/he.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/hr.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/hu.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/icewm.pot | 104 ++++++++++++++++++++++++++---------------------------
+ po/id.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/it.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/ja.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/ko.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/lt.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/lv.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/mk.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/nb.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/nl.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/no.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/pl.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/pt_BR.po  | 104 ++++++++++++++++++++++++++---------------------------
+ po/ro.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/ru.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/sk.po     | 108 +++++++++++++++++++++++++++----------------------------
+ po/sl.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/sv.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/tr.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/uk.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/vi.po     | 104 ++++++++++++++++++++++++++---------------------------
+ po/zh_CN.po  | 104 ++++++++++++++++++++++++++---------------------------
+ po/zh_TW.po  | 104 ++++++++++++++++++++++++++---------------------------
+ 38 files changed, 1980 insertions(+), 1980 deletions(-)
+
+commit 1e5eef55087639569c371d11ad0190a8111ded97
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 1 22:00:56 2017 -0600
+
+    added script to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT
+
+    - when distributing a script or program that does not support
+      --help and --version options (or doen't support them properly,
+      such as printing to standard error instead of standard out),
+      they must be added to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT to
+      pass the distcheck target.
+
+ Makefile.am | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 114a926549ee2b61b5b35929a13f26ebe7279778
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Wed Nov 1 17:28:31 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 85.8% (274 of 319 strings)
+
+ po/sk.po | 88 ++++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 53 insertions(+), 35 deletions(-)
+
+commit e944b7e2f2491ce25c292eca8ce45846f39ea806
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Nov 1 10:51:21 2017 +0100
+
+    Use custom macro to access override keyword
+
+    Overriding override causes overriding errors in Xproto header.
+
+ src/apppstatus.h |  7 ++++---
+ src/base.h       |  7 ++++---
+ src/wmprog.cc    | 24 ++++++++++++------------
+ src/wmswitch.cc  |  8 ++++----
+ src/wmswitch.h   |  1 +
+ src/wmtaskbar.cc |  1 +
+ 6 files changed, 26 insertions(+), 22 deletions(-)
+
+commit 6cb15e5da4440c8b5f5f8efb2733249554107bda
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 31 14:31:48 2017 +0100
+
+    Make sure the next inactive monitor becomes the next choice
+
+ contrib/icewm-menu-xrandr | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit c5f3fe156b39b1e9a674b1ea1cfc4dc28d91bc50
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 31 14:22:00 2017 +0100
+
+    Fix merge error
+
+    Actually drop unused code.
+
+ src/wmswitch.cc | 63 -----------------------------------------------------
+ 1 file changed, 63 deletions(-)
+
+commit e68d5b84d4e242f5434c71e12b56308548fb586a
+Merge: 325b81c3 9555fba5
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Tue Oct 31 13:18:34 2017 +0100
+
+    Merge pull request #194 from scootergrisen/patch-4
+
+    flæskesteg med svær
+
+commit 325b81c316aa7b4843e45f81bac60829ebee268d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 31 12:07:42 2017 +0100
+
+    Install xrandr menu provider
+
+ CMakeLists.txt | 2 +-
+ Makefile.am    | 3 ++-
+ lib/keys.in    | 2 ++
+ 3 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 01275e6e13c6056669b3a3a0c53cb28007ed3c96
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 31 11:03:23 2017 +0100
+
+    Monitor mode switch mostly working
+
+ src/wmmgr.cc    | 14 ++++----
+ src/wmprog.cc   | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/wmprog.h    | 22 ++++++++----
+ src/wmswitch.cc | 12 ++++---
+ src/wmswitch.h  |  2 ++
+ 5 files changed, 123 insertions(+), 23 deletions(-)
+
+commit c5b540aef98c73f7840e0effc6646d99aaff0c2b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 30 18:15:40 2017 +0100
+
+    Use indices instead of obscure void pointers
+
+    Revisited the abstraction of quickswitch window control.
+
+ src/base.h      |   6 ++
+ src/wmswitch.cc | 206 +++++++++++++++-------------------------------------
+ src/wmswitch.h  |  33 ++++++++-
+ 3 files changed, 92 insertions(+), 153 deletions(-)
+
+commit 34f6d3b3c0e3571c0fda08a41d659e57bdbe5b16
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 14 15:01:07 2017 +0200
+
+    Improve sysfs parsing
+
+ contrib/icewm-menu-xrandr | 54 ++++++++++++++++++++++++++-----------------
+ 1 file changed, 33 insertions(+), 21 deletions(-)
+
+commit 370ca99fccefa255bfd474eba9d1ed693a6937a0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 14 11:21:12 2017 +0200
+
+    Store quickswitch style in the object
+
+ src/wmapp.cc    | 2 +-
+ src/wmswitch.cc | 8 +++++---
+ src/wmswitch.h  | 6 ++++--
+ 3 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 924f196edf4b3ba6ca05154c336f8baca7f2f613
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Oct 8 13:29:51 2017 +0200
+
+    Added sample generator for some predefined xrandr configurations
+
+ contrib/icewm-menu-xrandr | 190 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 190 insertions(+)
+
+commit 0a08273caa31108981879b81754798bad7a4cafc
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Oct 8 01:01:12 2017 +0200
+
+    Arch. rework, splitting model and controller in quickswitch
+
+    Preparing for better reusability of quickswitch.
+
+ src/wmswitch.cc | 559 +++++++++++++++++++++++++++++++---------------------
+ src/wmswitch.h  |  33 ++--
+ 2 files changed, 349 insertions(+), 243 deletions(-)
+
+commit 76d618f1d136060508ffe3aba08748bd55232417
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 23:11:04 2017 +0200
+
+    Better rounding of battery capa percentage
+
+    Only for Linux; stops showing a black pixel line although charging
+    finished, because of rounding errors.
+
+ src/aapm.cc | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit e2908906c7fbd960c764306613d992790679c8c0
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Tue Oct 31 08:35:40 2017 +0000
+
+    Translated using Weblate (Danish)
+
+    Currently translated at 100.0% (319 of 319 strings)
+
+ po/da.po | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 9555fba560cadcd81ed2bfe5cb83e0fe07f4e182
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Tue Oct 31 09:33:23 2017 +0100
+
+    Add name[da]
+
+ lib/icewm-session.desktop | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ad57ad8a8c86fce2dc346fa29549642dba534ac2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 30 15:49:36 2017 -0600
+
+    mark it supported here too
+
+ COMPLIANCE | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6123e49d63fa1dd2773f976790d67d79e8ac53a0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 29 21:40:25 2017 +0100
+
+    add support for _NET_REQUEST_FRAME_EXTENTS.
+
+ TODO                  |   6 +-
+ src/testnetwmhints.cc | 650 +++++++++++++++++++++++++++++++---------------
+ src/wmapp.cc          |   2 +-
+ src/wmmgr.cc          |  56 ++++
+ src/wmmgr.h           |   2 +-
+ src/yxapp.cc          |   8 +-
+ 6 files changed, 506 insertions(+), 218 deletions(-)
+
+commit 0bb8ada5b9120b69c668fd4d85b9049318c9d9d0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Oct 29 17:25:56 2017 +0100
+
+    Better amixer commands
+
+    Setting volume to zero for muting is nonsense - there is a specific
+    on/off state and a toggle command (this also illuminates the mute LED
+    where available).
+
+    PCM channel is not available with PA but Master should work everywhere.
+
+ lib/keys.in | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 30158eb0296e5ae533ab228698d548ef53329190
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Oct 27 18:53:56 2017 -0600
+
+    restore version file
+
+ VERSION | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f3217de8328f40c9cd079ec26839338daefc67c1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Oct 27 18:51:40 2017 -0600
+
+    update po files
+
+ po/ar.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/be.po     | 148 +++++++++++++++++++++++++--------------------------
+ po/bg.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/ca.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/cs.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/da.po     | 150 ++++++++++++++++++++++++++--------------------------
+ po/de.po     | 148 +++++++++++++++++++++++++--------------------------
+ po/el.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/en.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/es.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/fi.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/fr.po     | 148 +++++++++++++++++++++++++--------------------------
+ po/he.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/hr.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/hu.po     | 158 +++++++++++++++++++++++++++----------------------------
+ po/icewm.pot | 146 +++++++++++++++++++++++++-------------------------
+ po/id.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/it.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/ja.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/ko.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/lt.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/lv.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/mk.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/nb.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/nl.po     | 148 +++++++++++++++++++++++++--------------------------
+ po/no.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/pl.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/pt_BR.po  | 146 +++++++++++++++++++++++++-------------------------
+ po/ro.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/ru.po     | 148 +++++++++++++++++++++++++--------------------------
+ po/sk.po     | 150 ++++++++++++++++++++++++++--------------------------
+ po/sl.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/sv.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/tr.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/uk.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/vi.po     | 146 +++++++++++++++++++++++++-------------------------
+ po/zh_CN.po  | 146 +++++++++++++++++++++++++-------------------------
+ po/zh_TW.po  | 146 +++++++++++++++++++++++++-------------------------
+ 38 files changed, 2789 insertions(+), 2789 deletions(-)
+
+commit 0be0b5d058d6eb3ae16074bddc735e816003d73c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 25 23:00:24 2017 +0200
+
+    option -j#JOBS
+
+ dist.sh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 353c0bd653dd19172507fb305582fec3eff78496
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 25 20:18:13 2017 +0200
+
+    Only create titlebar buttons and resize pointer windows
+    when it is apparent that they are really required.
+    This prevents superfluous internal windows which were never used.
+    Move titlebar buttons from wmframe.cc to wmtitle.cc.
+    Improve sensitivity of resize handles at top side of title bar.
+    Only create MiniIcon when it is going to be needed.
+
+ src/decorate.cc    | 205 +++++-----------------------
+ src/movesize.cc    |  34 +++--
+ src/wmbutton.cc    |   2 +-
+ src/wmcontainer.cc |   4 +-
+ src/wmframe.cc     | 298 ++++++++++++++++------------------------
+ src/wmframe.h      |  65 ++++-----
+ src/wmtitle.cc     | 364 +++++++++++++++++++++++++++++++++++++++++++++----
+ src/wmtitle.h      |  27 +++-
+ 8 files changed, 558 insertions(+), 441 deletions(-)
+
+commit 992556ed4330d149ce8620846a5b32aa7228ec69
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 25 20:17:17 2017 +0200
+
+    convert from YCursor to Cursor.
+
+ src/ycursor.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d5241fd364c6493db5f94c49bb2de2f87f664e95
+Merge: 5b084bff 6fc15d9c
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Wed Oct 25 00:12:35 2017 +0200
+
+    Merge pull request #191 from scootergrisen/patch-4
+
+    Update da.po
+
+commit 6fc15d9c34e7b05653deeee1111308e822024a5e
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Tue Oct 24 20:54:17 2017 +0200
+
+    Update da.po
+
+ po/da.po | 78 ++++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 47 insertions(+), 31 deletions(-)
+
+commit 5b084bffe32db80d99496a9ec9d398dabca86452
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 09:23:37 2017 -0600
+
+    move constants to header
+
+ src/yxembed.cc |  3 ---
+ src/yxembed.h  | 18 ++++++++++++++++++
+ src/yxtray.cc  | 18 ------------------
+ 3 files changed, 18 insertions(+), 21 deletions(-)
+
+commit f54f4fefa38338fb0e2479200abf0d29648496c7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 23 17:08:52 2017 +0200
+
+    add titles to taskbar for helpful "xwininfo -tree" output.
+
+ src/atray.cc     |  1 +
+ src/icetray.cc   |  1 +
+ src/wmtaskbar.cc | 22 ++++++++++++++++++++--
+ src/yxtray.cc    |  3 +++
+ 4 files changed, 25 insertions(+), 2 deletions(-)
+
+commit c02457ac02a5b7532ef52abf9a0bf900938758df
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 08:59:43 2017 -0600
+
+    address #180 and #188 by enhancing system tray
+
+    - IceWM system tray did not support any of the XEMBED protocol.
+      This commit makes it follow at least the necessary part of the
+      protocol (embedding life-cycle) so as to play nicer with toolkits.
+
+ src/yxembed.cc | 43 ++++++++++++++++++++++++++++++++++++++++-
+ src/yxembed.h  |  6 ++++++
+ src/yxtray.cc  | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/yxtray.h   |  1 +
+ 4 files changed, 105 insertions(+), 1 deletion(-)
+
+commit 976b3512c701627a25cebd830eddc0f4d84cccc8
+Merge: 82e13e5b 0921f39b
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Mon Oct 23 12:38:33 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 82e13e5bc5a09315d28ee199f0cfa2047628ebb2
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Mon Oct 23 12:21:31 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 84.3% (269 of 319 strings)
+
+ po/sk.po | 27 +++++++++++++--------------
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+commit 0921f39bcb2975de425ebc7fa320185fec058b2f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 06:36:24 2017 -0600
+
+    remainder of fix for #190 - restore focus
+
+    - Uses the _NET_WM_STATE_FOCUSED state on a window to restore focused
+      window on restart.  This commit also does not hide minimized windows
+      on restart.
+
+ src/wmclient.cc | 12 ++++++++++--
+ src/wmframe.cc  |  5 +++++
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+
+commit ec09ecefc76fdbe3c5b5f10d937e8203919509bf
+Merge: e735002c 7153ded9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 05:59:15 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit e735002cf1cdfd0abcb621b61d9925df3d63aef4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 05:54:43 2017 -0600
+
+    correct occupy all workspaces for #190
+
+    - IceWM was using the old WIN_STATE_STICKY incorrectly.  A sticky
+      window is one that sticks to the virtual desktop, not a window
+      that appears on all workspaces.  To acheive that, the workspace
+      or desktop must be set to 0xFFFFFFFF.  This commit corrects the
+      behaviour of _WIN_WORKSPACE, _NET_WM_DESKTOP, _WIN_STATE flag
+      WIN_STATE_STICK, atom _NET_WM_STATE atom _NET_WM_STATE_STICKY.
+
+      This should correct that part of #190.  Because the state was
+      not being stored correctly, it was not being retrieved correctly
+      on restart either.
+
+ src/WinMgr.h        |  4 ++--
+ src/decorate.cc     |  4 ++--
+ src/icesh.cc        |  3 +--
+ src/testwinhints.cc |  2 +-
+ src/wmabout.cc      |  2 +-
+ src/wmclient.cc     | 37 +++++++++++++++++++++----------------
+ src/wmclient.h      |  7 ++++---
+ src/wmframe.cc      | 44 +++++++++++++++++---------------------------
+ src/wmframe.h       | 21 +++++++++++----------
+ src/wmmgr.cc        | 39 ++++++++++++++++-----------------------
+ src/wmmgr.h         |  2 +-
+ src/wmsession.cc    |  2 +-
+ src/wmswitch.cc     |  2 +-
+ src/wmtaskbar.cc    |  5 ++---
+ src/wmwinlist.cc    |  9 ++++-----
+ src/ymsgbox.cc      |  2 +-
+ 16 files changed, 86 insertions(+), 99 deletions(-)
+
+commit 7153ded9692d84c5075b3300d93c0acfa03bc688
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 23 12:55:25 2017 +0200
+
+    prevent a SEGV crash in announceWorkArea when restarting from a nonzero
+    workspace.
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d202107940e985b62ee6ffe963e09c97e6d5d8a1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 23 07:09:34 2017 +0200
+
+    Set tooltips on taskbar collapse button.
+
+ src/wmtaskbar.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c253afad397c7506e1ff59c6e143f8d9d3fedc7e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 23 06:48:32 2017 +0200
+
+    add CONFIG_RENDER to print_configured.
+
+ src/wmapp.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5294024d68f97e5ea1c173553071e64788c63b69
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 01:11:16 2017 +0000
+
+    check for xrender
+
+ configure.ac | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+commit b57737057241fdddef2f167a4e4c6c0f82f3f64b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 00:52:18 2017 +0000
+
+    always query version of extensions
+
+ VERSION      |  2 +-
+ src/yxapp.cc | 32 +++++++++++++++++++++-----------
+ 2 files changed, 22 insertions(+), 12 deletions(-)
+
+commit 47f04bf63e22ac38d3f0e1ab41f21571dbd42639
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 23 00:45:21 2017 +0000
+
+    prepare for Xrender
+
+ src/yxapp.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit 4f14e5d98edffbd7c9c4cc7626a8faf9b7c66770
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 15:37:46 2017 -0600
+
+    should still set frame options on startup
+
+    - just don't mark the window minimized on startup based
+      on initial mapping behavior.
+
+ src/wmframe.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 602d3433a5d876f1756107315297874125337fa3
+Merge: 22f29da8 da9ec580
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 15:30:44 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 22f29da8b42668ee117f5101af7e28d774842052
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 15:27:57 2017 -0600
+
+    try to address #190
+
+    - Ice was always loading _WIN_STATE after _NET_WM_STATE, which is
+      incorrect.  It should only attempt to load _WIN_STATE if the
+      _NET_WM_STATE does not exist.
+
+    - Ice was always setting the iconic state of the window to that
+      requested for initial mapping.  This is not true when restarting
+      and so it is now only checked when not starting.
+
+ src/wmframe.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit da9ec580cc319265afcfc99e0ddee8be59ff3a60
+Merge: ac242fcc 9a8b92e4
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Sun Oct 22 15:05:51 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit ac242fcc1f4f99e45708d433ba12e12869daa829
+Author: Ferdinand Galko <galko.ferdinand@gmail.com>
+Date:   Sun Oct 22 12:52:38 2017 +0000
+
+    Translated using Weblate (Slovak)
+
+    Currently translated at 82.7% (264 of 319 strings)
+
+ po/sk.po | 48 ++++++++++++++++++++++++------------------------
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+commit 9a8b92e4899edd7cd216efb5f5327f093018a187
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 22 15:32:58 2017 +0200
+
+    Only set tooltip text once, not twice.
+
+ src/ywindow.cc | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 60332643714645569faccf0bc3decea22fb355cb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 22 15:31:52 2017 +0200
+
+    Split class YToolTip into a timer and a window. Only create the window
+    when needed. This saves about 25% of windows created (depends on theme).
+
+ src/ytooltip.cc | 93 +++++++++++++++++++++++++++++++----------------------
+ src/ytooltip.h  | 36 ++++++++++++++++-----
+ 2 files changed, 82 insertions(+), 47 deletions(-)
+
+commit f81d328d1a5e00e2e0f18445cf58c4e2d0d7b373
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 22 15:31:29 2017 +0200
+
+    Two convenience functions for easier starting/disabling timers.
+
+ src/ytimer.cc | 21 +++++++++++++++++++++
+ src/ytimer.h  |  2 ++
+ 2 files changed, 23 insertions(+)
+
+commit d0cd99b6408ca82f04bee3865b2270ff7735117c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 22 15:30:56 2017 +0200
+
+    Change ToolTipDelay from 1000 to 500. (1000 is really tedious).
+
+ src/yprefs.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 132d763f03d4924506b27be994ae72104ce00b34
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 22 15:30:18 2017 +0200
+
+    Ignore stray closing form tags. Increase margins. Support WM protocols.
+
+ src/icehelp.cc | 43 ++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 40 insertions(+), 3 deletions(-)
+
+commit 420611d6a0043474e46b2d169d883de98653f70b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 04:02:26 2017 -0600
+
+    update po files again
+
+ po/nl.po    |  6 +++---
+ po/pt_BR.po | 22 +++++++++++-----------
+ 2 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 47fca2fb9304a083348061eb01c0221333e8d34d
+Merge: 57b09488 db1aacbf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 03:59:35 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 57b094882e6cac2fc230267c73baacf9301f57e2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 03:57:40 2017 -0600
+
+    update po files
+
+ po/ar.po     | 38 +++++++++++++++++++-------------------
+ po/be.po     | 38 +++++++++++++++++++-------------------
+ po/bg.po     | 38 +++++++++++++++++++-------------------
+ po/ca.po     | 38 +++++++++++++++++++-------------------
+ po/cs.po     | 38 +++++++++++++++++++-------------------
+ po/da.po     | 38 +++++++++++++++++++-------------------
+ po/de.po     | 38 +++++++++++++++++++-------------------
+ po/el.po     | 38 +++++++++++++++++++-------------------
+ po/en.po     | 38 +++++++++++++++++++-------------------
+ po/es.po     | 38 +++++++++++++++++++-------------------
+ po/fi.po     | 38 +++++++++++++++++++-------------------
+ po/fr.po     | 38 +++++++++++++++++++-------------------
+ po/he.po     | 38 +++++++++++++++++++-------------------
+ po/hr.po     | 38 +++++++++++++++++++-------------------
+ po/hu.po     | 38 +++++++++++++++++++-------------------
+ po/icewm.pot | 38 +++++++++++++++++++-------------------
+ po/id.po     | 38 +++++++++++++++++++-------------------
+ po/it.po     | 38 +++++++++++++++++++-------------------
+ po/ja.po     | 38 +++++++++++++++++++-------------------
+ po/ko.po     | 38 +++++++++++++++++++-------------------
+ po/lt.po     | 38 +++++++++++++++++++-------------------
+ po/lv.po     | 38 +++++++++++++++++++-------------------
+ po/mk.po     | 38 +++++++++++++++++++-------------------
+ po/nb.po     | 38 +++++++++++++++++++-------------------
+ po/nl.po     | 38 +++++++++++++++++++-------------------
+ po/no.po     | 38 +++++++++++++++++++-------------------
+ po/pl.po     | 38 +++++++++++++++++++-------------------
+ po/pt_BR.po  | 38 +++++++++++++++++++-------------------
+ po/ro.po     | 38 +++++++++++++++++++-------------------
+ po/ru.po     | 38 +++++++++++++++++++-------------------
+ po/sk.po     | 38 +++++++++++++++++++-------------------
+ po/sl.po     | 38 +++++++++++++++++++-------------------
+ po/sv.po     | 38 +++++++++++++++++++-------------------
+ po/tr.po     | 38 +++++++++++++++++++-------------------
+ po/uk.po     | 38 +++++++++++++++++++-------------------
+ po/vi.po     | 38 +++++++++++++++++++-------------------
+ po/zh_CN.po  | 38 +++++++++++++++++++-------------------
+ po/zh_TW.po  | 38 +++++++++++++++++++-------------------
+ 38 files changed, 722 insertions(+), 722 deletions(-)
+
+commit 2c9d6d97416d6091371d94e799a1a45f8188729d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 03:54:47 2017 -0600
+
+    solve merge conflict better
+
+ src/yxtray.cc | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit a1b47bf8ede7cd478e719d25f9f015ddbdcdb453
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 03:52:22 2017 -0600
+
+    resolve conflict
+
+ src/yxtray.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 563d73f4c0c90a886675442650daaaff6608f9af
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 03:49:42 2017 -0600
+
+    do not need this anymore
+
+ src/wmtaskbar.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit f550ba4c7d6824fe72b23a963d4a7403bd95ed2b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 22 03:49:09 2017 -0600
+
+    update compliance
+
+ COMPLIANCE | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 63 insertions(+), 6 deletions(-)
+
+commit db1aacbfa63f234b50a7c9b5b0cb31f5df1cbf5f
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Thu Oct 19 16:34:28 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (319 of 319 strings)
+
+ po/pt_BR.po | 44 ++++++++++++++++++++++----------------------
+ 1 file changed, 22 insertions(+), 22 deletions(-)
+
+commit 563c8cbea1d3304981c6ebf09ad179b29b54dd9f
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Wed Oct 18 21:38:50 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 100.0% (319 of 319 strings)
+
+ po/pt_BR.po | 33 ++++++++++++++++++++++++++++++++-
+ 1 file changed, 32 insertions(+), 1 deletion(-)
+
+commit 9639670fef8a2dae8d3ba00489cac6e9d4fd400b
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Wed Oct 18 21:38:50 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 99.6% (318 of 319 strings)
+
+ po/pt_BR.po | 34 ++++++++++++++++------------------
+ 1 file changed, 16 insertions(+), 18 deletions(-)
+
+commit 3f6a27de6eb5f3f556c622e6f20cbba97344655f
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Wed Oct 18 21:20:51 2017 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 84.3% (269 of 319 strings)
+
+ po/nl.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 6bf8cfa144f4575ce393ee767a80a3109c1bb7d0
+Merge: 3ff115fb 5e8a6bdf
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Wed Oct 18 21:18:46 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 3ff115fbba415cfd725484c119fbed93fa3f6990
+Author: Freek de Kruijf <freek@opensuse.org>
+Date:   Wed Oct 18 21:18:00 2017 +0000
+
+    Translated using Weblate (Dutch)
+
+    Currently translated at 83.6% (267 of 319 strings)
+
+ po/nl.po | 43 ++++++++++++++++++++-----------------------
+ 1 file changed, 20 insertions(+), 23 deletions(-)
+
+commit 5e8a6bdf8a60d5906f02593734808b09f2bed2fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Oct 18 23:16:42 2017 +0200
+
+    It has no use to call setColormap when XColormapEvent is a
+    ColormapUninstalled, but it can lead to X errors.
+
+ src/wmclient.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 25ae2eb14948330bc1c2e3c1b865cd1b18bb4d7c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 18 03:44:53 2017 -0600
+
+    fix for dark vertical lines mentioned in #184
+
+ src/yxtray.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 078ff1979ce5ee2a8513b16ce2260c1b5bf40831
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 18 03:35:08 2017 -0600
+
+    update po files
+
+ po/ar.po     | 14 +++++++-------
+ po/be.po     | 14 +++++++-------
+ po/bg.po     | 14 +++++++-------
+ po/ca.po     | 14 +++++++-------
+ po/cs.po     | 14 +++++++-------
+ po/da.po     | 14 +++++++-------
+ po/de.po     | 14 +++++++-------
+ po/el.po     | 14 +++++++-------
+ po/en.po     | 14 +++++++-------
+ po/es.po     | 14 +++++++-------
+ po/fi.po     | 14 +++++++-------
+ po/fr.po     | 14 +++++++-------
+ po/he.po     | 14 +++++++-------
+ po/hr.po     | 14 +++++++-------
+ po/hu.po     | 14 +++++++-------
+ po/icewm.pot | 14 +++++++-------
+ po/id.po     | 14 +++++++-------
+ po/it.po     | 14 +++++++-------
+ po/ja.po     | 14 +++++++-------
+ po/ko.po     | 14 +++++++-------
+ po/lt.po     | 14 +++++++-------
+ po/lv.po     | 14 +++++++-------
+ po/mk.po     | 14 +++++++-------
+ po/nb.po     | 14 +++++++-------
+ po/nl.po     | 14 +++++++-------
+ po/no.po     | 14 +++++++-------
+ po/pl.po     | 14 +++++++-------
+ po/pt_BR.po  | 14 +++++++-------
+ po/ro.po     | 14 +++++++-------
+ po/ru.po     | 14 +++++++-------
+ po/sk.po     | 14 +++++++-------
+ po/sl.po     | 14 +++++++-------
+ po/sv.po     | 14 +++++++-------
+ po/tr.po     | 14 +++++++-------
+ po/uk.po     | 14 +++++++-------
+ po/vi.po     | 14 +++++++-------
+ po/zh_CN.po  | 14 +++++++-------
+ po/zh_TW.po  | 14 +++++++-------
+ 38 files changed, 266 insertions(+), 266 deletions(-)
+
+commit d9916e35731af6906da5374019f30f343b4b90c7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 18 03:33:24 2017 -0600
+
+    fix ca.po again
+
+ po/ca.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 24de67d3f043c40e382ff83a2b247b5afa486980
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 18 03:28:14 2017 -0600
+
+    corrections
+
+ po/ca.po | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit cf927a5af379a26eb63c934320ce89fb03672b71
+Merge: 5efc64d0 1255368f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 18 03:10:31 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 5efc64d0fcc3359fee85f731e85d22a7f2ae3eab
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 18 03:06:32 2017 -0600
+
+    metering to debug #184
+
+    From the looks of it a lot of pixmaps that are generated with the
+    root window depth are created and Icewm just expects frames to have
+    the same depth as the root window.
+
+    What will have to be done is to create a YFrameDecor window as a
+    child of YFrameWindow with a default visual and depth so that frame
+    decorations can be moved to that window.  It only needs to be placed
+    below all of the other children and things will display correctly.
+
+    This is non-trivial and requires creating a new class that takes over
+    all the graphics work of the actual frame.
+
+ src/decorate.cc   |  2 +-
+ src/icewmbg.cc    |  2 +-
+ src/wmbutton.cc   |  5 +++++
+ src/wmframe.cc    |  7 ++++++-
+ src/wmtitle.cc    |  2 +-
+ src/yimage.h      |  2 +-
+ src/yimage_gdk.cc |  7 ++++---
+ src/ypaint.cc     | 44 ++++++++++++++++++++++++++++++++++++++------
+ src/ypaint.h      | 13 +++++--------
+ src/ypixmap.cc    | 20 +++++++++++---------
+ src/ypixmap.h     |  7 +++++--
+ src/ywindow.cc    |  2 +-
+ 12 files changed, 79 insertions(+), 34 deletions(-)
+
+commit 1255368f70f07c2b390c430403e85030f845e546
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 18 06:52:55 2017 +0200
+
+    Argh, that API needs extra definitions on kFreeBSD as well
+
+ src/apppstatus.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0865edd60b0ce3503e4765f6733838743ba74d06
+Merge: 430b1654 6bd07a62
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 17 19:53:10 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 430b165470f2263240d2f3579cf44d8de1309376
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 17 19:52:27 2017 -0600
+
+    final fix for #184 reconfigure client too
+
+ src/yxtray.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 25deed71296c419d2f3adf1a777a11f910da8ef0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 17 19:31:06 2017 -0600
+
+    this is workable but tray 2 pixels too high with bevel
+
+ src/yxtray.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit b7dc944ab442854129edfb8929eadf76a99103e0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 17 18:59:33 2017 -0600
+
+    remove unused code
+
+ src/yxtray.cc | 28 ----------------------------
+ 1 file changed, 28 deletions(-)
+
+commit 6bd07a62bf8007d4183be2eb9b73ac521aa4f8d2
+Merge: 7af0965b 8c5bca30
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Tue Oct 17 19:37:38 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 7af0965b38ee38f4ad18eaa19778fa8d4ea6319e
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Tue Oct 17 19:36:38 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 99.3% (317 of 319 strings)
+
+ po/pt_BR.po | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 8c5bca30b954dd2bf793ab8ae045d91f1ac82861
+Merge: 0ab485db dc7c525b
+Author: Stanislav Brabec <sbrabec@suse.com>
+Date:   Tue Oct 17 21:31:21 2017 +0200
+
+    Merge remote-tracking branch 'weblate/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit dc7c525b51dac9f4c44b48188581015ef0436ce9
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Tue Oct 17 19:04:20 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 99.0% (316 of 319 strings)
+
+ po/pt_BR.po | 201 ++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 116 insertions(+), 85 deletions(-)
+
+commit 88eb37696cc92a9269aac26f26ff888b21bffa8e
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Oct 16 16:07:42 2017 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 100.0% (319 of 319 strings)
+
+ po/ca.po | 31 +++++++++++++------------------
+ 1 file changed, 13 insertions(+), 18 deletions(-)
+
+commit 0ab485dbfdf40e52894bb1b48d952682075041e6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 17 21:18:52 2017 +0200
+
+    Don't attempt to resize destroyed windows as this is needless
+    and only causes X errors.
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a585b3ad569b6e17324535b5b4c6615c953a8904
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 17 21:14:40 2017 +0200
+
+    SaveSet only applies to adopted clients, not to icewm internal windows.
+    Only call XRemoveFromSaveSet and XAddToSaveSet if the frame is adopted.
+    This saves needless operations which only result in X errors.
+    When a window is destroyed then prevent it from being focused.
+    Check the return value of XGetWindowAttributes as this may fail
+    if window was destroyed.
+    Fix a swapped parameter order for XSelectInput.
+
+ src/wmframe.cc | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 94de0a0f3884ea36f25a4995e11e64e88f971def
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 17 21:12:52 2017 +0200
+
+    When an unmap event is due to a destroy and we have the DestroyNotify
+    then set the wfDestroyed flag. This will prevent some operations
+    which are invalid for destroyed windows and only cause X errors.
+
+ src/wmclient.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fc146cc170eb2802fb40bdeb2f71526e6bef1d5b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 17 21:11:23 2017 +0200
+
+    Don't layout resize indicators when window is fullscreen, because then
+    window widths/heights will be zero, which causes X errors.
+
+ src/decorate.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit e601faa3bd74e5c4180cc9c33befd44b5aa37561
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 17 21:10:41 2017 +0200
+
+    When printing X errors use tlog instead of warn so we get the time in ms.
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d4d30066c39e4659c90d5b1fd7f46fb747401f17
+Author: David Medina <medipas@gmail.com>
+Date:   Mon Oct 16 15:57:29 2017 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 99.6% (318 of 319 strings)
+
+ po/ca.po | 174 ++++++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 120 insertions(+), 54 deletions(-)
+commit f7b3732c4005d94213a1935480ce3b74c3778543
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 10:06:32 2017 -0600
+
+    update po files
+
+ po/ar.po     |  52 ++++++++++-----------
+ po/be.po     |  52 ++++++++++-----------
+ po/bg.po     |  52 ++++++++++-----------
+ po/ca.po     |  56 +++++++++++-----------
+ po/cs.po     |  52 ++++++++++-----------
+ po/da.po     |  52 ++++++++++-----------
+ po/de.po     |  52 ++++++++++-----------
+ po/el.po     |  52 ++++++++++-----------
+ po/en.po     |  52 ++++++++++-----------
+ po/es.po     |  52 ++++++++++-----------
+ po/fi.po     |  52 ++++++++++-----------
+ po/fr.po     |  52 ++++++++++-----------
+ po/he.po     |  52 ++++++++++-----------
+ po/hr.po     |  52 ++++++++++-----------
+ po/hu.po     |  52 ++++++++++-----------
+ po/icewm.pot |  52 ++++++++++-----------
+ po/id.po     |  52 ++++++++++-----------
+ po/it.po     |  56 +++++++++++-----------
+ po/ja.po     | 138 +++++++++++++++++++++++++++++++++----------------------
+ po/ko.po     |  52 ++++++++++-----------
+ po/lt.po     |  52 ++++++++++-----------
+ po/lv.po     |  52 ++++++++++-----------
+ po/mk.po     |  52 ++++++++++-----------
+ po/nb.po     |  52 ++++++++++-----------
+ po/nl.po     |  52 ++++++++++-----------
+ po/no.po     |  52 ++++++++++-----------
+ po/pl.po     |  52 ++++++++++-----------
+ po/pt_BR.po  |  56 +++++++++++-----------
+ po/ro.po     |  52 ++++++++++-----------
+ po/ru.po     |  52 ++++++++++-----------
+ po/sk.po     |  52 ++++++++++-----------
+ po/sl.po     |  52 ++++++++++-----------
+ po/sv.po     |  52 ++++++++++-----------
+ po/tr.po     |  52 ++++++++++-----------
+ po/uk.po     |  52 ++++++++++-----------
+ po/vi.po     |  52 ++++++++++-----------
+ po/zh_CN.po  |  52 ++++++++++-----------
+ po/zh_TW.po  |  52 ++++++++++-----------
+ 38 files changed, 1051 insertions(+), 1023 deletions(-)
+
+commit 09cfe43b982fb67c4dfd3b0d16879ab5ea9390b9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 07:52:44 2017 -0600
+
+    do not know why this works but it does
+
+ src/wmtaskbar.cc | 3 +++
+ src/yxtray.cc    | 5 ++---
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 103716c2274a954a08b3f5ab3c6681ac489cb4fc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 07:01:10 2017 -0600
+
+    Revert "do not need this function anymore"
+
+    This reverts commit 9598300f5d8a1e9206d389fc18dc396346e1845b.
+
+    Yes we do.
+
+ src/icetray.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 3c5533ac66903165b9061175fb43c9ea45898c8c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 05:10:12 2017 -0600
+
+    address #160 .png is nicer than .svg
+
+ src/yicon.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 460bd0042624716d7c0c697490945aa0d3bde976
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 05:05:36 2017 -0600
+
+    address #149 new focus and order .svg .png .xpm
+
+ lib/Makefile.am           |   2 ++
+ lib/icons/focus_16x16.png | Bin 0 -> 691 bytes
+ lib/icons/focus_32x32.png | Bin 0 -> 1475 bytes
+ src/yicon.cc              |   2 +-
+ 4 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 9598300f5d8a1e9206d389fc18dc396346e1845b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 04:24:23 2017 -0600
+
+    do not need this function anymore
+
+ src/icetray.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5262fcbadc09068b95e4b846823866a839c2f619
+Merge: b136512c 34e1510d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 04:05:17 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit b136512c2a13907c40182d40d1e9d7ba08663819
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 04:02:46 2017 -0600
+
+    fix for #72 make windows transparent down to taskbar
+
+    - now if the taskbar has a gradient, it appears under systray icons
+
+ src/icetray.cc |  1 +
+ src/ywindow.cc |  5 +++++
+ src/ywindow.h  |  2 ++
+ src/yxembed.cc |  2 ++
+ src/yxtray.cc  | 18 +++++++++++++++---
+ 5 files changed, 25 insertions(+), 3 deletions(-)
+
+commit 34e1510d1c8a04b9f399c4642b4e1345d207a6c3
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 16 12:00:35 2017 +0200
+
+    Fix documentation of NIC detection pattern
+
+    Fixes #182
+
+ doc/icewm.adoc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 57b2083cd31dd4bab64132d194f142692ceb6f47
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 00:46:41 2017 -0600
+
+    Revert "raise input windows"
+
+    This reverts commit b00a371e5ed5244d18c785bebd68e128f72c11ad.
+
+    Doesn't really work to raise these windows: they raise over titlebar
+    buttons.  Also, if they are over the client, bad things happen in the
+    corners.
+
+ src/decorate.cc | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 302189bddb7c64c76a97ad8ee2406bf744e9a6a9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 16 00:44:23 2017 -0600
+
+    allocate non-default colormaps for frames
+
+ src/wmframe.cc |  4 ++--
+ src/wmframe.h  |  2 +-
+ src/wmmgr.cc   |  3 +--
+ src/ywindow.cc | 14 +++++++++-----
+ src/ywindow.h  |  5 ++---
+ 5 files changed, 15 insertions(+), 13 deletions(-)
+
+commit 04795a62394f676df93028611767c5d4a83f4c6a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 23:48:31 2017 -0600
+
+    Revert "prefer CopyFromParent if possible."
+
+    This reverts commit 6aab9f63976a35121c546383ff4e422530d02db1.
+
+ src/ywindow.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit a0f801dbba41c896d78e7868b29db2b436738413
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 23:34:11 2017 -0600
+
+    remove debugs
+
+ src/wmframe.cc | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit b00a371e5ed5244d18c785bebd68e128f72c11ad
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 23:33:35 2017 -0600
+
+    raise input windows
+
+ src/decorate.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 4c45dc9255d97f1ded87edaf15117a64e00d9dab
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 23:25:23 2017 -0600
+
+    create windows under parent before reparenting
+
+    - general problem was that windows were being reparented
+      before being created.  They must be created before being
+      reparented for CopyFromParent to be determinate.
+
+ src/wmbutton.cc   | 2 --
+ src/wmminiicon.cc | 2 --
+ src/wmtitle.cc    | 2 --
+ src/ywindow.cc    | 2 ++
+ 4 files changed, 2 insertions(+), 6 deletions(-)
+
+commit 71da4befc876a1e4e15e1a58ba964568a642f9e4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 23:19:22 2017 -0600
+
+    create decorations top-level and reparent after creation
+
+     - problem with deferred creation is that the parent can
+       change between creation of the YWindow object and the
+       later call to create (reparent() method does not
+       create the window before reparenting it).
+
+     - nevertheless, this commit creates decorations as a
+       child of "desktop" and then reparents them under the
+       intended parent (the frame).  Thus they wind up with
+       a default depth, visual and colormap instead of that
+       of the frame which can be 32.
+
+ src/wmbutton.cc   | 5 ++++-
+ src/wmminiicon.cc | 5 ++++-
+ src/wmtitle.cc    | 5 ++++-
+ 3 files changed, 12 insertions(+), 3 deletions(-)
+
+commit f38234d10b5fd9466b7ada4d078a4e3b314463a4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 22:50:33 2017 -0600
+
+    Revert "Better initialization of YDesktop window."
+
+    This reverts commit a361ee856953853ef428a5d1d8fe5b7f75be3857.
+
+ src/ywindow.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0f6e75fdbe43e47495ccb1a6c70b420c1bec5661
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 22:24:00 2017 -0600
+
+    create inputOnly windows with correct parameters
+
+ src/wmframe.cc | 35 +++++++++++++++++------------------
+ 1 file changed, 17 insertions(+), 18 deletions(-)
+
+commit ef33bc55a5ff38a50c85e32c9d6ccdd87f7713ef
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Oct 15 20:31:13 2017 -0600
+
+    always report X errors
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a361ee856953853ef428a5d1d8fe5b7f75be3857
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 17:59:02 2017 +0200
+
+    Better initialization of YDesktop window.
+
+ src/ywindow.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6aab9f63976a35121c546383ff4e422530d02db1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 17:07:30 2017 +0200
+
+    prefer CopyFromParent if possible.
+
+ src/ywindow.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit d8546f2d53259857cd064a339d327cf3d6802239
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 16:28:17 2017 +0200
+
+    prevent disturbing flashing on miniicons
+
+ src/wmminiicon.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ef69ff639c510b5bdd2b42ab9344a0d1cdc983a8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 15:55:51 2017 +0200
+
+    use CopyFromParent by default as this prevents disturbing flashing on
+    frame borders when switching focus.
+
+ src/wmframe.h |  2 +-
+ src/wmmgr.cc  | 11 +++++++----
+ 2 files changed, 8 insertions(+), 5 deletions(-)
+
+commit 92a4d4bd3473e63ff2176c95e374ab7688fce918
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 14:12:20 2017 +0200
+
+    Prevent disturbing flashing when switching focus.
+
+ src/wmtitle.cc | 2 +-
+ src/ybutton.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit b5cb3779b0457884b6c56fe8fe884d202ccf357b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Oct 15 13:11:58 2017 +0200
+
+    Fix list handling in audio library CFLAGS
+
+ src/CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+commit 8cdf7311f57bead9caf03b5883b50da683d7082d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 11:05:47 2017 +0200
+
+    should have class
+
+ doc/icewm.adoc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7bac495dd1eded28703cf2c7899af82261008d88
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 15 10:56:34 2017 +0200
+
+    workspaces Shift + left button click
+
+ doc/icewm.1.adoc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 9caab519510becf9e4be5efb49c4100111eb008a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Oct 13 05:18:30 2017 -0600
+
+    make sure installed colormaps are correct
+
+    - when making the client container and frame a depth of 32 with an
+      ARGB visual, the colormaps must match the visual.  This corrects
+      that.  There are still some BadDrawables, so the WM must be attempting
+      to use a depth 24 GC on a depth 32 window (i.e. drawing on either
+      the client container or the frame or both).  Next commit will
+      address that.
+
+ src/wmframe.cc    | 49 +++++++++++++++++++++++++++++++------------------
+ src/wmframe.h     |  2 +-
+ src/wmmgr.cc      |  6 ++++--
+ src/wmminiicon.cc |  3 ++-
+ src/wmtitle.cc    |  2 +-
+ src/ybutton.cc    |  2 +-
+ src/ywindow.cc    | 21 ++++++++++++++++++---
+ src/ywindow.h     |  6 +++++-
+ 8 files changed, 63 insertions(+), 28 deletions(-)
+
+commit 3820eb78755e3a0dd0260f9ba9c73147a74c1bfa
+Merge: 4ea99428 cef22c38
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Oct 12 23:00:47 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 4ea99428b5d61ed21b0776c616722c30d26e8721
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Oct 12 22:52:23 2017 -0600
+
+    make frame inherit ARGB visual from client (#130)
+
+    - Some (if not all) compositors only use the visual of top-level
+      windows when compositing.  This causes problems when the frame
+      of a reparented client has an RGB visual and the client has an
+      ARGB visual.  When creating a frame as a parent of the root
+      window, it will always get an RGB visual (the root window
+      cannot be transparent as there is nothing behind it so the
+      root (and default) visual is an RGB visual (depth == 24)).
+      Therefore, when the client has an ARGB visual (depth == 32),
+      we remember that depth and visual and use it when creating
+      the frame window.
+
+    - This could be a fix for #130.
+
+ src/wmframe.cc | 4 ++--
+ src/wmframe.h  | 2 +-
+ src/wmmgr.cc   | 7 ++++++-
+ src/ywindow.cc | 7 ++++---
+ src/ywindow.h  | 5 ++++-
+ 5 files changed, 17 insertions(+), 8 deletions(-)
+
+commit cef22c38ab41a26e09f807e538fe673be6e6706b
+Merge: d6bfa510 94b7555b
+Author: openSUSE Weblate <weblate-noreply@opensuse.org>
+Date:   Fri Oct 13 02:37:43 2017 +0000
+
+    Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit d6bfa510933a7ef4979e3ee981991b4fddd66782
+Author: Luiz Fernando Ranghetti <elchevive68@gmail.com>
+Date:   Thu Oct 12 18:25:31 2017 +0000
+
+    Translated using Weblate (Portuguese (Brazil))
+
+    Currently translated at 88.7% (283 of 319 strings)
+
+ po/pt_BR.po | 81 +++++++++++++++++++++++++++------------------------------
+ 1 file changed, 39 insertions(+), 42 deletions(-)
+
+commit ce75833039e074b6ab96bf66e096c3148ca9c776
+Author: David Medina <medipas@gmail.com>
+Date:   Wed Oct 11 17:02:05 2017 +0000
+
+    Translated using Weblate (Catalan)
+
+    Currently translated at 97.4% (311 of 319 strings)
+
+ po/ca.po | 43 ++++++++++++++++++++-----------------------
+ 1 file changed, 20 insertions(+), 23 deletions(-)
+
+commit 94b7555b4869386f5cf54ae15ace70b024084609
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Oct 12 20:20:29 2017 -0600
+
+    support _NET_WM_WINDOW_OPACITY (fix for #130 ?)
+
+    - Compositors look for the property _NET_WM_WINDOW_OPACITY on
+      top-level windows only.  Client set _NET_WM_WINDOW_OPACITY on
+      on their top-level windows (override redirect or not).
+      Reparenting window managers (such as IceWM) need to propagate
+      changes in the _NET_WM_WINDOW_OPACITY property to the frame
+      so that compositors will see it.
+
+      The same might also true for the _NET_WM_WINDOW_TYPE which
+      clients also should set on override redirect windows as well as
+      managed top-level windows.  Two other properties that might have
+      to be propagated to the frame are: _NET_WM_OPAQUE_REGION and
+      _NET_WM_BYPASS_COMPOSITOR.
+
+      To really fix #130, it may be necessary to ensure that the root
+      window and frame uses an ARGB visual when available instead of
+      the default, which is usually an RGB visual.
+
+ COMPLIANCE      |  2 +-
+ src/wmapp.cc    |  2 +-
+ src/wmclient.cc | 34 ++++++++++++++++++++++++++++++++++
+ src/wmclient.h  |  2 ++
+ src/wmframe.cc  | 11 +++++++++++
+ src/wmframe.h   |  1 +
+ src/wmmgr.h     |  2 +-
+ 7 files changed, 51 insertions(+), 3 deletions(-)
+
+commit b87a88c90d0642390771240138e122779ace1cab
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 11 02:27:14 2017 -0600
+
+    rename notifyFocus() to notifyActive()
+
+    - function changes _NET_ACTIVE_WINDOW which is notification
+      that the active window changed not the focussed window
+
+ src/wmmgr.cc | 4 ++--
+ src/wmmgr.h  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit ae57e64c2f441c86c0e2c5073a2b5af3173b8e54
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 11 01:24:24 2017 -0600
+
+    do not update _NET_ACTIVE_WINDOW when unnecessary
+
+    - IceWM calls notifyFocus() even when the active client
+      has not changed.  This can be very often and changing
+      _NET_ACTIVE_WINDOW to the same value still raises a
+      property notification each time.  This change simply
+      checks if the new value to set is the same as the last
+      value that was set and does not update otherwise.
+
+    - Note that the same is true of updateClientList() and
+      _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING.  These
+      really need to check whether anything has changed
+      before updating these root window properties with the
+      same list as before and very frequently, causing any
+      other progrm interested in the list to reload and
+      analyze the entire list again on each update.
+
+ src/wmmgr.cc | 17 ++++++++++-------
+ src/wmmgr.h  |  1 +
+ 2 files changed, 11 insertions(+), 7 deletions(-)
+
+commit a35b86a71dffd3427453b900d1df618007097f85
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Oct 11 01:21:09 2017 -0600
+
+    a little purer ICCMS 2.0 getInputFocusHint behaviour
+
+ src/wmframe.cc |  9 ---------
+ src/wmmgr.cc   | 10 ++++------
+ 2 files changed, 4 insertions(+), 15 deletions(-)
+
+commit 72e281302979986b52da1210c1c6ff543409bb4b
+Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
+Date:   Wed Oct 11 02:11:20 2017 +0000
+
+    Translated using Weblate (Japanese)
+
+    Currently translated at 100.0% (319 of 319 strings)
+
+ po/ca.po | 111 +++++++++----------
+ po/it.po |  18 +--
+ po/ja.po | 353 ++++++++++++++++++++++++++++++++---------------------------
+ 3 files changed, 257 insertions(+), 225 deletions(-)
+
+commit 6c2b2d14f047b101c7193b200e6e2a4734cef722
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 23:47:52 2017 -0600
+
+    document perl requirement
+
+ README.md.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ea67114cba02789d2eb207dd91461b7e9de3157d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 23:36:25 2017 -0600
+
+    update po files
+
+ po/ar.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/be.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/bg.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/ca.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/cs.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/da.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/de.po     | 161 +++++++++++++++++++++++++++++--------------------------
+ po/el.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/en.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/es.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/fi.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/fr.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/he.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/hr.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/hu.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/icewm.pot | 134 ++++++++++++++++++++++++++++-----------------
+ po/id.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/it.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/ja.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/ko.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/lt.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/lv.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/mk.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/nb.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/nl.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/no.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/pl.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/pt_BR.po  | 134 ++++++++++++++++++++++++++++-----------------
+ po/ro.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/ru.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/sk.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/sl.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/sv.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/tr.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/uk.po     | 138 +++++++++++++++++++++++++++++------------------
+ po/vi.po     | 134 ++++++++++++++++++++++++++++-----------------
+ po/zh_CN.po  | 134 ++++++++++++++++++++++++++++-----------------
+ po/zh_TW.po  | 134 ++++++++++++++++++++++++++++-----------------
+ 38 files changed, 3241 insertions(+), 1922 deletions(-)
+
+commit 2709fe934fd5765608ec991ad08e16a2a1ade7cf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 23:31:16 2017 -0600
+
+    add missing source files to po/POTFILES.in
+
+ po/POTFILES.in | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 5b947cfff09e3780b8df5b3d442510c61d527dee
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 23:22:36 2017 -0600
+
+    remove removed file
+
+ po/POTFILES.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1cc09042025768d573dabff492e580af28bf0515
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 23:16:59 2017 -0600
+
+    update TODO
+
+ TODO | 26 +++++++++++++++++++++++++-
+ 1 file changed, 25 insertions(+), 1 deletion(-)
+
+commit 29c67752bef90cf261b03a0d4d2b3e860c24419b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 23:08:21 2017 -0600
+
+    update COMPLIANCE
+
+ COMPLIANCE | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit b4c7a2bbbbc0b4dbe17b9cec08bbd5f828e8036e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 21:21:47 2017 -0600
+
+    just activate window regardless of focus
+
+ src/wmcontainer.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit f31dd152f6254e8bd72a673c051cbb6455feb554
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 21:10:44 2017 -0600
+
+    more wat was intended here
+
+ src/wmcontainer.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 74689f564c49d3a39cc99589e337f1b8e42add72
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:49:54 2017 -0600
+
+    missing qualify on constant
+
+ src/wmmgr.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 63a4cb8765fccb0c3d64a61090677dc949a92a39
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:47:40 2017 -0600
+
+    getInputFocusHint() is never true when client takes focus
+
+ src/wmframe.cc | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+commit a33f78d42a4f831dd280f33758e94365ef4b8fc9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:44:57 2017 -0600
+
+    simplify and document setFocus() behaviour
+
+ src/wmmgr.cc | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 933c61f36bd51a459f553ac866ad8d2a73db2e90
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:24:52 2017 -0600
+
+    document getInputFocusHint behaviour in code
+
+ src/wmframe.cc | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit 406709455f744d5f5f1fa8f467e5276bf2fe4a37
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:15:21 2017 -0600
+
+    Revert "Revert erroneous commit d3b00cc4ed07f4f55695b9b91b20e0e9b08d9cf7
+    "JDK7 focus fix" as this makes IceWM focus behavior non-conformant. See
+    issue #23."
+
+    This reverts commit dad0795135a24c24ee49e733011eabbfcd474c0b.
+
+ src/wmframe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 67e61e0d05e1afe9b882d3caf859c025bd70e08e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:14:28 2017 -0600
+
+    Revert "fix getInputFocusHint"
+
+    This reverts commit 7ffddee7a0f08cee554b3b9ae3521f5e85cf9e44.
+
+ src/wmframe.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4b3ce9ddf95353f33a881bfe04ba00aeee91c8fa
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:05:39 2017 -0600
+
+    remove unused code
+
+ src/wmmgr.cc | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+commit 37ffbbf8bd5bb1a1b9c230c46b8dc866a7930a21
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 20:03:02 2017 -0600
+
+    remove unnecessary java7 hack
+
+ src/default.h |  2 --
+ src/wmmgr.cc  | 33 +++------------------------------
+ 2 files changed, 3 insertions(+), 32 deletions(-)
+
+commit 753d0cca794747dab569ede1ece66d3bc18cd59b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 19:58:17 2017 -0600
+
+    don't set focus if sent WM_TAKE_FOCUS (ICCCM 2.0)
+
+ src/wmmgr.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 893eb31a85e40f4a34ab4a1bd1e20b37bcd8bbc4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 19:56:13 2017 -0600
+
+    more vim swap files to ignore
+
+ .gitignore | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 268a29a7eaaa52c09223e3417c67592667139f1b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 19:48:56 2017 -0600
+
+    remove unnecessary check for frame
+
+ src/wmcontainer.cc | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit ec11ac5a1a4da8ffc877ed43e2b4b359e6c9b6d9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 16:33:07 2017 -0600
+
+    Revert "Taskbar never needs focus and should never get focus"
+
+    This reverts commit fa0f5a30f089b3e967cf8d1c8803fa11492d6ae9.
+
+ src/wmtaskbar.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit 8c257c51854d6da6227243b095f992e81a2c74d7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 16:32:56 2017 -0600
+
+    Revert "no need to activate the taskbar."
+
+    This reverts commit e368aba4be508991b0f8406e6c9f9d9b4dc43446.
+
+ src/wmtaskbar.cc | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+commit 335d41764e9d2656f5a2f045758241e634ef927b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 16:28:06 2017 -0600
+
+    Revert "avoid RevertToNone when setting focus. use RevertToPointerRoot."
+
+    This reverts commit 635bc8c1bc7e689d390f54b60bad7e0a24717ec5.
+
+ src/wmmgr.cc   | 13 +++++++------
+ src/ywindow.cc |  2 +-
+ src/yxapp.cc   |  8 --------
+ src/yxapp.h    |  2 --
+ 4 files changed, 8 insertions(+), 17 deletions(-)
+
+commit 7ffddee7a0f08cee554b3b9ae3521f5e85cf9e44
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Oct 9 16:26:46 2017 -0600
+
+    fix getInputFocusHint
+
+ src/wmframe.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ce94e59fc45def23de402cd8b438c36b098f4a2e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 9 22:47:31 2017 +0200
+
+    Turn predefined actions into an enumerated type.
+    This allows to switch-case on them and saves a little space.
+
+ src/CMakeLists.txt |  2 +-
+ src/Makefile.am    |  3 --
+ src/decorate.cc    |  2 +-
+ src/objbutton.h    |  4 +-
+ src/testmenus.cc   |  2 +-
+ src/themes.cc      |  2 +-
+ src/wmaction.cc    | 60 ------------------------------
+ src/wmaction.h     | 99 ++++++++++++++++++++++++++------------------------
+ src/wmbutton.cc    | 20 +++++-----
+ src/wmbutton.h     |  4 +-
+ src/wmframe.cc     |  4 +-
+ src/wmwinlist.cc   |  8 ++--
+ src/yaction.h      | 17 ++++++---
+ src/ybutton.cc     |  2 +-
+ src/ymenu.cc       | 32 ++++++++--------
+ src/ymenuitem.cc   |  6 +--
+ 16 files changed, 107 insertions(+), 160 deletions(-)
+
+commit 635bc8c1bc7e689d390f54b60bad7e0a24717ec5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 9 21:24:05 2017 +0200
+
+    avoid RevertToNone when setting focus. use RevertToPointerRoot.
+
+ src/wmmgr.cc   | 13 ++++++-------
+ src/ywindow.cc |  2 +-
+ src/yxapp.cc   |  8 ++++++++
+ src/yxapp.h    |  2 ++
+ 4 files changed, 17 insertions(+), 8 deletions(-)
+
+commit e368aba4be508991b0f8406e6c9f9d9b4dc43446
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 9 21:06:07 2017 +0200
+
+    no need to activate the taskbar.
+
+ src/wmtaskbar.cc | 16 +---------------
+ 1 file changed, 1 insertion(+), 15 deletions(-)
+
+commit 1ce5acf42f94652d3d6d943cf9d3b405a4f943f6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 9 21:05:28 2017 +0200
+
+    remove 2 unused actions.
+
+ src/wmaction.cc | 2 --
+ src/wmaction.h  | 5 -----
+ 2 files changed, 7 deletions(-)
+
+commit 4948e468fd6f688e14be4fb29a06f36f9d01cf67
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 9 01:47:01 2017 +0200
+
+    Inheritance from YAction is not needed.
+
+ src/objmenu.h       | 2 +-
+ src/wmprog.cc       | 3 +--
+ src/wmwinmenu.cc    | 5 ++---
+ src/yactionbutton.h | 7 ++++---
+ src/ybutton.h       | 1 +
+ 5 files changed, 9 insertions(+), 9 deletions(-)
+
+commit fa0f5a30f089b3e967cf8d1c8803fa11492d6ae9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 06:28:08 2017 +0200
+
+    Taskbar never needs focus and should never get focus
+    as focus must reside with applications. See issue #23.
+
+ src/wmtaskbar.cc | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 9afc0fcdf9500340ca356090b5a0249ca4f1699a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 06:25:34 2017 +0200
+
+    Correction for seconds interval not being milliseconds.
+
+ src/wmmgr.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit dad0795135a24c24ee49e733011eabbfcd474c0b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 06:20:00 2017 +0200
+
+    Revert erroneous commit d3b00cc4ed07f4f55695b9b91b20e0e9b08d9cf7 "JDK7
+    focus fix" as this makes IceWM focus behavior non-conformant. See
+    issue #23.
+
+ src/wmframe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 83b94fcc0af6639bf337804752fd9c806761d95a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 02:06:20 2017 +0200
+
+    Replace pointer based *YAction with value based YAction.
+
+ src/aworkspaces.cc  |   7 +-
+ src/aworkspaces.h   |   2 +-
+ src/decorate.cc     |   2 +-
+ src/icehelp.cc      |   3 +-
+ src/icelist.cc      |  15 ++--
+ src/icesame.cc      |   9 +-
+ src/iceview.cc      |  10 +--
+ src/objbar.cc       |   2 +-
+ src/objbutton.h     |   8 +-
+ src/objmenu.h       |   4 +-
+ src/testmenus.cc    |   6 +-
+ src/themes.cc       |   2 +-
+ src/wmaction.cc     | 216 +++++++++++-------------------------------------
+ src/wmaction.h      |  98 +++++++++++-----------
+ src/wmapp.cc        |   5 +-
+ src/wmapp.h         |   2 +-
+ src/wmbutton.cc     |  35 ++++----
+ src/wmbutton.h      |  10 +--
+ src/wmclient.h      |   2 +-
+ src/wmconfig.cc     |   8 +-
+ src/wmdialog.cc     |  20 ++---
+ src/wmdialog.h      |   2 +-
+ src/wmframe.cc      |   6 +-
+ src/wmframe.h       |   2 +-
+ src/wmmgr.cc        |  23 +-----
+ src/wmmgr.h         |   8 +-
+ src/wmprog.cc       |   7 +-
+ src/wmtaskbar.cc    |   2 +-
+ src/wmtaskbar.h     |   2 +-
+ src/wmwinlist.cc    |  10 +--
+ src/wmwinlist.h     |   2 +-
+ src/wmwinmenu.cc    |   7 +-
+ src/yaction.h       |  28 ++++++-
+ src/yactionbutton.h |   7 +-
+ src/ybutton.cc      |   8 +-
+ src/ybutton.h       |  11 ++-
+ src/yinput.cc       |  14 +---
+ src/yinputline.h    |   2 +-
+ src/ymenu.cc        |  49 +++++------
+ src/ymenu.h         |  16 ++--
+ src/ymenuitem.cc    |   8 +-
+ src/ymenuitem.h     |  11 ++-
+ src/ymsgbox.cc      |   7 +-
+ src/ymsgbox.h       |   2 +-
+ 44 files changed, 283 insertions(+), 417 deletions(-)
+
+commit c288a445819e3fc5c3e2eab9a96307564e2e2b9b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 02:02:06 2017 +0200
+
+    remove superfluous includes
+
+ src/ydialog.cc | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 419fda791ff1c64229613398af43c05c94b71075
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 01:56:31 2017 +0200
+
+    make it compile.
+
+ src/strtest.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 71652dd23acdda09734d46794ddffe31e6f70baa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 01:56:01 2017 +0200
+
+    make it compile
+
+ src/iceskt.cc | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+commit 8ecd7bd05a0047a071bc9e2694817750c3161acd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 01:55:16 2017 +0200
+
+    make it compile.
+
+ src/iceclock.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fd81cafe3b14cc0d4bd87aaea1679d39724364c8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 01:54:43 2017 +0200
+
+    link Xlib.
+
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c93bf5112ddebbc6ff4fa15e24419d3d07fab38d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 8 01:54:10 2017 +0200
+
+    Increase sprintf buffer size.
+
+ src/testlocale.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit dcadbb3d3e1acfcbc4d599f297333e91105dc510
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:10:58 2017 +0200
+
+    Revert "Stop misusing dynamic allocator as enumeration manager"
+
+    This reverts commit 60584512f323e8f152c58e88e8f1885616610792.
+
+ src/aworkspaces.cc  |  11 +--
+ src/aworkspaces.h   |   2 +-
+ src/icehelp.cc      |  39 ++++++-----
+ src/icelist.cc      |  10 +--
+ src/icesame.cc      |   4 +-
+ src/iceview.cc      |   6 +-
+ src/misc.cc         |   2 -
+ src/objbar.cc       |   2 +-
+ src/objbutton.h     |   4 +-
+ src/objmenu.h       |   4 +-
+ src/testmenus.cc    |   2 +-
+ src/wmaction.cc     | 180 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/wmaction.h      | 105 ++++++++++++++--------------
+ src/wmapp.cc        |   8 ++-
+ src/wmapp.h         |   2 +-
+ src/wmbutton.cc     |   8 +--
+ src/wmbutton.h      |  10 +--
+ src/wmclient.h      |   2 +-
+ src/wmconfig.cc     |  13 ++--
+ src/wmdialog.cc     |  20 +++---
+ src/wmdialog.h      |   2 +-
+ src/wmframe.cc      |   2 +-
+ src/wmframe.h       |   2 +-
+ src/wmmgr.cc        |  30 +++++---
+ src/wmmgr.h         |   8 +--
+ src/wmprog.cc       |   6 +-
+ src/wmtaskbar.cc    |   2 +-
+ src/wmtaskbar.h     |   2 +-
+ src/wmwinlist.cc    |   2 +-
+ src/wmwinlist.h     |   2 +-
+ src/wmwinmenu.cc    |   6 +-
+ src/yaction.h       |   8 +--
+ src/yactionbutton.h |   4 +-
+ src/ybutton.cc      |   6 +-
+ src/ybutton.h       |  10 +--
+ src/yinput.cc       |  24 ++++---
+ src/yinputline.h    |   2 +-
+ src/ymenu.cc        |  16 ++---
+ src/ymenu.h         |  18 ++---
+ src/ymenuitem.cc    |   6 +-
+ src/ymenuitem.h     |  10 +--
+ src/ymsgbox.cc      |   6 +-
+ src/ymsgbox.h       |   2 +-
+ 43 files changed, 410 insertions(+), 200 deletions(-)
+
+commit bc5ca9d97c1861985952817cf9de991ac9376ad2
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:07:45 2017 +0200
+
+    Revert "Give static/acquired action IDs odd values"
+
+    This reverts commit 1e4bf101c41118a93250a591ede0b83d63979e68.
+
+ src/misc.cc     |  6 +---
+ src/wmaction.h  | 99 ++++++++++++++++++++++++++---------------------------
+ src/wmconfig.cc |  4 +--
+ src/wmmgr.cc    |  6 ++--
+ src/yaction.h   |  2 +-
+ src/yinput.cc   | 10 +++---
+ 6 files changed, 61 insertions(+), 66 deletions(-)
+
+commit fe519d763e6021fb458dc59c4d0453b9f71de128
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:07:30 2017 +0200
+
+    Revert "Make the initial generated value really odd"
+
+    This reverts commit 29e6a209c8d1aa7595c14c9357ebd80117a469c1.
+
+ src/misc.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cc17c6fda8510de70f7a57bbd1f04782aa2cedd6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:07:21 2017 +0200
+
+    Revert "Document action id assignment rules"
+
+    This reverts commit 1a72e63ddc89feb97338cd7007a8d561eee4ae34.
+
+ src/icehelp.cc |  3 +--
+ src/misc.cc    |  2 +-
+ src/wmaction.h | 18 +-----------------
+ src/yaction.h  | 10 +---------
+ src/yinput.cc  | 15 ++++++---------
+ 5 files changed, 10 insertions(+), 38 deletions(-)
+
+commit 26396010f3afacdcf79d8e852e6d90e695f272ed
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:07:07 2017 +0200
+
+    Revert "Modify typedef name, tActionId to TActionId"
+
+    This reverts commit 48ad1e0a136de129e41ff76108d8dfb802f8ee78.
+
+ src/aworkspaces.cc  |  4 ++--
+ src/aworkspaces.h   |  2 +-
+ src/icehelp.cc      | 36 ++++++++++++++++++------------------
+ src/icelist.cc      | 10 +++++-----
+ src/icesame.cc      |  4 ++--
+ src/iceview.cc      |  6 +++---
+ src/objbar.cc       |  2 +-
+ src/objbutton.h     |  4 ++--
+ src/objmenu.h       |  2 +-
+ src/testmenus.cc    |  2 +-
+ src/wmapp.cc        |  2 +-
+ src/wmapp.h         |  2 +-
+ src/wmbutton.cc     |  8 ++++----
+ src/wmbutton.h      | 10 +++++-----
+ src/wmclient.h      |  2 +-
+ src/wmconfig.cc     |  4 ++--
+ src/wmdialog.cc     | 20 ++++++++++----------
+ src/wmdialog.h      |  2 +-
+ src/wmframe.cc      |  2 +-
+ src/wmframe.h       |  2 +-
+ src/wmmgr.cc        |  4 ++--
+ src/wmmgr.h         |  8 ++++----
+ src/wmprog.cc       |  6 +++---
+ src/wmtaskbar.cc    |  2 +-
+ src/wmtaskbar.h     |  2 +-
+ src/wmwinlist.cc    |  2 +-
+ src/wmwinlist.h     |  2 +-
+ src/wmwinmenu.cc    |  4 ++--
+ src/yaction.h       |  8 ++++----
+ src/yactionbutton.h |  2 +-
+ src/ybutton.cc      |  6 +++---
+ src/ybutton.h       |  8 ++++----
+ src/yinput.cc       |  2 +-
+ src/yinputline.h    |  2 +-
+ src/ymenu.cc        | 16 ++++++++--------
+ src/ymenu.h         | 16 ++++++++--------
+ src/ymenuitem.cc    |  4 ++--
+ src/ymenuitem.h     |  8 ++++----
+ src/ymsgbox.cc      |  6 +++---
+ src/ymsgbox.h       |  2 +-
+ 40 files changed, 118 insertions(+), 118 deletions(-)
+
+commit ca18c24e9bb58d4593242ed2ff72d196b170620e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:06:55 2017 +0200
+
+    Revert "Reduce the need of some TActionId casts"
+
+    This reverts commit 982cc6cf2fcd677b33e8983a7c2a558e984ca1f1.
+
+ src/aworkspaces.cc |  2 +-
+ src/icehelp.cc     | 12 ++++++------
+ src/icelist.cc     |  8 ++++----
+ src/wmdialog.cc    | 19 +++++++++----------
+ 4 files changed, 20 insertions(+), 21 deletions(-)
+
+commit a48f0607b96839a53461a59c2399dcef2098858c
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Oct 7 17:06:46 2017 +0200
+
+    Revert "Change some occurences of YAction references"
+
+    This reverts commit 1e9ec22ab04e20f50c5cde2616c792840a288a4b.
+
+ src/icesame.cc   | 8 ++++----
+ src/iceview.cc   | 8 ++++----
+ src/testmenus.cc | 2 +-
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 51645e1603bee9989e85d968be75d4459289ea0c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 7 11:32:24 2017 +0200
+
+    reuse memory in setMwmHints.
+
+ src/wmclient.cc | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 2f6e4a8fcfbdf38792799eea8063fc1671175955
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Oct 7 11:30:27 2017 +0200
+
+    Prefer private themes over system ones. Als have checked theme menu
+    items if a theme alternative is used (non-default.theme). Expand tabs.
+
+ src/themes.cc | 63 ++++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 37 insertions(+), 26 deletions(-)
+
+commit 1e9ec22ab04e20f50c5cde2616c792840a288a4b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 4 19:40:08 2017 +0200
+
+    Change some occurences of YAction references
+
+    ... those used in the unofficial demo apps of the "icewm toolkit"
+
+ src/icesame.cc   | 8 ++++----
+ src/iceview.cc   | 8 ++++----
+ src/testmenus.cc | 2 +-
+ 3 files changed, 9 insertions(+), 9 deletions(-)
+
+commit 982cc6cf2fcd677b33e8983a7c2a558e984ca1f1
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 4 19:38:13 2017 +0200
+
+    Reduce the need of some TActionId casts
+
+ src/aworkspaces.cc |  2 +-
+ src/icehelp.cc     | 12 ++++++------
+ src/icelist.cc     |  8 ++++----
+ src/wmdialog.cc    | 19 ++++++++++---------
+ 4 files changed, 21 insertions(+), 20 deletions(-)
+
+commit 48ad1e0a136de129e41ff76108d8dfb802f8ee78
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 4 19:27:16 2017 +0200
+
+    Modify typedef name, tActionId to TActionId
+
+ src/aworkspaces.cc  |  4 ++--
+ src/aworkspaces.h   |  2 +-
+ src/icehelp.cc      | 36 ++++++++++++++++++------------------
+ src/icelist.cc      | 10 +++++-----
+ src/icesame.cc      |  4 ++--
+ src/iceview.cc      |  6 +++---
+ src/objbar.cc       |  2 +-
+ src/objbutton.h     |  4 ++--
+ src/objmenu.h       |  2 +-
+ src/testmenus.cc    |  2 +-
+ src/wmapp.cc        |  2 +-
+ src/wmapp.h         |  2 +-
+ src/wmbutton.cc     |  8 ++++----
+ src/wmbutton.h      | 10 +++++-----
+ src/wmclient.h      |  2 +-
+ src/wmconfig.cc     |  4 ++--
+ src/wmdialog.cc     | 20 ++++++++++----------
+ src/wmdialog.h      |  2 +-
+ src/wmframe.cc      |  2 +-
+ src/wmframe.h       |  2 +-
+ src/wmmgr.cc        |  4 ++--
+ src/wmmgr.h         |  8 ++++----
+ src/wmprog.cc       |  6 +++---
+ src/wmtaskbar.cc    |  2 +-
+ src/wmtaskbar.h     |  2 +-
+ src/wmwinlist.cc    |  2 +-
+ src/wmwinlist.h     |  2 +-
+ src/wmwinmenu.cc    |  4 ++--
+ src/yaction.h       |  8 ++++----
+ src/yactionbutton.h |  2 +-
+ src/ybutton.cc      |  6 +++---
+ src/ybutton.h       |  8 ++++----
+ src/yinput.cc       |  2 +-
+ src/yinputline.h    |  2 +-
+ src/ymenu.cc        | 16 ++++++++--------
+ src/ymenu.h         | 16 ++++++++--------
+ src/ymenuitem.cc    |  4 ++--
+ src/ymenuitem.h     |  8 ++++----
+ src/ymsgbox.cc      |  6 +++---
+ src/ymsgbox.h       |  2 +-
+ 40 files changed, 118 insertions(+), 118 deletions(-)
+
+commit 1a72e63ddc89feb97338cd7007a8d561eee4ae34
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Oct 4 18:53:35 2017 +0200
+
+    Document action id assignment rules
+
+    Also set some static values in yinput.cc to give the compiler better
+    chance to optimize code.
+
+ src/icehelp.cc |  3 ++-
+ src/misc.cc    |  2 +-
+ src/wmaction.h | 18 +++++++++++++++++-
+ src/yaction.h  | 10 +++++++++-
+ src/yinput.cc  | 15 +++++++++------
+ 5 files changed, 38 insertions(+), 10 deletions(-)
+
+commit 29e6a209c8d1aa7595c14c9357ebd80117a469c1
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 23:44:04 2017 +0200
+
+    Make the initial generated value really odd
+
+ src/misc.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 62bfadd59078cfb3f9b9c191099209268e727b98
+Merge: 452c47fe 1e4bf101
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:31:02 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 452c47fe1b296d038280d6735a3e9ff8680d9b9d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:30:48 2017 -0600
+
+    remove gnits for development builds
+
+ autogen.sh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 1e4bf101c41118a93250a591ede0b83d63979e68
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 23:13:07 2017 +0200
+
+    Give static/acquired action IDs odd values
+
+    There is a (far-fetched) possibility of head/stack clash. To avoid any
+    conflicts with pointer-based IDs, make sure the predefined or
+    dynamically assigned action ID numbers are odd.
+
+ src/misc.cc     |  6 +++-
+ src/wmaction.h  | 99 +++++++++++++++++++++++++++--------------------------
+ src/wmconfig.cc |  4 +--
+ src/wmmgr.cc    |  6 ++--
+ src/yaction.h   |  2 +-
+ src/yinput.cc   | 10 +++---
+ 6 files changed, 66 insertions(+), 61 deletions(-)
+
+commit c876a6ed7f5bd529b0639e865cbcf7089e968464
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:21:49 2017 -0600
+
+    move to gnits autoconf compliance
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6ed41ce4ecb3b3810c2cfe784d1b60fb13131c41
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:21:16 2017 -0600
+
+    update po files
+
+ po/ar.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/be.po     | 255 ++++++++++++++++++++++++++--------------------
+ po/bg.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/ca.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/cs.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/da.po     | 301 ++++++++++++++++++++++++++++++++-----------------------
+ po/de.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/el.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/en.po     | 239 ++++++++++++++++++++++++-------------------
+ po/es.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/fi.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/fr.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/he.po     | 252 +++++++++++++++++++++++++++-------------------
+ po/hr.po     | 239 ++++++++++++++++++++++++-------------------
+ po/hu.po     | 255 ++++++++++++++++++++++++++--------------------
+ po/icewm.pot | 241 +++++++++++++++++++++++++-------------------
+ po/id.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/it.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/ja.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/ko.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/lt.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/lv.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/mk.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/nb.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/nl.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/no.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/pl.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/pt_BR.po  | 256 ++++++++++++++++++++++++++--------------------
+ po/ro.po     | 255 ++++++++++++++++++++++++++--------------------
+ po/ru.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/sk.po     | 255 ++++++++++++++++++++++++++--------------------
+ po/sl.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/sv.po     | 255 ++++++++++++++++++++++++++--------------------
+ po/tr.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/uk.po     | 254 ++++++++++++++++++++++++++--------------------
+ po/vi.po     | 256 ++++++++++++++++++++++++++--------------------
+ po/zh_CN.po  | 254 ++++++++++++++++++++++++++--------------------
+ po/zh_TW.po  | 254 ++++++++++++++++++++++++++--------------------
+ 38 files changed, 5632 insertions(+), 4049 deletions(-)
+
+commit 84d786335829d22c74352e8f76a58806b1ab73e0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:17:21 2017 -0600
+
+    add missing source files to automake
+
+ src/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 52a77fc54e9e03719b241b09e24e99fbf3331d93
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:02:18 2017 -0600
+
+    typo in vim makers
+
+ src/MwmUtil.h         | 2 +-
+ src/WinMgr.h          | 2 +-
+ src/aaddressbar.cc    | 2 +-
+ src/aaddressbar.h     | 2 +-
+ src/aapm.cc           | 2 +-
+ src/aapm.h            | 2 +-
+ src/aclock.cc         | 2 +-
+ src/aclock.h          | 2 +-
+ src/acpustatus.cc     | 2 +-
+ src/acpustatus.h      | 2 +-
+ src/amailbox.cc       | 2 +-
+ src/amailbox.h        | 2 +-
+ src/amemstatus.cc     | 2 +-
+ src/amemstatus.h      | 2 +-
+ src/appnames.h        | 2 +-
+ src/apppstatus.cc     | 2 +-
+ src/apppstatus.h      | 2 +-
+ src/argument.h        | 2 +-
+ src/ascii.h           | 2 +-
+ src/atasks.cc         | 2 +-
+ src/atasks.h          | 2 +-
+ src/atray.cc          | 2 +-
+ src/atray.h           | 2 +-
+ src/aworkspaces.cc    | 2 +-
+ src/aworkspaces.h     | 2 +-
+ src/base.h            | 2 +-
+ src/binascii.h        | 2 +-
+ src/bindkey.h         | 2 +-
+ src/browse.cc         | 2 +-
+ src/browse.h          | 2 +-
+ src/debug.h           | 2 +-
+ src/decorate.cc       | 2 +-
+ src/default.h         | 2 +-
+ src/fdomenu.cc        | 2 +-
+ src/genpref.cc        | 2 +-
+ src/globit.cc         | 2 +-
+ src/globit.h          | 2 +-
+ src/gnome.cc          | 2 +-
+ src/gnome2.cc         | 2 +-
+ src/guievent.h        | 2 +-
+ src/iceclock.cc       | 2 +-
+ src/icehelp.cc        | 2 +-
+ src/iceicon.cc        | 2 +-
+ src/icelist.cc        | 2 +-
+ src/icerun.cc         | 2 +-
+ src/icesame.cc        | 2 +-
+ src/icesh.cc          | 2 +-
+ src/iceskt.cc         | 2 +-
+ src/icesm.cc          | 2 +-
+ src/icesound.cc       | 2 +-
+ src/icetray.cc        | 2 +-
+ src/iceview.cc        | 2 +-
+ src/icewmbg.cc        | 2 +-
+ src/icewmbg_prefs.h   | 2 +-
+ src/icewmhint.cc      | 2 +-
+ src/intl.h            | 2 +-
+ src/misc.cc           | 2 +-
+ src/movesize.cc       | 2 +-
+ src/mstring.cc        | 2 +-
+ src/mstring.h         | 2 +-
+ src/obj.h             | 2 +-
+ src/objbar.cc         | 2 +-
+ src/objbar.h          | 2 +-
+ src/objbutton.h       | 2 +-
+ src/objmenu.h         | 2 +-
+ src/prefs.h           | 2 +-
+ src/ref.cc            | 2 +-
+ src/ref.h             | 2 +-
+ src/strtest.cc        | 2 +-
+ src/sysdep.h          | 2 +-
+ src/testarray.cc      | 2 +-
+ src/testlocale.cc     | 2 +-
+ src/testmap.cc        | 2 +-
+ src/testmenus.cc      | 2 +-
+ src/testnetwmhints.cc | 2 +-
+ src/testwinhints.cc   | 2 +-
+ src/themable.h        | 2 +-
+ src/themes.cc         | 2 +-
+ src/themes.h          | 2 +-
+ src/udir.cc           | 2 +-
+ src/udir.h            | 2 +-
+ src/upath.cc          | 2 +-
+ src/upath.h           | 2 +-
+ src/wmabout.cc        | 2 +-
+ src/wmabout.h         | 2 +-
+ src/wmaction.cc       | 2 +-
+ src/wmaction.h        | 2 +-
+ src/wmapp.cc          | 2 +-
+ src/wmapp.h           | 2 +-
+ src/wmbutton.cc       | 2 +-
+ src/wmbutton.h        | 2 +-
+ src/wmclient.cc       | 2 +-
+ src/wmclient.h        | 2 +-
+ src/wmconfig.cc       | 2 +-
+ src/wmconfig.h        | 2 +-
+ src/wmcontainer.cc    | 2 +-
+ src/wmcontainer.h     | 2 +-
+ src/wmdialog.cc       | 2 +-
+ src/wmdialog.h        | 2 +-
+ src/wmframe.cc        | 2 +-
+ src/wmframe.h         | 2 +-
+ src/wmmgr.cc          | 2 +-
+ src/wmmgr.h           | 2 +-
+ src/wmminiicon.cc     | 2 +-
+ src/wmminiicon.h      | 2 +-
+ src/wmoption.cc       | 2 +-
+ src/wmoption.h        | 2 +-
+ src/wmprog.cc         | 2 +-
+ src/wmprog.h          | 2 +-
+ src/wmsession.cc      | 2 +-
+ src/wmsession.h       | 2 +-
+ src/wmstatus.cc       | 2 +-
+ src/wmstatus.h        | 2 +-
+ src/wmswitch.cc       | 2 +-
+ src/wmswitch.h        | 2 +-
+ src/wmtaskbar.cc      | 2 +-
+ src/wmtaskbar.h       | 2 +-
+ src/wmtitle.cc        | 2 +-
+ src/wmtitle.h         | 2 +-
+ src/wmwinlist.cc      | 2 +-
+ src/wmwinlist.h       | 2 +-
+ src/wmwinmenu.cc      | 2 +-
+ src/wmwinmenu.h       | 2 +-
+ src/wpixmaps.h        | 2 +-
+ src/wpixres.cc        | 2 +-
+ src/wpixres.h         | 2 +-
+ src/yaction.h         | 2 +-
+ src/yactionbutton.h   | 2 +-
+ src/yapp.cc           | 2 +-
+ src/yapp.h            | 2 +-
+ src/yarray.cc         | 2 +-
+ src/yarray.h          | 2 +-
+ src/ybutton.cc        | 2 +-
+ src/ybutton.h         | 2 +-
+ src/ycollections.cc   | 2 +-
+ src/ycollections.h    | 2 +-
+ src/yconfig.cc        | 2 +-
+ src/yconfig.h         | 2 +-
+ src/ycursor.cc        | 2 +-
+ src/ycursor.h         | 2 +-
+ src/ydialog.cc        | 2 +-
+ src/ydialog.h         | 2 +-
+ src/yfont.cc          | 2 +-
+ src/yfontcore.cc      | 2 +-
+ src/yfontxft.cc       | 2 +-
+ src/yfull.h           | 2 +-
+ src/yicon.cc          | 2 +-
+ src/yicon.h           | 2 +-
+ src/yimage.h          | 2 +-
+ src/yimage_gdk.cc     | 2 +-
+ src/yimage_imlib.cc   | 2 +-
+ src/yimage_xpm.cc     | 2 +-
+ src/yinput.cc         | 2 +-
+ src/yinputline.h      | 2 +-
+ src/ykey.h            | 2 +-
+ src/ylabel.cc         | 2 +-
+ src/ylabel.h          | 2 +-
+ src/ylib.h            | 2 +-
+ src/ylistbox.cc       | 2 +-
+ src/ylistbox.h        | 2 +-
+ src/ylocale.cc        | 2 +-
+ src/ylocale.h         | 2 +-
+ src/ymenu.cc          | 2 +-
+ src/ymenu.h           | 2 +-
+ src/ymenuitem.cc      | 2 +-
+ src/ymenuitem.h       | 2 +-
+ src/ymsgbox.cc        | 2 +-
+ src/ymsgbox.h         | 2 +-
+ src/ypaint.cc         | 2 +-
+ src/ypaint.h          | 2 +-
+ src/ypaths.cc         | 2 +-
+ src/ypaths.h          | 2 +-
+ src/ypipereader.cc    | 2 +-
+ src/ypipereader.h     | 2 +-
+ src/ypixmap.cc        | 2 +-
+ src/ypixmap.h         | 2 +-
+ src/ypoint.h          | 2 +-
+ src/ypointer.h        | 2 +-
+ src/ypoll.h           | 2 +-
+ src/ypopup.cc         | 2 +-
+ src/ypopup.h          | 2 +-
+ src/yprefs.cc         | 2 +-
+ src/yprefs.h          | 2 +-
+ src/yrect.h           | 2 +-
+ src/yscrollbar.cc     | 2 +-
+ src/yscrollbar.h      | 2 +-
+ src/yscrollview.cc    | 2 +-
+ src/yscrollview.h     | 2 +-
+ src/ysmapp.cc         | 2 +-
+ src/ysmapp.h          | 2 +-
+ src/ysocket.cc        | 2 +-
+ src/ysocket.h         | 2 +-
+ src/ystring.h         | 2 +-
+ src/ytimer.cc         | 2 +-
+ src/ytimer.h          | 2 +-
+ src/ytooltip.cc       | 2 +-
+ src/ytooltip.h        | 2 +-
+ src/yurl.cc           | 2 +-
+ src/yurl.h            | 2 +-
+ src/ywindow.cc        | 2 +-
+ src/ywindow.h         | 2 +-
+ src/yxapp.cc          | 2 +-
+ src/yxapp.h           | 2 +-
+ src/yxembed.cc        | 2 +-
+ src/yxembed.h         | 2 +-
+ src/yxtray.cc         | 2 +-
+ src/yxtray.h          | 2 +-
+ 207 files changed, 207 insertions(+), 207 deletions(-)
+
+commit 3335c73a3be86053238795d5246cb02b9eb2064e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 15:00:41 2017 -0600
+
+    add vim markers to all source files
+
+ src/MwmUtil.h         | 2 ++
+ src/WinMgr.h          | 2 ++
+ src/aaddressbar.cc    | 2 ++
+ src/aaddressbar.h     | 2 ++
+ src/aapm.cc           | 2 ++
+ src/aapm.h            | 2 ++
+ src/aclock.cc         | 2 ++
+ src/aclock.h          | 2 ++
+ src/acpustatus.cc     | 2 ++
+ src/acpustatus.h      | 2 ++
+ src/amailbox.cc       | 2 ++
+ src/amailbox.h        | 2 ++
+ src/amemstatus.cc     | 2 ++
+ src/amemstatus.h      | 2 ++
+ src/appnames.h        | 2 ++
+ src/apppstatus.cc     | 2 ++
+ src/apppstatus.h      | 2 ++
+ src/argument.h        | 2 ++
+ src/ascii.h           | 2 ++
+ src/atasks.cc         | 2 ++
+ src/atasks.h          | 2 ++
+ src/atray.cc          | 2 ++
+ src/atray.h           | 2 ++
+ src/aworkspaces.cc    | 2 ++
+ src/aworkspaces.h     | 2 ++
+ src/base.h            | 2 ++
+ src/binascii.h        | 2 ++
+ src/bindkey.h         | 2 ++
+ src/browse.cc         | 2 ++
+ src/browse.h          | 2 ++
+ src/debug.h           | 2 ++
+ src/decorate.cc       | 2 ++
+ src/default.h         | 2 ++
+ src/fdomenu.cc        | 2 ++
+ src/genpref.cc        | 2 ++
+ src/globit.cc         | 2 ++
+ src/globit.h          | 2 ++
+ src/gnome.cc          | 2 ++
+ src/gnome2.cc         | 2 ++
+ src/guievent.h        | 2 ++
+ src/iceclock.cc       | 2 ++
+ src/icehelp.cc        | 2 ++
+ src/iceicon.cc        | 2 ++
+ src/icelist.cc        | 2 ++
+ src/icerun.cc         | 2 ++
+ src/icesame.cc        | 2 ++
+ src/icesh.cc          | 2 ++
+ src/iceskt.cc         | 2 ++
+ src/icesm.cc          | 2 ++
+ src/icesound.cc       | 2 ++
+ src/icetray.cc        | 2 ++
+ src/iceview.cc        | 2 ++
+ src/icewmbg.cc        | 2 ++
+ src/icewmbg_prefs.h   | 2 ++
+ src/icewmhint.cc      | 2 ++
+ src/intl.h            | 2 ++
+ src/misc.cc           | 2 ++
+ src/movesize.cc       | 2 ++
+ src/mstring.cc        | 2 ++
+ src/mstring.h         | 2 ++
+ src/obj.h             | 2 ++
+ src/objbar.cc         | 2 ++
+ src/objbar.h          | 2 ++
+ src/objbutton.h       | 2 ++
+ src/objmenu.h         | 2 ++
+ src/prefs.h           | 2 ++
+ src/ref.cc            | 2 ++
+ src/ref.h             | 2 ++
+ src/strtest.cc        | 2 ++
+ src/sysdep.h          | 2 ++
+ src/testarray.cc      | 2 ++
+ src/testlocale.cc     | 2 ++
+ src/testmap.cc        | 2 ++
+ src/testmenus.cc      | 2 ++
+ src/testnetwmhints.cc | 2 ++
+ src/testwinhints.cc   | 2 ++
+ src/themable.h        | 2 ++
+ src/themes.cc         | 2 ++
+ src/themes.h          | 2 ++
+ src/udir.cc           | 2 ++
+ src/udir.h            | 2 ++
+ src/upath.cc          | 2 ++
+ src/upath.h           | 2 ++
+ src/wmabout.cc        | 2 ++
+ src/wmabout.h         | 2 ++
+ src/wmaction.cc       | 2 ++
+ src/wmaction.h        | 2 ++
+ src/wmapp.cc          | 2 ++
+ src/wmapp.h           | 2 ++
+ src/wmbutton.cc       | 2 ++
+ src/wmbutton.h        | 2 ++
+ src/wmclient.cc       | 2 ++
+ src/wmclient.h        | 2 ++
+ src/wmconfig.cc       | 2 ++
+ src/wmconfig.h        | 2 ++
+ src/wmcontainer.cc    | 2 ++
+ src/wmcontainer.h     | 2 ++
+ src/wmdialog.cc       | 2 ++
+ src/wmdialog.h        | 2 ++
+ src/wmframe.cc        | 2 ++
+ src/wmframe.h         | 2 ++
+ src/wmmgr.cc          | 2 ++
+ src/wmmgr.h           | 2 ++
+ src/wmminiicon.cc     | 2 ++
+ src/wmminiicon.h      | 2 ++
+ src/wmoption.cc       | 2 ++
+ src/wmoption.h        | 2 ++
+ src/wmprog.cc         | 2 ++
+ src/wmprog.h          | 2 ++
+ src/wmsession.cc      | 2 ++
+ src/wmsession.h       | 2 ++
+ src/wmstatus.cc       | 2 ++
+ src/wmstatus.h        | 2 ++
+ src/wmswitch.cc       | 2 ++
+ src/wmswitch.h        | 2 ++
+ src/wmtaskbar.cc      | 2 ++
+ src/wmtaskbar.h       | 2 ++
+ src/wmtitle.cc        | 2 ++
+ src/wmtitle.h         | 2 ++
+ src/wmwinlist.cc      | 2 ++
+ src/wmwinlist.h       | 2 ++
+ src/wmwinmenu.cc      | 2 ++
+ src/wmwinmenu.h       | 2 ++
+ src/wpixmaps.h        | 2 ++
+ src/wpixres.cc        | 2 ++
+ src/wpixres.h         | 2 ++
+ src/yaction.h         | 2 ++
+ src/yactionbutton.h   | 2 ++
+ src/yapp.cc           | 2 ++
+ src/yapp.h            | 2 ++
+ src/yarray.cc         | 2 ++
+ src/yarray.h          | 2 ++
+ src/ybutton.cc        | 2 ++
+ src/ybutton.h         | 2 ++
+ src/ycollections.cc   | 2 ++
+ src/ycollections.h    | 2 ++
+ src/yconfig.cc        | 2 ++
+ src/yconfig.h         | 2 ++
+ src/ycursor.cc        | 2 ++
+ src/ycursor.h         | 2 ++
+ src/ydialog.cc        | 2 ++
+ src/ydialog.h         | 2 ++
+ src/yfont.cc          | 2 ++
+ src/yfontcore.cc      | 2 ++
+ src/yfontxft.cc       | 2 ++
+ src/yfull.h           | 2 ++
+ src/yicon.cc          | 2 ++
+ src/yicon.h           | 2 ++
+ src/yimage.h          | 2 ++
+ src/yimage_gdk.cc     | 2 ++
+ src/yimage_imlib.cc   | 2 ++
+ src/yimage_xpm.cc     | 2 ++
+ src/yinput.cc         | 2 ++
+ src/yinputline.h      | 2 ++
+ src/ykey.h            | 2 ++
+ src/ylabel.cc         | 2 ++
+ src/ylabel.h          | 2 ++
+ src/ylib.h            | 2 ++
+ src/ylistbox.cc       | 2 ++
+ src/ylistbox.h        | 2 ++
+ src/ylocale.cc        | 2 ++
+ src/ylocale.h         | 2 ++
+ src/ymenu.cc          | 2 ++
+ src/ymenu.h           | 2 ++
+ src/ymenuitem.cc      | 2 ++
+ src/ymenuitem.h       | 2 ++
+ src/ymsgbox.cc        | 2 ++
+ src/ymsgbox.h         | 2 ++
+ src/ypaint.cc         | 2 ++
+ src/ypaint.h          | 2 ++
+ src/ypaths.cc         | 2 ++
+ src/ypaths.h          | 2 ++
+ src/ypipereader.cc    | 2 ++
+ src/ypipereader.h     | 2 ++
+ src/ypixmap.cc        | 2 ++
+ src/ypixmap.h         | 2 ++
+ src/ypoint.h          | 2 ++
+ src/ypointer.h        | 2 ++
+ src/ypoll.h           | 2 ++
+ src/ypopup.cc         | 2 ++
+ src/ypopup.h          | 2 ++
+ src/yprefs.cc         | 2 ++
+ src/yprefs.h          | 2 ++
+ src/yrect.h           | 2 ++
+ src/yscrollbar.cc     | 2 ++
+ src/yscrollbar.h      | 2 ++
+ src/yscrollview.cc    | 2 ++
+ src/yscrollview.h     | 2 ++
+ src/ysmapp.cc         | 2 ++
+ src/ysmapp.h          | 2 ++
+ src/ysocket.cc        | 2 ++
+ src/ysocket.h         | 2 ++
+ src/ystring.h         | 2 ++
+ src/ytimer.cc         | 2 ++
+ src/ytimer.h          | 2 ++
+ src/ytooltip.cc       | 2 ++
+ src/ytooltip.h        | 2 ++
+ src/yurl.cc           | 2 ++
+ src/yurl.h            | 2 ++
+ src/ywindow.cc        | 2 ++
+ src/ywindow.h         | 2 ++
+ src/yxapp.cc          | 2 ++
+ src/yxapp.h           | 2 ++
+ src/yxembed.cc        | 2 ++
+ src/yxembed.h         | 2 ++
+ src/yxtray.cc         | 2 ++
+ src/yxtray.h          | 2 ++
+ 207 files changed, 414 insertions(+)
+
+commit 889c82e392c5e9546c134b420e1796717689eb2a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:55:35 2017 -0600
+
+    remove leading tabs
+
+ src/aapm.h       |  6 +++---
+ src/acpustatus.h |  2 +-
+ src/amailbox.cc  |  6 +++---
+ src/wmdialog.cc  |  6 +++---
+ src/wmoption.cc  |  4 ++--
+ src/wmtaskbar.cc | 12 ++++++------
+ src/ybutton.cc   |  4 ++--
+ src/yicon.cc     | 12 ++++++------
+ src/ypaint.cc    |  2 +-
+ src/yxapp.h      |  2 +-
+ src/yxtray.cc    |  6 +++---
+ 11 files changed, 31 insertions(+), 31 deletions(-)
+
+commit 1ca0d2a302e40ce29e3b38934d83ded25b8f3e69
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:53:57 2017 -0600
+
+    remove leading tabs
+
+ src/apppstatus.cc | 54 +++++++++++++++++++++++++--------------------------
+ src/misc.cc       | 52 ++++++++++++++++++++++++-------------------------
+ src/wmclient.cc   |  4 ++--
+ src/wmmgr.h       | 10 +++++-----
+ src/wmstatus.cc   |  4 ++--
+ src/yapp.cc       | 30 ++++++++++++++--------------
+ src/yinput.cc     | 20 +++++++++----------
+ src/ywindow.cc    | 12 ++++++------
+ 8 files changed, 93 insertions(+), 93 deletions(-)
+
+commit 196b4c0a62f3b1ec3639cd700aa87880e01118c4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:52:03 2017 -0600
+
+    remove leading tabs
+
+ src/aapm.cc     | 244 ++++++++++++++++++++++++++--------------------------
+ src/decorate.cc |   4 +-
+ 2 files changed, 124 insertions(+), 124 deletions(-)
+
+commit bbb362885d1ce93bac6730a4b547c999a3d03321
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:50:17 2017 -0600
+
+    remove leading tabs
+
+ src/fdomenu.cc  | 492 ++++++++++++++++++++++++++--------------------------
+ src/wmapp.cc    |  14 +-
+ src/wmframe.cc  |  30 ++--
+ src/wmmgr.cc    |  44 ++---
+ src/yfontxft.cc |  46 ++---
+ src/ypixmap.cc  |  16 +-
+ 6 files changed, 321 insertions(+), 321 deletions(-)
+
+commit e4cdcb6c3ac313eaf85bc0ad02ae9ac239abf9f3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:44:10 2017 -0600
+
+    remove trailing space from lots of source files
+
+ src/WinMgr.h          | 10 +++++-----
+ src/aclock.cc         |  6 +++---
+ src/acpustatus.cc     |  2 +-
+ src/acpustatus.h      |  2 +-
+ src/amailbox.cc       |  2 +-
+ src/amailbox.h        |  4 ++--
+ src/apppstatus.cc     | 10 +++++-----
+ src/apppstatus.h      |  2 +-
+ src/argument.h        |  2 +-
+ src/atasks.cc         |  4 ++--
+ src/atasks.h          |  2 +-
+ src/atray.cc          | 12 ++++++------
+ src/atray.h           |  6 +++---
+ src/aworkspaces.cc    |  6 +++---
+ src/base.h            |  8 ++++----
+ src/browse.h          |  2 +-
+ src/decorate.cc       | 14 +++++++-------
+ src/genpref.cc        |  2 +-
+ src/icehelp.cc        |  2 +-
+ src/icesame.cc        |  2 +-
+ src/icetray.cc        |  8 ++++----
+ src/icewmhint.cc      |  2 +-
+ src/movesize.cc       | 12 ++++++------
+ src/mstring.cc        |  6 +++---
+ src/objbar.h          |  2 +-
+ src/objbutton.h       |  2 +-
+ src/objmenu.h         |  2 +-
+ src/testlocale.cc     |  2 +-
+ src/testmap.cc        |  8 ++++----
+ src/testnetwmhints.cc | 10 +++++-----
+ src/testwinhints.cc   | 12 ++++++------
+ src/themes.h          |  6 +++---
+ src/wmabout.cc        | 12 ++++++------
+ src/wmapp.cc          | 14 +++++++-------
+ src/wmapp.h           | 10 +++++-----
+ src/wmclient.cc       |  2 +-
+ src/wmclient.h        |  6 +++---
+ src/wmdialog.cc       |  6 +++---
+ src/wmframe.cc        | 14 +++++++-------
+ src/wmframe.h         |  8 ++++----
+ src/wmmgr.cc          |  2 +-
+ src/wmmgr.h           | 12 ++++++------
+ src/wmoption.cc       |  2 +-
+ src/wmprog.cc         |  4 ++--
+ src/wmprog.h          | 10 +++++-----
+ src/wmsession.cc      |  6 +++---
+ src/wmsession.h       |  2 +-
+ src/wmstatus.cc       | 12 ++++++------
+ src/wmstatus.h        |  6 +++---
+ src/wmswitch.cc       |  2 +-
+ src/wmswitch.h        |  2 +-
+ src/wmtaskbar.cc      |  8 ++++----
+ src/wmtaskbar.h       |  4 ++--
+ src/wmwinlist.h       |  4 ++--
+ src/wmwinmenu.cc      |  4 ++--
+ src/yapp.cc           |  2 +-
+ src/yarray.h          | 20 ++++++++++----------
+ src/ybutton.h         |  8 ++++----
+ src/ycursor.cc        | 20 ++++++++++----------
+ src/ydialog.cc        |  4 ++--
+ src/yfontxft.cc       |  6 +++---
+ src/yimage_gdk.cc     |  2 +-
+ src/ylabel.cc         |  6 +++---
+ src/ylistbox.cc       |  6 +++---
+ src/ylistbox.h        | 10 +++++-----
+ src/ylocale.h         |  4 ++--
+ src/ymenu.cc          |  8 ++++----
+ src/ymenu.h           |  2 +-
+ src/ymenuitem.cc      |  4 ++--
+ src/ymenuitem.h       |  6 +++---
+ src/ymsgbox.cc        |  6 +++---
+ src/ypaint.h          |  8 ++++----
+ src/ypaths.h          |  4 ++--
+ src/ypointer.h        |  2 +-
+ src/yscrollview.cc    |  4 ++--
+ src/yscrollview.h     |  2 +-
+ src/ystring.h         | 10 +++++-----
+ src/ytimer.h          |  2 +-
+ src/ywindow.cc        |  4 ++--
+ src/ywindow.h         | 12 ++++++------
+ src/yxapp.cc          | 10 +++++-----
+ 81 files changed, 248 insertions(+), 248 deletions(-)
+
+commit 3d0bb77eb64b17392009ff0ac885e46dcf4560f8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:39:58 2017 -0600
+
+    make sure X supports locale from start
+
+    - also get rid of trailing space and tabs
+
+ src/ylocale.cc | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
+commit 88b1e02254b1f6e1fc07c1f00407efd15ba024c2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 14:15:05 2017 -0600
+
+    WIN_WORKSPACE_NAMES must be standard ICCCM 2.0
+
+    - it cannot be UTF8_STRING
+
+ src/wmmgr.cc | 12 +++---------
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+commit 193c2d641c5450b1bff3c6a2a710cb8727cf65d7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 3 21:48:25 2017 +0200
+
+    Prevent creating a hole with undefined data if array insert is beyond
+    the current count.
+
+ src/yarray.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 86856d26336afc98264cc61c3bd98c3a394420ce
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 3 21:24:28 2017 +0200
+
+    fix a memory leak for YRect in updateLayout.
+
+ src/wmframe.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit b6259646d4d6c3d76ae29a4c6402d8d79620b779
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 3 21:21:12 2017 +0200
+
+    Incorporate two remarks:
+    1. Use a smart pointer to reduce boilerplate in readDesktopNames.
+    2. Restore XmbTextListToTextProperty in setNetDesktopNames,
+    but now use a better return code checking, to fix the setting of
+    _NET_DESKTOP_NAMES.
+
+ src/wmmgr.cc | 25 ++++++-------------------
+ 1 file changed, 6 insertions(+), 19 deletions(-)
+
+commit 7c2964847e1d661f8b36b204c7ecad8150e4dc4f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 3 21:15:46 2017 +0200
+
+    Create ~/.icewm/ with mode 0755.
+
+ src/ysmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e7bc3a2b5c2b0159dfcf046beeccb693af1be79
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Oct 3 08:45:30 2017 -0600
+
+    distribute COMPLIANCE, longer ChangeLog
+
+ Makefile.am  | 16 ++++++++--------
+ configure.ac |  1 +
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+commit e0b7bf337015cf9a74a2d55bc0da68216669d3b8
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 15:23:52 2017 +0200
+
+    Prevent crash on shutdown when aboutDlg was freed
+
+ src/wmapp.cc |  1 +
+ src/wmapp.h  | 10 ++++++++++
+ 2 files changed, 11 insertions(+)
+
+commit 60584512f323e8f152c58e88e8f1885616610792
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 14:21:48 2017 +0200
+
+    Stop misusing dynamic allocator as enumeration manager
+
+    The YAction class was a hack to manage identities of predefined and
+    dynamically generated actions. However, this came with runtime
+    allocation costs where simple enumberation is sufficient for static IDs
+    or a global counter for dynamic ids.
+
+    The type is still pointer-sized and not int for the few cases where the
+    pointer of derived class was used as key.
+
+ src/aworkspaces.cc  |  11 ++-
+ src/aworkspaces.h   |   2 +-
+ src/icehelp.cc      |  39 +++++------
+ src/icelist.cc      |  10 +--
+ src/icesame.cc      |   4 +-
+ src/iceview.cc      |   6 +-
+ src/misc.cc         |   2 +
+ src/objbar.cc       |   2 +-
+ src/objbutton.h     |   4 +-
+ src/objmenu.h       |   4 +-
+ src/testmenus.cc    |   2 +-
+ src/themes.cc       |   2 +-
+ src/wmaction.cc     | 180 ------------------------------------------------
+ src/wmaction.h      | 105 ++++++++++++++--------------
+ src/wmapp.cc        |   8 +--
+ src/wmapp.h         |   2 +-
+ src/wmbutton.cc     |   8 +--
+ src/wmbutton.h      |  10 +--
+ src/wmclient.h      |   2 +-
+ src/wmconfig.cc     |  13 ++--
+ src/wmdialog.cc     |  20 +++---
+ src/wmdialog.h      |   2 +-
+ src/wmframe.cc      |   2 +-
+ src/wmframe.h       |   2 +-
+ src/wmmgr.cc        |  30 +++-----
+ src/wmmgr.h         |   8 +--
+ src/wmprog.cc       |   6 +-
+ src/wmtaskbar.cc    |   2 +-
+ src/wmtaskbar.h     |   2 +-
+ src/wmwinlist.cc    |   2 +-
+ src/wmwinlist.h     |   2 +-
+ src/wmwinmenu.cc    |   6 +-
+ src/yaction.h       |   8 +--
+ src/yactionbutton.h |   4 +-
+ src/ybutton.cc      |   6 +-
+ src/ybutton.h       |  10 +--
+ src/yinput.cc       |  24 +++----
+ src/yinputline.h    |   2 +-
+ src/ymenu.cc        |  16 ++---
+ src/ymenu.h         |  18 ++---
+ src/ymenuitem.cc    |   6 +-
+ src/ymenuitem.h     |  10 +--
+ src/ymsgbox.cc      |   6 +-
+ src/ymsgbox.h       |   2 +-
+ 44 files changed, 201 insertions(+), 411 deletions(-)
+
+commit f17ab9cf5093bd1dbb673a2232768239a9e79cd7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 10:18:39 2017 +0200
+
+    Untangle selection of audio libs parameters
+
+    Fix build failure when building without esd or alsa or both
+
+ src/CMakeLists.txt | 83 +++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 59 insertions(+), 24 deletions(-)
+
+commit 33c2cb8913efea0c295c461cae2cf78d66c9ee19
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 10:17:04 2017 +0200
+
+    Fix some signedness inconsistencies triggered in Debug build
+
+ src/mstring.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit 9cf0e5178fbdc44987ee25518810f659a285e353
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Oct 3 06:52:51 2017 +0200
+
+    Split readDesktopNames in smaller functions and also limit count by
+    workspaceCount. Only set _WIN_WORKSPACE_NAMES if GNOME1_HINTS.
+    Only set _NET_DESKTOP_NAMES if WMSPEC_HINTS.
+    Fix for setting _NET_DESKTOP_NAMES where XmbTextListToTextProperty
+    always failed for style XUTF8StringStyle.
+
+ src/wmmgr.cc | 176 ++++++++++++++++++++++++++++++-------------------------
+ src/wmmgr.h  |   3 +
+ 2 files changed, 99 insertions(+), 80 deletions(-)
+
+commit 8ac88c4eb7c8ae6ee50afb750f812ed5476f6134
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Oct 3 01:17:35 2017 +0200
+
+    [cmake] clean linker list explicitly if user disabled some audio backend
+
+    Also add sndfile check even with esd, and check OSS header only if OSS
+    use requested.
+
+ src/CMakeLists.txt | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 360ec120d296ceb4cb9121041103351580edc0ef
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 2 23:54:12 2017 +0200
+
+    Added confirmation for restart-as-xterm option
+
+    Long outstanding Debian bug 224537.
+
+ src/wmaction.cc |  3 +++
+ src/wmaction.h  |  1 +
+ src/wmapp.cc    | 27 ++++++++++++++++++++++-----
+ src/wmframe.cc  | 31 +++++++++++++++++++------------
+ src/wmframe.h   |  1 +
+ src/wmprog.cc   |  4 ++--
+ src/wmprog.h    |  4 ++--
+ 7 files changed, 50 insertions(+), 21 deletions(-)
+
+commit ecdf256c43e8a9945d010237d4a12eba1657ee90
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 2 23:03:39 2017 +0200
+
+    add TOC. fix email
+
+ doc/icesound.1.adoc | 1 +
+ doc/icewm.1.adoc    | 7 ++++++-
+ doc/icewm.adoc      | 4 ++--
+ doc/icewmbg.1.adoc  | 1 +
+ 4 files changed, 10 insertions(+), 3 deletions(-)
+
+commit c2744b23309084ef9c2d1061a9fbe8bc3b984ae1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Oct 2 22:23:59 2017 +0200
+
+    XDG base dir spec: "If, when attempting to write a file,
+    the destination directory is non-existant an attempt should
+    be made to create it with permission 0700."
+
+ src/upath.h   | 2 +-
+ src/ysmapp.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+commit ff84cb909f30eb30943f825f34ae291d1493c66f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 2 18:55:08 2017 +0200
+
+    Added forgotten file (currently unused)
+
+ src/ycollections.cc | 24 ++++++++++++++++++++++++
+ 1 file changed, 24 insertions(+)
+commit 65d5deb7dbab4cc95335f6dd2eb5b1a21c1580e7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 2 12:46:13 2017 +0200
+
+    Fix remaining GCC7 warnings
+
+    Including switching from signed to unsigned/size_t in string
+    classes/functions where negative values were not possible or not making
+    sense.
+
+ src/aworkspaces.cc |  2 +-
+ src/icehelp.cc     |  2 +-
+ src/mstring.cc     | 31 +++++++++++--------------
+ src/mstring.h      | 18 +++++++--------
+ src/wmmgr.cc       |  2 +-
+ src/yarray.cc      |  2 +-
+ src/yinput.cc      | 63 +++++++++++++++++++-------------------------------
+ src/yinputline.h   | 12 +++++-----
+ src/ymenuitem.cc   |  2 +-
+ src/yurl.cc        |  2 +-
+ src/ywindow.cc     |  2 +-
+ src/yxtray.cc      |  4 ++--
+ 12 files changed, 62 insertions(+), 80 deletions(-)
+
+commit 33004abf15b3b08fad190ec1fb418411ed356351
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 2 11:52:25 2017 +0200
+
+    Set default nesting threshhold Xephyr-friendly
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 224a4f65150d09fda0c0097fb1cd4a5307da8b19
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 2 10:45:27 2017 +0200
+
+    Restore extra libs passing to linkage of icewm-session
+
+    Allow to be more static again if linking with libsupc++.
+
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 917498a552cc271606f825c79542cedb8355da8b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Oct 2 00:56:09 2017 +0200
+
+    Dynamic network devices mostly working
+
+    Lookup dictionary not used for now, kept for possible optimization in
+    future.
+
+ src/CMakeLists.txt |   2 +-
+ src/apppstatus.cc  | 207 +++++++++++++++++++++++++++++--------------------
+ src/apppstatus.h   |  33 ++++----
+ src/default.h      |   2 +-
+ src/mstring.cc     |   5 +-
+ src/mstring.h      |   3 +
+ src/wmtaskbar.cc   |   5 +-
+ src/yarray.h       |  11 +--
+ src/ycollections.h |  72 +++++++++--------
+ 9 files changed, 200 insertions(+), 140 deletions(-)
+
+commit f65a975ea259a6cd8dd9fc656a91e6d0aa8056e5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Sep 26 19:35:36 2017 +0200
+
+    Moved experimental collections into an own header
+
+    And started implementing a fast lookup structure.
+
+ src/CMakeLists.txt |   2 +-
+ src/apppstatus.cc  |   2 +-
+ src/apppstatus.h   |   2 +
+ src/udir.h         |   2 +-
+ src/yarray.h       |  68 ---------------------
+ src/ycollections.h | 158 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 6 files changed, 163 insertions(+), 71 deletions(-)
+
+commit 4eeb7bd30070b83caea5a87a0cc216d909d92b00
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 25 23:31:26 2017 +0200
+
+    No multiple procfs opening for multiple network devices
+
+ src/apppstatus.cc | 99 ++++++++++++++++++++++++++++-----------------------
+ src/apppstatus.h  |  6 ++--
+ src/yarray.h      | 22 ++++++------
+ 3 files changed, 70 insertions(+), 57 deletions(-)
+
+commit 04e9bf4b5e70a7a8fc5cf252dcd1f8a591d4f753
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 24 21:09:02 2017 +0200
+
+    Refactored NetStatus setup to use fewer timer structures
+
+ src/apppstatus.cc | 90 ++++++++++++++++++++++++++++++++++++++++++++-------
+ src/apppstatus.h  | 31 +++++++++++++++---
+ src/wmtaskbar.cc  | 50 ++--------------------------
+ src/wmtaskbar.h   |  4 +--
+ src/yarray.h      | 17 +++++++++-
+ 5 files changed, 125 insertions(+), 67 deletions(-)
+
+commit 0aaef157b2b59b476c347d1db83fde6aac43659d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Oct 1 10:29:03 2017 +0200
+
+    document workspaces scroll wheel.
+
+ doc/icewm.1.adoc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 8f18005aaaeb875a2f7ef14e468e64c9abbc2ad8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 30 14:47:36 2017 +0200
+
+    Document task button behaviors.
+
+ doc/icewm.1.adoc | 35 +++++++++++++++++++++++++++++++++--
+ 1 file changed, 33 insertions(+), 2 deletions(-)
+
+commit 556b5356f38cd00300b6e746b0eb05fcc6f2d9a1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 29 21:55:22 2017 +0200
+
+    Manipulate tasks in the task pane more like the tabs in a web
+    browser. Improved interaction and feel. Use left mouse button instead
+    of third. Use Alt+Button2 to close a task. See issues #172.
+
+ src/atasks.cc | 164 ++++++++++++++++++++++++------------------------------
+ src/atasks.h  |  16 ++----
+ 2 files changed, 78 insertions(+), 102 deletions(-)
+
+commit 159b447cd7b187a659927995323e5dfac1d0dc19
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 29 21:52:37 2017 +0200
+
+    swap two elements in an array. findRemove.
+
+ src/yarray.h | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit ee7af1ae935166e942e5f604c1190b47fec99a59
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 29 21:52:14 2017 +0200
+
+    swap.
+
+ src/base.h | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 158a3f397602315d21911212ed0232f6c31499bc
+Merge: d9f45547 94bbccea
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Thu Sep 28 21:18:14 2017 +0200
+
+    Merge pull request #175 from scootergrisen/patch-3
+
+    rød grød med fløde
+
+commit 94bbccea5ef55c5feb1f159378d4fc1a72be7a54
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Thu Sep 28 19:48:44 2017 +0200
+
+    A few more spell check for da.po
+
+ po/da.po | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit 4df1d7c35c922d98e1292a8374416c14460d0cfc
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Thu Sep 28 19:37:22 2017 +0200
+
+    Spell check for da.po
+
+    As suggested by Alan.
+
+ po/da.po | 40 ++++++++++++++++++++--------------------
+ 1 file changed, 20 insertions(+), 20 deletions(-)
+
+commit d9f45547b848e2cf02f896ec591a40433b4859d0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 27 20:49:15 2017 +0200
+
+    Make pagerShowNumbers default false so that workspace names are shown
+    in PagerShowPreview mode.
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 108a9387f6c2f1bbb1803161a1142c32158d1e21
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 27 20:47:43 2017 +0200
+
+    Fix a memory leak. Add support for showing workspace names also when
+    PagerShowPreview is on.
+
+ src/aworkspaces.cc | 74 +++++++++++++++++++++-----------------------------
+ src/aworkspaces.h  |  3 ++
+ 2 files changed, 34 insertions(+), 43 deletions(-)
+
+commit 11d3bf4fb26b8c448d25d139b83e359ff31e62ee
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 27 20:46:38 2017 +0200
+
+    Add some convenient options and a much more detailed help message.
+
+ src/icehelp.cc | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 53 insertions(+), 4 deletions(-)
+
+commit a2879d95f23cf5f3026122c8b9a09ea585425685
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 27 20:46:09 2017 +0200
+
+    add type symmetry for mstring plus operator.
+
+ src/mstring.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit d154a98280bbd26444b45140941aea3ab4c40081
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 27 20:45:26 2017 +0200
+
+    keep expiry timer running (if nonempty).
+
+ src/yxtray.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 367db0c34a9a9a0952e84156b13b4ebc8ad43ee5
+Merge: 7ff1bf30 830b4214
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Wed Sep 27 20:16:47 2017 +0200
+
+    Merge pull request #173 from scootergrisen/patch-1
+
+    Update da.po to 1.4.2.438
+
+commit 7ff1bf30e5cf084e3292401331e060e39a9ccaf3
+Merge: 899fa9a7 fd8e0bfd
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Wed Sep 27 20:14:09 2017 +0200
+
+    Merge pull request #174 from scootergrisen/patch-2
+
+    Update da
+
+commit fd8e0bfd40d94459c12909e2308b02a48d53d346
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Wed Sep 27 18:46:33 2017 +0200
+
+    Update da
+
+ lib/icewm-session.desktop | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 830b42143f60268cef362a88c5ed5276a40030ad
+Author: scootergrisen <scootergrisen@gmail.com>
+Date:   Wed Sep 27 18:42:22 2017 +0200
+
+    Update da.po to 1.4.2.438
+
+ po/da.po | 559 ++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 267 insertions(+), 292 deletions(-)
+
+commit 899fa9a771d6a638c1cdfcb029a36265488b1366
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 26 08:46:27 2017 -0600
+
+    update po files
+
+ po/ar.po     |  95 ++++++++++++++++++++++++++++++++++----------------
+ po/be.po     | 103 ++++++++++++++++++++++++++++++++++++-------------------
+ po/bg.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/ca.po     |  96 +++++++++++++++++++++++++++++++++++----------------
+ po/cs.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/da.po     |  95 ++++++++++++++++++++++++++++++++++----------------
+ po/de.po     |  96 +++++++++++++++++++++++++++++++++++----------------
+ po/el.po     |  95 ++++++++++++++++++++++++++++++++++----------------
+ po/en.po     |  94 ++++++++++++++++++++++++++++++++++----------------
+ po/es.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/fi.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/fr.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/he.po     |  95 ++++++++++++++++++++++++++++++++++----------------
+ po/hr.po     |  94 ++++++++++++++++++++++++++++++++++----------------
+ po/hu.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/icewm.pot |  96 ++++++++++++++++++++++++++++++++++-----------------
+ po/id.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/it.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/ja.po     |  96 +++++++++++++++++++++++++++++++++++----------------
+ po/ko.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/lt.po     |  96 +++++++++++++++++++++++++++++++++++----------------
+ po/lv.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/mk.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/nb.po     | 103 ++++++++++++++++++++++++++++++++++++-------------------
+ po/nl.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/no.po     | 103 ++++++++++++++++++++++++++++++++++++-------------------
+ po/pl.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/pt_BR.po  |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/ro.po     |  95 ++++++++++++++++++++++++++++++++++----------------
+ po/ru.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/sk.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/sl.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/sv.po     |  95 ++++++++++++++++++++++++++++++++++----------------
+ po/tr.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/uk.po     |  96 +++++++++++++++++++++++++++++++++++----------------
+ po/vi.po     |  99 ++++++++++++++++++++++++++++++++++------------------
+ po/zh_CN.po  |  96 +++++++++++++++++++++++++++++++++++----------------
+ po/zh_TW.po  |  96 +++++++++++++++++++++++++++++++++++----------------
+ 38 files changed, 2500 insertions(+), 1216 deletions(-)
+
+commit 1f505e40bf2719f087cfe4150f4fc5af3e344876
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 25 20:06:19 2017 -0600
+
+    double the number of cores
+
+ dist.sh    | 3 +--
+ rebuild.sh | 4 ++--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit 17a091c3d088b9e0d88378507edd143b168e77f7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 25 19:59:03 2017 +0200
+
+    Limit parallel thread count to number of cores, not unlimited
+
+ dist.sh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 158083b32df199cd4e01199dee074cb588dc61ef
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:50:43 2017 +0200
+
+    Fix a use-after-free error (valgrind) for destroyed tray icon windows.
+    Support system tray orientation (and visual, but is now commented out).
+    Support system tray notification messages.
+    Reduce the number of superfluous tray relayouts a little bit.
+
+ src/yxembed.cc |   8 +-
+ src/yxembed.h  |   2 +-
+ src/yxtray.cc  | 279 +++++++++++++++++++++++++++++++++++++++++++++--------
+ src/yxtray.h   |   7 +-
+ 4 files changed, 252 insertions(+), 44 deletions(-)
+
+commit b1936b7c3ed7d0c89ecb619d8297cf88fa20fd12
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:36:17 2017 +0200
+
+    More tags. Less warnings. Support website links to local absolute paths.
+    More html special chars. Better error message translations.
+
+ src/icehelp.cc | 82 +++++++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 66 insertions(+), 16 deletions(-)
+
+commit e05e29c998483fba0cd4a135f4098f1e62b19745
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:35:08 2017 +0200
+
+    remove erroneous csmart array index operator to fix compile error.
+
+ src/ypointer.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 6c965ea47430a85b99b74303accc6b77a1d7c213
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:34:24 2017 +0200
+
+    construct YObjectArray with a defined capacity.
+
+ src/yarray.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 4a46137a90c19a8da11b0706a353cc0bd9b0fb2d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:33:56 2017 +0200
+
+    free workspaceItem[].
+
+ src/wmwinlist.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit e3cd8b3792554399fbd29b94ee29799e1a7bd1dc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:33:36 2017 +0200
+
+    free fTasks and fWindowTray.
+
+ src/wmtaskbar.cc | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit f7e3b3c8af080166b0cfa83ea04d1c3bcfd9c186
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:33:20 2017 +0200
+
+    free rootProxy.
+
+ src/wmmgr.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 170c0d29ed319c7bd952ea7b48dc374b86b3fde1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:31:41 2017 +0200
+
+    Replace fmax/fmin by max/min as this is all integers, not FP.
+
+ src/yrect.h | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+commit e09c6ae976701b1e476a31f89ee8e1255a35c1f0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 24 19:30:30 2017 +0200
+
+    include math.h because it uses round(3).
+
+ src/aworkspaces.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 9a6b8b7a70977e3324587293d1d2e6441f522210
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 24 02:08:59 2017 -0600
+
+    update po files
+
+ po/ar.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/be.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/bg.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/ca.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/cs.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/da.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/de.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/el.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/en.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/es.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/fi.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/fr.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/he.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/hr.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/hu.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/icewm.pot | 166 ++++++++++++++++++++++++++---------------------------
+ po/id.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/it.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/ja.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/ko.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/lt.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/lv.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/mk.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/nb.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/nl.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/no.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/pl.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/pt_BR.po  | 172 ++++++++++++++++++++++++++++---------------------------
+ po/ro.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/ru.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/sk.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/sl.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/sv.po     | 164 ++++++++++++++++++++++++++--------------------------
+ po/tr.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/uk.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/vi.po     | 172 ++++++++++++++++++++++++++++---------------------------
+ po/zh_CN.po  | 172 ++++++++++++++++++++++++++++---------------------------
+ po/zh_TW.po  | 172 ++++++++++++++++++++++++++++---------------------------
+ 38 files changed, 3285 insertions(+), 3173 deletions(-)
+
+commit 509ba5e59dbde949572cdb303c8435001bdb9527
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 24 02:07:54 2017 -0600
+
+    add parallel build to distribution
+
+ dist.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b6d76f6b6a5281225b09a50e7269f3e5003992ee
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 24 01:59:29 2017 -0600
+
+    support parallel build for development
+
+ rebuild.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 27953089862755d46c38c463b3f03aabc2e827af
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 23 18:14:30 2017 +0200
+
+    Fix compilation for g++-4.8 for issue #152.
+
+ src/ytimer.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cc92cdaa1d839b1c4b05236791bc6225697c7f43
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 22 00:05:44 2017 +0200
+
+    New tests for MStringArray and YRefArray. Add class stringcounted.
+
+ src/testarray.cc | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 160 insertions(+), 1 deletion(-)
+
+commit 620f709fc893c96a51c7fa6047927cc23c28e0dc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 22 00:02:35 2017 +0200
+
+    Memory leak fix and improvements for YRefArray.
+    Derive YStringArray from YArray instead of YBaseArray.
+    Add new class MStringArray for efficient array for mstrings.
+
+ src/mstring.h |  5 +++
+ src/yarray.cc |  5 ++-
+ src/yarray.h  | 97 ++++++++++++++++++++++++++++++++++++++++++-------------
+ 3 files changed, 81 insertions(+), 26 deletions(-)
+
+commit 123b8b2e5b5acf81f1e436a4e2f9363f68d7efa0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Sep 22 00:00:38 2017 +0200
+
+    When including both yarray.h and mstring.h then include mstring before
+    yarray.
+
+ src/wmconfig.cc | 2 --
+ src/wmoption.h  | 3 +--
+ src/yapp.h      | 2 +-
+ src/yxembed.h   | 2 +-
+ 4 files changed, 3 insertions(+), 6 deletions(-)
+
+commit 61c65d5d317af1861e299be51edf0dfaa93f3c9a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Sep 21 23:56:12 2017 +0200
+
+    Changes to tray. Solutions for bug #152.
+
+ src/icetray.cc   | 88 +++++++++++++++++++++++---------------------------
+ src/wmapp.cc     | 12 +++----
+ src/wmmgr.cc     |  4 +--
+ src/wmtaskbar.cc |  3 +-
+ src/ywindow.cc   | 45 ++++++++++++++------------
+ src/ywindow.h    |  2 +-
+ src/yxembed.cc   |  3 --
+ src/yxtray.cc    | 91 +++++++++++++++++++++++-----------------------------
+ src/yxtray.h     |  7 ++--
+ 9 files changed, 120 insertions(+), 135 deletions(-)
+
+commit 50db37490189f37f92e143734674dd694c885799
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Sep 21 23:51:29 2017 +0200
+
+    class YAtom.
+
+ src/yxapp.cc | 16 ++++++++++++++++
+ src/yxapp.h  | 22 +++++++++++++++++++++-
+ 2 files changed, 37 insertions(+), 1 deletion(-)
+
+commit 7f72388be0f67812d154eabc1573d348da9a8b4d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Sep 21 23:49:22 2017 +0200
+
+    boolstr.
+
+ src/base.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit cb9478ff6e71bba40ca22a4c4aaf1c4ca2fc04f6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 18 16:18:02 2017 +0200
+
+    Fix unsigned comparisson after change from int
+
+ src/udir.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit c7d3d336845f8d2b38c090cbe151b90a18da457e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 17 22:34:34 2017 -0600
+
+    update file search order
+
+ man/icewm-env.pod          | 20 ++++++++++++++------
+ man/icewm-focus_mode.pod   | 20 ++++++++++++++------
+ man/icewm-keys.pod         | 20 ++++++++++++++------
+ man/icewm-menu.pod         | 20 ++++++++++++++------
+ man/icewm-preferences.pod  | 20 ++++++++++++++------
+ man/icewm-prefoverride.pod | 20 ++++++++++++++------
+ man/icewm-programs.pod     | 20 ++++++++++++++------
+ man/icewm-shutdown.pod     | 20 ++++++++++++++------
+ man/icewm-startup.pod      | 20 ++++++++++++++------
+ man/icewm-theme.pod        | 20 ++++++++++++++------
+ man/icewm-toolbar.pod      | 20 ++++++++++++++------
+ man/icewm-winoptions.pod   | 20 ++++++++++++++------
+ 12 files changed, 168 insertions(+), 72 deletions(-)
+
+commit 0860ca4f0e6def3cf0f9b6711ed7a28c4dba964f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 17 21:56:03 2017 -0600
+
+    fix signed vs. unsigned comparisons
+
+ src/udir.cc | 2 +-
+ src/udir.h  | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 1111aac102e9b4b82d388f8ab057a785dcb7a7cc
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 17 22:38:33 2017 +0200
+
+    Avoid almost half of readdir syscalls on directory scan
+
+    ... which were made just for counting in order to allocate memory for
+    sorting.
+
+ src/udir.cc | 24 ++++++++----------------
+ src/udir.h  | 11 ++++++-----
+ 2 files changed, 14 insertions(+), 21 deletions(-)
+
+commit 15aedb401da5391b23d4acf975b12319eea6ff55
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 17 22:00:10 2017 +0200
+
+    Handles to preserve memory explicitly
+
+ src/yarray.h | 20 +++++++++++++-------
+ 1 file changed, 13 insertions(+), 7 deletions(-)
+
+commit 299b0aa4260f95173a99b16cb12739625c19b01f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 17 21:52:20 2017 +0200
+
+    Use reliable order for detected interfaces
+
+ src/wmtaskbar.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5b3eec2727abcbfcaf491fa90241271dd9bce9ee
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 17 21:51:17 2017 +0200
+
+    Present the network devices in actually specified order
+
+ src/wmtaskbar.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 270e17fc0cc4bb7af28260f40246746c23fac9c2
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 17 17:27:59 2017 +0200
+
+    Fix of e7c0230acad38fc192a997a4979a8fe2f3a2c2ae in debug build
+
+    Build failure after c_str removal
+
+ src/wmtaskbar.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1c8e95c6aab9b226af8daaeb7417fb8633d13b44
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 17 19:53:08 2017 +0200
+
+    No lazy or static needed for initialization of mailbox app.
+
+ src/wmtaskbar.cc | 16 ++++++----------
+ 1 file changed, 6 insertions(+), 10 deletions(-)
+
+commit bfb21a6f7ac2e23917088ce111ff2846aa321d1c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 17 15:47:52 2017 +0000
+
+    correct possible overflow
+
+ src/aworkspaces.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2f619750904bf0d379c4d31bcb270ebd45482458
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 17 14:31:29 2017 +0200
+
+    Be more explicit about test results. Some extra newlines for
+    readability.
+
+ src/testarray.cc | 31 ++++++++++++++++++++++++++++---
+ 1 file changed, 28 insertions(+), 3 deletions(-)
+
+commit 1fd28e9b95e05eb8ffc3b076aaab5e595d10bb73
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 17 14:30:03 2017 +0200
+
+    Eliminate duplicate code, cleanup and simplify.
+
+ src/yarray.cc | 20 ++++++-----------
+ src/yarray.h  | 64 ++++++++++++++++++++++++++++++++++++-------------------
+ 2 files changed, 48 insertions(+), 36 deletions(-)
+
+commit b3471eb4e67cce3e8361ee1c685dc7b6ab936f36
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 17 07:54:46 2017 +0200
+
+    automake 1.13.4 still works fine
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 286f79f71872d4bf784fe853b770a3a39e240601
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 17 07:44:49 2017 +0200
+
+    Revert "Added sane c_str shortcut".
+    Because is a naieve mistake. If it were possible than class cstring
+    is superfluous.
+
+    This reverts commit 1b6cce780831c5af734324d105cedf9ebf935256.
+
+ src/mstring.cc | 5 -----
+ src/mstring.h  | 1 -
+ 2 files changed, 6 deletions(-)
+
+commit e7c0230acad38fc192a997a4979a8fe2f3a2c2ae
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 15:41:52 2017 +0200
+
+    Fixing another debug warning
+
+    Found with clang. Also avoid redundant string copy ctor call.
+
+ src/wmtaskbar.cc | 2 +-
+ src/ylocale.cc   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 2a4388bb332f746fbcc42203f95e4da96fd8c61f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 13:29:13 2017 +0200
+
+    Automated lookup of known network devices on Linux
+
+ doc/icewm.adoc   |  1 +
+ src/default.h    |  5 +++++
+ src/wmtaskbar.cc | 57 ++++++++++++++++++++++++++++++++--------------------
+ 3 files changed, 41 insertions(+), 22 deletions(-)
+
+commit e57a38bc5ba8f1da74b2f452f043b330c4c9d99b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 13:16:08 2017 +0200
+
+    Added simple value-typed dynamic array handler
+
+ src/yarray.h | 36 ++++++++++++++++++++++++++++++++++++
+ 1 file changed, 36 insertions(+)
+
+commit 1b6cce780831c5af734324d105cedf9ebf935256
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 11:50:34 2017 +0200
+
+    Added sane c_str shortcut
+
+ src/mstring.cc | 5 +++++
+ src/mstring.h  | 1 +
+ 2 files changed, 6 insertions(+)
+
+commit ab9024b1d17f66ef7cfefae5fdea8df4b95d82dc
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 09:55:12 2017 +0200
+
+    Fixed spelling of ColorApmBattery
+
+ src/themable.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 38866a01f8efe5c8cfcb6eaa1d2e0769d6e4b716
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 01:29:40 2017 +0200
+
+    Initialize object members (cosmetics)
+
+ src/atasks.cc      | 1 +
+ src/aworkspaces.cc | 4 ++--
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit ee32165ead9d126b51650b1b5d951ce3dc551a20
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Sep 16 01:24:48 2017 +0200
+
+    Fix broken math of current energy bar calculation
+
+    The battery bar would display incorrect estimation when batteries have
+    different capacities. Also cope with the case when the last seen "full"
+    charged value increases (for sysfs).
+
+ src/aapm.cc | 39 +++++++++++++++++++--------------------
+ src/aapm.h  |  5 +++--
+ 2 files changed, 22 insertions(+), 22 deletions(-)
+
+commit 6623b53218abf08e7527e5f9b98b3abb1010f201
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Sep 15 17:48:27 2017 +0200
+
+    Use factory method rather instead of crude function pointers
+
+    constexpr would also be possible to waste less CPU cycles but would
+    still look weird, and we are not in C++11 world yet.
+
+ src/wmapp.cc    |  2 +-
+ src/wmstatus.cc | 21 ++++++++++-----------
+ src/wmstatus.h  |  8 +++-----
+ 3 files changed, 14 insertions(+), 17 deletions(-)
+
+commit 782e517869d515d4e9380bb8aafbdf956332e6a6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Sep 15 17:41:04 2017 +0200
+
+    Use less CPU cycles on duplicates on getting $MAIL
+
+ src/wmtaskbar.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit f199ce63fcb96e5879fcd3c1568bc29db39046c1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 13 01:09:17 2017 -0600
+
+    update po files
+
+ po/ar.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/be.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/bg.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/ca.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/cs.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/da.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/de.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/el.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/en.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/es.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/fi.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/fr.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/he.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/hr.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/hu.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/icewm.pot | 113 ++++++++++++++++++++++++++++---------------------------
+ po/id.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/it.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/ja.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/ko.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/lt.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/lv.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/mk.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/nb.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/nl.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/no.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/pl.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/pt_BR.po  | 111 ++++++++++++++++++++++++++++--------------------------
+ po/ro.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/ru.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/sk.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/sl.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/sv.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/tr.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/uk.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/vi.po     | 111 ++++++++++++++++++++++++++++--------------------------
+ po/zh_CN.po  | 111 ++++++++++++++++++++++++++++--------------------------
+ po/zh_TW.po  | 111 ++++++++++++++++++++++++++++--------------------------
+ 38 files changed, 2167 insertions(+), 2053 deletions(-)
+
+commit 47758ee8ed6c87c33629308b8f7b5818485e367a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 13 00:48:54 2017 -0600
+
+    put versions back to last release
+
+ configure.ac | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit e6fa78f6f03ba6f6e97f1d93cbf7f1288681c7b3
+Merge: d129564b 42921623
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Wed Sep 13 06:46:29 2017 +0000
+
+    Merge pull request #169 from
+    Code7R/feature/proposal_removing_legacy_xft_support
+
+    Dropping support for ancient xft versions
+
+commit d129564b3f9885ea410b47edeba96bee98252042
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 12 23:42:57 2017 -0600
+
+    describe proper XDG_CONFIG_HOME behaviour in man page
+
+ man/icewm.pod | 67 ++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 37 insertions(+), 30 deletions(-)
+
+commit c892aefb979494f27462bc18520e84b71fdbd362
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 12 23:24:22 2017 -0600
+
+    should be dirExists instead of fileExists
+
+ src/yapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 09efa510a70ef359f5e7fdbc854002316216eee8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 12 23:20:10 2017 -0600
+
+    fix incorrect use of XDG_CONFIG_DIR
+
+ src/themes.cc   |  5 +----
+ src/wmapp.cc    |  4 +---
+ src/wmconfig.cc | 10 ----------
+ src/yapp.cc     | 30 ++++++++++--------------------
+ src/yapp.h      |  1 -
+ src/ypaths.cc   | 15 +++++----------
+ 6 files changed, 17 insertions(+), 48 deletions(-)
+
+commit f48f13800de6c1f9aa0b30eb30a35318e1bea8b3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 12 23:18:37 2017 -0600
+
+    do not need this line in configure.sh
+
+ configure.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 265f6922369dd735909778e8cbd03f89c86249d3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 11 09:53:35 2017 -0600
+
+    use non-builtin echo
+
+ autogen.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4292162398f2f4f8150d6da4474b2ba2934f09f0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 11 17:07:31 2017 +0200
+
+    Dropping support for ancient xft versions
+
+ configure.ac       | 21 +++++++--------------
+ src/CMakeLists.txt | 13 ++++++-------
+ src/wmapp.cc       |  2 +-
+ src/yconfig.h      |  2 +-
+ src/yfont.cc       | 38 +++++---------------------------------
+ src/ypaint.cc      | 12 ++++++------
+ src/ypaint.h       |  2 --
+ 7 files changed, 26 insertions(+), 64 deletions(-)
+
+commit 102c7425765d4e2d9d234b2470be4c1070a7b570
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 11 03:28:53 2017 +0000
+
+    some tweaks
+
+ README.md.in | 66 ++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 38 insertions(+), 28 deletions(-)
+
+commit 0e7386aabadc7c4a9578d42ec880dc2e6249af56
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 11 00:34:09 2017 +0200
+
+    Added a system suspend function trigger
+
+    The user can specify the actual command via SuspendCommand option, i.e.
+    something running a suspend-to-ram or suspend-to-disk script.
+    On Linux, STR (via systemd) is preselected.
+
+    Also added a very basic suspend/sleep mode icon and related action
+    button in the CtrlAltDel dialog.
+
+ lib/icons/suspend_16x16.xpm | 21 +++++++++++++++++++++
+ lib/icons/suspend_32x32.xpm | 37 +++++++++++++++++++++++++++++++++++++
+ src/default.h               |  8 ++++++--
+ src/wmaction.cc             |  3 +++
+ src/wmaction.h              |  6 ++++++
+ src/wmapp.cc                | 12 ++++++++++++
+ src/wmdialog.cc             | 18 +++++++++++++++---
+ src/wmdialog.h              |  1 +
+ src/wmmgr.cc                |  6 +++++-
+ src/wmmgr.h                 |  2 +-
+ 10 files changed, 107 insertions(+), 7 deletions(-)
+
+commit b1477fc01bc22e07b5f3f974f5e9276f6752994a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:56:07 2017 -0600
+
+    Revert "Remove old debug warning."
+
+    This reverts commit c4faec9b9c3cb4a0d2e3c67e6c757c5587b363f7.
+
+    It is still a valid warning.
+
+ src/icewmbg.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1d6ab02d9d1ef2dd7a0f98f97af6730df3b771de
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:54:14 2017 -0600
+
+    Revert "LogoutCommand should not affect the menu entries for Shutdown and"
+
+    This reverts commit 3054d3310324e2c52477c8213e52e2093c8e7e9a.
+
+    It has been that way from the start.
+
+ src/wmdialog.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 13899d3324af2def9729f9d79cf17d9b0d91e6cf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:45:32 2017 -0600
+
+    Revert "Remove Atoms which are: not used and defined in X11/Xatom.h."
+
+    This reverts commit 6180b23e36ca4f464b74b38a7f171910778fa578.
+
+    I put them there on purpose.
+
+ src/ywindow.h | 10 ++++++++++
+ src/yxapp.cc  | 22 ++++++++++++++++++++++
+ 2 files changed, 32 insertions(+)
+
+commit eee40077c97886df81d37c9eb4ace98d79757d03
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:44:59 2017 -0600
+
+    Revert "Remove unused _XA_WM_CLIENT_MACHINE and _XA_NET_WM_OPACITY."
+
+    This reverts commit 3c77983e05c40d52af3b275cace153ba1cfd7876.
+
+    Do not remove my todo list.
+
+ src/wmmgr.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit d016a52641598f0c011bbd3c76df016e5531b4f2
+Merge: f9201986 8f1da162
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:34:06 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit f920198678f394b2fbd7cc778a99d5a865bd1cac
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:33:42 2017 -0600
+
+    more authors
+
+ AUTHORS | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 80bd1839652202a1f1b5fb028857c228ad450646
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:32:27 2017 -0600
+
+    add branch to substitution
+
+ autogen.sh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c5198bf59d8c5abca991f0fc644298fb296301aa
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:31:56 2017 -0600
+
+    add links command and disable static libs by default
+
+ configure.ac | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
+commit c5b7db5dc8956d7b68b0f65e7fbcec946b172541
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:29:32 2017 -0600
+
+    adjust default flags for test build
+
+ configure.sh | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit cbdd3ac27d51cd32b2bb2f621cefcefabd5292b3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:28:44 2017 -0600
+
+    silent is now default
+
+ rebuild.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b14bb4f93749a54c7238b466a8eb7e7cf04dc451
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:28:16 2017 -0600
+
+    update po files
+
+ po/ar.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/be.po     | 76 +++++++++++++++++++++++++++++++------------------------
+ po/bg.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/ca.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/cs.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/da.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/de.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/el.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/en.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/es.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/fi.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/fr.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/he.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/hr.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/hu.po     | 76 +++++++++++++++++++++++++++++++------------------------
+ po/icewm.pot | 77 +++++++++++++++++++++++++++++++-------------------------
+ po/id.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/it.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/ja.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/ko.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/lt.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/lv.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/mk.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/nb.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/nl.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/no.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/pl.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/pt_BR.po  | 75 ++++++++++++++++++++++++++++++------------------------
+ po/ro.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/ru.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/sk.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/sl.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/sv.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/tr.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/uk.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/vi.po     | 75 ++++++++++++++++++++++++++++++------------------------
+ po/zh_CN.po  | 75 ++++++++++++++++++++++++++++++------------------------
+ po/zh_TW.po  | 75 ++++++++++++++++++++++++++++++------------------------
+ 38 files changed, 1599 insertions(+), 1255 deletions(-)
+
+commit 6389c2deed59cda28d375692d30c4be9fc2e0be1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 10 16:27:56 2017 -0600
+
+    do not use literal package name
+
+ README.md.in | 42 +++++++++++++++++++++---------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+commit 8f1da1626b024069d45e7b44646721ad04c44d08
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 10 23:39:06 2017 +0200
+
+    Avoid rare crash on shutdown
+
+    Segfault was possible when icewm is existing before any decorated
+    window was shown at least once, due to premature unsetting of some
+    members or insufficient checks.
+
+ src/ypaint.cc | 6 +++---
+ src/yxapp.cc  | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 59434563c1b01d860321f83d3826fc1dd3558bcb
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 10 23:12:01 2017 +0200
+
+    Refactor copy-pasta in CtrlAltDel dialog
+
+ src/wmdialog.cc | 76 ++++++++++++++---------------------------------------
+ src/wmdialog.h  |  1 +
+ 2 files changed, 21 insertions(+), 56 deletions(-)
+
+commit 68d1f4509eafd8d7d9df734e303b2f4652e9972a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 10 20:37:16 2017 +0200
+
+    Simplifying signature definition
+
+ src/yfont.cc | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit c4faec9b9c3cb4a0d2e3c67e6c757c5587b363f7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 10 14:19:00 2017 +0200
+
+    Remove old debug warning.
+
+ src/icewmbg.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f49b5d41812415316f593a235677ae8abfcdc756
+Merge: 3054d331 973ea256
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 10 12:59:52 2017 +0200
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 3054d3310324e2c52477c8213e52e2093c8e7e9a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 10 12:58:40 2017 +0200
+
+    LogoutCommand should not affect the menu entries for Shutdown and
+    Reboot. See issue #167.
+
+ src/wmdialog.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 973ea25694a5188d53b42c52d2674e73458ea8de
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Sep 10 12:41:20 2017 +0200
+
+    Pass-through libXt own options without warnings
+
+ src/wmapp.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 3c77983e05c40d52af3b275cace153ba1cfd7876
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 10 11:24:40 2017 +0200
+
+    Remove unused _XA_WM_CLIENT_MACHINE and _XA_NET_WM_OPACITY.
+
+ src/wmmgr.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 13269d8e7b6a3f0ac105b9c15048364065a99288
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 10 11:24:08 2017 +0200
+
+    Remove unused occupyMenu and maximizeMenu.
+
+ src/wmapp.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 6180b23e36ca4f464b74b38a7f171910778fa578
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 10 10:36:24 2017 +0200
+
+    Remove Atoms which are: not used and defined in X11/Xatom.h.
+
+ src/ywindow.h | 10 ----------
+ src/yxapp.cc  | 22 ----------------------
+ 2 files changed, 32 deletions(-)
+
+commit 4f16d8caa1ee8eaf354dbafa4d90957275853e9a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 17:14:08 2017 +0200
+
+    Remove include "config.h" from yarray.h (must be included in .cc).
+
+ src/yarray.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f1fe31cdd4fa36954550ae6b1c1819410b4214e0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 16:38:49 2017 +0200
+
+    Ensure X11/Xutil.h is included in wmclient.h
+
+ src/wmclient.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 705298f7c81e77768fdd83f99ea91425243900d8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 16:37:44 2017 +0200
+
+    Ensure X11/keysym.h is included in icehelp.
+
+ src/icehelp.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7c010461aaaf0c0881bfd3434fbd856213e4fd6e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 16:36:47 2017 +0200
+
+    Fix ifndef/define WMACTION_H.
+
+ src/wmaction.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit cb2851c179cf424cc4a7c538a056f088507b7dbe
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 14:07:52 2017 +0200
+
+    NO_CONFIGURE only applies to preferences options. Other options like
+    --notify must still work when NO_CONFIGURE is defined.
+
+ src/wmapp.cc | 54 ++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 32 insertions(+), 22 deletions(-)
+
+commit 6107cd8c4b5c5407b2d1f7f95287a911955cfebc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 14:05:42 2017 +0200
+
+    Move OS2 files to contrib/.
+
+ config.cmd => contrib/config.cmd | 0
+ sysdep.os2 => contrib/sysdep.os2 | 0
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 325ff026b7dd2f2dc89eb6e505ae02f239e4b9fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 9 14:02:48 2017 +0200
+
+    Move fd-leak-patch.txt to contrib/.
+
+ fd-leak-patch.txt => contrib/fd-leak-patch.txt | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 64088b306be43e600edc79ba38a951354a73c4d5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 16:54:49 2017 -0600
+
+    md no like bold in tt
+
+ README.md.in | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 9717942078296beacb8ce4339928d7263a559baf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 16:53:14 2017 -0600
+
+    highlight manpages different
+
+ README.md.in | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit a8d25bd676c156bd87ac544e021dc8510583b337
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 10:55:16 2017 -0600
+
+    s/COMPLIANCE/CONFORMING TO/
+
+ man/icewmtray.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 59cf786706b67a26d39e3df47742b7fb513c208f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 10:54:40 2017 -0600
+
+    working up icewm-menu-gnome2 manpage
+
+ man/icewm-menu-gnome2.pod | 59 +++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 57 insertions(+), 2 deletions(-)
+
+commit 48eddc284e6f199e71de8b8b621b7dabccf1a511
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 10:54:23 2017 -0600
+
+    working up icewm-menu-fdo manpage
+
+ man/icewm-menu-fdo.pod | 57 ++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 55 insertions(+), 2 deletions(-)
+
+commit 57db510d12bf4843b8c54d2f498600ad8666729d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 05:04:35 2017 -0600
+
+    conditionally install utility manual pages
+
+ man/Makefile.am | 31 ++++++++++++++++++++++++++-----
+ 1 file changed, 26 insertions(+), 5 deletions(-)
+
+commit 94c866da5cd2ec5adfdee4789b8be7b003a37aa7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 04:53:51 2017 -0600
+
+    add icewm-menu-gnome2 manual page
+
+ man/icewm-menu-gnome2.pod | 53 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 53 insertions(+)
+
+commit a1888a733279e41f968a4de5fab323dc701b285e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 04:50:52 2017 -0600
+
+    complete the icewm-theme manual page
+
+ man/icewm-theme.pod | 45 ++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 32 insertions(+), 13 deletions(-)
+
+commit 4bde14cec83adc22a6a8493c2a7f70e4d88e2f88
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 03:24:59 2017 -0600
+
+    reference manual pages
+
+ README.md.in | 35 +++++++++++++++++++++--------------
+ 1 file changed, 21 insertions(+), 14 deletions(-)
+
+commit 0bf2d7407e8bc7493b9fce2814dee745f4ff126d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 03:24:42 2017 -0600
+
+    typo
+
+ README.md | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 392502e290519cf0f39aeac5f790f0f5d5d87873
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 03:10:10 2017 -0600
+
+    add examples section
+
+ man/icewm-prefoverride.pod | 2 ++
+ man/icewm-shutdown.pod     | 2 ++
+ man/icewm-startup.pod      | 2 ++
+ man/icewm-theme.pod        | 2 ++
+ 4 files changed, 8 insertions(+)
+
+commit fc368f8f9cce19ccde2c2f3b68a40b16428ea478
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 03:07:26 2017 -0600
+
+    update search path
+
+ man/icewm-env.pod          |  8 ++++++--
+ man/icewm-focus_mode.pod   | 17 +++++++++++++++--
+ man/icewm-keys.pod         |  8 ++++++--
+ man/icewm-menu.pod         |  8 ++++++--
+ man/icewm-preferences.pod  |  8 ++++++--
+ man/icewm-prefoverride.pod |  8 ++++++--
+ man/icewm-programs.pod     |  8 ++++++--
+ man/icewm-shutdown.pod     |  8 ++++++--
+ man/icewm-startup.pod      |  8 ++++++--
+ man/icewm-theme.pod        |  8 ++++++--
+ man/icewm-toolbar.pod      |  8 ++++++--
+ man/icewm-winoptions.pod   |  8 ++++++--
+ 12 files changed, 81 insertions(+), 24 deletions(-)
+
+commit bcbcea91c128c0afa25a9e68b0daa43be67eebee
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Sep 7 02:52:21 2017 -0600
+
+    complete icewm-env manual page
+
+ man/icewm-env.pod | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit e2ef30b0112c5120211fc46a0c44c761a3de8aa1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:25:40 2017 -0600
+
+    add description to winoptions manpage
+
+ man/icewm-winoptions.pod | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit ea0775d3d83bfb4df156ed08923cbe19d9ebd4e1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:25:23 2017 -0600
+
+    add description to toolbar manpage
+
+ man/icewm-toolbar.pod | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 1778bc6a98d48ad94204c8807fcc1b9e533311a6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:25:07 2017 -0600
+
+    add description to theme manpage
+
+ man/icewm-theme.pod | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+commit 77ad6060632cd9f523dfee292a72ac31f3cc0329
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:24:53 2017 -0600
+
+    add description to startup manpage
+
+ man/icewm-startup.pod | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit ab0b119de869c3de89824655fca1143258bffedf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:24:37 2017 -0600
+
+    add description to shutdown manpage
+
+ man/icewm-shutdown.pod | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 4bcaf068e0d62ee9ce4c423945dcb7bc14fb6418
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:24:21 2017 -0600
+
+    add description to programs manpage
+
+ man/icewm-programs.pod | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit ee33f4557ce812eb6ba8004b63c77ce766d41981
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:24:06 2017 -0600
+
+    add description to prefoverride manpage
+
+ man/icewm-prefoverride.pod | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 0c99708bdc5a8b78c14a3a8744f4e44ef8e5ea59
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:23:49 2017 -0600
+
+    add description to preferences manpage
+
+ man/icewm-preferences.pod | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit ded3d1622a77883cf17818fc318fe91f6fda486f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:23:31 2017 -0600
+
+    add description to menu manpage
+
+ man/icewm-menu.pod | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 0252e63f057b27f810073013b993f4ec8ea40959
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:23:14 2017 -0600
+
+    add description to keys manpage
+
+ man/icewm-keys.pod | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 50efe5dfdbb63913d2658747e9733c187df44421
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:22:57 2017 -0600
+
+    add description to focus_mode manpage
+
+ man/icewm-focus_mode.pod | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 60e2e2d594cedf88ac40ffe784f7c788dbd64b48
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:22:42 2017 -0600
+
+    add description to env manpage
+
+ man/icewm-env.pod | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 2aefcfe428af12b91598c95f93ec403de33adb9b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:17:33 2017 -0600
+
+    cross reference manual pages
+
+ man/icewm.pod | 74 +++++++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 58 insertions(+), 16 deletions(-)
+
+commit 078b2a421f002b59eaca40028b4e8dd682f37a0e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:17:00 2017 -0600
+
+    add new manpages to makefile
+
+ man/Makefile.am | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 6f2f8ae322b45d32706315f52a9dc9c92cf9f9a6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 19:16:29 2017 -0600
+
+    add manual pages for minor configuration files
+
+ man/icewm-env.pod          | 40 ++++++++++++++++++++++++++++++++++++++++
+ man/icewm-focus_mode.pod   | 40 ++++++++++++++++++++++++++++++++++++++++
+ man/icewm-prefoverride.pod | 40 ++++++++++++++++++++++++++++++++++++++++
+ man/icewm-shutdown.pod     | 40 ++++++++++++++++++++++++++++++++++++++++
+ man/icewm-startup.pod      | 41 +++++++++++++++++++++++++++++++++++++++++
+ man/icewm-theme.pod        | 40 ++++++++++++++++++++++++++++++++++++++++
+ 6 files changed, 241 insertions(+)
+
+commit 5a5bf49a6476d3d38559b333bebdd66e7c437bf1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 17:41:11 2017 -0600
+
+    add more themables
+
+ doc/icewm.adoc | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+commit 4f0a22b9948fe7bb5e001fbab1399d168d388653
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 17:40:27 2017 -0600
+
+    quiet down makefiles
+
+ Makefile.am     | 28 ++++++++++++++--------------
+ doc/Makefile.am |  2 +-
+ man/Makefile.am |  4 ++--
+ src/Makefile.am |  2 +-
+ 4 files changed, 18 insertions(+), 18 deletions(-)
+
+commit a83e97d6b31f4c4896a9b5414921c13f472e89b1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 21:53:24 2017 +0000
+
+    more themables
+
+ man/icewm-preferences.pod | 64 ++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 63 insertions(+), 1 deletion(-)
+
+commit 013f3fbfccf2386c0d71f76632af3883d35bc502
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 21:35:01 2017 +0000
+
+    describe themable
+
+ man/icewm-preferences.pod | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 0fd29ee098f05e6217afc4749562236199e00ca2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 21:22:45 2017 +0000
+
+    document missing borders
+
+ doc/icewm.adoc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 20760f6647ed95a28894a59f6dc5cc7042283866
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 21:22:31 2017 +0000
+
+    document borders
+
+ man/icewm-preferences.pod | 52 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 52 insertions(+)
+
+commit 9fc989ad9f8aeecb8561032a6a4402cf32538c31
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 6 22:19:10 2017 +0200
+
+    clarify setBorder configureRequest.
+
+ src/base.h     | 10 ++++++++++
+ src/wmframe.cc |  4 +++-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+commit 558c648cbd5ec49cfec66e32bdf3259ba213846f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 6 22:16:04 2017 +0200
+
+    XQueryTree may fail, so ensure winClients is properly initialized.
+
+ src/wmmgr.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 600eedc2bf47b9ea866eafa2961462ed17be874a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Sep 6 22:15:37 2017 +0200
+
+    Support HTML special double quotes.
+
+ src/icehelp.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit e4a4f622e55fd81f1a0f10c6e07b019d71e971dd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:46:01 2017 -0600
+
+    add fonts to manual
+
+ doc/icewm.adoc | 52 +++++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 41 insertions(+), 11 deletions(-)
+
+commit 570e67a439fca997dff336c9aa2208df27c2cd47
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:45:50 2017 -0600
+
+    add fonts to manual page
+
+ man/icewm-preferences.pod | 118 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 118 insertions(+)
+
+commit e70129f06f6903c2adae0186eff07f540a53aebd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:45:37 2017 -0600
+
+    add descriptions for fonts
+
+ src/themable.h | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+commit be3e4846e62690d2d9d09289c5ab43eb80d0309f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:20:44 2017 -0600
+
+    a couple more colors
+
+ doc/icewm.adoc            |  2 ++
+ man/icewm-preferences.pod | 12 ++++++++++--
+ 2 files changed, 12 insertions(+), 2 deletions(-)
+
+commit b1b87237118f92d48d4eb395d38661fef252596c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:19:45 2017 -0600
+
+    reverse descriptions
+
+ src/icewmbg_prefs.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 85d2f74f378d85e4c72cf90ef22a8de2138ab9b5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:16:10 2017 -0600
+
+    add color documentation
+
+ doc/icewm.adoc            |  88 ++++++++++-
+ man/icewm-preferences.pod | 349 ++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 435 insertions(+), 2 deletions(-)
+
+commit 2018c751b864b748bb1a9cb381634f5c2f396cba
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 10:15:57 2017 -0600
+
+    add crossref
+
+ man/icewmbg.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 23e33b22bcae791aba1327c7599d5867279487f6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 09:51:51 2017 -0600
+
+    reorder background items
+
+ doc/icewm.adoc            |  8 ++++----
+ man/icewm-preferences.pod | 24 ++++++++++++------------
+ man/icewmbg.pod           | 10 ++++++++--
+ 3 files changed, 24 insertions(+), 18 deletions(-)
+
+commit 72534639bf4c8562c713c6fc738aa6f6b6d14b3a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 09:44:47 2017 -0600
+
+    s/Transparancy/Transparency/
+
+ doc/icewm.adoc            | 4 ++--
+ man/icewm-preferences.pod | 4 ++--
+ src/icewmbg.cc            | 4 ++--
+ src/icewmbg_prefs.h       | 4 ++--
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 0f45486f34e2604392f77ceaa38afb637d4dcba1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 09:40:24 2017 -0600
+
+    document desktop background
+
+ doc/icewm.adoc            | 12 ++++++++----
+ man/icewm-preferences.pod | 41 ++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 48 insertions(+), 5 deletions(-)
+
+commit 7008817ace878efc6ec1472b7707bdd9a60938ad
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 09:32:12 2017 -0600
+
+    asciidoc make poor manual pages
+
+ doc/Makefile.am | 15 ++-------------
+ 1 file changed, 2 insertions(+), 13 deletions(-)
+
+commit 7489c4b132eaf5f07f0660fe632332f256c364f4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 00:10:47 2017 -0600
+
+    add command preferences
+
+ man/icewm-preferences.pod | 106 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 106 insertions(+)
+
+commit d264e09ee3e5708b9b31edec60a61c0ff26207cc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 00:10:30 2017 -0600
+
+    add more missing preferences
+
+ doc/icewm.adoc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1e66108d8de47c109006ab19c2c959b4f6f1b1be
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 5 22:32:14 2017 -0600
+
+    correction
+
+ doc/icewm.adoc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit e16ec8f15ccd2da9468b0a4b57ec7f0cf525bfdd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 5 22:29:47 2017 -0600
+
+    split out and add menus preferences
+
+ doc/icewm.adoc | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
+
+commit c8f7158ddf420b16c5bb2d86e184cccfc506baa1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 5 22:22:12 2017 -0600
+
+    include more preferences
+
+ man/icewm-preferences.pod | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit edf98991bb9545c066c648f7ed0a225c1a7600a0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 5 22:21:55 2017 -0600
+
+    add more missing preferences
+
+ doc/icewm.adoc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 8611d039a6590e4a3aae757a567d21e3c6d58dbe
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 5 22:13:03 2017 -0600
+
+    document more preferences
+
+ man/icewm-preferences.pod | 72 +++++++++++++++++++++++++++++++++----------
+ 1 file changed, 56 insertions(+), 16 deletions(-)
+
+commit 5801234d16b12ad39fb16ec7675d481bb18ead24
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Sep 5 22:12:49 2017 -0600
+
+    more missing preferences
+
+ doc/icewm.adoc | 23 +++++++++++++++++++----
+ 1 file changed, 19 insertions(+), 4 deletions(-)
+
+commit 735cb994d56987bd8d23e83e671aece1f3b717f5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 03:57:13 2017 +0000
+
+    document timing preferences
+
+ man/icewm-preferences.pod | 46 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 46 insertions(+)
+
+commit 00d50cc688560da2d9a10b85863c8f0cec1c33e5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 03:56:50 2017 +0000
+
+    add more preferences
+
+ doc/icewm.adoc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 5bbf94107188614efe91682e76b519156f7b7850
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 02:18:13 2017 +0000
+
+    working up preferences man page
+
+ man/icewm-preferences.pod | 98 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 98 insertions(+)
+
+commit e20920389bbe6ae2c9a86b10345480a3d0f4394c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Sep 6 02:17:45 2017 +0000
+
+    add more preferences
+
+ doc/icewm.adoc | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+commit 943cc9355118410f7830bf6b58b9fccf0786afb6
+Author: Dmitry Semyonov <linulin@gmail.com>
+Date:   Mon Sep 4 20:07:11 2017 +0300
+
+    Properly reserve taskbar area in vertical dualhead configurations
+
+    Prevents windows placement under the taskbar when TaskBarAtTop=0, and fixes
+    placement of maximized windows on lower screen when TaskBarAtTop=1.
+
+ src/wmtaskbar.cc | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit 55518d3d635618a64c202cea73ddc4cb301e5a6b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 20:56:48 2017 -0600
+
+    regroup and add more preferences
+
+ man/icewm-preferences.pod | 68 ++++++++++++++++++++++++++++++++++---------
+ 1 file changed, 55 insertions(+), 13 deletions(-)
+
+commit 4f2b8826e592aba3aed1a1c54edd654147f95b35
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 20:56:13 2017 -0600
+
+    regroup and add missing preferences
+
+ doc/icewm.adoc | 96 +++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 52 insertions(+), 44 deletions(-)
+
+commit fa9bd6bf5ec95dd25994860c8a483843a9d7389d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 20:27:07 2017 +0000
+
+    add menu preferences
+
+ man/icewm-preferences.pod | 59 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 59 insertions(+)
+
+commit c55346d1f40770e3e147d7cfe6c82cc4592c814c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 20:15:39 2017 +0000
+
+    oops
+
+ doc/icewm.adoc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 313c97e81638561ff59eeed0e6ee315bc290e13a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 20:14:07 2017 +0000
+
+    add missing preferences
+
+ doc/icewm.adoc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c81b63cf1bc336bc3aab30bbb65c93f7ea51aaa7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 20:13:40 2017 +0000
+
+    add task bar preferences
+
+ man/icewm-preferences.pod | 84 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 84 insertions(+)
+
+commit 37c0fb75057d55a245021f35861a5cc4940ff06a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 19:31:46 2017 +0000
+
+    add more preferences
+
+ man/icewm-preferences.pod | 90 +++++++++++++++++++++----------------------
+ 1 file changed, 44 insertions(+), 46 deletions(-)
+
+commit 6e1e337dc122ff7a0a6a654fb2e303b167def513
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 19:31:20 2017 +0000
+
+    add missing preferences
+
+ doc/icewm.adoc | 51 +++++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 43 insertions(+), 8 deletions(-)
+
+commit 95a90d4e069e3685c6c75ab989df64d754b98119
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 08:40:15 2017 +0000
+
+    working up icewm-preferences man page
+
+ man/icewm-preferences.pod | 402 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 402 insertions(+)
+
+commit 4e2ab85f9af5d9f88a03c50e483ab4f25b2171f1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 04:59:08 2017 +0000
+
+    update po files
+
+ po/ar.po     | 198 +++++++++++++++++++++++++++++------------------------
+ po/be.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/bg.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/ca.po     | 200 +++++++++++++++++++++++++++++------------------------
+ po/cs.po     | 203 +++++++++++++++++++++++++++++-------------------------
+ po/da.po     | 198 +++++++++++++++++++++++++++++------------------------
+ po/de.po     | 204 ++++++++++++++++++++++++++++++-------------------------
+ po/el.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/en.po     | 197 +++++++++++++++++++++++++++++------------------------
+ po/es.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/fi.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/fr.po     | 202 +++++++++++++++++++++++++++++-------------------------
+ po/he.po     | 198 +++++++++++++++++++++++++++++------------------------
+ po/hr.po     | 198 +++++++++++++++++++++++++++++------------------------
+ po/hu.po     | 203 +++++++++++++++++++++++++++++-------------------------
+ po/icewm.pot | 199 +++++++++++++++++++++++++++++------------------------
+ po/id.po     | 203 +++++++++++++++++++++++++++++-------------------------
+ po/it.po     | 203 +++++++++++++++++++++++++++++-------------------------
+ po/ja.po     | 200 +++++++++++++++++++++++++++++------------------------
+ po/ko.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/lt.po     | 202 +++++++++++++++++++++++++++++-------------------------
+ po/lv.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/mk.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/nb.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/nl.po     | 204 ++++++++++++++++++++++++++++++-------------------------
+ po/no.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/pl.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/pt_BR.po  | 203 +++++++++++++++++++++++++++++-------------------------
+ po/ro.po     | 198 +++++++++++++++++++++++++++++------------------------
+ po/ru.po     | 202 +++++++++++++++++++++++++++++-------------------------
+ po/sk.po     | 203 +++++++++++++++++++++++++++++-------------------------
+ po/sl.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/sv.po     | 198 +++++++++++++++++++++++++++++------------------------
+ po/tr.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/uk.po     | 204 ++++++++++++++++++++++++++++++-------------------------
+ po/vi.po     | 201 +++++++++++++++++++++++++++++-------------------------
+ po/zh_CN.po  | 201 +++++++++++++++++++++++++++++-------------------------
+ po/zh_TW.po  | 201 +++++++++++++++++++++++++++++-------------------------
+ 38 files changed, 4157 insertions(+), 3479 deletions(-)
+
+commit 085a8ca3c8b1fe90b282b952cb273304104fa3aa
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 04:58:05 2017 +0000
+
+    start icewm-preferences manual page
+
+ man/icewm-preferences.pod | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit cba655643920284eacae215656d5a4872f6451da
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 04:57:53 2017 +0000
+
+    correction
+
+ man/icewm-keys.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f7b3fba883e428b5bb0276707dc9928feb612073
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 04:54:50 2017 +0000
+
+    complete icewm-keys manual page
+
+ man/icewm-keys.pod | 82 +++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 77 insertions(+), 5 deletions(-)
+
+commit ab040fb990ff505b5b94b7dab5b60ba4099f9e53
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 4 04:35:43 2017 +0000
+
+    proper section 5 title
+
+ man/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 121c5419c1e5cfc81ce6b42013cd5db0cc082726
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 22:16:37 2017 +0200
+
+    use False instead of 0.
+
+ src/wmcontainer.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 6231c4f224f64249891afbc413bd547bd56e1215
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 22:15:52 2017 +0200
+
+    Before exec or exit XFlush suffices.
+
+ src/wmapp.cc | 4 ++--
+ src/yxapp.cc | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit bbc9e9d5db938c1b6359ec975471294ef18e7968
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 21:22:24 2017 +0200
+
+    Remove 2 superfluous XSyncs.
+
+ src/wmmgr.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit f7ae5a4bb9231eab68324c637b17ddd0287333f6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 21:20:57 2017 +0200
+
+    No need for XSync when this is implicit in a subsequent function call.
+
+ src/atasks.cc   | 1 -
+ src/movesize.cc | 3 ---
+ 2 files changed, 4 deletions(-)
+
+commit 266425e66d97094b2692c3ea3a0e15218c2f8ca1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 21:18:47 2017 +0200
+
+    Give each help page its own resource class name.
+
+ src/wmprog.cc | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit 8e87473aedff6f71ce9930832a7a6e942be8635b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 21:17:08 2017 +0200
+
+    Add the word "Manual" to the title to more easily differentiate it
+    from manpages.
+
+ doc/icewm.adoc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 76371c3d4421048c55d95436eaea22a9e65c93d7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 20:49:57 2017 +0200
+
+    undo inadvertent DEBUG define
+
+ src/yapp.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit b5e7831fd3be22215644a4466a406a6e8e12659e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 19:46:42 2017 +0200
+
+    rename ignore_enternotify_hack to EnterNotifySerial and put in class
+    YWindow.
+
+ src/wmframe.cc   | 14 ++++++--------
+ src/wmtaskbar.cc | 10 +++++-----
+ src/yapp.cc      |  1 +
+ src/ywindow.cc   | 21 +++++++++++----------
+ src/ywindow.h    |  3 +++
+ 5 files changed, 26 insertions(+), 23 deletions(-)
+
+commit 3301bc2ce96b04772c11daf29798d341c5a79a98
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 19:42:48 2017 +0200
+
+    Inline zerotime. Remove coarse timers (too coarse).
+
+ src/ytimer.cc | 24 +++---------------------
+ src/ytimer.h  |  3 ++-
+ 2 files changed, 5 insertions(+), 22 deletions(-)
+
+commit 01e2589a927db18f337c7ca88fe273f1a371fca1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 19:41:34 2017 +0200
+
+    enable translations for registerProtocols.
+
+ src/wmapp.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 11944e3eb028adfe2a2c8a2493488430be84eaf7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 08:14:40 2017 +0000
+
+    complete icewm-programs manual page
+
+ man/icewm-programs.pod | 185 +++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 180 insertions(+), 5 deletions(-)
+
+commit 7ad7e6f691fc864146ec308cc105390b3875caf5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 08:14:20 2017 +0000
+
+    complete icewm-menu manual page
+
+ man/icewm-menu.pod | 131 +++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 126 insertions(+), 5 deletions(-)
+
+commit 5c2e059048cc08ea4e955b70bc2290937af751a6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 07:25:00 2017 +0000
+
+    provide toolbar file manual page
+
+ man/icewm-toolbar.pod | 70 +++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 65 insertions(+), 5 deletions(-)
+
+commit d282964ef0a716d589a8677e50483d4c7e756936
+Merge: b01371e6 7e7621f1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 06:20:19 2017 +0000
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit b01371e65655db0070dfca06f54df07c4c3c734c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 06:20:08 2017 +0000
+
+    compact icewm-winoptions manual page
+
+ man/icewm-winoptions.pod | 228 ++++++++++---------------------------------
+ 1 file changed, 50 insertions(+), 178 deletions(-)
+
+commit 15e1536bfb15551e8a5db1deaa1ae86e0a19510c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 06:19:43 2017 +0000
+
+    minor changes
+
+ man/icewmhint.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7e7621f120428894d9d5602fe4ed3b965e7569e7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 07:00:15 2017 +0200
+
+    Document new behavior of the -r, --restart option.
+
+ doc/icewm.1.adoc | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit f0b6ac5e1e7469aa93024ff489f1f1a95b21bf39
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 06:49:07 2017 +0200
+
+    Make the icewm -r, --restart flag restart the running icewm.
+
+ src/wmapp.cc | 20 +++++++++++++++-----
+ 1 file changed, 15 insertions(+), 5 deletions(-)
+
+commit 85cfc606f5f0985340d6b014f5bdeb78a1a4dc79
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 06:35:58 2017 +0200
+
+    Make doWMAction static so we can use it elsewhere without a manager.
+
+ src/wmmgr.cc | 4 ++--
+ src/wmmgr.h  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 3be71da119cf7cb1ba5e548eae19eebe9b2973a9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Sep 3 06:34:55 2017 +0200
+
+    Add root() to xapp to easily get the X Root window.
+
+ src/ywindow.cc | 8 ++++----
+ src/yxapp.cc   | 2 +-
+ src/yxapp.h    | 1 +
+ 3 files changed, 6 insertions(+), 5 deletions(-)
+
+commit eb417bc95274a3706401ecbef8a8da77c9aaa5b9
+Merge: 7d728fb3 ce7bd9f0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 03:49:36 2017 +0000
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 7d728fb31f0fc5ae384e1d8d5cf37b9dc6963dc4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 3 03:47:54 2017 +0000
+
+    compact icewmhint manual page
+
+ man/icewmhint.pod | 348 +++++++++++++-------------------------------------
+ 1 file changed, 91 insertions(+), 257 deletions(-)
+
+commit ce7bd9f019b2f844744a9702e5950d72568c966e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Sep 2 22:41:11 2017 +0200
+
+    Better fix for ledPixSpace being only 1 pixel wide.
+
+ src/aclock.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit ff06f8b55a1e07494e35a567f2fa29ddfe4904ee
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 07:42:54 2017 +0000
+
+    complete winoptions file manual page
+
+ man/icewm-winoptions.pod | 356 ++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 350 insertions(+), 6 deletions(-)
+
+commit 379149e7e2faed46760644ebb14b90f9bf18c441
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:15:49 2017 +0000
+
+    build/inst configuration file man pages
+
+ man/Makefile.am | 42 +++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 35 insertions(+), 7 deletions(-)
+
+commit b8af21030f6b2cbb6d8c42627a70064ed1d36124
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:14:45 2017 +0000
+
+    add manual pavge for winoptions file
+
+ man/icewm-winoptions.pod | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit 7dbb219bf73efe1a59003b07ff8bf1179302597f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:14:25 2017 +0000
+
+    add manual page for toolbar file
+
+ man/icewm-toolbar.pod | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit 298b3069223cbae1eb8550d05561ae2227ee3a8d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:14:05 2017 +0000
+
+    add manual page for programs file
+
+ man/icewm-programs.pod | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit 83176a7af981d8870cbd72cd0eb0753791e1656d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:13:47 2017 +0000
+
+    add manual page for preferences file
+
+ man/icewm-preferences.pod | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit 3caa9fb5322fe2dbbcb6a1a1d588e7605acf490f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:13:30 2017 +0000
+
+    add manual page for menu file
+
+ man/icewm-menu.pod | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit aee905941d45a2598436a232b2cf038f0678bb3f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:13:13 2017 +0000
+
+    add manual page for keys file
+
+ man/icewm-keys.pod | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
+commit 3803a3db630970dd915b12404d3a39267814d923
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 05:12:55 2017 +0000
+
+    more manual updates
+
+ man/icewmhint.pod | 38 ++++++++++++++++++++++++++------------
+ 1 file changed, 26 insertions(+), 12 deletions(-)
+
+commit ae331839209c4c7964d09d61f1f0c6535a021cae
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 03:55:29 2017 +0000
+
+    more icewmhint manual page workup
+
+ man/icewmhint.pod | 116 ++++++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 113 insertions(+), 3 deletions(-)
+
+commit cd763a9576b802258b6230824df34f601142d086
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 2 03:28:17 2017 +0000
+
+    more work in icewmhint manual page
+
+ man/icewmhint.pod | 37 ++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 36 insertions(+), 1 deletion(-)
+
+commit db0c3083067f6b30904fcf461f490bf0c722e7d0
+Merge: 328daae3 e22ce840
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Sep 1 21:11:44 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit 328daae37cfe823a6a70a5ab862bf3f1890e31a1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Sep 1 21:11:26 2017 -0600
+
+    do not change VERSION or configure.ac
+
+ VERSION      |  2 +-
+ configure.ac | 10 +++++-----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 34229c12e6467dd4f4e3b81fd90b1769f62e3c56
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Sep 1 21:08:43 2017 -0600
+
+    working up icewmhint manual page
+
+ VERSION           |   2 +-
+ configure.ac      |  10 +--
+ man/icewmhint.pod | 171 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 174 insertions(+), 9 deletions(-)
+
+commit e22ce8401c0d18965aa5f9b66297e4739fdbbd38
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Sep 1 21:37:32 2017 +0200
+
+    Fix declaration of assert function
+
+ src/icesound.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+commit 97823a66fbd821c148a69ff69d0381f7dda09b75
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 23:44:04 2017 +0000
+
+    complete icewmtray manual page
+
+ man/icewmtray.pod | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
+commit a312e96cb848f299881aded85984e80b8a999581
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 16:38:01 2017 -0600
+
+    more work on icewmtray manual page
+
+ man/icewmtray.pod | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 83beb68fdd6d355e48abd96c652a0e833fd2ef84
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 15:47:18 2017 -0600
+
+    working up icewmtray manual page
+
+ man/icewmtray.pod | 35 +++++++++++++++++++++++++++++++++--
+ 1 file changed, 33 insertions(+), 2 deletions(-)
+
+commit 2c0282774051fd9b16d02285aeffacb36767cba4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 13:49:12 2017 -0600
+
+    complete icesh manual page
+
+ man/icesh.pod | 84 ++++++++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 58 insertions(+), 26 deletions(-)
+
+commit a52cd14a143a1c81ac61f51a2557e5646e8bb13b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 13:33:01 2017 -0600
+
+    building up icesh manual page
+
+ man/icesh.pod | 125 ++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 74 insertions(+), 51 deletions(-)
+
+commit 9f859af20e7aca39efd758eca923fd9d323d284a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 09:46:20 2017 -0600
+
+    more updates to icesh manual page
+
+ man/icesh.pod | 113 +++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 82 insertions(+), 31 deletions(-)
+
+commit 0a2a609d31c05afa1e512a660be2d9f5f08e6f10
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 05:30:46 2017 -0600
+
+    working up icesh manual page
+
+ man/icesh.pod | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 123 insertions(+), 1 deletion(-)
+
+commit 199b657cb436943a6c1398bcd8a4ed26439ca1da
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 04:45:09 2017 -0600
+
+    syntax error
+
+ man/icewm.pod | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 099fbefe91c75b4960c2a06d3c76e912f95e6a99
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 04:44:36 2017 -0600
+
+    strap in icehelp manual page
+
+ man/icehelp.pod | 19 +++++++++++++++++--
+ 1 file changed, 17 insertions(+), 2 deletions(-)
+
+commit a569631c9dd223d78ff1973704a434692b9eee1a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 00:51:35 2017 -0600
+
+    comaplete icesound manual page
+
+ man/icesound.pod | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 150 insertions(+), 1 deletion(-)
+
+commit 6955d2d4daec387b3c2a39698cbdbbbc5f17a92b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 31 00:33:08 2017 -0600
+
+    strap in manual page for icewmbg
+
+ man/icewmbg.pod | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 141 insertions(+), 1 deletion(-)
+
+commit 68549fe748a74a558f2b043f5361d5f4c2c6a5bc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:26:21 2017 -0600
+
+    add standard usage option to icewmtray manual page
+
+ man/icewmtray.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 28abfe396746f394f4c595064c4ed69a9cc9f6d1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:26:08 2017 -0600
+
+    add standard usage option to icewmhint manual page
+
+ man/icewmhint.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit c6c5dac733aa206b0eb97b202a1691169561fe04
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:25:55 2017 -0600
+
+    add standard usage option to icewmbg manual page
+
+ man/icewmbg.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit eb494559c9757d82db56fca1491527457737d99e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:25:40 2017 -0600
+
+    add standard usage option to icewm-set-gnomewm manual page
+
+ man/icewm-set-gnomewm.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit e7da683817cd5c0de08551d82c7c3ee231988f08
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:25:20 2017 -0600
+
+    add standard usage option to icewm-session manual page
+
+ man/icewm-session.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 8064ad76215519923aea7a23bbad164b53076906
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:25:01 2017 -0600
+
+    add standard usage option to icewm-menu-fdo manual page
+
+ man/icewm-menu-fdo.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 8fa51108b9a58907d11b83f8a836ae0fb3521d2a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:24:41 2017 -0600
+
+    add standard usage option to icesound manual page
+
+ man/icesound.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit b191d256af35b530b084b294a2de1fa17adac0a9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:24:30 2017 -0600
+
+    add standard usage option to icesh manual page
+
+ man/icesh.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit aed6d5d4ae16eea9b1cb13f48866e65329d59e2d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:24:16 2017 -0600
+
+    add standard usage option to icehelp manual page
+
+ man/icehelp.pod | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit e140336ded813622841ea1f22e0a32758186ad28
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:18:02 2017 -0600
+
+    sort manual pages alphabetic
+
+ man/Makefile.am | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 541c4668a65618969882d0c30b3012bd19011523
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:17:10 2017 -0600
+
+    add icewm-set-gnomewm manual page to Makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 32667ea1b08f21a5ba25a460e63b6ecca8610ef1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:16:36 2017 -0600
+
+    add icewm-set-gnomewm manual page
+
+ man/icewm-set-gnomewm.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit d0f6d47ff8bc927935dad3374ac17f529467ba85
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:15:04 2017 -0600
+
+    add icewwm-menu-fdo manual page
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit c9867f718b993c4352792f9de00b17d919b6fc50
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:14:15 2017 -0600
+
+    add icewm-menu-fdo manual page
+
+ man/icewm-menu-fdo.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit 844593cbd331e8108892a230729276ad01f51924
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:12:52 2017 -0600
+
+    add icewmhint manual page to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 0a222e7b9d9b5152d1f04279d40f9a80461de06b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:12:10 2017 -0600
+
+    add icewmhint manual page
+
+ man/icewmhint.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit a3f1e5054142be978062fb81bbb1de3c69468444
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:10:56 2017 -0600
+
+    add icehelp manual page to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 1448d3b8ef2a12885715f015b287e91efb87b436
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:10:19 2017 -0600
+
+    add icehelp manual page
+
+ man/icehelp.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit e1e3591141d04b9aa8793befb91da25794ddb71c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:09:28 2017 -0600
+
+    add icesh manual page to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit a0299b8e75a47b1a7af7319ad82f06f4984a2a86
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:09:01 2017 -0600
+
+    add icesh manual page
+
+ man/icesh.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit 50825bdc965566e68033a210661a7d90888070c5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:07:10 2017 -0600
+
+    add icesound manual page to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 78078498dcd18db6694f522f077ba9c8251481cf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:06:34 2017 -0600
+
+    add icesound manual page
+
+ man/icesound.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit 962913d5751b2842b42720cc3e4d7f75eb112e1c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:05:25 2017 -0600
+
+    add icewmtray manual page to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 3aac2badd1efcf4fd24d23931a84fde42228f53f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:04:48 2017 -0600
+
+    add icewmtray manual page
+
+ man/icewmtray.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit 59f17deb883a3170a386af9214eb2b280e161621
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:02:58 2017 -0600
+
+    add icewm-session manual page to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit c8a7446cf5298dfd08c6de4ac1a7c58dee9d95a1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:02:19 2017 -0600
+
+    add icewm-session manual page
+
+ man/icewm-session.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit 31d7e66d12c86ab03b1d6283d018e119aaa7f321
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 23:01:06 2017 -0600
+
+    use package name
+
+ man/icewm.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e284e7f9f7d28c6df1a0772f240cfd3a8965f0cf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:59:50 2017 -0600
+
+    spelling
+
+ man/icewmbg.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 461b00d1dbd4b5e11264e862cdaac518d0ae3ac5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:59:14 2017 -0600
+
+    add icewmbg to makefile
+
+ man/Makefile.am | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 95c3ee3007e1ba7de8613858d5b1cef88d730c6f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:58:30 2017 -0600
+
+    add skeleton for icewmbg manual page
+
+ man/icewmbg.pod | 33 +++++++++++++++++++++++++++++++++
+ 1 file changed, 33 insertions(+)
+
+commit 05d5e6f0537a1be9c5da0ecf6abc5973233f162f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:57:58 2017 -0600
+
+    ignore file for this directory
+
+ man/.gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 790d149e1b5e1416dfb06e91a19398a920ea6baf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:55:18 2017 -0600
+
+    yet another correction
+
+ man/icewm.pod | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7d6906a5f85df90efcc60f72c40c4cd0ca8bf1db
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:53:34 2017 -0600
+
+    another correction
+
+ man/icewm.pod | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 30cf44c64e824073b66282e3df5616ef46d88cfd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:46:04 2017 -0600
+
+    add manual page directory to make
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 213467af599a859d30f32110296cb3df5b8bc553
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:45:36 2017 -0600
+
+    add manual makefile to configure
+
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 365be7679187012d45d7999efe669c339ad3d7d1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:42:51 2017 -0600
+
+    add initial pod file for icewm
+
+ man/icewm.pod | 1036 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 1036 insertions(+)
+
+commit a71ec83456b2b8de036b5a05bfa0851b36975e7f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 22:40:10 2017 -0600
+
+    add makefile for manual pages
+
+ man/Makefile.am | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
+commit a2b1df26165f4465eace70db729eeb712154fbad
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 19:15:47 2017 -0600
+
+    proper references
+
+ doc/icewm.1.adoc | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit 5017dfe7d82c7fc9947e427caab39e41dc2e3d21
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 19:11:15 2017 -0600
+
+    correct name
+
+ doc/icewm.1.adoc | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit cb525beb3ea5476a5d0f9af4998623bf66509109
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 19:10:09 2017 -0600
+
+    not correct
+
+ doc/icewm.1.adoc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 67f3e07fae30be83839a7a0aa528014c6b2d620e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 18:47:50 2017 -0600
+
+    distribute manual pages
+
+ doc/Makefile.am | 10 ++++++----
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+commit b27f9c989b9c93be5d574e9b65e3ddf1c4d21d78
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 18:46:55 2017 -0600
+
+    more ignores
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 57bdc67a9082ab03db9f7f5ec4ab4bd275ef1439
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 18:45:42 2017 -0600
+
+    update po files
+
+ po/ar.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/be.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/bg.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/ca.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/cs.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/da.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/de.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/el.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/en.po     | 90 +++++++++++++++++++++++++++++++++++++++---------------
+ po/es.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/fi.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/fr.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/he.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/hr.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/hu.po     | 93 +++++++++++++++++++++++++++++++++++++++++---------------
+ po/icewm.pot | 92 +++++++++++++++++++++++++++++++++++++++----------------
+ po/id.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/it.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/ja.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/ko.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/lt.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/lv.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/mk.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/nb.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/nl.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/no.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/pl.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/pt_BR.po  | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/ro.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/ru.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/sk.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/sl.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/sv.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/tr.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/uk.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/vi.po     | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/zh_CN.po  | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ po/zh_TW.po  | 91 +++++++++++++++++++++++++++++++++++++++---------------
+ 38 files changed, 2509 insertions(+), 951 deletions(-)
+
+commit 3a0021d222b94476e125d3c0d05e3e480f720f02
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 17:57:24 2017 -0600
+
+    asciidoc -D option only applies to html
+
+ doc/Makefile.am | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit f086a897cc99409c64d5810556341f09f93285a1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 17:56:00 2017 -0600
+
+    suppress warnings
+
+ src/yapp.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a6b7aa87425c4585ffd2d4fa0e58705d6705bd53
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 17:55:15 2017 -0600
+
+    Revert "suppress warnings on open files"
+
+    This reverts commit 7063a5a1913180d25ce1d08daf0ee9b6f0fac213.
+
+ AUTHORS      |    2 +-
+ ChangeLog    | 8780 ++++++++++++++++++++++++++++++++++--------------------
+ NEWS         |  281 +-
+ README.md    |   43 +-
+ VERSION      |    2 +-
+ configure.ac |   10 +-
+ src/yapp.cc  |    2 -
+ 7 files changed, 5602 insertions(+), 3518 deletions(-)
+
+commit 7063a5a1913180d25ce1d08daf0ee9b6f0fac213
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 17:54:44 2017 -0600
+
+    suppress warnings on open files
+
+ AUTHORS      |    2 +-
+ ChangeLog    | 8154 +++++++++++++++++++-----------------------------------
+ NEWS         |  281 +-
+ README.md    |   43 +-
+ VERSION      |    2 +-
+ configure.ac |   10 +-
+ src/yapp.cc  |    2 +
+ 7 files changed, 3205 insertions(+), 5289 deletions(-)
+
+commit f9349d3b34401db51b802ed4639afce961785070
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 30 17:42:11 2017 -0600
+
+    Revert "Let icewm-session close unwanted file descriptors on startup
+    without making any disturbing noise. See issue #165."
+
+    This reverts commit 40ebc8d29b10ef8cb2f5a04565ddc1073ec782bc.
+
+ src/icesm.cc |  1 -
+ src/yapp.cc  | 42 ++++++++++++++++++++----------------------
+ src/yapp.h   |  2 +-
+ 3 files changed, 21 insertions(+), 24 deletions(-)
+
+commit bbab9e54ff18b5dc8ec24d19f083017814a67c11
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Aug 30 20:30:45 2017 +0200
+
+    Update for icesound --play and list of sounds (dialogs).
+
+ doc/icesound.1.adoc | 8 +++++---
+ doc/icewm.1.adoc    | 2 ++
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit 994715a0e99ce5fdcc9a9374dee35955efdaa11a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Aug 30 20:30:03 2017 +0200
+
+    Close OSS device when done.
+
+ src/icesound.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 40ebc8d29b10ef8cb2f5a04565ddc1073ec782bc
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Aug 30 12:43:21 2017 +0200
+
+    Let icewm-session close unwanted file descriptors on startup without
+    making any disturbing noise. See issue #165.
+
+ src/icesm.cc |  1 +
+ src/yapp.cc  | 42 ++++++++++++++++++++++--------------------
+ src/yapp.h   |  2 +-
+ 3 files changed, 24 insertions(+), 21 deletions(-)
+
+commit 04d2a558ebb9ab56e9fbae9b182210eea5158c35
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Aug 29 01:43:33 2017 +0000
+
+    dashify gennews
+
+ gennews.sh | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 2ff785f2bf41d582df5bb4bbeca2704df4ea70ed
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 27 16:29:55 2017 +0200
+
+    cmake for the new OSS.
+
+ src/CMakeLists.txt    | 21 ++++++++++++---------
+ src/config.cmake.h.in |  3 ++-
+ 2 files changed, 14 insertions(+), 10 deletions(-)
+
+commit ee85eca0d9f27b370d3219306003d7eee3c0c75f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 27 12:41:44 2017 +0200
+
+    Fully support OSS.
+
+ doc/icesound.1.adoc | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 7aafba53a4e7ea60059fea8fb383ad156b967364
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 27 12:36:47 2017 +0200
+
+    Add proper support for the OSS audio interface.
+
+ src/icesound.cc | 162 +++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 121 insertions(+), 41 deletions(-)
+
+commit 3dba50b748e3ab5ad3e1825464bbdb99fb0e1c50
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 27 12:35:32 2017 +0200
+
+    New OSS requires sndfile and sys/soundcard.h.
+
+ configure.ac | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+commit b4cb06ecbcc562faf56717312f0d2b20ba1bd7fe
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 26 05:36:24 2017 +0000
+
+    should fix #162 anyway
+
+ autogen.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 35c4265e71ede01529bb8dc16d09bfbb909296db
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 26 05:02:21 2017 +0200
+
+    Fix AO for single channel sound files. Add --play to easily test sounds.
+
+ src/icesound.cc | 73 +++++++++++++++++++++++++++++++++++++++++------------
+ 1 file changed, 57 insertions(+), 16 deletions(-)
+
+commit 2633f439a14fa678f9d26a95f2d4653e7827766b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 26 05:01:37 2017 +0200
+
+    install _mandir/man1/*
+
+ icewm.spec.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ab962e379777d25222a0fb3761179e825dcb1682
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Aug 25 14:44:15 2017 -0600
+
+    add version to statement
+
+ README.md.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 107e1cea355751a1fd9f244c908f371e26facdca
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Aug 25 14:40:32 2017 -0600
+
+    add ignore
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 439a995219cecaac07f5be38c0080d1edb59f873
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Aug 25 14:38:56 2017 -0600
+
+    restore README.md to previous release version
+
+ README.md | 43 +++++++++++++++++++------------------------
+ 1 file changed, 19 insertions(+), 24 deletions(-)
+
+commit 71dbef0e608be8eade703e2a9b9740bcdf519e3e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Aug 25 14:30:05 2017 -0600
+
+    update AUTHORS file
+
+ AUTHORS | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit 0f34aab54435a28c6622979424d9cf4995b4f822
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Aug 25 14:28:58 2017 -0600
+
+    update po files
+
+ po/ar.po     | 720 ++++++++++++++++++++++++++++++-----------------------
+ po/be.po     | 734 +++++++++++++++++++++++++++++++-----------------------
+ po/bg.po     | 728 ++++++++++++++++++++++++++++++-----------------------
+ po/ca.po     | 730 +++++++++++++++++++++++++++++++-----------------------
+ po/cs.po     | 735 +++++++++++++++++++++++++++++++-----------------------
+ po/da.po     | 726 ++++++++++++++++++++++++++++++-----------------------
+ po/de.po     | 735 +++++++++++++++++++++++++++++++-----------------------
+ po/el.po     | 733 +++++++++++++++++++++++++++++++-----------------------
+ po/en.po     | 639 +++++++++++++++++++++++++----------------------
+ po/es.po     | 733 +++++++++++++++++++++++++++++++-----------------------
+ po/fi.po     | 723 ++++++++++++++++++++++++++++++-----------------------
+ po/fr.po     | 736 +++++++++++++++++++++++++++++++-----------------------
+ po/he.po     | 696 +++++++++++++++++++++++++++++----------------------
+ po/hr.po     | 669 +++++++++++++++++++++++++++----------------------
+ po/hu.po     | 732 +++++++++++++++++++++++++++++++-----------------------
+ po/icewm.pot | 641 +++++++++++++++++++++++++----------------------
+ po/id.po     | 733 +++++++++++++++++++++++++++++++-----------------------
+ po/it.po     | 735 +++++++++++++++++++++++++++++++-----------------------
+ po/ja.po     | 742 ++++++++++++++++++++++++++++++++-----------------------
+ po/ko.po     | 726 ++++++++++++++++++++++++++++++-----------------------
+ po/lt.po     | 738 +++++++++++++++++++++++++++++++-----------------------
+ po/lv.po     | 726 ++++++++++++++++++++++++++++++-----------------------
+ po/mk.po     | 728 ++++++++++++++++++++++++++++++-----------------------
+ po/nb.po     | 727 ++++++++++++++++++++++++++++++-----------------------
+ po/nl.po     | 733 +++++++++++++++++++++++++++++++-----------------------
+ po/no.po     | 727 ++++++++++++++++++++++++++++++-----------------------
+ po/pl.po     | 728 ++++++++++++++++++++++++++++++-----------------------
+ po/pt_BR.po  | 735 +++++++++++++++++++++++++++++++-----------------------
+ po/ro.po     | 726 ++++++++++++++++++++++++++++++-----------------------
+ po/ru.po     | 727 ++++++++++++++++++++++++++++++-----------------------
+ po/sk.po     | 733 +++++++++++++++++++++++++++++++-----------------------
+ po/sl.po     | 726 ++++++++++++++++++++++++++++++-----------------------
+ po/sv.po     | 727 ++++++++++++++++++++++++++++++-----------------------
+ po/tr.po     | 723 ++++++++++++++++++++++++++++++-----------------------
+ po/uk.po     | 732 +++++++++++++++++++++++++++++++-----------------------
+ po/vi.po     | 728 ++++++++++++++++++++++++++++++-----------------------
+ po/zh_CN.po  | 717 ++++++++++++++++++++++++++++++-----------------------
+ po/zh_TW.po  | 722 ++++++++++++++++++++++++++++++-----------------------
+ 38 files changed, 15772 insertions(+), 11677 deletions(-)
+
+commit 9cc55d5059964cd590de9ee661b9083567a4f320
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 25 20:35:11 2017 +0200
+
+    Fix build failure on kFreeBSD
+
+    Also prevent warnings there by moving some variables closer to their usage.
+
+ src/aapm.cc | 32 +++++++++++++++-----------------
+ 1 file changed, 15 insertions(+), 17 deletions(-)
+
+commit 913de56b8646e89101ecfdbed73e802da8308837
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:38:40 2017 +0200
+
+    Better explain how to add a toolbar button. See issue #163.
+
+ doc/icewm.1.adoc | 17 ++++++++++++-----
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit bf26416a129e833b1d5766dd878b852bfd581d75
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:38:27 2017 +0200
+
+    Update for -z, -l.
+
+ doc/icesound.1.adoc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 542f11006fbc4ae92a824c09f468afa0b24d6265
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:36:09 2017 +0200
+
+    If sound could not be played then don't ignore next event.
+    Add -z ad -l options. Support geDialogOpened and geDialogClosed.
+    Report which audio interface is used if verbose.
+
+ src/icesound.cc | 79 +++++++++++++++++++++++++++++++++++++++--------------
+ 1 file changed, 58 insertions(+), 21 deletions(-)
+
+commit 7dd8048a6a498e38a7af5feddbb6786dd3516fb8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:35:40 2017 +0200
+
+    Also support geDialogClosed and geDialogOpened GUI events.
+
+ src/guievent.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c66d721e268882978f43a1b39af375113ce8a760
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:34:16 2017 +0200
+
+    Also support geDialogClosed and geDialogOpened GUI events.
+    Don't generate a geWindowLower GUI event when the window is minimized,
+    otherwise geWindowMin will be overwritten and missed by icesound.
+    See issue #159.
+
+ src/wmframe.cc | 13 ++++++++++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+commit 1e3d118971d205be5526faa467da04556a54c92c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:33:09 2017 +0200
+
+    When signalling GUI events:
+    The first event must be geStartup, Ignore all other events before that.
+    Because there is no event buffering, when multiple events occur in a
+    burst, only signal the first event of the burst.
+    See issue #159.
+
+ src/wmapp.cc | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit 4813c2c82bf39274606bd49e60fb8087381a91a9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:32:16 2017 +0200
+
+    Let tlog also report milliseconds.
+
+ src/misc.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit bfc65e2ea8630ce392fae392d4f7af571bf2a11b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:30:56 2017 +0200
+
+    Start icesound before icewm so it can catch the geStartup event.
+
+ src/icesm.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit f5cf45ab37c8c4771681a2bfb85194e48086026e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:30:17 2017 +0200
+
+    Use tlog for MSG reports.
+
+ src/debug.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9510e404d500f6beedf96fa4f83d5e32496c88fd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 25 18:28:56 2017 +0200
+
+    When ledPixSpace is 1 pixel wide then replicate it 5 times per space.
+
+ src/aclock.cc | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+commit f6e545e8e65ae0a9902e4aaaa9c3e2db4aecd43a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Aug 24 23:55:49 2017 +0200
+
+    Docked iterator simplifies 8 loops.
+
+ src/yxtray.cc | 53 ++++++++++++++++++++---------------------------------
+ src/yxtray.h  |  4 +++-
+ 2 files changed, 23 insertions(+), 34 deletions(-)
+
+commit 844f19020c6625440c6cb8ecea2062fb2e5f2b5d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Aug 24 23:25:48 2017 +0200
+
+    Only apply TimeFormat hack when it is still equal to '%X'. See issue #159.
+
+ src/aclock.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ea25f6c32dcbae9120558b298081d8589920f0e2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Aug 24 23:24:15 2017 +0200
+
+    +ledclock, +collapse.xpm, +expand.xpm.
+
+ lib/Makefile.am | 20 +++++++++++++++++++-
+ 1 file changed, 19 insertions(+), 1 deletion(-)
+
+commit 4410c4d81b4128697ee54e566d22a57a2837f652
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Aug 24 21:58:06 2017 +0200
+
+    Update NanoBlue to version 1.2 by SolisX.
+
+ lib/themes/NanoBlue/default.theme                |  33 +--
+ lib/themes/NanoBlue/ledclock/a.xpm               |  71 ++++++
+ lib/themes/NanoBlue/ledclock/colon.xpm           |  38 ++++
+ lib/themes/NanoBlue/ledclock/dot.xpm             |  38 ++++
+ lib/themes/NanoBlue/ledclock/m.xpm               |  56 +++++
+ lib/themes/NanoBlue/ledclock/n0.xpm              |  69 ++++++
+ lib/themes/NanoBlue/ledclock/n1.xpm              |  43 ++++
+ lib/themes/NanoBlue/ledclock/n2.xpm              |  67 ++++++
+ lib/themes/NanoBlue/ledclock/n3.xpm              |  77 +++++++
+ lib/themes/NanoBlue/ledclock/n4.xpm              |  53 +++++
+ lib/themes/NanoBlue/ledclock/n5.xpm              |  67 ++++++
+ lib/themes/NanoBlue/ledclock/n6.xpm              |  78 +++++++
+ lib/themes/NanoBlue/ledclock/n7.xpm              |  61 ++++++
+ lib/themes/NanoBlue/ledclock/n8.xpm              |  79 +++++++
+ lib/themes/NanoBlue/ledclock/n9.xpm              |  83 +++++++
+ lib/themes/NanoBlue/ledclock/p.xpm               |  59 +++++
+ lib/themes/NanoBlue/ledclock/slash.xpm           |  62 ++++++
+ lib/themes/NanoBlue/ledclock/space.xpm           |  38 ++++
+ lib/themes/NanoBlue/taskbar/collapse.xpm         |  74 +++++++
+ lib/themes/NanoBlue/taskbar/desktop.xpm          | 167 ++++++---------
+ lib/themes/NanoBlue/taskbar/expand.xpm           |  74 +++++++
+ lib/themes/NanoBlue/taskbar/icewm.xpm            | 214 ++++++++-----------
+ lib/themes/NanoBlue/taskbar/taskbarbg.xpm        | 121 ++++++-----
+ lib/themes/NanoBlue/taskbar/taskbuttonactive.xpm | 115 ++++++----
+ lib/themes/NanoBlue/taskbar/taskbuttonbg.xpm     | 119 +++++------
+ .../NanoBlue/taskbar/taskbuttonminimized.xpm     | 121 ++++++-----
+ lib/themes/NanoBlue/taskbar/toolbuttonbg.xpm     | 121 ++++++-----
+ lib/themes/NanoBlue/taskbar/windows.xpm          | 156 ++++++--------
+ .../NanoBlue/taskbar/workspacebuttonbg.xpm       | 121 ++++++-----
+ 29 files changed, 1792 insertions(+), 683 deletions(-)
+commit d87695932b9e1117dcb75bf4f5cc86ed59cd5fbd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 22 21:00:50 2017 +0200
+
+    Enforce that a ref cannot be initialized with a NULL or, but require
+    a null.
+
+ src/ref.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit a24b942393a5d51bd4c39b75f2b2817ec9bc0e17
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 22 20:58:15 2017 +0200
+
+    Don't initialize a ref with NULL, but use null.
+    Free fBrighter and fDarker when YColor is done.
+    Prevent copying YColor.
+    Fix indentation of Graphics::drawSurface.
+    Cleanup and simplify.
+
+ src/ypaint.cc | 99 +++++++++++++++++++++++++++----------------------------
+ src/ypaint.h  | 25 +++++---------
+ 2 files changed, 57 insertions(+), 67 deletions(-)
+
+commit a01218d208f80ad009c4bb6d635e1f81d656819f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 22 20:57:23 2017 +0200
+
+    Don't initialize a ref with NULL, but use null.
+
+ src/wmswitch.cc  | 2 +-
+ src/wmtaskbar.cc | 2 +-
+ src/ydialog.cc   | 2 +-
+ src/ylistbox.cc  | 2 +-
+ src/ymenu.cc     | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 3c69fdd08c13fe6fa865cdd7a7bdf5da57fc98ec
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 23:29:21 2017 +0200
+
+    Move obsolete sources to attic and have make distcheck OK!
+
+ src/{ => attic}/ycmdline.cc | 0
+ src/{ => attic}/ycmdline.h  | 0
+ src/{ => attic}/yimage.cc   | 0
+ src/{ => attic}/ylibrary.cc | 0
+ src/{ => attic}/ylibrary.h  | 0
+ src/{ => attic}/ypixbuf.cc  | 0
+ src/{ => attic}/ypixbuf.h   | 0
+ 7 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 18832a712b874faf9329f24a0d6cf6964bf1c788
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 21:53:16 2017 +0200
+
+    AM_INSTALLCHECK_STD_OPTIONS_EXEMPT is no longer needed to make distcheck
+    succesful.
+
+ src/Makefile.am | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+commit b0d2c1274c85abd5e2bdba9d408e1fab138bc8fa
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 21:52:18 2017 +0200
+
+    Make --help output go to stdout and exit success.
+
+ src/fdomenu.cc | 20 ++++++++++++++------
+ 1 file changed, 14 insertions(+), 6 deletions(-)
+
+commit a96cb34dd78c435816ac758500a3f40ffe7d6ca7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 21:51:14 2017 +0200
+
+    Redirect the help message output to stdout.
+
+ src/icewmbg.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 04faafa33ab5552a45c7e59ddb0ec33d0a7f26dd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 21:25:52 2017 +0200
+
+    CMake much smaller icewm-session by not linking any X11/font/image libs.
+
+ src/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 29bf3d8128f5d876bfb897a82505e20f02ef0694
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 21:24:41 2017 +0200
+
+    Make icewm-session much smaller by not linking any X11/font/image libs.
+
+ src/Makefile.am | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit ee6e8c9249f548804db27c24773cbc7d1ce53dc0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 21:05:15 2017 +0200
+
+    Add icesound.
+
+ README.md    | 7 +++++--
+ README.md.in | 7 +++++--
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 740a2ba7561a5c6ee9f7ad2c15e6f8702a5a1b1d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 20:43:51 2017 +0200
+
+    CMake support for generating manpages from AsciiDoc.
+
+ doc/CMakeLists.txt | 141 ++++++++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 121 insertions(+), 20 deletions(-)
+
+commit 88c187d7b42074bac7964fad02feccd086f6eb7c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 20:00:19 2017 +0200
+
+    Generate .1 manpages from AsciiDoc.
+
+ doc/Makefile.am | 38 +++++++++++++++++++++++++++++---------
+ 1 file changed, 29 insertions(+), 9 deletions(-)
+
+commit 690c9d74678982df4a7da59305a4340673825905
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 19:56:05 2017 +0200
+
+    ASCIIMAN variables for adoc to manpage conversion.
+
+ configure.ac | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit ee73e3a83167fd245208ad9645f2c42232de07b0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 18:26:30 2017 +0200
+
+    Add new AsciiDoc manpages icesound.1.adoc icewm.1.adoc icewmbg.1.adoc.
+
+ doc/icesound.1.adoc |  160 +++++++
+ doc/icewm.1.adoc    | 1070 +++++++++++++++++++++++++++++++++++++++++++++++
+ doc/icewmbg.1.adoc  |  164 ++++++++
+ 3 files changed, 1394 insertions(+)
+
+commit a81db00bd4fcb30d618dd828e5767274ffbf67ba
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 20 18:14:31 2017 +0200
+
+    Make distcheck work again by removing obsolete sources src/ycmdline.cc
+    src/yimage.cc src/ylibrary.cc src/ypixbuf.cc.
+
+ po/POTFILES.in | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit c8927283362ec6e3ce883c7b50881bb33b9ee9d8
+Merge: d2c98e53 4c50e7f0
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Tue Aug 15 13:15:37 2017 -0600
+
+    Merge pull request #158 from attilakinali/icewm-1-4-BRANCH
+
+    Use byte/s instead of bit/s for NetStatus App tooltip
+
+commit 4c50e7f091839dc458662c9c7fe620d7130531a0
+Author: Attila Kinali <attila@kinali.ch>
+Date:   Tue Aug 15 17:21:08 2017 +0200
+
+    Use byte/s instead of bit/s for NetStatus App tooltip
+
+    Signed-off-by: Attila Kinali <attila@kinali.ch>
+
+ src/apppstatus.cc | 7 +------
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+commit d2c98e53b6fcea5eec042a187cd1d9247f17b403
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 22:04:20 2017 -0600
+
+    correct format
+
+ src/ywindow.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 878d3836f6713f7123fb8d5946a6639edc86489a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 22:03:13 2017 -0600
+
+    correct format
+
+ src/ywindow.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fd479683f1cc9cf62a5fb2b7c8250d993fbf6bc3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 22:01:54 2017 -0600
+
+    correct format error
+
+ src/ylocale.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 74f9d0c07db125b18cbdfe26fdcf5d2dfbc956d8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 21:59:42 2017 -0600
+
+    restore device name
+
+ src/icesound.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d33fd32d0bfbd7333e6ff963bd7f34851c265f20
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 21:59:06 2017 -0600
+
+    correct format errors
+
+ src/wmmgr.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 166b147bd4d06abf99e52c6295a389894a139118
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 21:58:22 2017 -0600
+
+    correct format errors
+
+ src/wmframe.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 2bfdbd341101a30b9728452a5f8539c5fb282a5e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 21:57:32 2017 -0600
+
+    correct warning
+
+ src/wmapp.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 5a37cbecdd37f339222ea2b7378f7ad33dd527ca
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 21:40:21 2017 -0600
+
+    O0 useless for debug
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6d0d95b0320c6822a493626e8b5d2168e9cb7978
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:39:12 2017 -0600
+
+    Revert VERSION
+
+ VERSION | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b9b07198b03466b58426e6d434a1a61b2718d673
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:38:53 2017 -0600
+
+    Revert "Updates for upcoming release."
+
+    This reverts commit 5b8e8808ee2fd550ee80c921dcd3a3bb12fa3676.
+
+    Premature.
+
+ AUTHORS        |   10 +-
+ ChangeLog      | 8345 +++++++++++++++++++++++++++++++++-------------------
+ NEWS           |  208 +-
+ README.md      |    2 +-
+ VERSION        |    2 +-
+ po/POTFILES.in |    4 +
+ po/ar.po       |  700 ++---
+ po/be.po       |  714 ++---
+ po/bg.po       |  708 ++---
+ po/ca.po       |  710 ++---
+ po/cs.po       |  715 ++---
+ po/da.po       |  706 ++---
+ po/de.po       |  715 ++---
+ po/el.po       |  713 ++---
+ po/en.po       |  617 ++--
+ po/es.po       |  713 ++---
+ po/fi.po       |  703 ++---
+ po/fr.po       |  714 ++---
+ po/he.po       |  674 ++---
+ po/hr.po       |  647 ++--
+ po/hu.po       |  712 ++---
+ po/icewm.pot   |  621 ++--
+ po/id.po       |  713 ++---
+ po/it.po       |  715 ++---
+ po/ja.po       |  722 ++---
+ po/ko.po       |  706 ++---
+ po/lt.po       |  718 ++---
+ po/lv.po       |  706 ++---
+ po/mk.po       |  708 ++---
+ po/nb.po       |  707 ++---
+ po/nl.po       |  713 ++---
+ po/no.po       |  707 ++---
+ po/pl.po       |  708 ++---
+ po/pt_BR.po    |  715 ++---
+ po/ro.po       |  706 ++---
+ po/ru.po       |  705 ++---
+ po/sk.po       |  713 ++---
+ po/sl.po       |  706 ++---
+ po/sv.po       |  707 ++---
+ po/tr.po       |  703 ++---
+ po/uk.po       |  712 ++---
+ po/vi.po       |  708 ++---
+ po/zh_CN.po    |  697 ++---
+ po/zh_TW.po    |  702 ++---
+ 44 files changed, 16966 insertions(+), 18284 deletions(-)
+
+commit 2faa6548aa7cbeffe4674166a0a9b39413719400
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:27:10 2017 -0600
+
+    breaks distcheck
+
+ icewm-set-gnomewm | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 0d1bc31d9e42cc335cf3ca155c2c987ce1d6b500
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:17:47 2017 -0600
+
+    Revert "Move obsolete sources to attic (ycmdline, yimage, ylibrary,
+    ypixbuf)."
+
+    This reverts commit 1df436671c91689329186c4e593f117141199cba.
+
+    Breaks distcheck.
+
+ src/{attic => }/ycmdline.cc | 0
+ src/{attic => }/ycmdline.h  | 0
+ src/{attic => }/yimage.cc   | 0
+ src/{attic => }/ylibrary.cc | 0
+ src/{attic => }/ylibrary.h  | 0
+ src/{attic => }/ypixbuf.cc  | 0
+ src/{attic => }/ypixbuf.h   | 0
+ 7 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 72a1ebf670af410740f2bc45058c786d664f3832
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:14:53 2017 -0600
+
+    Revert "Make icewm-session much smaller in size by not linking any X11,
+    image or font library."
+
+    This reverts commit 7fb95b28e9e6610679b785ffffc63c1a26a76c1b.
+
+    Breaks distcheck.
+
+ src/CMakeLists.txt |  4 ++--
+ src/Makefile.am    | 12 ++++++++++--
+ 2 files changed, 12 insertions(+), 4 deletions(-)
+
+commit 8f3b1b0bf61c60204dd4093a1a8f0173331a70cc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:08:47 2017 -0600
+
+    Revert "Manual pages in AsciiDoc."
+
+    This reverts commit 7ec44f3fe9196f755de4b76b8168ff07ee648050.
+
+    Breaks distcheck.
+
+ doc/icewm.1.adoc   | 1070 ------------------------------------------------
+ doc/icewmbg.1.adoc |  164 --------
+ 2 files changed, 1234 deletions(-)
+
+commit e4403b84b07127fc202e5bbe2f46f0c144abbe85
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:07:54 2017 -0600
+
+    Revert "Generate manpages and html files from AsciiDoc."
+
+    This reverts commit 8b2b034fb79d9201300b8c2f677c35afef172f1f.
+
+    Breaks distcheck.
+
+ doc/CMakeLists.txt | 140 +++++++------------------------------------------
+ 1 file changed, 20 insertions(+), 120 deletions(-)
+
+commit 322592eb070089309ba28dd5053b7a7972701931
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:07:44 2017 -0600
+
+    Revert "ASCIIMAN and ASCIIMAN_FORMAT variables for generating manpages
+    from AsciiDoc."
+
+    This reverts commit c48a58a5066e5b2eab1c8246de93ed949b1256b0.
+
+    Breaks distcheck.
+
+ configure.ac | 21 ++++-----------------
+ 1 file changed, 4 insertions(+), 17 deletions(-)
+
+commit 22bba7b4b0f23fac837cd1d521dab4fd0336c58f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:06:28 2017 -0600
+
+    Revert "Generate manpages + their html from AsciiDoc."
+
+    This reverts commit 01530d7110369e5f1e732dae90c68f2aad097e3b.
+
+    Breaks distcheck.
+
+ doc/Makefile.am | 30 +++++++++---------------------
+ 1 file changed, 9 insertions(+), 21 deletions(-)
+
+commit 3a0e80d02dacf5eac1180d7b80b471c763d5dcf2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 13 20:06:02 2017 -0600
+
+    Revert "icesound manpage and html."
+
+    This reverts commit 57825cea10edd30827dc9bc3add57c5d0681c86c.
+
+    Breaks distcheck.
+
+ doc/CMakeLists.txt  |   4 +-
+ doc/Makefile.am     |   7 +--
+ doc/icesound.1.adoc | 160 ------------------------------------------------
+ 3 files changed, 4 insertions(+), 167 deletions(-)
+
+commit 5b8e8808ee2fd550ee80c921dcd3a3bb12fa3676
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 21:28:26 2017 +0200
+
+    Updates for upcoming release.
+
+ AUTHORS        |   10 +-
+ ChangeLog      | 8251 ++++++++++++++++++----------------------------------
+ NEWS           |  208 +-
+ README.md      |    2 +-
+ VERSION        |    2 +-
+ configure.ac   |    4 +-
+ po/POTFILES.in |    4 -
+ po/ar.po       |  700 +++--
+ po/be.po       |  714 +++--
+ po/bg.po       |  708 +++--
+ po/ca.po       |  710 +++--
+ po/cs.po       |  715 +++--
+ po/da.po       |  706 +++--
+ po/de.po       |  715 +++--
+ po/el.po       |  713 +++--
+ po/en.po       |  617 ++--
+ po/es.po       |  713 +++--
+ po/fi.po       |  703 +++--
+ po/fr.po       |  714 +++--
+ po/he.po       |  674 +++--
+ po/hr.po       |  647 ++--
+ po/hu.po       |  712 +++--
+ po/icewm.pot   |  621 ++--
+ po/id.po       |  713 +++--
+ po/it.po       |  715 +++--
+ po/ja.po       |  722 +++--
+ po/ko.po       |  706 +++--
+ po/lt.po       |  718 +++--
+ po/lv.po       |  706 +++--
+ po/mk.po       |  708 +++--
+ po/nb.po       |  707 +++--
+ po/nl.po       |  713 +++--
+ po/no.po       |  707 +++--
+ po/pl.po       |  708 +++--
+ po/pt_BR.po    |  715 +++--
+ po/ro.po       |  706 +++--
+ po/ru.po       |  705 +++--
+ po/sk.po       |  713 +++--
+ po/sl.po       |  706 +++--
+ po/sv.po       |  707 +++--
+ po/tr.po       |  703 +++--
+ po/uk.po       |  712 +++--
+ po/vi.po       |  708 +++--
+ po/zh_CN.po    |  697 +++--
+ po/zh_TW.po    |  702 +++--
+ 45 files changed, 18239 insertions(+), 16921 deletions(-)
+
+commit 6cd522dc9d2478c138bad712eab2b2df6a0ea45e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 20:58:34 2017 +0200
+
+    Changes for debug build.
+
+ VERSION            | 2 +-
+ configure.ac       | 4 ++--
+ src/CMakeLists.txt | 2 +-
+ src/icesh.cc       | 8 ++++----
+ src/icesound.cc    | 2 +-
+ src/ylocale.cc     | 2 +-
+ src/ypopup.cc      | 2 +-
+ src/ywindow.cc     | 6 +++---
+ 8 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 4c686a28bf778fed2693a5847996657f951ce3b7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 19:15:12 2017 +0200
+
+    More icesound support.
+
+ doc/icewm.1.adoc |  6 ++++--
+ src/appnames.h   |  4 ++++
+ src/icesm.cc     | 32 +++++++++++++++++++++++++++++++-
+ src/wmprog.cc    |  1 +
+ 4 files changed, 40 insertions(+), 3 deletions(-)
+
+commit 57825cea10edd30827dc9bc3add57c5d0681c86c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 19:13:18 2017 +0200
+
+    icesound manpage and html.
+
+ doc/CMakeLists.txt  |   4 +-
+ doc/Makefile.am     |   7 ++-
+ doc/icesound.1.adoc | 160 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 167 insertions(+), 4 deletions(-)
+
+commit d2884fc23369e2011e7a9d5ab1a0137375275c9a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 14:17:14 2017 +0200
+
+    Update CMake build for icesound with libAO.
+
+ src/CMakeLists.txt    | 6 +++---
+ src/config.cmake.h.in | 3 ++-
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 1df436671c91689329186c4e593f117141199cba
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 13:15:30 2017 +0200
+
+    Move obsolete sources to attic (ycmdline, yimage, ylibrary, ypixbuf).
+
+ src/{ => attic}/ycmdline.cc | 0
+ src/{ => attic}/ycmdline.h  | 0
+ src/{ => attic}/yimage.cc   | 0
+ src/{ => attic}/ylibrary.cc | 0
+ src/{ => attic}/ylibrary.h  | 0
+ src/{ => attic}/ypixbuf.cc  | 0
+ src/{ => attic}/ypixbuf.h   | 0
+ 7 files changed, 0 insertions(+), 0 deletions(-)
+
+commit f706ece0317099f88b26976be4a9f680b2fe7ab0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 13:11:12 2017 +0200
+
+    Redesign/rewrite icesound. Try all enabled sound drivers until one
+    works, from AO, ESD, ALSA, OSS, but the order can be specified. Drop
+    support for YIFF. Add support for libAO. Fix support for ALSA. Make class
+    YCommandLine obsolete. Make verbose more usefully verbose. Add -O and -A
+    options. Also check in ~/.config/icewm/sounds/ for audio files. Replace
+    the busy-wait polling with a blocking select. Identify which GUI events
+    are not implemented yet. Update CMake, autoconf/automake and manpage.
+
+ README.md             |    4 +-
+ VERSION               |    2 +-
+ configure.ac          |   35 +-
+ configure.sh          |    2 +-
+ doc/icewm.1.adoc      |   27 +-
+ src/CMakeLists.txt    |   20 +-
+ src/Makefile.am       |   15 +-
+ src/config.cmake.h.in |    1 +
+ src/guievent.h        |   84 +--
+ src/icesound.cc       | 1552 ++++++++++++++++++---------------------------
+ src/wmapp.cc          |    6 +-
+ 11 files changed, 738 insertions(+), 1010 deletions(-)
+
+commit a76e6cc0852a50b5b45b56adf2653cae848f9e32
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 13:03:08 2017 +0200
+
+    mstring additions to reduce very-short-lived memory allocations.
+
+ src/mstring.cc | 39 +++++++++++++++++++++++++++++++++++----
+ src/mstring.h  |  5 +++++
+ src/strtest.cc | 20 ++++++++++++++++++++
+ src/ysmapp.cc  |  4 ++--
+ 4 files changed, 62 insertions(+), 6 deletions(-)
+
+commit 1025965b636a717654e438e37edd736c4f40e7dd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 12:56:53 2017 +0200
+
+    Remove superfluous GUI_EVENT_NAMES to prevent a warning.
+
+ src/icewmhint.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 649f80ef6ec73c0bb169cc5f9fc3e34493ceb891
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 12:54:59 2017 +0200
+
+    include strings.h for strcasecmp.
+    Make History::get() return a const char*.
+
+ src/icehelp.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit cbd6823658e1e66f48db59fe1812ba7ba2db4d8e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 12:51:40 2017 +0200
+
+    Three fixes for correctly drawing taskbarbg.xpm when it is a Gradient.
+    See issue https://github.com/bbidulock/icewm/issues/87.
+
+ src/atasks.cc    |  4 +++-
+ src/wmtaskbar.cc | 10 ++++++----
+ src/wpixres.cc   | 22 ++++++++++------------
+ 3 files changed, 19 insertions(+), 17 deletions(-)
+
+commit bb6922a48404cdbeff1dd6bb9a4ebe77424d9098
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:26:27 2017 -0600
+
+    Revert "mstring additions to reduce memory allocations."
+
+    This reverts commit c7a56426247982f21aa30c78e8089945cc9d0fe5.
+
+ src/icehelp.cc |  2 +-
+ src/mstring.cc | 39 ++++-----------------------------------
+ src/mstring.h  |  5 -----
+ src/strtest.cc | 20 --------------------
+ src/ysmapp.cc  |  4 ++--
+ 5 files changed, 7 insertions(+), 63 deletions(-)
+
+commit 11fa5d4f1408dc55c076e93e29ce5635f9021cd1
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:26:24 2017 -0600
+
+    Revert "Fixes for correctly drawing taskbarbg.xpm when it is a Gradient."
+
+    This reverts commit 4846de1bb5ed561d292a347c961982bf6f7d3afd.
+
+ src/atasks.cc    |  4 +---
+ src/wmtaskbar.cc | 10 ++++------
+ src/wpixres.cc   | 22 ++++++++++++----------
+ 3 files changed, 17 insertions(+), 19 deletions(-)
+
+commit aed2cd66bdfc694dd0f5efedc31ae4ca6094b486
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:26:18 2017 -0600
+
+    Revert "Move obsolete source to attic."
+
+    This reverts commit aca0268bea8a60951589491b4e9020db991a7f02.
+
+ src/{attic => }/ycmdline.cc | 0
+ src/{attic => }/ycmdline.h  | 0
+ src/{attic => }/yimage.cc   | 0
+ src/{attic => }/ylibrary.cc | 0
+ src/{attic => }/ylibrary.h  | 0
+ src/{attic => }/ypixbuf.cc  | 0
+ src/{attic => }/ypixbuf.h   | 0
+ 7 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 57ce0630af07b83124225136ffd6b481a71d5e83
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:26:10 2017 -0600
+
+    Revert "More sounds info. Add keys example."
+
+    This reverts commit 977e11612d92de5762c0feaab335ec76bafcc536.
+
+ doc/icewm.1.adoc | 27 +--------------------------
+ 1 file changed, 1 insertion(+), 26 deletions(-)
+
+commit 769b955a77521506e86eb0d8947f7af0c9e5346a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:26:04 2017 -0600
+
+    Revert "Update build for new icesound."
+
+    This reverts commit eabc8bbce744aea42d12a921b2b9f1f67ba458a2.
+
+ VERSION            |  2 +-
+ configure.ac       | 24 ++++++++++++++++--------
+ src/CMakeLists.txt | 14 +++++++++-----
+ src/Makefile.am    | 15 ++++++++-------
+ 4 files changed, 34 insertions(+), 21 deletions(-)
+
+commit ab6873a0e84d991913563d206d10996b82b9bd92
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:26:01 2017 -0600
+
+    Revert "include strings.h for strcasecmp."
+
+    This reverts commit 8f847f26642ba573f64e404eba5b975bdd20868e.
+
+ src/icehelp.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 548725bcd0b392e67524988c413076b599d69e28
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:25:57 2017 -0600
+
+    Revert "GUI_EVENT_NAMES were not used (prevent a warning)."
+
+    This reverts commit 33ddb9981017bd2426e06a08296225fe33e565e1.
+
+ src/icewmhint.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ad0ea1a94d4f31520b441e99f12893ca5b2c6178
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:25:38 2017 -0600
+
+    Revert "drop YIFF."
+
+    This reverts commit 9797010a02402d12eacf5977ecc80dba61c84089.
+
+ src/wmapp.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 370951341ba66ddbbac050a9ad8ed18726736bd5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Aug 12 21:25:23 2017 -0600
+
+    Revert "Redesign/rewrite icesound. Try all enabled sound drivers until one
+    works, from ESD, ALSA, OSS, but the order can be specified. Drop support
+    for YIFF. Fix support for ALSA. Make class YCommandLine obsolete. Make
+    verbose more usefully verbose. Add -O and -A options. Also check in
+    ~/.config/icewm/sounds/ for audio files. Identify which GUI events are
+    not implemented yet."
+
+    This reverts commit 2ba788b58e5ecd844b600d3c0cb4fa67f3445a1c.
+
+ src/guievent.h  |   84 ++-
+ src/icesound.cc | 1406 +++++++++++++++++++++++++++++++++------------------
+ 2 files changed, 942 insertions(+), 548 deletions(-)
+
+commit c7a56426247982f21aa30c78e8089945cc9d0fe5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 00:42:15 2017 +0200
+
+    mstring additions to reduce memory allocations.
+
+ src/icehelp.cc |  2 +-
+ src/mstring.cc | 39 +++++++++++++++++++++++++++++++++++----
+ src/mstring.h  |  5 +++++
+ src/strtest.cc | 20 ++++++++++++++++++++
+ src/ysmapp.cc  |  4 ++--
+ 5 files changed, 63 insertions(+), 7 deletions(-)
+
+commit 4846de1bb5ed561d292a347c961982bf6f7d3afd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Aug 13 00:33:29 2017 +0200
+
+    Fixes for correctly drawing taskbarbg.xpm when it is a Gradient.
+    See issue https://github.com/bbidulock/icewm/issues/87.
+
+ src/atasks.cc    |  4 +++-
+ src/wmtaskbar.cc | 10 ++++++----
+ src/wpixres.cc   | 22 ++++++++++------------
+ 3 files changed, 19 insertions(+), 17 deletions(-)
+
+commit aca0268bea8a60951589491b4e9020db991a7f02
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 12 00:24:55 2017 +0200
+
+    Move obsolete source to attic.
+
+ src/{ => attic}/ycmdline.cc | 0
+ src/{ => attic}/ycmdline.h  | 0
+ src/{ => attic}/yimage.cc   | 0
+ src/{ => attic}/ylibrary.cc | 0
+ src/{ => attic}/ylibrary.h  | 0
+ src/{ => attic}/ypixbuf.cc  | 0
+ src/{ => attic}/ypixbuf.h   | 0
+ 7 files changed, 0 insertions(+), 0 deletions(-)
+
+commit 977e11612d92de5762c0feaab335ec76bafcc536
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 11 23:59:19 2017 +0200
+
+    More sounds info. Add keys example.
+
+ doc/icewm.1.adoc | 27 ++++++++++++++++++++++++++-
+ 1 file changed, 26 insertions(+), 1 deletion(-)
+
+commit eabc8bbce744aea42d12a921b2b9f1f67ba458a2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 11 23:58:53 2017 +0200
+
+    Update build for new icesound.
+
+ VERSION            |  2 +-
+ configure.ac       | 24 ++++++++----------------
+ src/CMakeLists.txt | 14 +++++---------
+ src/Makefile.am    | 15 +++++++--------
+ 4 files changed, 21 insertions(+), 34 deletions(-)
+
+commit 8f847f26642ba573f64e404eba5b975bdd20868e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 11 23:57:55 2017 +0200
+
+    include strings.h for strcasecmp.
+
+ src/icehelp.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 33ddb9981017bd2426e06a08296225fe33e565e1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 11 23:57:25 2017 +0200
+
+    GUI_EVENT_NAMES were not used (prevent a warning).
+
+ src/icewmhint.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 9797010a02402d12eacf5977ecc80dba61c84089
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 11 23:57:09 2017 +0200
+
+    drop YIFF.
+
+ src/wmapp.cc | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 2ba788b58e5ecd844b600d3c0cb4fa67f3445a1c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Aug 11 23:49:32 2017 +0200
+
+    Redesign/rewrite icesound. Try all enabled sound drivers until one works,
+    from ESD, ALSA, OSS, but the order can be specified. Drop support for
+    YIFF. Fix support for ALSA. Make class YCommandLine obsolete. Make
+    verbose more usefully verbose. Add -O and -A options. Also check in
+    ~/.config/icewm/sounds/ for audio files. Identify which GUI events are
+    not implemented yet.
+
+ src/guievent.h  |   84 +--
+ src/icesound.cc | 1406 ++++++++++++++++++---------------------------------
+ 2 files changed, 548 insertions(+), 942 deletions(-)
+
+commit 7acdedaef6b2540f6263ae74c941dae6d0d8351c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Aug 9 22:47:13 2017 +0200
+
+    Change Menu Help into a submenu with 3 items for all manual pages.
+
+ src/wmprog.cc | 66 ++++++++++++++++++++++++++++++++++++++++---------------
+ src/wmprog.h  |  7 ++++++
+ 2 files changed, 55 insertions(+), 18 deletions(-)
+
+commit a704f3512846af8e1de84ba80698dce43f1d4a83
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 8 21:55:14 2017 +0200
+
+    icewm-session --notray.
+
+ doc/icewm.1.adoc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 7fb95b28e9e6610679b785ffffc63c1a26a76c1b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 8 21:52:03 2017 +0200
+
+    Make icewm-session much smaller in size by not linking any X11, image
+    or font library.
+    ylibrary.cc and ylibrary.h are obsolete.
+    Reduce AM_INSTALLCHECK_STD_OPTIONS_EXEMPT programs.
+
+ src/CMakeLists.txt |  4 ++--
+ src/Makefile.am    | 12 ++----------
+ 2 files changed, 4 insertions(+), 12 deletions(-)
+
+commit 3154fefaa1069c5bd7f783b6e6ab4a3d7b4d6f6b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 8 21:49:40 2017 +0200
+
+    Make icewm-session resilient against a missing icewmtray.
+    Add a --notray option to not start icewmtray.
+    See issue https://github.com/bbidulock/icewm/issues/154.
+
+ src/icesm.cc | 83 ++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 53 insertions(+), 30 deletions(-)
+
+commit 28c7643eeb9f8e7681c715ba4e61a5b15c4c8b26
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 8 21:48:11 2017 +0200
+
+    Have --help and --version exit not with 1, but with 0.
+
+ src/icehelp.cc   | 2 +-
+ src/icesound.cc  | 2 +-
+ src/icewmbg.cc   | 3 ++-
+ src/icewmhint.cc | 2 +-
+ src/misc.cc      | 4 ++--
+ 5 files changed, 7 insertions(+), 6 deletions(-)
+
+commit 2ddcbbfd4957833ce91cbdd2e37aa097152dde2d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 8 21:43:01 2017 +0200
+
+    Move ypaths.h out of yapp.h, because a pure-yapps may not need X11.
+    Include ypaths.h into some C++ files which do need it.
+
+ src/aworkspaces.cc | 2 +-
+ src/wmapp.cc       | 1 +
+ src/wmdialog.cc    | 2 +-
+ src/wmprog.cc      | 3 +--
+ src/yapp.h         | 2 +-
+ src/ycursor.cc     | 1 +
+ src/yicon.cc       | 2 +-
+ src/yprefs.h       | 1 +
+ 8 files changed, 8 insertions(+), 6 deletions(-)
+commit ef3f80af7f4c6ee0fd34f6ac1b9d3ec48bdedc7a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Aug 5 17:54:10 2017 +0200
+
+    Use case-insensitive sorting for the theme menu
+
+    The collation rules for different locales added "weird" sorting rules to
+    the themes menu. That "problem" has probably existed for a while now but
+    was not noticeable due to too aggressive menu nesting algorithm.
+
+ src/mstring.cc | 7 +++++--
+ src/mstring.h  | 2 +-
+ src/themes.cc  | 4 ++--
+ src/ymenu.cc   | 4 ++--
+ src/ymenu.h    | 2 +-
+ 5 files changed, 11 insertions(+), 8 deletions(-)
+
+commit 18d85d3ae978a8f4a8a8fdf660e05a68508ead08
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:27:46 2017 +0200
+
+    Fix URL formatting.
+
+ README.md    | 2 +-
+ README.md.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit f521595772fa3384d9d40576753c6bf05d2370b2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:22:42 2017 +0200
+
+    Update links to online docs.
+
+ README.md    | 38 ++++++++++++++++++++------------------
+ README.md.in | 12 +++++++-----
+ VERSION      |  2 +-
+ configure.ac |  6 +++---
+ 4 files changed, 31 insertions(+), 27 deletions(-)
+
+commit 0eef32c74e22e27ec823e2eb21fe8cf5e35e2131
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:12:09 2017 +0200
+
+    Explicitly control which themes are installed.
+
+ lib/CMakeLists.txt | 23 +++++++++++++++++++----
+ 1 file changed, 19 insertions(+), 4 deletions(-)
+
+commit 01530d7110369e5f1e732dae90c68f2aad097e3b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:11:22 2017 +0200
+
+    Generate manpages + their html from AsciiDoc.
+
+ doc/Makefile.am | 30 +++++++++++++++++++++---------
+ 1 file changed, 21 insertions(+), 9 deletions(-)
+
+commit c48a58a5066e5b2eab1c8246de93ed949b1256b0
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:10:47 2017 +0200
+
+    ASCIIMAN and ASCIIMAN_FORMAT variables for generating manpages from
+    AsciiDoc.
+
+ configure.ac | 21 +++++++++++++++++----
+ 1 file changed, 17 insertions(+), 4 deletions(-)
+
+commit 8b2b034fb79d9201300b8c2f677c35afef172f1f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:09:57 2017 +0200
+
+    Generate manpages and html files from AsciiDoc.
+
+ doc/CMakeLists.txt | 140 ++++++++++++++++++++++++++++++++++++++++++-------
+ 1 file changed, 120 insertions(+), 20 deletions(-)
+
+commit 7ec44f3fe9196f755de4b76b8168ff07ee648050
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Aug 5 13:09:01 2017 +0200
+
+    Manual pages in AsciiDoc.
+
+ doc/icewm.1.adoc   | 1041 ++++++++++++++++++++++++++++++++++++++++++++++++
+ doc/icewmbg.1.adoc |  164 ++++++++
+ 2 files changed, 1205 insertions(+)
+
+commit 9efc87a8e222cd8ae989c661a56bd38523b54be8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Aug 3 00:19:04 2017 -0600
+
+    update contributing in readme
+
+ CONTRIBUTING.md | 22 +++++++++++++++++++---
+ README.md       | 15 +++++++++++----
+ README.md.in    | 15 +++++++++++----
+ 3 files changed, 41 insertions(+), 11 deletions(-)
+
+commit ce576f14acd924a940f496af03320f58d1d5dd3f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:56:39 2017 -0600
+
+    more comments on contributing
+
+ CONTRIBUTING.md | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 52ee75edd07fe397fc4bc7ceed785f3830c0a23a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:46:56 2017 -0600
+
+    add contributing file per github policy
+
+ CONTRIBUTING.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 48 insertions(+)
+
+commit ec0f736cee854062acb74df04daf118201355a49
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:46:41 2017 -0600
+
+    place correct subdir for version or branch
+
+ README.md | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+commit b13ceed58a3d6f880eee2366f6d0ce8b7d7365ce
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:43:55 2017 -0600
+
+    substitute branch when generating release files
+
+ Makefile.am | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 2d2dd67b32c912c6f570e515e52334c79ec33115
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:42:06 2017 -0600
+
+    new default branch
+
+ README.md.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 8cb943cffd21ec16f47a707051a93e2788d07193
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:39:53 2017 -0600
+
+    add branch to readme
+
+ README.md.in | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 27b78dc030e2f039fbe32608acf366e40e42a444
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:38:59 2017 -0600
+
+    substitute BRANCH for release version or github branch
+
+ autogen.sh | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit d3f7fd3c27b6a8d79df96af9d517e54e7c2fda1c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:38:35 2017 -0600
+
+    add a branch to configure.ac
+
+ configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 120dc73cad48abfad6290c34d9603eec7bc283d9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Aug 2 23:38:05 2017 -0600
+
+    new INSTALL file
+
+ INSTALL | 320 ++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 159 insertions(+), 161 deletions(-)
+
+commit ea2749a75953ca3714e18d3637d7cacde16ba0e9
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Wed Aug 2 20:42:56 2017 -0600
+
+    Create CODE_OF_CONDUCT.md
+
+ CODE_OF_CONDUCT.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 46 insertions(+)
+
+commit 8a73a2a010bdd6c1fd3a9cf04fa5875586431f6e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Aug 1 23:38:20 2017 +0200
+
+    Prefer AC_DEFINE/AH_TEMPLATE over AC_DEFINE_UNQUOTED.
+    This gives an #undef instead of a #define to 0, which is what we want.
+
+ configure.ac | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit a1616d450f6a9dbb2f746ca5e1eb120dc0eceb5e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Aug 1 00:05:38 2017 +0200
+
+    Copying the current theme indicator flag to the nested submenu
+
+ src/themes.cc | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit 4c5f65eee12b338598d8dbcbdb8374797469c8bd
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 23:38:57 2017 +0200
+
+    Recreated/improved original smart theme menu nesting algorithm
+
+ src/themes.cc | 58 ++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 32 insertions(+), 26 deletions(-)
+
+commit c09062266999606521a8fdf35cd58c21a593c0cb
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 20:03:10 2017 +0200
+
+    Prevent accidental deletion of potfile
+
+    Since the output file was among regular target (even if not a default
+    dependency), it would be accidentally deleted by the make clean target.
+
+    Working around with a dummy output file.
+
+ po/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 6fb516ddc1411704b6ac3dcf197fdc5dacfc2fce
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 19:53:50 2017 +0200
+
+    Fix Debug build with CMake
+
+ src/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 78157d56c035f56d665f6fcb10199a053e2353ff
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 19:53:33 2017 +0200
+
+    Fix most creepy format errors/warnings in Debug build
+
+ src/misc.cc  | 36 ++++++++++++++++++------------------
+ src/wmapp.cc |  2 +-
+ 2 files changed, 19 insertions(+), 19 deletions(-)
+
+commit ddae2c44635637a63da5512e99ee096bc0af5e47
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 19:00:44 2017 +0200
+
+    Minor binary size improvement with -fvisibility=hidden for CMake build
+
+ src/CMakeLists.txt | 21 +++++++++++++++++++++
+ 1 file changed, 21 insertions(+)
+
+commit fb84975f9e775c646a820dd4fd5e1dae8281845f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 18:55:49 2017 +0200
+
+    Added a dedicated CMake option for LTO enabling
+
+ INSTALL.cmakebuild |  6 ++++--
+ src/CMakeLists.txt | 17 ++++++++++++++++-
+ 2 files changed, 20 insertions(+), 3 deletions(-)
+
+commit 177b22f0a98ceff75fd5f7b297c6693374913202
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jul 31 23:12:51 2017 +0200
+
+    Also mention HAVE_STRLCPY and HAVE_STRLCAT.
+    Remove obsolete and duplicate defines.
+    Define defines always with a true numeric value of 1.
+
+ src/config.cmake.h.in | 217 ++++++++++++++++++++++------------------------
+ 1 file changed, 104 insertions(+), 113 deletions(-)
+
+commit 28c76e4973571b5805aa59622c291469af56acea
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jul 31 21:44:02 2017 +0200
+
+    Better fix for HAVE_STRLCPY/HAVE_STRLCAT.
+
+ src/base.h  | 4 ++--
+ src/misc.cc | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 57b8f15fbd67709055c245222b0c20cd27d3c3a1
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jul 31 21:30:20 2017 +0200
+
+    Changes for ALTLinux which has its own prototypes for strlcpy/strlcat.
+    Also cleanup obsolete AC_FUNC_*s and sort -u the CHECK_FUNCs.
+    Add two AC_RUN_IFELSE to detect correct operations of strlcpy/strcat.
+    Define HAVE_STRLCPY / HAVE_STRLCAT if they do.
+    Don't include our own strlcpy/strlcat if these are defined.
+
+ configure.ac       | 49 ++++++++++++++++++++++++++++++++++++++++---------
+ src/CMakeLists.txt | 19 +++++++------------
+ src/base.h         |  5 +++++
+ src/misc.cc        |  4 ++++
+ 4 files changed, 56 insertions(+), 21 deletions(-)
+
+commit 35092643f93482cdedde2c3bbd2f60814943018d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 18:23:16 2017 +0200
+
+    Fixing all Clang-5 warnings found so far
+
+ src/CMakeLists.txt |  7 ++++++-
+ src/icetray.cc     |  3 ++-
+ src/icewmbg.cc     |  3 ++-
+ src/themes.cc      |  2 +-
+ src/wmtaskbar.cc   |  5 ++++-
+ src/yapp.cc        | 10 +++++-----
+ src/ytimer.cc      |  8 ++++----
+ 7 files changed, 24 insertions(+), 14 deletions(-)
+
+commit 3025c9bbb531abf65f7b8594c64d99254329a39d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 17:51:58 2017 +0200
+
+    Fix CMake build (yarray dependency after recent refactorings)
+
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e947fdecfa3916a4837de2667dbd155bc83ad4a4
+Merge: ac7770e1 01d7fa76
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 17:45:07 2017 +0200
+
+    Merge branch 'icewm-1-4-BRANCH' of https://github.com/bbidulock/icewm
+    into icewm-1-4-BRANCH
+
+commit ac7770e17b6848052d2bf31280f52d405e7afacd
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Jul 31 17:38:41 2017 +0200
+
+    Document stamp files, added exception for build dir from CMake build
+    instructions
+
+ .gitignore | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 01d7fa76e50efd4670844274fd1eada3b896a03e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 22:20:39 2017 +0200
+
+    Add some ifdefs/ifndefs to support different configure --enable/--disable
+    option combinations.
+
+ src/icetray.cc  |  2 ++
+ src/icewmbg.cc  | 16 +++++++++++++---
+ src/wmapp.cc    |  7 ++++++-
+ src/wmapp.h     |  2 ++
+ src/wmclient.cc |  2 ++
+ src/wmconfig.cc |  2 ++
+ src/wmframe.cc  |  2 +-
+ src/wmprog.cc   |  2 ++
+ 8 files changed, 30 insertions(+), 5 deletions(-)
+
+commit d7f32c40f9a507e5d659863a13653025302e1a06
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 18:50:21 2017 +0200
+
+    Remove the ifdef CONFIG_GUIEVENTS around "extern YWMApp* wmapp", so that
+    it is always available.
+
+ src/wmapp.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 523b8ade53f0e71228c3dcdcb10796edbd322846
+Merge: 54dcb3a9 72eeb820
+Author: gijsbers <gijsbers@users.noreply.github.com>
+Date:   Sun Jul 30 15:13:02 2017 +0200
+
+    Merge pull request #151 from gijsbers/post42
+
+    icewmbg rewrite, UserTime, Focus models, new applet/tray options, etc
+
+commit 72eeb8209a70e8df82990e7dda822708146c837e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:57:45 2017 +0200
+
+    Rewrite icewmbg to support unique colors and images per workspace.
+    Backgrounds are periodically checked for changes on filesystem when
+    switching workspace.
+    New option for one large full multi-head monitor background.
+    Can now also scale an image to fully cover a single monitor.
+    Suppors all configuration options also from the command line.
+
+ src/icewmbg.cc      | 1064 ++++++++++++++++++++++++++++++++---------------
+ src/icewmbg_prefs.h |   52 ++-
+ 2 files changed, 767 insertions(+), 349 deletions(-)
+
+commit 0c34542b2da288595afa4202b854d9036b86b2b3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:57:24 2017 +0200
+
+    initialize prop before using it.
+
+ src/testnetwmhints.cc | 2 +-
+ src/testwinhints.cc   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 2edc1a807c8229568ae907bbe67426ad7df2616b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:56:50 2017 +0200
+
+    Remove globals.
+
+ src/wmabout.cc  | 2 --
+ src/wmabout.h   | 2 --
+ src/wmswitch.cc | 2 --
+ src/wmswitch.h  | 2 --
+ src/ydialog.cc  | 1 -
+ 5 files changed, 9 deletions(-)
+
+commit 3fd8c2c269ec72062fae94e91cc73ca23af09b7c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:55:51 2017 +0200
+
+    No longer include ypixbuf.h.
+
+ src/gnome.cc     | 1 -
+ src/gnome2.cc    | 1 -
+ src/iceicon.cc   | 1 -
+ src/icelist.cc   | 1 -
+ src/wmbutton.cc  | 1 -
+ src/wmwinlist.cc | 2 +-
+ src/ybutton.cc   | 1 -
+ src/yimage.cc    | 1 -
+ src/ylistbox.cc  | 1 -
+ src/ymenu.cc     | 1 -
+ src/ymenuitem.cc | 1 -
+ src/ymenuitem.h  | 1 -
+ src/yxapp.cc     | 3 ++-
+ 13 files changed, 3 insertions(+), 13 deletions(-)
+
+commit eb553e03d30210c845fee3848782c5e3d2b9ac4f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:53:00 2017 +0200
+
+    We no longer need ypixbuf.cc ypixbuf.h yimage.cc.
+
+ src/CMakeLists.txt | 4 ++--
+ src/Makefile.am    | 3 ---
+ 2 files changed, 2 insertions(+), 5 deletions(-)
+
+commit 982e3a36cedbd0e91fe248f8fd92518761e58667
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:51:08 2017 +0200
+
+    Fix getNetWMStrutPartial. Initialize property data pointer before testing
+    if it is non-null.
+
+ src/wmclient.cc | 50 ++++++++++++++++++++++----------------------------
+ 1 file changed, 22 insertions(+), 28 deletions(-)
+
+commit 8fffcde08e00c8ebdc0a6e70825d9a8fec36fab2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:50:21 2017 +0200
+
+    Implement UserTime in a separate class with an extra seconds field.
+
+ src/wmframe.cc | 39 ++++++++++++++----------------
+ src/wmframe.h  |  2 +-
+ src/wmmgr.cc   | 69 ++++++++++++++++++++++++++++++------------------------
+ src/wmmgr.h    | 48 +++++++++++++++++++++++++++++++++----
+ 4 files changed, 101 insertions(+), 57 deletions(-)
+
+commit a20aa52678813bfc441da63013558f0a585a2352
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:48:45 2017 +0200
+
+    Create the dialog buttons in the order such that tabbing through them is
+    in reading order left-right-top-to-bottom.
+
+ src/wmdialog.cc | 40 +++++++++++++++++++++-------------------
+ src/wmdialog.h  |  2 --
+ 2 files changed, 21 insertions(+), 21 deletions(-)
+
+commit edad79f50a01db934fe488ff23727338a3cc42cd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:46:44 2017 +0200
+
+    Don't init a upath with NULL, but use null.
+
+ src/yicon.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 543e90f8eeb011794f6ab251a2c1261876f3ff3d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:46:22 2017 +0200
+
+    remove unused code.
+
+ src/yimage_gdk.cc | 21 ++-------------------
+ 1 file changed, 2 insertions(+), 19 deletions(-)
+
+commit 9fc098f9d05512295ed231210e1fcf3a4afb14b2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:46:08 2017 +0200
+
+    free when done.
+
+ src/yinput.cc | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+commit 0c91ec97a375b94dbbb77c08a140caa962d2fac7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:41:25 2017 +0200
+
+    Add 3 more focus models. freeActions() when done. Hide globals behind a
+    function. Restart icewm from same executable location.
+    Don't initialize upath to 0 but to null.
+    If an item could not be added to a menu then free it.
+
+ src/wmaction.cc |  62 ++++++++++++++
+ src/wmaction.h  |   4 +
+ src/wmapp.cc    | 228 ++++++++++++++++++++++++++++++++++++----------------
+ src/wmapp.h     |  32 +++++++-
+ src/wmprog.cc   |  70 ++++++++--------
+ src/wmprog.h    |  10 ++-
+ 6 files changed, 296 insertions(+), 110 deletions(-)
+
+commit d92148b0f18ff6e590ab74c54affb4a7a6e1c755
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:38:33 2017 +0200
+
+    Check if directories are searchable.
+
+ src/ypaths.cc | 10 +++++-----
+ src/ypaths.h  |  6 ++++--
+ 2 files changed, 9 insertions(+), 7 deletions(-)
+
+commit 02f128ee70898c3da4db70bf9941fba62ba487fd
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:35:18 2017 +0200
+
+    timers for mainLoop.
+
+ src/yapp.h | 25 ++++++-------------------
+ 1 file changed, 6 insertions(+), 19 deletions(-)
+
+commit 8d16c0b614ef6d519a88317af0e2d7f2f48bc36d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:25:17 2017 +0200
+
+    Make Graphics smaller/cheaper. Add more precise drawPixmap for speed
+    improvements to large images like backgrounds.
+    Make YDimension use ints to prevent warnings.
+    Remove obsolete CONFIG_ANTIALIASING code.
+
+ src/ypaint.cc | 216 +++++++++++++++++++++---------------------------------
+ src/ypaint.h  |  30 ++++----
+ 2 files changed, 98 insertions(+), 148 deletions(-)
+
+commit 5bdf8c47089e97eadb02cbfeb2c34a627c2212c6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:23:41 2017 +0200
+
+    Calculate stringOffset just once (clang-analyze).
+
+ src/wmtitle.cc | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+commit 8243ea5b69274ade64e859f3d38e4e0ca2dfc983
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:20:28 2017 +0200
+
+    use getTaskBarBg().
+
+ src/objbar.cc | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 74da279c04aa649930d923a325be1a4777904183
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:18:51 2017 +0200
+
+    Define getTaskBarBg(). Prevent leaks. Details.
+
+ src/icetray.cc | 45 ++++++++++++++++++++++++---------------------
+ 1 file changed, 24 insertions(+), 21 deletions(-)
+
+commit b6413e61cf62ce4c543895a6ed853707b0a3fefb
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:17:46 2017 +0200
+
+    Use monotonic time. Fix interval calculation.
+
+ src/icesound.cc | 16 +++++-----------
+ 1 file changed, 5 insertions(+), 11 deletions(-)
+
+commit 0d7892a5f2a7025945ea5ac98877c3d114686da7
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:17:20 2017 +0200
+
+    use getTaskBarBg().
+
+ src/atray.cc | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 25b2cf16a1bb443f5b585a13a38c6f4a5fbc1c57
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:17:03 2017 +0200
+
+    free workspace data when done.
+
+ src/aworkspaces.cc | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 3bd85bdef310a0bd90b12e92d0dd4d73aabf86f6
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:15:11 2017 +0200
+
+    Make flash time have sub-second precision.
+    Changes to make clang-analyze happy.
+
+ src/atasks.cc | 24 ++++++++----------------
+ src/atasks.h  |  2 +-
+ 2 files changed, 9 insertions(+), 17 deletions(-)
+
+commit 3cbb6d20633f3e925a511a52a377c65e52886633
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:14:42 2017 +0200
+
+    use getTaskBarBg().
+
+ src/amailbox.cc | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+commit 07d00a4c045ed77b568469bcadbcd79f7abcadb8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:11:01 2017 +0200
+
+    Add two new options to control applet dimensions: TaskBarGraphHeight,
+    TaskBarGraphWidth.
+    Free resources when done. No globals. Fix MEMStatus::parseField.
+
+ src/aclock.cc     | 25 ++++++++-----------------
+ src/aclock.h      |  9 ++++-----
+ src/acpustatus.cc | 23 ++++++++++++++---------
+ src/amemstatus.cc |  4 ++--
+ src/apppstatus.cc | 18 +++++-------------
+ src/default.h     | 16 +++++++++-------
+ 6 files changed, 42 insertions(+), 53 deletions(-)
+
+commit e4621b92790d846069a77f5584770ff46fad4715
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:07:56 2017 +0200
+
+    Cleanup battery code. Free all resources. No globals.
+
+ src/aapm.cc | 301 +++++++++++++++++---------------------------------------
+ src/aapm.h  |  36 +++----
+ 2 files changed, 107 insertions(+), 230 deletions(-)
+
+commit 155e0f944898eab5dc6f33424beb0481848654f3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 14:01:32 2017 +0200
+
+    Add some handy operators for struct timeval.
+    Add support for clock_gettime and prefer it over gettimeofday.
+    Use monotonic clocks for interval measurements.
+    Simplify timer management.
+    Simplify YApplication::mainLoop.
+    When HOME is undefined get its value from getpwuid.
+
+ src/yapp.cc   | 531 +++++++++++++++---------------------------------------
+ src/ytimer.cc | 191 ++++++++++++++------
+ src/ytimer.h  |  51 +++++-
+ 3 files changed, 325 insertions(+), 448 deletions(-)
+
+commit 374d553147999fa2a6298bf8507f50a27135330e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:57:36 2017 +0200
+
+    Add two options to control the max tray icon dimensions.
+
+ src/themable.h | 17 +++++++++++------
+ src/yxtray.cc  | 49 ++++++++++++++++++-------------------------------
+ 2 files changed, 29 insertions(+), 37 deletions(-)
+
+commit 6cf6993694a59421d600c3de4e58e8079623ccb9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:54:42 2017 +0200
+
+    Replace the taskBarBg global, which was initialed everywhere,
+    by the function getTaskBarBg().
+    Properly free data on when taskbar is done.
+    Sanitize taskBarAtTop (clang-analyze).
+
+ src/wmtaskbar.cc | 107 +++++++++++++++++++++++----------------------------
+ src/wmtaskbar.h  |   2 +
+ 2 files changed, 50 insertions(+), 59 deletions(-)
+
+commit baccd67acd2bfc0bfd8d2a825a9ebfba4aa05ca2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:49:18 2017 +0200
+
+    Fix the calculation in the comment for DECIMAL_DIGIT_COUNT.
+    Base max on less than. Add inrange. Add GetArgument.
+    Fix an off-by-one error in intersection and reduce it to a one-liner.
+
+ src/base.h  | 33 +++++++++------------------------
+ src/misc.cc | 13 +++++++++++++
+ 2 files changed, 22 insertions(+), 24 deletions(-)
+
+commit b414637ec17d982f35fb317a64ed7a85a55d0bff
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:48:29 2017 +0200
+
+    Adding a menu item may fail. If this happens then the items must be
+    freed to prevent a leak.
+
+ src/browse.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 722a5cf5bb7ccb33d94a98ed17fabe4d857c38f8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:47:13 2017 +0200
+
+    Also print a string option if it has only just a description, but not
+    a non-null value.
+
+ src/genpref.cc | 28 +++++++++++++++++++---------
+ 1 file changed, 19 insertions(+), 9 deletions(-)
+
+commit 1669a0c3ca7d48808a6aa0d56f8c64544174827b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:45:47 2017 +0200
+
+    When executing a child program check if it can be found alongside the
+    absolute path of icewm-session. Also fix the examination of exit status
+    of icewm and the detection of crashes.
+
+ src/icesm.cc | 35 +++++++++++++++++++++++++++--------
+ 1 file changed, 27 insertions(+), 8 deletions(-)
+
+commit 930d89979d4efd5f0a866b4827e65dd7e2789d7c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:45:26 2017 +0200
+
+    Prevent a memory leak.
+
+ src/objbutton.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 59c7785e02a7fb4a1657a200aea387ed40756b6c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:44:36 2017 +0200
+
+    container->addSorted may refuse to add an item its name is a duplicate.
+    Detect this and free the item to prevent a leak (3x).
+
+ src/themes.cc | 19 +++++++++++++++----
+ 1 file changed, 15 insertions(+), 4 deletions(-)
+
+commit 733ece669c2be197f4e69a03d55b59ea1b40d396
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:44:00 2017 +0200
+
+    Free theme_preferences when done.
+
+ src/wmconfig.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 84e69e497680e7471d269569d76a90f8c4729b5d
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:43:28 2017 +0200
+
+    Simplify rd_str and prevent a corruption on bad input.
+
+ src/wmsession.cc | 35 +++++++++++++----------------------
+ 1 file changed, 13 insertions(+), 22 deletions(-)
+
+commit bad1ad02be116bd892a56dac9a8392d82147ea68
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:42:43 2017 +0200
+
+    Make sure *key is initialized (clang-analyze). Add YConfig::cfoptionSize()
+    for genpref.
+
+ src/yconfig.cc | 5 +++++
+ src/yconfig.h  | 1 +
+ 2 files changed, 6 insertions(+)
+
+commit 9150dcfa7022b57b48ee38c58d1d1586149a3124
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:41:41 2017 +0200
+
+    Make tabPos not unsigned but int to prevent warnings, in multilineAlloc.
+
+ src/yfont.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9777ee6df76b1ac40403168cbeff16dca43d560f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:40:58 2017 +0200
+
+    Reduce clutter and clarify.
+
+ src/ypixmap.cc | 31 ++++++-------------------------
+ 1 file changed, 6 insertions(+), 25 deletions(-)
+
+commit c5667caa2efd00f04ac2830fd0381c4f53a03397
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:40:35 2017 +0200
+
+    make scrollGC not static but local.
+
+ src/ywindow.cc | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+commit 9e57215a0639b2ffa96a28b6e3e8cee5f14d3d3e
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:39:56 2017 +0200
+
+    prevent a leak on nstr in unescape.
+
+ src/yurl.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 35470079dde273547625beb149f72dfce2429a85
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:39:18 2017 +0200
+
+    4 assignment operators for easy initialization of smart pointers.
+
+ src/ypointer.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 0b4de4581ae646c90d1adee15a83e17cec29f8e8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:38:47 2017 +0200
+
+    Move definition of null to ref.cc to make clang-analyze happy.
+
+ src/ref.cc | 3 +++
+ src/ref.h  | 4 +---
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+commit 939e4de6f1d25bfcf95e479052602f18210ef150
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 13:38:00 2017 +0200
+
+    Add class YArrayIterator for easy iteratation over YArrays.
+
+ src/yarray.h | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++----
+ 1 file changed, 105 insertions(+), 8 deletions(-)
+
+commit 54dcb3a9b454437386dc1ccbd2f4d8f201823f9a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 10:59:06 2017 +0200
+
+    Prepare for release 1.4.2.
+
+ NEWS         | 36 +++++++++++++++++++++++++++---------
+ README.md    |  6 +++---
+ VERSION      |  2 +-
+ configure.ac |  8 ++++----
+ 4 files changed, 35 insertions(+), 17 deletions(-)
+
+commit a1e2b7c8fc13ac53d74874cc814a3662ddbd9424
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sun Jul 30 03:29:14 2017 +0200
+
+    Always show icon in the top left corner of a window in issue #144.
+
+ src/wmbutton.cc | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+commit 128d004a1fe97e264e88903b0c666a64a074c170
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Jul 29 21:59:08 2017 +0200
+
+    New function copyPixmaps adds more defaults for missing pixmaps.
+    When some pixmaps are missing then they are copied from others.
+    This restores backward compatibility in issue #144.
+
+ src/wpixres.cc | 38 ++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 36 insertions(+), 2 deletions(-)
+
+commit a5e88958218fad9b7cc1fd6846e6155dcbd34e91
+Merge: d42f8b93 6469ee85
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jul 29 12:21:53 2017 -0600
+
+    Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
+    icewm-1-4-BRANCH
+
+commit d42f8b933fdc5097620a8b7ecad01a0f0d214f7d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jul 29 12:21:22 2017 -0600
+
+    final tweak for #146
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6469ee85309bf5e6ffc57d9b86a71ec03d30057f
+Merge: 1a4a384c 293ec537
+Author: Brian Bidulock <bidulock@openss7.com>
+Date:   Sat Jul 29 08:15:49 2017 -0600
+
+    Merge pull request #150 from
+    Code7R/feature/increase_theme_menu_collapsing_threshold
+
+    Increased the trigger value for the theme menu nesting algorithm
+
+commit 293ec537171e2f25153608d3fb3ed0333db4a5ff
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Jul 29 15:39:27 2017 +0200
+
+    Increased the trigger value for the theme menu nesting algorithm
+
+    IIRC I chose the value originally with an old small-res screen in mind
+    but that was 15 years ago.
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1a4a384c56ab2c474406023b7ca19e553b8fcd3b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 17:37:50 2017 -0600
+
+    better fix for issue #146
+
+ configure.ac    | 24 ++++++++++++++++--------
+ doc/Makefile.am |  2 +-
+ 2 files changed, 17 insertions(+), 9 deletions(-)
+
+commit cb5b554f2cd2034667472e73c4d5c154dcb22f1f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 17:04:19 2017 -0600
+
+    partially address issue #146
+
+    - using --backend=html4 gets rid of the CSS
+
+ doc/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0edd2a7c6263c85c89a4a8feb859387d5ba356a5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 16:25:19 2017 -0600
+
+    icewm-1-4-BRANCH is now the default
+
+ README.md | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 908e6812e70d710da9a92f02db57d6bcb6ea015d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 16:23:51 2017 -0600
+
+    update NEWS file
+
+ NEWS | 93 ++++++++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 61 insertions(+), 32 deletions(-)
+
+commit 7ee3cdbe4a1e442274dbb92acb1dc2291de5c9b8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 16:23:40 2017 -0600
+
+    generate more news
+
+ gennews.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 414dc055a1653efb1a9ed60d98f198f76df83aaf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 16:20:31 2017 -0600
+
+    update AUTHORS file
+
+ AUTHORS | 75 ++++++++++++++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 55 insertions(+), 20 deletions(-)
+
+commit 3c296ea65b038998f6d9fcdafcbac6589156cfbb
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 16:19:38 2017 -0600
+
+    update po files
+
+ po/ar.po     | 10 +++++-----
+ po/be.po     | 10 +++++-----
+ po/bg.po     | 10 +++++-----
+ po/ca.po     | 10 +++++-----
+ po/cs.po     | 14 +++++++-------
+ po/da.po     | 10 +++++-----
+ po/de.po     | 10 +++++-----
+ po/el.po     | 14 +++++++-------
+ po/en.po     | 10 +++++-----
+ po/es.po     | 14 +++++++-------
+ po/fi.po     | 10 +++++-----
+ po/fr.po     | 14 +++++++-------
+ po/he.po     | 10 +++++-----
+ po/hr.po     | 10 +++++-----
+ po/hu.po     | 10 +++++-----
+ po/icewm.pot | 12 ++++++------
+ po/id.po     | 14 +++++++-------
+ po/it.po     | 18 +++++++++---------
+ po/ja.po     | 10 +++++-----
+ po/ko.po     | 10 +++++-----
+ po/lt.po     | 10 +++++-----
+ po/lv.po     | 10 +++++-----
+ po/mk.po     | 10 +++++-----
+ po/nb.po     | 10 +++++-----
+ po/nl.po     | 10 +++++-----
+ po/no.po     | 10 +++++-----
+ po/pl.po     | 10 +++++-----
+ po/pt_BR.po  | 10 +++++-----
+ po/ro.po     | 10 +++++-----
+ po/ru.po     | 10 +++++-----
+ po/sk.po     | 10 +++++-----
+ po/sl.po     | 10 +++++-----
+ po/sv.po     | 10 +++++-----
+ po/tr.po     | 10 +++++-----
+ po/uk.po     | 22 +++++++++++-----------
+ po/vi.po     | 10 +++++-----
+ po/zh_CN.po  | 10 +++++-----
+ po/zh_TW.po  | 10 +++++-----
+ 38 files changed, 211 insertions(+), 211 deletions(-)
+
+commit 82a976c283e69fe9d8de873896007934ee2a2121
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Jul 28 18:38:35 2017 +0200
+
+    Update ChangeLog to 1.4.1 and remove all changes for the 1.3.12 release
+    and older.
+
+ ChangeLog | 3432 +--------------------------------------------------------
+ 1 file changed, 55 insertions(+), 3377 deletions(-)
+
+commit 77340d01f7c28d44311eb9d84c24020e71cb4236
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Jul 28 18:37:41 2017 +0200
+
+    Specify output with -o icewm.html.
+
+ doc/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0b05ed496992eb1bb36a9c8c295a303960437041
+Merge: 8f1eed9c 5a4e1e05
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 28 06:56:13 2017 -0600
+
+    Merge remote-tracking branch 'origin/icewm-1-3-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 5a4e1e0551e15a54a9a5c4604ec3e323a38d306c
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Thu Jul 27 19:19:22 2017 +0200
+
+    Omit -b in git checkout icewm-1-4-BRANCH.
+
+ README.md    | 2 +-
+ README.md.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 8f1eed9cd44455a198c2f2d31a3927823f2c81ef
 Author: Bert Gijsbers <gijsbers@science.uva.nl>
--- icewm-1.4.3.0~pre-20181030.orig/lib/keys.in
+++ icewm-1.4.3.0~pre-20181030/lib/keys.in
@@ -9,9 +9,9 @@
 # You'll have to omit XK_ prefixs and to replace XF86XK_ prefixes by
 # XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
 #
-key "Alt+Ctrl+t"			xterm
-key "Alt+Ctrl+b"			xdg-open about:blank
-key "Alt+Ctrl+s"			xdg-open http://www.google.com
+key "Alt+Ctrl+t"			x-terminal-emulator
+key "Alt+Ctrl+b"			sensible-browser about:blank
+key "Alt+Ctrl+s"			sensible-browser http://www.duckduckgo.com
 
 key "Super+KP_Subtract"			amixer sset Master 5%-
 key "Super+KP_Add"			amixer sset Master 5%+
@@ -28,8 +28,8 @@ key "Super+KP_Add"			amixer sset Master
 key "XF86AudioLowerVolume"		amixer sset Master 5%-
 key "XF86AudioRaiseVolume"		amixer sset Master 5%+
 key "XF86AudioMute"			amixer sset Master toggle
-key "XF86HomePage"			xdg-open about:blank
-key "XF86Search"			xdg-open http://www.google.com
+key "XF86HomePage"			sensible-browser about:blank
+key "XF86Search"			sensible-browser http://www.duckduckgo.com
 key "XF86Eject"				eject
 key "XF86Calculator"			/bin/sh -c "gnome-calculator || xcalc || ( type bc >/dev/null 2>&1 && xterm -e bc -l)"
 
--- icewm-1.4.3.0~pre-20181030.orig/lib/menu.in
+++ icewm-1.4.3.0~pre-20181030/lib/menu.in
@@ -5,7 +5,7 @@
 # (re)install icewm.
 #
 prog xterm xterm xterm
-prog urxvt xterm urxvt -bg black -cr green -fg white -C -sl 500
+prog rxvt xterm urxvt -rv
 prog gedit fte gedit
 prog NEdit nedit nedit
 prog Firefox mozilla firefox
--- icewm-1.4.3.0~pre-20181030.orig/lib/toolbar.in
+++ icewm-1.4.3.0~pre-20181030/lib/toolbar.in
@@ -4,6 +4,5 @@
 # since modifications to this file will be discarded when you
 # (re)install icewm.
 #
-prog xterm utilities-terminal xterm
-prog "Web browser" web-browser xdg-open about:blank
-
+prog Terminal /usr/share/icons/gnome/16x16/apps/terminal.png x-terminal-emulator
+prog "Web browser" /usr/share/icewm/icons/mozilla_16x16.xpm sensible-browser about:blank
--- icewm-1.4.3.0~pre-20181030.orig/lib/winoptions.in
+++ icewm-1.4.3.0~pre-20181030/lib/winoptions.in
@@ -6,6 +6,8 @@
 
 xterm.icon: xterm
 rxvt.icon: xterm
+urxvtc.icon: urxvt
+urxvt.icon: urxvt
 nxterm.icon: xterm
 fte.icon: fte
 emacs.Emacs.icon: emacs
--- icewm-1.4.3.0~pre-20181030.orig/po/de.po
+++ icewm-1.4.3.0~pre-20181030/po/de.po
@@ -419,8 +419,7 @@ msgstr "Konnte nicht geöffnet werden."
 msgid "Failed to create a temporary file"
 msgstr "Konnte eine temporäre Datei nicht erstellen"
 
-#: src/icehelp.cc:2110
-#, c-format
+#: src/icehelp.cc:2108
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Fehlerhafte Ausführung von system(%s) (%d)"
 
@@ -435,7 +434,7 @@ msgstr "curl oder wget konnten in PATH n
 
 #: src/icehelp.cc:2145
 msgid "Unsafe characters in URL"
-msgstr "Unsichere Zeichen in URL"
+msgstr "Unsichere Zeichen im URL"
 
 #: src/icehelp.cc:2182
 #, c-format
@@ -516,7 +515,7 @@ msgstr ""
 #: src/icehelp.cc:2259
 #, c-format
 msgid "Ignoring option '%s'"
-msgstr "Option '%s' ignorieren"
+msgstr "Option '%s' wird ignoriert"
 
 #: src/icelist.cc:80
 msgid "List View"
@@ -783,12 +782,12 @@ msgstr ""
 #: src/icesm.cc:120
 #, c-format
 msgid "Unknown option '%s'"
-msgstr "Unbekannte Aktion: '%s'"
+msgstr "Unbekannte Option: '%s'"
 
 #: src/icesm.cc:308
 #, c-format
 msgid "%s exited with status %d."
-msgstr "%s wurde mit Status %d beendet."
+msgstr "%s endete mit Status %d."
 
 #: src/icesm.cc:314
 #, c-format
@@ -816,7 +815,7 @@ msgstr "IceWM-Absturz-Reaktion"
 #: src/icesound.cc:219 src/icesound.cc:327 src/icesound.cc:631
 #, c-format
 msgid "Playing sample #%d (%s)"
-msgstr "Spiele Beispiel #%d (%s)"
+msgstr "Spiele Sample #%d (%s)"
 
 #: src/icesound.cc:337
 #, c-format
@@ -878,14 +877,14 @@ msgstr "Fehler <%d> beim Hochladen von `
 #: src/icesound.cc:518
 #, c-format
 msgid "Sample <%d> uploaded as `%s:%s'"
-msgstr "Beispiel <%d> wurde als `%s:%s` hochgeladen"
+msgstr "Sample <%d> wurde als »%s:%s« hochgeladen"
 
-#: src/icesound.cc:576
+#: src/icesound.cc:569
 #, c-format
 msgid "Playing sample #%d: %d"
-msgstr "Spiele Beispiel #%d: %d"
+msgstr "Spiele Sample #%d: %d"
 
-#: src/icesound.cc:651
+#: src/icesound.cc:644
 #, c-format
 msgid "ao_open_live failed with %d"
 msgstr "ao_open_live schlug mit %d fehl"
@@ -1379,7 +1378,7 @@ msgstr "_Herunterfahren"
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
 #: src/wmapp.cc:520 src/wmdialog.cc:75
 msgid "_Sleep mode"
-msgstr "_Schlaf-Modus"
+msgstr "Schlaf-_Modus"
 
 #: src/wmapp.cc:525
 msgid "Restart _Icewm"
@@ -1665,7 +1664,7 @@ msgstr "_Abmelden..."
 
 #: src/wmdialog.cc:81
 msgid "_Restart icewm"
-msgstr "IceWM _neu starten"
+msgstr "_IceWM neu starten"
 
 #: src/wmdialog.cc:82 src/wmprog.cc:799 src/wmtaskbar.cc:285
 #: src/wmtaskbar.cc:288
--- icewm-1.4.3.0~pre-20181030.orig/src/default.h
+++ icewm-1.4.3.0~pre-20181030/src/default.h
@@ -121,7 +121,7 @@ XIV(bool, win95keys,
 XIV(bool, autoReloadMenus,                      true)
 XIV(bool, arrangeWindowsOnScreenSizeChange,     true)
 XIV(bool, clientMouseActions,                   true)
-XIV(bool, showPrograms,                         false)
+XIV(bool, showPrograms,                         true)
 XIV(bool, showSettingsMenu,                     true)
 XIV(bool, showFocusModeMenu,                    true)
 XIV(bool, showThemesMenu,                       true)
@@ -171,10 +171,10 @@ XIV(int, netWorkAreaBehaviour,
 
 XSV(const char *, acpiIgnoreBatteries,          0)
 XSV(const char *, mailBoxPath,                  0)
-XSV(const char *, mailCommand,                  "xterm -name mutt -e mutt")
+XSV(const char *, mailCommand,                  "x-terminal-emulator -e mutt")
 XSV(const char *, mailClassHint,                "mutt.XTerm")
 XSV(const char *, newMailCommand,               0)
-XSV(const char *, lockCommand,                  0)
+XSV(const char *, lockCommand,                  "xscreensaver-command -lock")
 XSV(const char *, clockCommand,                 "xclock -name icewm -title Clock")
 XSV(const char *, clockClassHint,               "icewm.XClock")
 XSV(const char *, runDlgCommand,                0)
@@ -184,9 +184,9 @@ XSV(const char *, logoutCommand,
 XSV(const char *, logoutCancelCommand,          0)
 #if defined(__linux__)
 // use shell code since those are wrapped through shell in YWindowManager::execAfterFork
-XSV(const char *, shutdownCommand,              "test -e /run/systemd/system && systemctl poweroff")
-XSV(const char *, rebootCommand,                "test -e /run/systemd/system && systemctl reboot")
-XSV(const char *, suspendCommand,               "test -e /run/systemd/system && systemctl suspend")
+XSV(const char *, shutdownCommand,              "test -e /run/systemd/system && systemctl poweroff || sudo -n /sbin/poweroff")
+XSV(const char *, rebootCommand,                "test -e /run/systemd/system && systemctl reboot || sudo -n /sbin/reboot")
+XSV(const char *, suspendCommand,               "test -e /run/systemd/system && systemctl suspend || sudon -n /usr/sbin/pm-suspend")
 #else
 XSV(const char *, shutdownCommand,              0)
 XSV(const char *, rebootCommand,                0)
@@ -199,15 +199,8 @@ XIV(int, taskBarNetDelay,
 XSV(const char *, cpuCommand,                   "xterm -name top -title Process\\ Status -e top")
 XSV(const char *, cpuClassHint,                 "top.XTerm")
 XIV(bool, cpuCombine,                           true)
-
-#ifdef __linux__
-XSV(const char *, netCommand,                   "xterm -name 'ss' -title 'Socket Statistics' -hold -e sh -c 'which ss > /dev/null && watch -t ss -putswl || netstat -c'")
+XSV(const char *, netCommand,                   "x-terminal-emulator -name netstat -title 'Network Status' -e /bin/sh /usr/share/icewm/netstat.sh")
 XSV(const char *, netClassHint,                 "ss.XTerm")
-#else
-XSV(const char *, netCommand,                   "xterm -name netstat -title 'Network Status' -hold -e netstat -c")
-XSV(const char *, netClassHint,                 "netstat.XTerm")
-#endif
-
 XSV(const char *, netDevice,                    "[ew]*"
 #ifdef __OpenBSD__
                                                 " vio*"
--- icewm-1.4.3.0~pre-20181030.orig/src/icesound.cc
+++ icewm-1.4.3.0~pre-20181030/src/icesound.cc
@@ -62,8 +62,6 @@
 #ifdef HAVE_SYS_IOCTL_H
 #include <unistd.h>
 #include <sys/ioctl.h>
-#else
-#undef ENABLE_OSS
 #endif
 
 #ifdef HAVE_SYS_SOUNDCARD_H
--- icewm-1.4.3.0~pre-20181030.orig/src/themable.h
+++ icewm-1.4.3.0~pre-20181030/src/themable.h
@@ -48,24 +48,24 @@ XSV(const char *, titleButtonsSupported,
 XSV(const char *, themeAuthor,                  0)
 XSV(const char *, themeDescription,             0)
 
-XFV(const char *, titleFontName,                FONT(120), "sans-serif:size=12")
-XFV(const char *, menuFontName,                 BOLDFONT(100), "sans-serif:size=10:bold")
-XFV(const char *, statusFontName,               BOLDTTFONT(120), "monospace:size=12:bold")
-XFV(const char *, switchFontName,               BOLDTTFONT(120), "monospace:size=12:bold")
-XFV(const char *, normalButtonFontName,         FONT(120), "sans-serif:size=12")
-XFV(const char *, activeButtonFontName,         BOLDFONT(120), "sans-serif:size=12:bold")
-XFV(const char *, normalTaskBarFontName,        FONT(120), "sans-serif:size=12")
-XFV(const char *, activeTaskBarFontName,        BOLDFONT(120), "sans-serif:size=12:bold")
-XFV(const char *, toolButtonFontName,           FONT(120), "sans-serif:size=12")
-XFV(const char *, normalWorkspaceFontName,      FONT(120), "sans-serif:size=12")
-XFV(const char *, activeWorkspaceFontName,      FONT(120), "sans-serif:size=12")
-XFV(const char *, minimizedWindowFontName,      FONT(120), "sans-serif:size=12")
-XFV(const char *, listBoxFontName,              FONT(120), "sans-serif:size=12")
-XFV(const char *, labelFontName,                FONT(140), "sans-serif:size=12")
-XFV(const char *, clockFontName,                TTFONT(140), "monospace:size=12")
-XFV(const char *, tempFontName,                 TTFONT(140), "monospace:size=12")
-XFV(const char *, apmFontName,                  TTFONT(140), "monospace:size=12")
-XFV(const char *, inputFontName,                TTFONT(140), "monospace:size=12")
+XFV(const char *, titleFontName,                FONT(120), "sans-serif:size=11")
+XFV(const char *, menuFontName,                 BOLDFONT(100), "sans-serif:size=10")
+XFV(const char *, statusFontName,               BOLDTTFONT(120), "monospace:size=11:bold")
+XFV(const char *, switchFontName,               BOLDTTFONT(120), "monospace:size=11")
+XFV(const char *, normalButtonFontName,         FONT(120), "sans-serif:size=11")
+XFV(const char *, activeButtonFontName,         BOLDFONT(120), "sans-serif:size=11:bold")
+XFV(const char *, normalTaskBarFontName,        FONT(120), "sans-serif:size=11")
+XFV(const char *, activeTaskBarFontName,        BOLDFONT(120), "sans-serif:size=11:bold")
+XFV(const char *, toolButtonFontName,           FONT(120), "sans-serif:size=11")
+XFV(const char *, normalWorkspaceFontName,      FONT(120), "sans-serif:size=11")
+XFV(const char *, activeWorkspaceFontName,      FONT(120), "sans-serif:size=11")
+XFV(const char *, minimizedWindowFontName,      FONT(120), "sans-serif:size=11")
+XFV(const char *, listBoxFontName,              FONT(120), "sans-serif:size=11")
+XFV(const char *, labelFontName,                FONT(140), "sans-serif:size=11")
+XFV(const char *, clockFontName,                TTFONT(140), "monospace:size=11")
+XFV(const char *, tempFontName,                 TTFONT(140), "monospace:size=11")
+XFV(const char *, apmFontName,                  TTFONT(140), "monospace:size=11")
+XFV(const char *, inputFontName,                TTFONT(140), "monospace:size=11")
 
 XSV(const char *, clrDialog,                    "rgb:C0/C0/C0")
 XSV(const char *, clrActiveBorder,              "rgb:C0/C0/C0")
--- icewm-1.4.3.0~pre-20181030.orig/src/wmapp.cc
+++ icewm-1.4.3.0~pre-20181030/src/wmapp.cc
@@ -35,6 +35,7 @@
 char const *ApplicationName("IceWM");
 RebootShutdown rebootOrShutdown = Logout;
 static bool initializing(true);
+void SetLiteDefaults();
 
 YWMApp *wmapp(NULL);
 YWindowManager *manager(NULL);
@@ -1050,6 +1051,9 @@ YWMApp::YWMApp(int *argc, char ***argv,
     focusMode(FocusClick),
     managerWindow(None)
 {
+    if(argc && *argc>0 && argv && *argv && **argv && mstring(**argv).endsWith("-lite"))
+            SetLiteDefaults();
+
     if (restart_wm) {
         if (overrideTheme && *overrideTheme) {
             mstring themeContent("Theme=\"" + mstring(overrideTheme) + "\"");
@@ -1717,5 +1721,13 @@ void YWMApp::handleSMAction(WMAction mes
     }
 }
 
+void SetLiteDefaults()
+{
+    showTaskBar = false;
+    fontPreferFreetype = false;
+    showWindowList = false;
+    quickSwitchAllIcons = false;
+    //addWorkspace(0, "1", false);
+}
 
 // vim: set sw=4 ts=4 et:
--- icewm-1.4.3.0~pre-20181030.orig/src/yfontxft.cc
+++ icewm-1.4.3.0~pre-20181030/src/yfontxft.cc
@@ -164,8 +164,8 @@ YXftFont::YXftFont(ustring name, bool us
         msg("xft: fallback from '%s'", cstring(name).c_str());
         XftFont *sans =
             XftFontOpen(xapp->display(), xapp->screen(),
-                        XFT_FAMILY, XftTypeString, "sans-serif",
-                        XFT_PIXEL_SIZE, XftTypeInteger, 12,
+                        XFT_FAMILY, XftTypeString, "DejaVu Sans,sans-serif",
+                        XFT_PIXEL_SIZE, XftTypeInteger, 11,
                         NULL);
 
         if (NULL != sans) {
@@ -178,7 +178,7 @@ YXftFont::YXftFont(ustring name, bool us
             fAscent = sans->ascent;
             fDescent = sans->descent;
         } else
-            warn(_("Loading of fallback font \"%s\" failed."), "sans-serif");
+            warn(_("Loading of fallback font \"%s\" failed."), "DejaVu Sans,sans-serif");
     }
 }
 
@@ -321,7 +321,7 @@ ref<YFont> getXftFontXlfd(ustring name,
     ref<YFont> font(new YXftFont(name, true, antialias));
     if (font == null || !font->valid()) {
         msg("failed to load font '%s', trying fallback", cstring(name).c_str());
-        font.init(new YXftFont("sans-serif:size=12", false, antialias));
+        font.init(new YXftFont("DejaVu Sans,sans-serif:size=11", false, antialias));
         if (font == null || !font->valid()) {
             msg("Could not load fallback Xft font.");
             return null;
@@ -334,7 +334,7 @@ ref<YFont> getXftFont(ustring name, bool
     ref<YFont>font(new YXftFont(name, false, antialias));
     if (font == null || !font->valid()) {
         msg("failed to load font '%s', trying fallback", cstring(name).c_str());
-        font.init(new YXftFont("sans-serif:size=12", false, antialias));
+        font.init(new YXftFont("DejaVu Sans,sans-serif:size=11", false, antialias));
         if (font == null || !font->valid()) {
             msg("Could not load fallback Xft font.");
             return null;
--- icewm-1.4.3.0~pre-20181030.orig/src/yprefs.h
+++ icewm-1.4.3.0~pre-20181030/src/yprefs.h
@@ -30,24 +30,8 @@ XIV(int, ToolTipTime,
 ///#warning "move this one back to WM"
 XIV(bool, grabRootWindow,                       true)
 
-#if defined(__linux__)
-XSV(const char *, iconPath,
-                                                "/usr/share/icons/oxygen/base:"
-                                                "/usr/share/icons/Adwaita:"
-                                                "/usr/share/icons/hicolor:"
-                                                "/usr/share/icons:"
-                                                "/usr/share/pixmaps:"
-                                                "/usr/local/share/icons/hicolor:"
-                                                )
-#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
-XSV(const char *, iconPath,
-                                                "/usr/local/share/icons/hicolor:"
-                                                "/usr/local/share/icons:"
-                                                "/usr/local/share/pixmaps:"
-                                                )
-#else
-XSV(const char *, iconPath,                     0)
-#endif
+// standard Debian paths and some extras
+XSV(const char *, iconPath,                     "/usr/share/icons/hicolor:/usr/share/icons/oxygen:/usr/share/icons/oxygen/base:/usr/share/icons/gnome:/usr/share/icons/Adwaita:/usr/share/icons/Bluecurve:/usr/share/icons/HighContrast:/usr/share/icons/Humanity:/usr/share/icons/KDE_Classic:/usr/share/icons/Tango:/usr/share/icons/nuoveXT2:/usr/share/icons/locolor:/usr/share/icons:/usr/share/pixmaps")
 
 XSV(const char *, themeName,                    CONFIG_DEFAULT_THEME)
 XSV(const char *, xineramaPrimaryScreenName,    0)
@@ -69,7 +53,7 @@ XIV(WMLook, wmLook,
 
 XSV(const char *, clrToolTip,                   "rgb:E0/E0/00")
 XSV(const char *, clrToolTipText,               "rgb:00/00/00")
-XFV(const char *, toolTipFontName,              FONT(120), "sans-serif:size=12")
+XFV(const char *, toolTipFontName,              FONT(120), "sans-serif:size=11")
 
 #endif
 
