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.3.8+githubmod+20150914+fa3fdef-2) unstable; urgency=medium
 .
   * Restored /usr/share/icewm/preferences - some icewm settings don't get
     their defaults if the file is not present anywhere
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: <YYYY-MM-DD>

--- /dev/null
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/ChangeLog
@@ -0,0 +1,2795 @@
+# created with git log -n 200 --abbrev-commit --decorate --stat=76 -M -C|fmt -sct -w80
+
+commit fa3fdef (tag: upstream/1.3.8+githubmod+20150914+fa3fdef,
+bbidulock/icewm-1-3-BRANCH, icewm-1-3-BRANCH)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Sep 14 23:42:44 2015 +0200
+
+    Using CMAKE_INSTALL_PREFIX variable instead of PREFIX
+
+    PREFIX seems to cause weird things with cmake 3.2 and gcc 5
+    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799009
+
+ CMakeLists.txt     | 10 +++++-----
+ INSTALL.cmakebuild |  2 ++
+ src/CMakeLists.txt |  2 +-
+ 3 files changed, 8 insertions(+), 6 deletions(-)
+
+commit 04d6e2f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Sep 13 15:42:24 2015 -0600
+
+    updates to handle gettext 0.19.5.1
+
+     - there can not be more than 2 `.' in AM_GNU_GETTEXT_VERSION or
+       autopoint complains and fails
+
+     - this fixes for gettext 0.19.5.1 (where only 0.19.5) must go in
+       AM_GNU_GETTEXT_VERSION
+
+ autogen.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ad6d8c9
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 21 15:29:02 2015 +0200
+
+    Fixed support of wordexp in the env hack with cmake build
+
+ src/config.cmake.h.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ad97152 (tag: upstream/1.3.8+githubmod+20150818+ad97152,
+origin/icewm-1-3-BRANCH, origin/HEAD, foo)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Jul 8 13:13:17 2015 +0200
+
+    Default key binding for calculator call
+
+ lib/keys.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4cda2e8 (tag: upstream/1.3.8+githubmod+20150815+4cda2e8, tag:
+upstream/1.3.8+githubmod++20150818+4cda2e8)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 16 16:33:16 2015 +0200
+
+    Fix preferences file generation, now as explicite post-build command
+
+ src/CMakeLists.txt | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 2a230bc
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Aug 16 10:45:00 2015 +0200
+
+    Install pregenerated html files to HTMLDIR via cmake (issue #33)
+
+ doc/CMakeLists.txt | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
+commit ef464e6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Aug 14 22:59:58 2015 +0200
+
+    Enabled automated generation of the preferences file
+
+ INSTALL.cmakebuild |  4 ++++
+ src/CMakeLists.txt | 10 ++++++++++
+ 2 files changed, 14 insertions(+)
+
+commit dfce182
+Merge: ac6e40a 45ea260
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Jul 22 13:46:48 2015 -0600
+
+    Merge pull request #36 from wshallum/icewm-1-3-BRANCH
+
+    Fix GetFullWindowProperty for huge icons on 64bit (e.g. Firefox)
+
+commit 45ea260
+Author: William <william@shallum.net>
+Date:   Wed Jul 22 22:56:44 2015 +0800
+
+    Fix GetFullWindowProperty for huge icons on 64bit (e.g. Firefox)
+
+    The long_offset parameter of XGetWindowProperty is always in
+    32-bit quantities, no matter what sizeof(long) is.
+
+    Previously the second read would start too far ahead and result in
+    a mess for icons which are too large for a single read.
+
+ src/wmclient.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ac6e40a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Jul 12 21:32:20 2015 -0600
+
+    distribute html docs per issue #33
+
+ doc/Makefile.am | 15 ++++++++-------
+ 1 file changed, 8 insertions(+), 7 deletions(-)
+
+commit caf3dc7
+Merge: 0c42fed ecb26ba
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Jul 12 20:58:50 2015 -0600
+
+    Merge pull request #34 from rezso/patch-1
+
+    suppress cmake dev warnings
+
+commit ecb26ba
+Author: rezso <rezso@rezso.net>
+Date:   Sat Jul 11 18:11:57 2015 +0200
+
+    suppress cmake dev warnings
+
+    CMake Warning (dev) at
+    /usr/share/cmake-3.2/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake:2
+    (set):
+      Policy CMP0053 is not set: Simplify variable reference and escape
+      sequence
+      evaluation.  Run "cmake --help-policy CMP0053" for policy details.
+      Use the
+      cmake_policy command to set the policy and suppress this warning.
+
+      For input:
+
+        '
+          /* __IBMCPP__ = VRP */
+        # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
+        # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
+        # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__
+        % 10)'
+
+      the old evaluation rules produce:
+
+        '
+          /* __IBMCPP__ = VRP */
+        # define /usrCOMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
+        # define /usrCOMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
+        # define /usrCOMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__    % 10)'
+
+      but the new evaluation rules produce:
+
+        '
+          /* __IBMCPP__ = VRP */
+        # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
+        # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
+        # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__
+        % 10)'
+
+      Using the old result for compatibility since the policy is not set.
+    Call Stack (most recent call first):
+      /usr/share/cmake-3.2/Modules/Compiler/XL-CXX-DetermineCompiler.cmake:4
+      (include)
+      /usr/share/cmake-3.2/Modules/CMakeCompilerIdDetection.cmake:16 (include)
+      /usr/share/cmake-3.2/Modules/CMakeCompilerIdDetection.cmake:44
+      (_readFile)
+      /usr/share/cmake-3.2/Modules/CMakeDetermineCompilerId.cmake:108
+      (compiler_id_detection)
+      /usr/share/cmake-3.2/Modules/CMakeDetermineCompilerId.cmake:126
+      (CMAKE_DETERMINE_COMPILER_ID_WRITE)
+      /usr/share/cmake-3.2/Modules/CMakeDetermineCompilerId.cmake:39
+      (CMAKE_DETERMINE_COMPILER_ID_BUILD)
+      /usr/share/cmake-3.2/Modules/CMakeDetermineCXXCompiler.cmake:103
+      (CMAKE_DETERMINE_COMPILER_ID)
+      CMakeLists.txt:2 (PROJECT)
+
+ CMakeLists.txt | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 0c42fed
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 10 18:12:42 2015 -0600
+
+    set ActivateJava7FocusHack to 0: close issue #20
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 172a667
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 10 18:04:26 2015 -0600
+
+    attempted fix for issue #31
+
+ src/decorate.cc | 9 +++++----
+ src/wmbutton.cc | 4 +++-
+ 2 files changed, 8 insertions(+), 5 deletions(-)
+
+commit 6c3c08e
+Merge: 9c044df dda0593
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jul 10 16:24:41 2015 -0600
+
+    Merge pull request #32 from rezso/icewm-1-3-BRANCH
+
+    update hu.po
+
+commit dda0593
+Author: rezso <rezso@rezso.net>
+Date:   Fri Jul 10 23:54:02 2015 +0200
+
+    update hu.po
+
+ po/hu.po | 36 ++++++++++++++++++------------------
+ 1 file changed, 18 insertions(+), 18 deletions(-)
+
+commit 9c044df
+Merge: 956b8d7 927a9a8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Jul 8 13:51:43 2015 -0600
+
+    Merge pull request #29 from rezso/icewm-1-3-BRANCH
+
+    Fix icedesert and Infadel2 themes
+
+commit 927a9a8
+Author: rezso <rezso@rezso.net>
+Date:   Wed Jul 8 21:21:40 2015 +0200
+
+    fix themes
+
+ lib/themes/Infadel2/titleAB.xpm  | 3 +--
+ lib/themes/Infadel2/titleAS.xpm  | 3 +--
+ lib/themes/Infadel2/titleAT.xpm  | 3 +--
+ lib/themes/Infadel2/titleIB.xpm  | 3 +--
+ lib/themes/Infadel2/titleIS.xpm  | 3 +--
+ lib/themes/Infadel2/titleIT.xpm  | 3 +--
+ lib/themes/icedesert/titleAB.xpm | 3 +--
+ lib/themes/icedesert/titleAT.xpm | 3 +--
+ lib/themes/icedesert/titleIB.xpm | 3 +--
+ lib/themes/icedesert/titleIT.xpm | 3 +--
+ 10 files changed, 10 insertions(+), 20 deletions(-)
+
+commit 956b8d7 (tag: 1.3.10)
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 19:48:23 2015 -0600
+
+    update NEWS file for release
+
+ NEWS | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 160 insertions(+), 1 deletion(-)
+
+commit 90c14ce
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 19:39:06 2015 -0600
+
+    update release files and retag
+
+ README.md    | 4 ++--
+ configure.ac | 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/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ 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 +-
+ 37 files changed, 38 insertions(+), 38 deletions(-)
+
+commit c19d434
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 19:38:45 2015 -0600
+
+    always use backing store
+
+ src/wmframe.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 159eedc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 19:28:00 2015 -0600
+
+    update release files and tag for release
+
+ Makefile.am     |    4 +-
+ README.md       |    4 +-
+ configure.ac    |    6 +-
+ po/be.po        |  146 ++--
+ po/bg.po        |  146 ++--
+ po/ca.po        |  146 ++--
+ po/cs.po        |  146 ++--
+ po/da.po        |  146 ++--
+ po/de.po        | 2257 +++++++++++++++++++++++++--------------------------
+ po/el.po        |  146 ++--
+ po/en.po        |  146 ++--
+ po/es.po        |  147 ++--
+ po/fi.po        |  146 ++--
+ po/fr.po        |  146 ++--
+ po/hr.po        |  146 ++--
+ po/hu.po        |  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        |  146 ++--
+ po/no.po        |  146 ++--
+ po/pl.po        |  146 ++--
+ po/pt_BR.po     |  147 ++--
+ po/ro.po        |  146 ++--
+ po/ru.po        |  151 ++--
+ po/sk.po        |  146 ++--
+ po/sl.po        |  146 ++--
+ po/sv.po        |  146 ++--
+ po/tr.po        |  147 ++--
+ po/uk.po        |  147 ++--
+ po/vi.po        |  146 ++--
+ po/zh_CN.po     |  146 ++--
+ po/zh_TW.po     |  146 ++--
+ src/Makefile.am |    3 +-
+ 39 files changed, 3624 insertions(+), 3623 deletions(-)
+
+commit 17d0f81
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 12:36:31 2015 -0600
+
+    add cmake files to distribution
+
+ Makefile.am | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit db4d8c8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 12:34:16 2015 -0600
+
+    added missing ignore file
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit dc76830
+Merge: f003485 55751a9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 2 12:32:26 2015 -0600
+
+    Merge pull request #27 from Code7R/ftr_icewm_env_hack
+
+    Experimental feature: add custom environment variables from an extra …
+
+commit f003485
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Jul 2 20:19:49 2015 +0200
+
+    Increase interface name lenght limit on Linux
+
+    15 is allowed, max. 14 was used for ioctls (over-defensive code).
+    Debian bug 790745.
+
+ src/apppstatus.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 55751a9 (origin/ftr_icewm_env_hack)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Jul 2 16:25:20 2015 +0200
+
+    Experimental feature: add custom environment variables from an extra file
+
+ configure.ac       |  2 +-
+ doc/icewm.sgml     | 16 ++++++++++++++++
+ src/CMakeLists.txt |  1 +
+ src/icesm.cc       | 42 +++++++++++++++++++++++++++++++++++++++++-
+ src/mstring.h      | 18 ++++++++++++++++++
+ 5 files changed, 77 insertions(+), 2 deletions(-)
+
+commit 960629d (tag: upstream/1.3.8+githubmod+20150412+960629d)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Apr 11 18:43:56 2015 +0200
+
+    Added forgotten CONFIG_SHAPED_DECORATIONS option to cmake BS
+
+ src/CMakeLists.txt    | 3 +++
+ src/config.cmake.h.in | 1 +
+ 2 files changed, 4 insertions(+)
+
+commit e97394f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Mar 30 18:00:13 2015 +0200
+
+    Save some CPU cycles while reading procfs (jump to begin instead of
+    reopening)
+
+ src/acpustatus.cc | 16 ++++++++++++----
+ src/acpustatus.h  |  1 +
+ 2 files changed, 13 insertions(+), 4 deletions(-)
+
+commit 0276b97
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Mar 30 11:21:59 2015 +0200
+
+    Smarter detection of systems with battery (auto-enable APM applet
+    on laptops)
+
+ src/aapm.cc      |  8 ++++++--
+ src/aapm.h       |  4 +++-
+ src/default.h    |  2 ++
+ src/wmtaskbar.cc | 13 ++++++++++++-
+ 4 files changed, 23 insertions(+), 4 deletions(-)
+
+commit 95cab08
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 10 14:16:40 2015 +0100
+
+    Fix build failure with GCC <= 4.7
+
+ src/globit.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 31bfd46 (tag: upstream/1.3.8+githubmod+20150310+31bfd46)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Mar 8 15:01:53 2015 +0100
+
+    Also react to the sleep key found on Compaq keyboards
+
+ lib/keys.in | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit e223c3e (tag: upstream/1.3.8+githubmod+20150304+e223c3e)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Mar 4 15:08:19 2015 +0100
+
+    More cmake usage information for integrators
+
+ INSTALL.cmakebuild | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+commit 63665d0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 21:25:56 2015 +0100
+
+    Updated de.po for strings of the new memory display
+
+ po/de.po | 2504 +++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 1270 insertions(+), 1234 deletions(-)
+
+commit 70d1fd5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 21:13:49 2015 +0100
+
+    [cmake] consistent naming of gmo targets
+
+ po/CMakeLists.txt | 89 +++++++++++++++++++++++++--------------------------
+ 1 file changed, 44 insertions(+), 45 deletions(-)
+
+commit dc23652
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 20:55:21 2015 +0100
+
+    [cmake] Incorporated new memory monitor enabling
+
+ src/CMakeLists.txt    | 3 ++-
+ src/config.cmake.h.in | 1 +
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit f5ba54f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 20:39:59 2015 +0100
+
+    [cmake] Cosmetic fixes
+
+ src/CMakeLists.txt | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit 9a13042
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 19:16:32 2015 +0100
+
+    [cmake] Fixed sound subsystem selection
+
+ src/CMakeLists.txt    | 11 ++++++-----
+ src/config.cmake.h.in |  6 +++---
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+commit b55bf81
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 17:36:12 2015 +0100
+
+    [cmake] Added forgoten icesh, made po files optional
+
+ po/CMakeLists.txt  | 2 +-
+ src/CMakeLists.txt | 8 ++++++--
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+commit 8ca717b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Mar 3 11:46:18 2015 +0100
+
+    [cmake] fix of some installation target locations
+
+ CMakeLists.txt     | 13 ++++++++-----
+ doc/CMakeLists.txt | 12 ++++++------
+ lib/CMakeLists.txt |  7 +++++--
+ po/CMakeLists.txt  |  8 ++++++--
+ 4 files changed, 25 insertions(+), 15 deletions(-)
+
+commit 5e2b78e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Mar 2 14:26:28 2015 +0100
+
+    [cmake] Fix ENABLE_NLS setting
+
+ src/CMakeLists.txt    | 30 +++++++++++++++++++++---------
+ src/config.cmake.h.in |  1 +
+ 2 files changed, 22 insertions(+), 9 deletions(-)
+
+commit 72fb7b0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Mar 2 12:49:03 2015 +0100
+
+    Move the HTML generation to the global target dependency
+
+ doc/CMakeLists.txt | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 05e04d5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Mar 2 12:45:33 2015 +0100
+
+    Remove the broken locale switching when retrieving fallback font
+
+    As suggested by the code comments. It was broken all the time since
+    setlocale is not reentrant (the string buffer is rewritten, original
+    setting gets lost). The point of the code is also not clear; it might
+    save you a second of load time on a PC from the nighties but what for?
+    If you set the locale, you want a font that supports this charset!
+
+ src/yfontcore.cc | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 15f6975
+Author: Matthew Ogilvie <mmogilvi_ice@miniinfo.net>
+Date:   Sun Mar 1 21:07:05 2015 -0700
+
+    enable new memory applet by default
+
+    For consistency with other applets.
+
+ src/default.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 06f099f
+Merge: e262a94 24564a9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Mar 1 14:01:05 2015 -0700
+
+    Merge pull request #21 from Code7R/ftr_cmake_rebased
+
+    Ftr cmake rebased
+
+commit e262a94
+Merge: 7599871 a88d567
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Mar 1 13:56:17 2015 -0700
+
+    Merge pull request #22 from mmogilvi/icewm-1-3-BRANCH
+
+    Add memory status monitor applet.
+
+commit 24564a9 (ftr_cmake_rebased)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Mar 1 21:13:43 2015 +0100
+
+    [cmake] Build translations for the default target, not icewm
+
+ po/CMakeLists.txt | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit fdc84ab
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Mar 1 21:13:21 2015 +0100
+
+    Restore XINERAMA support with Cmake build system
+
+ src/CMakeLists.txt    | 23 +++++++++++++++++------
+ src/config.cmake.h.in |  2 +-
+ 2 files changed, 18 insertions(+), 7 deletions(-)
+
+commit 2226770
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Mar 1 20:34:02 2015 +0100
+
+    Make build/install of icesound/icehelp conditional (not for LITE),
+    minor compiler warning fixes
+
+ src/CMakeLists.txt | 15 +++++++++++++--
+ src/wmswitch.cc    |  5 ++---
+ 2 files changed, 15 insertions(+), 5 deletions(-)
+
+commit a88d567
+Author: Matthew Ogilvie <mmogilvi_ice@miniinfo.net>
+Date:   Fri Feb 17 17:52:11 2012 -0700
+
+    Add memory status monitor applet.
+
+    Similar to the CPU monitor applet.
+
+    Works by parsing /proc/meminfo; other methods (like the sysinfo()
+    system call) are missing things.
+
+ configure.ac      |   1 +
+ src/Makefile.am   |   4 +
+ src/amemstatus.cc | 260 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/amemstatus.h  |  43 +++++++++
+ src/default.h     |   8 +-
+ src/themable.h    |  10 ++
+ src/wmtaskbar.cc  |  10 ++
+ src/wmtaskbar.h   |   6 ++
+ 8 files changed, 341 insertions(+), 1 deletion(-)
+
+commit 1041f0b
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 26 17:59:55 2015 +0100
+
+    Added some user instructions for cmake build system
+
+ INSTALL.cmakebuild | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit 675f034
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Feb 20 23:18:31 2015 +0100
+
+    Experimental cmake build system
+
+ CMakeLists.txt        |  51 +++++++
+ doc/CMakeLists.txt    |  29 ++++
+ lib/CMakeLists.txt    |  10 ++
+ po/CMakeLists.txt     |  63 ++++++++
+ src/CMakeLists.txt    | 365 ++++++++++++++++++++++++++++++++++++++++++++++
+ src/config.cmake.h.in | 153 +++++++++++++++++++
+ 6 files changed, 671 insertions(+)
+
+commit 7599871
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 22 17:01:22 2015 +0100
+
+    globit.c makes use of GNUisms (asprintf, glob_pattern_p), make that code
+    conditional and fix unsafe code
+
+ configure.ac    | 2 +-
+ src/Makefile.am | 2 +-
+ src/globit.cc   | 7 +++++++
+ src/yinput.cc   | 7 ++++---
+ 4 files changed, 13 insertions(+), 5 deletions(-)
+
+commit 3482884
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 22 16:59:57 2015 +0100
+
+    globit.c: fix some implicite old style C casting
+
+ src/globit.c | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 1476522
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 22 16:12:29 2015 +0100
+
+    ifdef instead of if on CONFIG_APPLET_CPU_STATUS
+
+ src/wmtaskbar.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5ea28bf
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 22 16:11:34 2015 +0100
+
+    icehelpcc: Fix const correctness on char pointers
+
+ src/icehelp.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 779223a
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Feb 20 23:16:59 2015 +0100
+
+    Little modifications to make the code compilable with weird option
+    settings like no taskbar and not lite
+
+ src/appnames.h  |  4 ++++
+ src/wmabout.cc  |  4 +++-
+ src/wmapp.cc    |  4 ++++
+ src/wmclient.cc | 15 ++++++++++++++-
+ src/wmframe.cc  | 33 ++++++++++++++++++++++++++++++---
+ src/wmmgr.cc    |  7 +++++--
+ src/ymsgbox.cc  |  4 +++-
+ src/ywindow.cc  |  2 +-
+ src/yxtray.cc   |  4 +++-
+ 9 files changed, 67 insertions(+), 10 deletions(-)
+
+commit 5f9b527
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Feb 20 17:12:02 2015 +0100
+
+    Pass 0 not NULL as signalfd flags
+
+ src/yapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d46fea3
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Feb 13 17:26:32 2015 +0100
+
+    Add workarounds for older glib versions
+
+ src/fdomenu.cc | 15 +++++++++++++--
+ 1 file changed, 13 insertions(+), 2 deletions(-)
+
+commit d373d98
+Author: Eduard Bloch <blade@debian.org>
+Date:   Fri Feb 13 00:09:34 2015 +0100
+
+    Make CPU info tooltip better understandable
+
+    Inspired by https://bugs.debian.org/628203:
+     * adds hints which value is free ram/swap
+     * hides ACPI temperature if no data is available, adds missing space
+     separator
+
+ po/be.po          | 14 +++++++-------
+ po/bg.po          | 14 +++++++-------
+ po/ca.po          | 14 +++++++-------
+ po/cs.po          | 14 +++++++-------
+ po/da.po          | 14 +++++++-------
+ po/de.po          | 23 ++++++++++-------------
+ po/el.po          | 14 +++++++-------
+ po/en.po          | 14 +++++++-------
+ po/es.po          | 21 ++++++++++-----------
+ po/fi.po          | 14 +++++++-------
+ po/fr.po          | 14 +++++++-------
+ po/hr.po          | 14 +++++++-------
+ po/hu.po          | 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       | 21 ++++++++++-----------
+ po/ro.po          | 14 +++++++-------
+ po/ru.po          | 25 +++++++++++--------------
+ po/sk.po          | 14 +++++++-------
+ po/sl.po          | 14 +++++++-------
+ po/sv.po          | 14 +++++++-------
+ po/tr.po          | 15 +++++++--------
+ po/uk.po          | 15 +++++++--------
+ po/vi.po          | 14 +++++++-------
+ po/zh_CN.po       | 14 +++++++-------
+ po/zh_TW.po       | 14 +++++++-------
+ src/acpustatus.cc | 14 ++++++++++----
+ 36 files changed, 268 insertions(+), 272 deletions(-)
+
+commit 757a253
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 12 22:52:22 2015 +0100
+
+    Fixed the gettext extraction of new submenu titles, fixed build without
+    i18n
+
+ po/be.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/bg.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/ca.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/cs.po       | 145 ++++++++++++++++++++++++++++--------------
+ po/da.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/de.po       | 182 ++++++++++++++++++++++++++++-------------------------
+ po/el.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/en.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/es.po       | 145 ++++++++++++++++++++++++++++--------------
+ po/fi.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/fr.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/hr.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/hu.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/id.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/it.po       | 145 ++++++++++++++++++++++++++++--------------
+ po/ja.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/ko.po       | 145 ++++++++++++++++++++++++++++--------------
+ po/lt.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/lv.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/mk.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/nb.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/nl.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/no.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/pl.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/pt_BR.po    | 145 ++++++++++++++++++++++++++++--------------
+ po/ro.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/ru.po       | 145 ++++++++++++++++++++++++++++--------------
+ po/sk.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/sl.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/sv.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/tr.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/uk.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/vi.po       | 140 ++++++++++++++++++++++++++++-------------
+ po/zh_CN.po    | 140 ++++++++++++++++++++++++++++-------------
+ po/zh_TW.po    | 140 ++++++++++++++++++++++++++++-------------
+ src/fdomenu.cc |  30 ++++-----
+ 36 files changed, 3452 insertions(+), 1550 deletions(-)
+
+commit cb75ba5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Wed Feb 11 22:35:28 2015 +0100
+
+    Added (restored?) hot keys on OK/Cancel confirmation dialog, adapted
+    translation as far as I could understand them
+
+ po/be.po       |  73 ++++------------------------------
+ po/bg.po       |  73 ++++------------------------------
+ po/ca.po       |  73 ++++------------------------------
+ po/cs.po       |  79 ++++++------------------------------
+ po/da.po       |  76 +++++------------------------------
+ po/de.po       | 115 +++++++++++++++++++++++------------------------------
+ po/el.po       |  71 ++++-----------------------------
+ po/en.po       |  68 ++-----------------------------
+ po/es.po       |  78 ++++++------------------------------
+ po/fi.po       |  73 ++++------------------------------
+ po/fr.po       |  73 ++++------------------------------
+ po/hr.po       |  73 ++++------------------------------
+ po/hu.po       |  76 +++++------------------------------
+ po/id.po       |  73 ++++------------------------------
+ po/it.po       |  78 ++++++------------------------------
+ po/ja.po       |  72 ++++-----------------------------
+ po/ko.po       |  77 ++++++-----------------------------
+ po/lt.po       |  73 ++++------------------------------
+ po/lv.po       |  73 ++++------------------------------
+ po/mk.po       |  73 ++++------------------------------
+ po/nb.po       |  73 ++++------------------------------
+ po/nl.po       |  73 ++++------------------------------
+ po/no.po       |  73 ++++------------------------------
+ po/pl.po       |  73 ++++------------------------------
+ po/pt_BR.po    |  78 ++++++------------------------------
+ po/ro.po       |  73 ++++------------------------------
+ po/ru.po       |  78 ++++++------------------------------
+ po/sk.po       |  73 ++++------------------------------
+ po/sl.po       |  73 ++++------------------------------
+ po/sv.po       |  73 ++++------------------------------
+ po/tr.po       |  73 ++++------------------------------
+ po/uk.po       |  72 ++++-----------------------------
+ po/vi.po       |  73 ++++------------------------------
+ po/zh_CN.po    |  72 ++++-----------------------------
+ po/zh_TW.po    |  72 ++++-----------------------------
+ src/ymsgbox.cc |   5 ++-
+ 36 files changed, 349 insertions(+), 2278 deletions(-)
+
+commit 2139fa7
+Merge: 4286790 aecf9a5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Feb 9 17:28:57 2015 -0700
+
+    Merge pull request #19 from mrbrainsample/icewm-1-3-BRANCH
+
+    Fix icewm-menu-fdo to build without NLS
+
+commit aecf9a5
+Author: Jeff Woods <klaatu@fnordco.com>
+Date:   Mon Feb 9 12:19:07 2015 -0800
+
+    Fix icewm-menu-fdo to build without NLS
+
+ src/fdomenu.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 4286790
+Merge: 19051fb 134c083
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Feb 8 22:21:12 2015 -0700
+
+    Merge pull request #18 from Code7R/ftr_make_icewm-menu-fdo_default
+
+    Make icewm-menu-fdo the default FDO menu generator
+
+commit 19051fb
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 8 20:00:04 2015 +0100
+
+    Try to use internal launching of commands unless they are too complex
+
+ src/fdomenu.cc | 79 +++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 51 insertions(+), 28 deletions(-)
+
+commit deca153
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 8 17:24:23 2015 +0100
+
+    Make the name of the terminal program customizable via compiler options
+
+ src/wmapp.cc | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit 134c083 (origin/ftr_make_icewm-menu-fdo_default,
+ftr_make_icewm-menu-fdo_default)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 8 10:45:56 2015 +0100
+
+    Make icewm-menu-fdo the default FDO menu generator
+
+ lib/menu.in | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit c31a61a (origin/ftr_gnomeless_fdo_menu_generator,
+ftr_gnomeless_fdo_menu_generator)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 16:17:06 2015 +0100
+
+    Bring in more structure, use GTree to sort and remove dupes
+
+ src/fdomenu.cc | 154 +++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 90 insertions(+), 64 deletions(-)
+
+commit 0222d9e
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 15:29:44 2015 +0100
+
+    Use a callback to us and glib launch functionality for complicated
+    commands and terminal requirement
+
+ src/fdomenu.cc | 65 +++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 47 insertions(+), 18 deletions(-)
+
+commit c63e58c
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 13:29:26 2015 +0100
+
+    Fixed automatic inclusion into build sequence
+
+ configure.ac | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit a690bdf
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 13:12:34 2015 +0100
+
+    Memory leak fighting, more menu categories (wine, editors)
+
+ po/be.po       |  34 ++++++++++------
+ po/bg.po       |  34 ++++++++++------
+ po/ca.po       |  34 ++++++++++------
+ po/cs.po       |  34 ++++++++++------
+ po/da.po       |  34 ++++++++++------
+ po/de.po       |  34 ++++++++++------
+ po/el.po       |  34 ++++++++++------
+ po/en.po       |  34 ++++++++++------
+ po/es.po       |  34 ++++++++++------
+ po/fi.po       |  34 ++++++++++------
+ po/fr.po       |  34 ++++++++++------
+ po/hr.po       |  34 ++++++++++------
+ po/hu.po       |  34 ++++++++++------
+ po/id.po       |  34 ++++++++++------
+ po/it.po       |  34 ++++++++++------
+ po/ja.po       |  34 ++++++++++------
+ po/ko.po       |  34 ++++++++++------
+ po/lt.po       |  34 ++++++++++------
+ po/lv.po       |  34 ++++++++++------
+ po/mk.po       |  34 ++++++++++------
+ po/nb.po       |  34 ++++++++++------
+ po/nl.po       |  34 ++++++++++------
+ po/no.po       |  34 ++++++++++------
+ po/pl.po       |  34 ++++++++++------
+ po/pt_BR.po    |  34 ++++++++++------
+ po/ro.po       |  34 ++++++++++------
+ po/ru.po       |  34 ++++++++++------
+ po/sk.po       |  34 ++++++++++------
+ po/sl.po       |  34 ++++++++++------
+ po/sv.po       |  34 ++++++++++------
+ po/tr.po       |  34 ++++++++++------
+ po/uk.po       |  34 ++++++++++------
+ po/vi.po       |  34 ++++++++++------
+ po/zh_CN.po    |  34 ++++++++++------
+ po/zh_TW.po    |  34 ++++++++++------
+ src/fdomenu.cc | 115 +++++++++++++++++++++++++++++++++++++----------------
+ 36 files changed, 816 insertions(+), 489 deletions(-)
+
+commit a30eda6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 10:45:44 2015 +0100
+
+    l10n update for fdomenu
+
+ po/be.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/bg.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/ca.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/cs.po    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/da.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/de.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/el.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/en.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/es.po    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/fi.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/fr.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/hr.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/hu.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/id.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/it.po    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/ja.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/ko.po    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 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 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/ro.po    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/ru.po    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 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 ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 35 files changed, 1756 insertions(+), 70 deletions(-)
+
+commit f944701
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 10:45:13 2015 +0100
+
+    Sorting submenues by translateable names
+
+ src/fdomenu.cc | 106 ++++++++++++++++++++++++-----------------------------
+ 1 file changed, 48 insertions(+), 58 deletions(-)
+
+commit aae466d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 09:16:50 2015 +0100
+
+    Better recursion control
+
+ src/fdomenu.cc | 24 ++++++++++++++++++------
+ 1 file changed, 18 insertions(+), 6 deletions(-)
+
+commit 2b817f5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 01:36:55 2015 +0100
+
+    Added submenu separation to fdomenu, no sorting yet
+
+ po/POTFILES.in |   1 +
+ src/fdomenu.cc | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 2 files changed, 111 insertions(+), 4 deletions(-)
+
+commit ecdfca5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Feb 7 00:00:52 2015 +0100
+
+    Added alternative XDG menu generator
+
+ configure.ac    |  10 ++++
+ src/Makefile.am |  13 ++++-
+ src/fdomenu.cc  | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 160 insertions(+), 1 deletion(-)
+
+commit f202cb6
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 5 21:24:06 2015 +0100
+
+    Fix stupid crash of gnome menu when an invalid folder was specified
+
+ src/gnome2.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 53a3533
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 5 20:14:42 2015 +0100
+
+    Ignore some IDE metadata
+
+ .gitignore | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 27b10d2
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 5 20:08:50 2015 +0100
+
+    Experimental mod using signalfd (disabled by default)
+
+    This is something I don't want to enable by default because it's Linux
+    specifics and makes use of kernel feature that are probably not
+    available everywhere.
+
+    It saves some resources for binaries using the YApplication class signal
+    handling: one file descriptor at runtime and approx. 0..700 Bytes code
+    size resp. memory footprint.
+
+    Add -DUSE_SIGNALFD to compiler flags to use it.
+
+ src/yapp.cc | 40 +++++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 39 insertions(+), 1 deletion(-)
+
+commit e9a4b85
+Author: Eduard Bloch <blade@debian.org>
+Date:   Thu Feb 5 18:29:57 2015 +0100
+
+    clang was right, those members are not used and bring some risk of
+    programming mistakes
+
+ configure.sh  | 8 --------
+ src/wmtitle.h | 1 -
+ 2 files changed, 9 deletions(-)
+
+commit 208e857
+Author: Eduard Bloch <blade@debian.org>
+Date:   Tue Feb 3 19:48:19 2015 +0100
+
+    Little C++14 related fixes
+
+ src/icesm.cc   | 2 +-
+ src/wmabout.cc | 2 +-
+ src/wmapp.cc   | 4 ++--
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 1eb3312
+Merge: 1c4fec0 139f214
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Feb 3 16:04:26 2015 -0700
+
+    Merge pull request #17 from celeron55/pref_arrange_on_resolution_change
+
+    Add preference to allow disabling "smart" window rearranging when screen
+    size changes
+
+commit 139f214
+Author: Perttu Ahola <celeron55@gmail.com>
+Date:   Tue Feb 3 21:00:56 2015 +0200
+
+    Add preference to allow disabling pre-existing sometimes unwanted behavior:
+    ArrangeWindowsOnScreenSizeChange: Automatically arrange windows when
+    screen size changes
+
+ src/default.h | 2 ++
+ src/wmmgr.cc  | 4 +++-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 1c4fec0
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Feb 2 23:36:02 2015 -0700
+
+    update po files for recent changes
+
+ po/be.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/bg.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/ca.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/cs.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/da.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/de.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/el.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/en.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/es.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/fi.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/fr.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/hr.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/hu.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/id.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/it.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/ja.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/ko.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/lt.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/lv.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/mk.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/nb.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/nl.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/no.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/pl.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/pt_BR.po | 138 ++++++++++++++++++++++++++++----------------------------
+ po/ro.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/ru.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/sk.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/sl.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/sv.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/tr.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/uk.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/vi.po    | 138 ++++++++++++++++++++++++++++----------------------------
+ po/zh_CN.po | 138 ++++++++++++++++++++++++++++----------------------------
+ po/zh_TW.po | 138 ++++++++++++++++++++++++++++----------------------------
+ 35 files changed, 2415 insertions(+), 2415 deletions(-)
+
+commit 0368f9d
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Feb 2 23:28:41 2015 -0700
+
+    add appnames.h to Makefile.am to pass distcheck again
+
+ src/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 61c8c6f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Feb 2 23:13:31 2015 -0700
+
+    remove yworker.cc also from POTFILES.in
+
+ po/POTFILES.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 832b633
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Feb 2 23:22:06 2015 +0100
+
+    If Linux and SystemD found, try to use that for default shutdown/reboot
+    actions. WLAN interfaces are also more likely to exist nowadays than
+    PPP links.
+
+ src/default.h | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+commit cb35e25
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Feb 2 23:08:42 2015 +0100
+
+    Assign suspend-to-ram action through systemd (if active) which is more
+    likely to be available on modern Linux desktops and makes more sense
+    than killing running WM with the "Sleep" button
+
+ lib/keys.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3b6fc2a (ftr_synchronize_icewmtray_and_startup)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Feb 2 20:42:56 2015 +0100
+
+    Stronger control of startup sequence in icewm-session, avoids weird
+    effects (like zombie windows) caused by races around icewm vs. icewmtray
+    vs. "startup" script execution
+
+ src/icesm.cc   | 19 +++++++++++++++----
+ src/icetray.cc | 13 +++++++++----
+ src/wmapp.cc   |  6 ++++++
+ 3 files changed, 30 insertions(+), 8 deletions(-)
+
+commit b7443ef
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Feb 2 20:32:00 2015 +0100
+
+    Found the "better traceable mess" expected in a previous commit. Added
+    proper checks in callers of YPixmap::replicate(...).
+
+ src/wmapp.cc | 21 ++++++++++++++-------
+ 1 file changed, 14 insertions(+), 7 deletions(-)
+
+commit 815782d
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Feb 2 20:47:36 2015 +0100
+
+    Moved yworker.{cc,h} out of the build, apparently not used anymore
+
+ src/Makefile.am            | 2 --
+ src/{ => attic}/yworker.cc | 0
+ src/{ => attic}/yworker.h  | 0
+ src/yapp.cc                | 2 ++
+ src/yapp.h                 | 4 ++--
+ 5 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 9724ca0
+Author: Eduard Bloch <blade@debian.org>
+Date:   Mon Feb 2 00:18:20 2015 +0100
+
+    Minor improvements after code check with clang++
+
+    Use abort instead of hand-crafted crash trigger where possible
+
+ configure.ac   | 4 ++--
+ src/appnames.h | 5 ++++-
+ src/ascii.h    | 2 +-
+ src/misc.cc    | 4 ++++
+ 4 files changed, 11 insertions(+), 4 deletions(-)
+
+commit 7ec4f52
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 1 23:58:13 2015 +0100
+
+    Optional use of clang for development, work around unknown pragmas
+    (might need a review later)
+
+ configure.sh   | 8 ++++++++
+ src/mstring.cc | 3 +++
+ src/mstring.h  | 3 +++
+ src/upath.cc   | 3 +++
+ src/ypoint.h   | 3 +++
+ 5 files changed, 20 insertions(+)
+
+commit 41a89b5
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 1 23:53:50 2015 +0100
+
+    Avoid potential use of unitialized value
+
+ src/aapm.cc | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 06703db
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 1 23:33:43 2015 +0100
+
+    this cannot be NULL unless more ugly (and better traceable) mess appears
+
+ src/ypixmap.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c736225
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 1 23:30:12 2015 +0100
+
+    Fix the check of fribidi_log2vis' result (the code looks like it was
+    intended that way, and clang barfs otherwise)
+
+ src/yfontxft.cc | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+commit 292ee4d
+Merge: a7cd43c c16c009
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Feb 1 13:39:09 2015 -0700
+
+    Merge pull request #15 from Code7R/icewm-1-3-BRANCH
+
+    Replaced previous reimplementation of ACOUNT macro
+
+commit a7cd43c
+Merge: 79e1109 8b25501
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Feb 1 13:38:35 2015 -0700
+
+    Merge pull request #16 from Code7R/ftr_centralized_usage_of_exeext
+
+    Unified setting of EXEEXT through Makefile variable only
+
+commit 8b25501 (origin/ftr_centralized_usage_of_exeext)
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 1 14:38:13 2015 +0100
+
+    Unified setting of EXEEXT through Makefile variable only
+
+ configure.ac    | 12 ------------
+ src/Makefile.am |  2 +-
+ src/appnames.h  | 28 ++++++++++++++++++++++++++++
+ src/icesm.cc    |  1 +
+ src/icewmbg.cc  |  1 +
+ src/themes.cc   |  1 +
+ src/wmapp.cc    |  1 +
+ src/wmprog.cc   |  1 +
+ 8 files changed, 34 insertions(+), 13 deletions(-)
+
+commit c16c009
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Feb 1 13:20:14 2015 +0100
+
+    Replaced previous reimplementation of ACOUNT macro
+
+ src/acpustatus.cc | 2 +-
+ src/base.h        | 4 ----
+ 2 files changed, 1 insertion(+), 5 deletions(-)
+
+commit 79e1109
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Jan 25 17:26:07 2015 -0700
+
+    removed CXXLD precious variable
+
+    - CXXLD does not default properly when explicitly declared precious
+    - to avoid linking libstdc++ when using libsupc++ in EXTRA_FLAGS,
+      use -Wl,--as-needed as shown in configure.sh
+
+ configure.ac | 2 --
+ configure.sh | 3 +--
+ 2 files changed, 1 insertion(+), 4 deletions(-)
+
+commit b999054
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Jan 25 16:04:17 2015 -0700
+
+    do not update dates and version until tarball release
+
+ README.md    | 4 ++--
+ configure.ac | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 6c6a3c1
+Merge: 4d54453 efef969
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Jan 25 15:58:40 2015 -0700
+
+    Merge pull request #14 from Code7R/icewm-1-3-BRANCH
+
+    Make linking with -lsupc++ effective (w/o stdlibc++)
+
+commit efef969
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Jan 25 22:39:01 2015 +0100
+
+    Language update, merge with some translations from Debian, manual review
+    of some typical format string mismatches
+
+ README.md   |   6 +--
+ po/be.po    | 121 ++++++++++++++++++++++++++++++++++++++++--
+ po/bg.po    | 138 ++++++++++++++++++++++++++++++++++++++++++++++--
+ po/ca.po    | 129 +++++++++++++++++++++++++++++++++++++++++----
+ po/cs.po    | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/da.po    | 138 +++++++++++++++++++++++++++++++++++++++++++++++-
+ po/de.po    |  20 ++++---
+ po/el.po    |  29 ++++++++--
+ po/en.po    |   2 +-
+ po/es.po    | 145 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ po/fi.po    | 135 ++++++++++++++++++++++++++++++++++++++++++++++-
+ po/fr.po    | 118 ++++++++++++++++++++++++++++++++++++++++-
+ po/hr.po    |   9 +++-
+ po/hu.po    |  27 +++++++++-
+ po/id.po    |  53 ++++++++++++++++++-
+ po/it.po    | 136 ++++++++++++++++++++++++++++++++++++++++++++++-
+ po/ja.po    |   9 +++-
+ po/ko.po    | 133 +++++++++++++++++++++++++++++++++++++++++++++-
+ po/lt.po    | 121 ++++++++++++++++++++++++++++++++++++++++--
+ po/lv.po    | 137 +++++++++++++++++++++++++++++++++++++++++++++++-
+ po/mk.po    | 144 +++++++++++++++++++++++++++++++++++++++++++++++++-
+ po/nb.po    | 119 +++++++++++++++++++++++++++++++++++++++--
+ po/nl.po    | 148 ++++++++++++++++++++++++++++++++++++++++++++++++---
+ po/no.po    |  10 ++--
+ po/pl.po    | 140 +++++++++++++++++++++++++++++++++++++++++++++++--
+ po/pt_BR.po | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ po/ro.po    | 130 ++++++++++++++++++++++++++++++++++++++++++---
+ po/sk.po    |  23 ++++++--
+ po/sl.po    | 144 ++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/sv.po    | 119 +++++++++++++++++++++++++++++++++++++++--
+ po/tr.po    | 143 ++++++++++++++++++++++++++++++++++++++++++++++++--
+ po/uk.po    |  23 +++++++-
+ po/vi.po    | 135 ++++++++++++++++++++++++++++++++++++++++++++++-
+ po/zh_CN.po | 133 +++++++++++++++++++++++++++++++++++++++++++++-
+ po/zh_TW.po | 133 ++++++++++++++++++++++++++++++++++++++++++++--
+ 35 files changed, 3348 insertions(+), 115 deletions(-)
+
+commit aa0652f
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Jan 25 22:01:41 2015 +0100
+
+    Basic review of Russian translation (incomplete)
+
+ po/ru.po | 104 +++++++++++++++++++++++++++++++++++++++++------------------
+ 1 file changed, 73 insertions(+), 31 deletions(-)
+
+commit 2c82649
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Jan 25 21:43:20 2015 +0100
+
+    German translation update and review
+
+ po/de.po | 403 ++++++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 305 insertions(+), 98 deletions(-)
+
+commit f462658
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sun Jan 25 20:27:00 2015 +0100
+
+    Make linking with -lsupc++ effective (w/o stdlibc++)
+
+    Also fix the sample configure command (it's not in /usr/lib with
+    multiarch setups)
+
+ configure.ac | 8 +++++---
+ configure.sh | 3 ++-
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 4d54453
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jan 24 18:13:03 2015 -0700
+
+    update po files (corrects new CPU Load format)
+
+ po/be.po    | 36 ++++++++++++++++++------------------
+ po/bg.po    | 36 ++++++++++++++++++------------------
+ po/ca.po    | 36 ++++++++++++++++++------------------
+ po/cs.po    | 34 +++++++++++++++++-----------------
+ po/da.po    | 34 +++++++++++++++++-----------------
+ po/de.po    | 36 ++++++++++++++++++------------------
+ po/el.po    | 36 ++++++++++++++++++------------------
+ po/en.po    | 34 +++++++++++++++++-----------------
+ po/es.po    | 38 +++++++++++++++++++-------------------
+ po/fi.po    | 34 +++++++++++++++++-----------------
+ po/fr.po    | 36 ++++++++++++++++++------------------
+ po/hr.po    | 36 ++++++++++++++++++------------------
+ po/hu.po    | 36 ++++++++++++++++++------------------
+ po/id.po    | 34 +++++++++++++++++-----------------
+ po/it.po    | 34 +++++++++++++++++-----------------
+ po/ja.po    | 36 ++++++++++++++++++------------------
+ po/ko.po    | 34 +++++++++++++++++-----------------
+ po/lt.po    | 36 ++++++++++++++++++------------------
+ po/lv.po    | 34 +++++++++++++++++-----------------
+ po/mk.po    | 34 +++++++++++++++++-----------------
+ po/nb.po    | 36 ++++++++++++++++++------------------
+ po/nl.po    | 36 ++++++++++++++++++------------------
+ po/no.po    | 36 ++++++++++++++++++------------------
+ po/pl.po    | 34 +++++++++++++++++-----------------
+ po/pt_BR.po | 34 +++++++++++++++++-----------------
+ po/ro.po    | 36 ++++++++++++++++++------------------
+ po/ru.po    | 36 ++++++++++++++++++------------------
+ po/sk.po    | 34 +++++++++++++++++-----------------
+ po/sl.po    | 36 ++++++++++++++++++------------------
+ po/sv.po    | 36 ++++++++++++++++++------------------
+ po/tr.po    | 36 ++++++++++++++++++------------------
+ po/uk.po    | 36 ++++++++++++++++++------------------
+ po/vi.po    | 34 +++++++++++++++++-----------------
+ po/zh_CN.po | 34 +++++++++++++++++-----------------
+ po/zh_TW.po | 34 +++++++++++++++++-----------------
+ 35 files changed, 616 insertions(+), 616 deletions(-)
+
+commit e47fce4
+Author: Axel Dirla <axel.dirla@arcor.de>
+Date:   Tue Dec 30 16:07:40 2014 +0100
+
+    Tab-Completion for "internal taskbar command line"
+
+    - extracted from icewm_1.3.8-2.0axel1.debdiff
+    - adjusted to change Makefile.am instead of Makefile.in
+
+ src/Makefile.am  |   2 +
+ src/globit.c     | 296 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/globit.h     |  14 +++
+ src/yinput.cc    |  25 +++++
+ src/yinputline.h |   1 +
+ 5 files changed, 338 insertions(+)
+
+commit f36895a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jan 24 15:19:46 2015 -0700
+
+    add support for compiling with libsupc++
+
+    - added EXTRA_LIBS precious variable
+    - add EXTRA_LIBS="/usr/lib/libsupc++.a" to static compile
+      against libsupc++
+    - add EXTRA_LIBS="-lsupc++" if you have dynamic libsupc++
+      libraries
+
+ configure.ac | 4 ++++
+ configure.sh | 3 ++-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 8e41348
+Merge: 185692a 7ed50a7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jan 24 11:50:28 2015 -0700
+
+    Merge pull request #13 from Code7R/icewm-1-3-BRANCH
+
+    Make more error checking, prevent buffer overflow, fix CPU frequenz
+    reading with vanilla kernel
+
+commit 7ed50a7
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Jan 24 15:53:35 2015 +0100
+
+    Build fix with -Werror and without xrandr support
+
+    gotLayout has no effect down there, maybe the code looked different
+    long ago (outer loop?!)
+
+ src/ywindow.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit d15d7c9
+Author: Eduard Bloch <blade@debian.org>
+Date:   Sat Jan 24 12:34:39 2015 +0100
+
+    Fix format buffer overflow (Debian bug 765965) and other issues
+
+    Instead of multiple small buffers and string joining on heap, now use
+    one format buffer and track the string lengts while filling it.
+
+    Also fixes reading of cpu frequence which is not available of the sysfs
+    file used in icewm-git fork, now it falls back to the original location
+    if needed.
+
+ src/acpustatus.cc | 98 ++++++++++++++++++++++++++++-----------------------
+ src/base.h        |  4 +++
+ 2 files changed, 57 insertions(+), 45 deletions(-)
+
+commit 185692a
+Merge: f956e4a acd6a66
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Jan 2 14:48:07 2015 -0700
+
+    Merge pull request #12 from blueness/HAVE_EXECINFO_H
+
+    configure.ac: check for <execinfo.h>
+
+commit acd6a66
+Author: Anthony G. Basile <blueness@gentoo.org>
+Date:   Fri Jan 2 14:52:11 2015 -0500
+
+    configure.ac: check for <execinfo.h>
+
+    Some C standard libraries either don't provide backtrace, or
+    provide it conditionally as is the case with uClibc.  We add
+    a check in configure.ac to see if execinfo.h exists, and if it
+    does not, then we disable show_backtrace() in src/misc.cc.
+
+    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
+
+ configure.ac | 1 +
+ src/misc.cc  | 4 ++--
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit f956e4a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Dec 2 02:27:22 2014 -0700
+
+    correct pt_BR.po per bug 918 on sourceforge
+
+     - pt_BR.po file was not in UTF-8, thanks to @elchevive
+     - also, regenerate all po files with new line numbers
+
+ po/be.po    |  28 ++--
+ po/bg.po    |  28 ++--
+ po/ca.po    |  28 ++--
+ po/cs.po    |  28 ++--
+ po/da.po    |  28 ++--
+ po/de.po    |  28 ++--
+ po/el.po    |  28 ++--
+ po/en.po    |  28 ++--
+ po/es.po    |  28 ++--
+ po/fi.po    |  28 ++--
+ po/fr.po    |  28 ++--
+ po/hr.po    |  28 ++--
+ po/hu.po    |  28 ++--
+ po/id.po    |  28 ++--
+ po/it.po    |  28 ++--
+ po/ja.po    |  28 ++--
+ po/ko.po    |  28 ++--
+ po/lt.po    |  28 ++--
+ po/lv.po    |  28 ++--
+ po/mk.po    |  28 ++--
+ po/nb.po    |  28 ++--
+ po/nl.po    |  28 ++--
+ po/no.po    |  28 ++--
+ po/pl.po    |  28 ++--
+ po/pt_BR.po | 404 ++++++++++++++++++++++++++++----------------------------
+ po/ro.po    |  28 ++--
+ po/ru.po    |  28 ++--
+ po/sk.po    |  28 ++--
+ po/sl.po    |  28 ++--
+ po/sv.po    |  28 ++--
+ po/tr.po    |  28 ++--
+ po/uk.po    |  28 ++--
+ po/vi.po    |  28 ++--
+ po/zh_CN.po |  28 ++--
+ po/zh_TW.po |  28 ++--
+ 35 files changed, 677 insertions(+), 679 deletions(-)
+
+commit e5cba49
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Nov 22 03:52:47 2014 -0700
+
+    error in merge, missing ')'
+
+ src/icewmbg.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3967ea9
+Merge: 79f4158 803d8d9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Fri Nov 21 09:13:56 2014 -0700
+
+    Merge pull request #11 from scarabeusiv/icewm-1-3-BRANCH
+
+    Various small fixes forwarded from openSUSE
+
+commit 803d8d9
+Author: Tomáš Chvátal <tomas.chvatal@gmail.com>
+Date:   Fri Nov 21 13:34:55 2014 +0100
+
+    default to the solid color background when the given default background
+    pixmap can't be loaded
+
+ src/icewmbg.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1d6ec17
+Author: Tomáš Chvátal <tomas.chvatal@gmail.com>
+Date:   Fri Nov 21 13:29:05 2014 +0100
+
+    Fix winoptions behaviour
+
+ src/wmframe.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 355db88
+Author: Tomáš Chvátal <tomas.chvatal@gmail.com>
+Date:   Fri Nov 21 13:25:16 2014 +0100
+
+    Fix unaligned access.
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit be50c4e
+Author: Tomáš Chvátal <tomas.chvatal@gmail.com>
+Date:   Fri Nov 21 13:22:51 2014 +0100
+
+    Fix counter crash on popmenu.
+
+    Might be needed for YMenu / YPopupWindow all over.
+
+ src/wmframe.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f07d461
+Author: Tomáš Chvátal <tomas.chvatal@gmail.com>
+Date:   Fri Nov 21 13:18:53 2014 +0100
+
+    Allow config override to fix icewm --config=file
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1211058
+Author: Tomáš Chvátal <tomas.chvatal@gmail.com>
+Date:   Fri Nov 21 13:15:34 2014 +0100
+
+    We always want the translation to be multibyte
+
+ src/ylocale.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 79f4158
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 5 03:56:28 2014 -0700
+
+    remove unused _icewm_deprecated declaration
+
+ src/base.h | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 8f73fe6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 5 03:53:21 2014 -0700
+
+    fix bbkeys link in .in file
+
+ README.md.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 626e0ea
+Merge: 800fc7c 7c153e9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 5 03:34:18 2014 -0700
+
+    Merge branch 'icewm-1-3-BRANCH' of https://github.com/bbidulock/icewm
+    into icewm-1-3-BRANCH
+
+commit 800fc7c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Wed Nov 5 03:25:44 2014 -0700
+
+    fribidi support (gentoo icewm-1.3.9-fribidi.patch)
+
+      Also fixes several problems with the gentoo patch:
+
+      1) the patch modifies CORE_CFLAGS and CORE_LIBS before they
+         are first defined, confusing later PKG_CONFIG([CORE], ...)
+         so I moved it later in configure.ac
+
+      2) the patch uses the deprecated fribidi_log2vis, so I modified
+         src/yfontxft.cc to disabled deprecated symbols (because I
+         always test build with -Werror).
+
+      3) the patch ignores the return value of fribidi_log2vis()
+         causing another warning which -Werror turns into an error.
+         Changed to "if (fribidi_log2vis(...)) ;" to disable that.
+
+      4) fixed the configure.ac macro check for fribidi to only warn
+         when the library is not present but the feature has not
+         been disabled
+
+      5) add fribidi to configure.ac features list shown at end of
+         ./configure run (added xrandr and xinerama too...)
+
+ configure.ac    | 17 +++++++++++++++--
+ src/yfontxft.cc | 47 +++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 62 insertions(+), 2 deletions(-)
+
+commit 7c153e9
+Merge: aa26e30 c9e6358
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Sep 27 16:20:02 2014 -0600
+
+    Merge pull request #10 from bedna-KU/patch-1
+
+    Incorrect link on bbkeys
+
+commit c9e6358
+Author: Mario <kdesi@kdesi.sk>
+Date:   Sat Sep 27 16:42:11 2014 +0200
+
+    Incorrect link on bbkeys
+
+ README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aa26e30 (tag: 1.3.9)
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 1 04:21:57 2014 -0600
+
+    passes distcheck again
+
+ Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 41d6b51
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 1 04:10:33 2014 -0600
+
+    po does not depend on pot
+
+ README.md   | 2 +-
+ po/Makevars | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit fc80e4e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 1 04:05:27 2014 -0600
+
+    did not mean to delete README.md
+
+ README.md    | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac |   2 +-
+ 2 files changed, 147 insertions(+), 1 deletion(-)
+
+commit 9c4b2c8
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 1 04:00:42 2014 -0600
+
+    do not delete README.md (for github)
+
+ Makefile.am |   2 +-
+ README.md   | 146 --------------------------------------------------------
+ 2 files changed, 1 insertion(+), 147 deletions(-)
+
+commit 3313edc
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Sep 1 03:59:12 2014 -0600
+
+    updates for release build
+
+ .gitignore                |     5 +
+ ChangeLog                 | 11613 ----------------------------------------
+ Makefile.am               |    46 +-
+ NEWS                      |   151 +-
+ README.md                 |     4 +-
+ README.md => README.md.in |    12 +-
+ VERSION                   |     2 +-
+ autogen.sh                |    46 +-
+ configure.ac              |     9 +-
+ po/Makevars               |    24 +-
+ 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/hr.po                  |     2 +-
+ po/hu.po                  |     2 +-
+ 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                  |   186 +-
+ 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 +-
+ 45 files changed, 374 insertions(+), 11792 deletions(-)
+
+commit 069f010
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 31 10:35:27 2014 -0600
+
+    tweaks to build to pass distcheck
+
+ Makefile.am     |  4 ++--
+ doc/Makefile.am |  6 +++---
+ lib/Makefile.am | 15 +--------------
+ src/Makefile.am |  1 +
+ 4 files changed, 7 insertions(+), 19 deletions(-)
+
+commit b5adc80
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 31 09:37:03 2014 -0600
+
+    added maintainer script
+
+ rebuild.sh | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit b61e006
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 31 09:36:45 2014 -0600
+
+    updated po files
+
+ 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/hr.po    | 2 +-
+ po/hu.po    | 2 +-
+ 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 +-
+ 35 files changed, 35 insertions(+), 35 deletions(-)
+
+commit 3aaf36c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Aug 5 01:12:40 2014 -0600
+
+    update po files
+
+ configure.ac | 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/hr.po     | 2 +-
+ po/hu.po     | 2 +-
+ 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 +-
+ 36 files changed, 36 insertions(+), 36 deletions(-)
+
+commit dee09a5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Aug 5 01:09:33 2014 -0600
+
+    Updated es translation
+
+ po/es.po | 162 +++++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 85 insertions(+), 77 deletions(-)
+
+commit 57bb34c
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 3 15:36:41 2014 -0600
+
+    update po file line numbers again
+
+ po/be.po    | 44 ++++++++++++++++++++++----------------------
+ po/bg.po    | 44 ++++++++++++++++++++++----------------------
+ po/ca.po    | 44 ++++++++++++++++++++++----------------------
+ po/cs.po    | 44 ++++++++++++++++++++++----------------------
+ po/da.po    | 44 ++++++++++++++++++++++----------------------
+ po/de.po    | 44 ++++++++++++++++++++++----------------------
+ po/el.po    | 44 ++++++++++++++++++++++----------------------
+ po/en.po    | 44 ++++++++++++++++++++++----------------------
+ po/es.po    | 44 ++++++++++++++++++++++----------------------
+ po/fi.po    | 44 ++++++++++++++++++++++----------------------
+ po/fr.po    | 44 ++++++++++++++++++++++----------------------
+ po/hr.po    | 44 ++++++++++++++++++++++----------------------
+ po/hu.po    | 44 ++++++++++++++++++++++----------------------
+ po/id.po    | 44 ++++++++++++++++++++++----------------------
+ po/it.po    | 44 ++++++++++++++++++++++----------------------
+ po/ja.po    | 44 ++++++++++++++++++++++----------------------
+ po/ko.po    | 44 ++++++++++++++++++++++----------------------
+ po/lt.po    | 44 ++++++++++++++++++++++----------------------
+ po/lv.po    | 44 ++++++++++++++++++++++----------------------
+ po/mk.po    | 44 ++++++++++++++++++++++----------------------
+ po/nb.po    | 44 ++++++++++++++++++++++----------------------
+ po/nl.po    | 44 ++++++++++++++++++++++----------------------
+ po/no.po    | 44 ++++++++++++++++++++++----------------------
+ po/pl.po    | 44 ++++++++++++++++++++++----------------------
+ po/pt_BR.po | 44 ++++++++++++++++++++++----------------------
+ po/ro.po    | 44 ++++++++++++++++++++++----------------------
+ po/ru.po    | 44 ++++++++++++++++++++++----------------------
+ po/sk.po    | 44 ++++++++++++++++++++++----------------------
+ po/sl.po    | 44 ++++++++++++++++++++++----------------------
+ po/sv.po    | 44 ++++++++++++++++++++++----------------------
+ po/tr.po    | 44 ++++++++++++++++++++++----------------------
+ po/uk.po    | 44 ++++++++++++++++++++++----------------------
+ po/vi.po    | 44 ++++++++++++++++++++++----------------------
+ po/zh_CN.po | 44 ++++++++++++++++++++++----------------------
+ po/zh_TW.po | 44 ++++++++++++++++++++++----------------------
+ 35 files changed, 770 insertions(+), 770 deletions(-)
+
+commit 04dc06e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 3 15:33:18 2014 -0600
+
+    turn i18n back on: should fix issue #8
+
+ configure.ac     | 32 ++++++++++++++++++++++++++++----
+ src/wmtaskbar.cc |  3 +--
+ src/ylocale.cc   | 10 ++++++++--
+ 3 files changed, 37 insertions(+), 8 deletions(-)
+
+commit eb98744
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sun Aug 3 12:03:55 2014 -0600
+
+    updated po files
+
+ po/be.po    | 6 +++---
+ po/bg.po    | 6 +++---
+ po/ca.po    | 6 +++---
+ po/cs.po    | 6 +++---
+ po/da.po    | 6 +++---
+ po/de.po    | 6 +++---
+ po/el.po    | 6 +++---
+ po/en.po    | 6 +++---
+ po/es.po    | 6 +++---
+ po/fi.po    | 6 +++---
+ po/fr.po    | 6 +++---
+ po/hr.po    | 6 +++---
+ po/hu.po    | 6 +++---
+ po/id.po    | 6 +++---
+ po/it.po    | 6 +++---
+ po/ja.po    | 6 +++---
+ po/ko.po    | 6 +++---
+ po/lt.po    | 6 +++---
+ po/lv.po    | 6 +++---
+ po/mk.po    | 6 +++---
+ po/nb.po    | 6 +++---
+ po/nl.po    | 6 +++---
+ po/no.po    | 6 +++---
+ po/pl.po    | 6 +++---
+ po/pt_BR.po | 6 +++---
+ po/ro.po    | 6 +++---
+ po/ru.po    | 6 +++---
+ 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 | 6 +++---
+ po/zh_TW.po | 6 +++---
+ 35 files changed, 105 insertions(+), 105 deletions(-)
+
+commit e21c117
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Jul 28 11:16:06 2014 -0600
+
+    satisfy gcc 4.9.1
+
+ src/WinMgr.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1484b28
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Mon Jul 28 11:01:38 2014 -0600
+
+    added missing Type= key
+
+ lib/icewm-session.desktop | 1 +
+ lib/icewm.desktop         | 0
+ 2 files changed, 1 insertion(+)
+
+commit 769d19a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Thu Jul 17 01:15:40 2014 -0600
+
+    do not let sent events stop proxying button events
+
+ src/wmmgr.cc | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+commit 7788792
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jul 12 17:32:53 2014 -0600
+
+    forgot to intern _XA_NET_WM_STATE_FOCUSED atom
+
+ configure.ac | 4 ++--
+ src/yxapp.cc | 1 +
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+commit 6279368
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jul 12 17:05:13 2014 -0600
+
+    update po file line numbers
+
+ po/be.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/bg.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/ca.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/cs.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/da.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/de.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/el.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/en.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/es.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/fi.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/fr.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/hr.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/hu.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/id.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/it.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/ja.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/ko.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/lt.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/lv.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/mk.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/nb.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/nl.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/no.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/pl.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/pt_BR.po | 236 ++++++++++++++++++++++++++++----------------------------
+ po/ro.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/ru.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/sk.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/sl.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/sv.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/tr.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/uk.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/vi.po    | 236 ++++++++++++++++++++++++++++----------------------------
+ po/zh_CN.po | 236 ++++++++++++++++++++++++++++----------------------------
+ po/zh_TW.po | 236 ++++++++++++++++++++++++++++----------------------------
+ 35 files changed, 4130 insertions(+), 4130 deletions(-)
+
+commit f0ae702
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jul 12 17:04:38 2014 -0600
+
+    add full support for _NET_WM_STATE_FOCUSED
+
+ COMPLIANCE      | 2 +-
+ src/WinMgr.h    | 5 ++++-
+ src/wmapp.cc    | 2 +-
+ src/wmclient.cc | 4 ++++
+ src/wmframe.cc  | 2 ++
+ src/wmmgr.h     | 1 +
+ src/yxapp.cc    | 1 +
+ 7 files changed, 14 insertions(+), 3 deletions(-)
+
+commit da79fae
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Sat Jun 28 17:00:38 2014 -0600
+
+    correct instructions in README (fixes issue 6)
+
+ README.md | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit 95f91cb
+Merge: de013e7 3a2740f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:   Tue Jun 17 18:26:19 2014 -0600
+
+    Merge branch 'icewm-1-3-BRANCH' of https://github.com/mrbrainsample/icewm
+    into icewm-1-3-BRANCH
+
+    Conflicts:
+	src/wmmgr.cc
+
+commit de013e7
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:35:36 2014 -0600
+
+    add upstream comments
+
+ CHANGES | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit d87a0ff
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:34:56 2014 -0600
+
+    qt5 fix
+
+ src/wmmgr.cc | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 65a8e05
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:33:46 2014 -0600
+
+    handle oversized icons from GTK3
+
+ src/wmframe.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 80cb47b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:32:31 2014 -0600
+
+    handle arguments better
+
+ src/base.h    | 10 ++--------
+ src/gnome2.cc |  5 ++---
+ src/misc.cc   | 36 ++++++++++++++++++++++++++++++++++++
+ src/wmapp.cc  | 15 ++++++++++-----
+ src/ysmapp.cc |  6 ++++--
+ src/yxapp.cc  |  6 ++++--
+ 6 files changed, 58 insertions(+), 20 deletions(-)
+
+commit 23ed55b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:26:38 2014 -0600
+
+    test skipping of taskbar
+
+ src/testnetwmhints.cc | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 4561c05
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:24:11 2014 -0600
+
+    correct build when gnome2 libraries are present
+
+ configure.ac	 | 2 +-
+ src/Makefile.am | 2 +-
+ src/gnome2.cc	 | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 746c2cd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:13:42 2014 -0600
+
+    use marko's approach to keysyms
+
+ src/aaddressbar.cc |  2 +-
+ src/movesize.cc    |  6 +++---
+ src/wmapp.cc	    |  4 ++--
+ src/wmdialog.cc    |  2 +-
+ src/wmmgr.cc	    |  6 +++---
+ src/wmprog.cc	    |  2 +-
+ src/wmswitch.cc    |  4 ++--
+ src/wmwinlist.cc   |  2 +-
+ src/ybutton.cc     |  2 +-
+ src/ydialog.cc     |  3 ++-
+ src/yinput.cc	    |  4 ++--
+ src/ykey.h	    |  1 +
+ src/ylistbox.cc    |  2 +-
+ src/ymenu.cc	    |  3 +--
+ src/yscrollbar.cc  |  2 +-
+ src/ywindow.cc     | 11 +++++++++--
+ src/ywindow.h	    |  2 ++
+ 17 files changed, 34 insertions(+), 24 deletions(-)
+
+commit 47b2f98
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 06:03:48 2014 -0600
+
+    minor build corrections and cosmetics
+
+ COPYING	   | 7 +++++++
+ src/amailbox.cc   | 3 ++-
+ src/base.h	   | 6 ++++++
+ src/decorate.cc   | 2 +-
+ src/icewmhint.cc  | 2 ++
+ src/testlocale.cc | 8 +++++++-
+ src/wmclient.cc   | 1 -
+ src/yaction.h	   | 2 ++
+ src/ycmdline.h    | 2 +-
+ src/ypopup.h	   | 2 ++
+ src/yscrollbar.h  | 2 ++
+ src/ytimer.h	   | 1 +
+ 12 files changed, 33 insertions(+), 5 deletions(-)
+
+commit 8eda773
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:53:20 2014 -0600
+
+    added time fuziness
+
+ doc/icewm.sgml    |  1 +
+ src/aclock.cc	   |  1 +
+ src/apppstatus.cc |  2 +-
+ src/default.h	   |  1 +
+ src/yapp.cc	   | 89 ++++++++++++++++++++++++++++++++++++++++++++-------
+ src/yapp.h	   |  3 ++
+ src/yprefs.h	   |  1 +
+ src/ytimer.cc	   | 43 +++++++++++++++++++++++--
+ src/ytimer.h	   | 10 ++++--
+ 9 files changed, 132 insertions(+), 19 deletions(-)
+
+commit 0ad9812
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:43:14 2014 -0600
+
+    FreeBSD build corrections
+
+ src/aapm.cc | 18 +++++++++---------
+ src/aapm.h  |	4 ++--
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 0e68b01
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:38:58 2014 -0600
+
+    spelling correction
+
+ lib/themes/yellowmotif/default.theme | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f68379b
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:37:48 2014 -0600
+
+    correct taskbar start.xpm
+
+ lib/taskbar/start.xpm | 57 ++++++++++++++++++++++++++++-------------------
+ 1 file changed, 34 insertions(+), 23 deletions(-)
+
+commit 486990e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:36:25 2014 -0600
+
+    add xpms missed by cvs to git conversion
+
+ lib/Makefile.am		       |   3 +
+ lib/taskbar/collapse.xpm	       |  21 ++
+ lib/taskbar/expand.xpm		       |  21 ++
+ lib/themes/Infadel2/taskbar/start.xpm | 349 ++++++++++++++++++++++++++++++
+ 4 files changed, 394 insertions(+)
+
+commit 5e86611
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:30:24 2014 -0600
+
+    fix gcc-4.9.0 compiler warning
+
+ configure.ac | 2 +-
+ src/wmmgr.h  | 8 +++++++-
+ 2 files changed, 8 insertions(+), 2 deletions(-)
+
+commit f5918b4
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Mon Jun 16 05:22:27 2014 -0600
+
+    add maintainer configure script
+
+ configure.sh | 42 ++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 42 insertions(+)
+
+commit ff33970
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Wed Jun 4 00:56:50 2014 -0600
+
+    Applied archlinux icewm-1.3.8-remain_power.patch
+
+    - original patch from Tobias Mueller
+
+ src/aapm.cc | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+commit 83844bf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sat May 24 05:09:52 2014 -0600
+
+    make icetray reload style when _ICEWM_ACTION received
+
+ src/icetray.cc | 10 +++++++++-
+ src/yxtray.cc	|  3 +++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit 93c9fe9
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Fri May 23 00:21:23 2014 -0600
+
+    correct documentation link
+
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 10b610e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Thu May 15 07:12:30 2014 -0600
+
+    also set backing store to NotUseful before reparenting client
+
+ src/wmframe.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 3a2740f
+Author: Jeff Woods <klaatu@fnordco.com>
+Date:	Wed May 7 12:57:24 2014 -0700
+
+    Give nice names to the .desktop files, because display managers that
+    use the name property show both icewm-session and icewm as just
+    "icewm."
+
+    Now they should show up as "IceWM Session" and "IceWM", respectively.
+
+ lib/icewm-session.desktop | 2 +-
+ lib/icewm.desktop	   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 64779a4
+Author: Jeff Woods <klaatu@fnordco.com>
+Date:	Thu Apr 10 16:42:47 2014 -0700
+
+    Reverted old flashblock fix because it stops Qt5 apps from creating
+    windows, because Qt5 embeds every window.
+
+ src/wmmgr.cc | 27 ++++++++++++++-------------
+ 1 file changed, 14 insertions(+), 13 deletions(-)
+
+commit a6299df
+Author: Jeff Woods <klaatu@fnordco.com>
+Date:	Thu Apr 10 15:40:26 2014 -0700
+
+    Fixed (I think) a double free or corruption bug in acpustatus.cc
+
+ src/acpustatus.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit 0adac77
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Thu May 1 21:14:59 2014 -0600
+
+    _NET_WM_NAME was including a terminating null
+
+     - this freaked out libwnck into thinking that it was an invalid
+       UTF-8 name
+
+ configure.ac | 4 ++--
+ src/wmapp.cc | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 0afde06
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 22:39:14 2014 -0600
+
+    one last memory leak
+
+     - xft fonts are leaking badly but I don't think that
+       I can fix that given the poor icewm reference pointer
+       model
+
+     - there is also an icon leak and a a configuration string
+       leak that I can't find a way to fix
+
+ src/wmapp.cc	 | 4 ++++
+ src/yconfig.cc  | 4 ++--
+ src/yfontxft.cc | 1 +
+ 3 files changed, 7 insertions(+), 2 deletions(-)
+
+commit 6111e7e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 21:34:07 2014 -0600
+
+    another memory leak
+
+ src/acpustatus.cc | 16 ++++++++++------
+ 1 file changed, 10 insertions(+), 6 deletions(-)
+
+commit 352c8c3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 21:28:08 2014 -0600
+
+    more memory leaks
+
+ src/aworkspaces.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 5dc7fdf
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 21:23:21 2014 -0600
+
+    another memory leak
+
+ src/wmclient.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 332a8c6
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 21:13:42 2014 -0600
+
+    two more memory leaks
+
+ src/yconfig.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 086bd4a
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 21:04:13 2014 -0600
+
+    more valgrind memory leaks
+
+ src/yurl.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit f5ed2b2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 21:00:04 2014 -0600
+
+    another memory leak
+
+ src/wmmgr.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 32cfd72
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 20:56:04 2014 -0600
+
+    fixing more memory leaks from valgrind
+
+ src/wmmgr.cc | 20 +++++++++++++++++++-
+ 1 file changed, 19 insertions(+), 1 deletion(-)
+
+commit 153b1cd
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sun Apr 20 19:53:27 2014 -0600
+
+    started fixing memory leaks using valgrind
+
+ src/ypaths.cc	| 12 +++++++++++-
+ src/ypaths.h	|  2 +-
+ src/ywindow.cc |  5 +++++
+ 3 files changed, 17 insertions(+), 2 deletions(-)
+
+commit 8fd0253
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Sat Apr 19 16:11:46 2014 -0600
+
+    correct memory bugs revealed using valgrind
+
+ src/wmframe.cc | 8 +++++++-
+ src/wmmgr.cc	| 1 +
+ src/ywindow.cc | 3 +++
+ 3 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 2e2be45
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Fri Dec 20 19:16:12 2013 -0700
+
+    tell autopoint to use latest gettext version
+
+    - fixes issue #5
+
+ autogen.sh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 211aacd
+Merge: 68ece27 1a9603f
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Fri Dec 20 15:32:22 2013 -0700
+
+    Merge branch 'icewm-1-3-BRANCH' of https://github.com/bbidulock/icewm
+    into icewm-1-3-BRANCH
+
+commit 68ece27
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Fri Dec 20 15:31:32 2013 -0700
+
+    fix issue #5 drop gettext to 0.18
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 201ddf2
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Fri Dec 20 15:30:01 2013 -0700
+
+    correct separate directory build
+
+ lib/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1a9603f
+Author: DeltaResero <deltaresero@zoho.com>
+Date:	Fri Dec 20 14:30:23 2013 -0400
+
+    Remove PKG_INSTALLDIR
+
+    PKG_INSTALLDIR not present in pkg-config < 0.27 and it wasn't implemented
+    here yet anyway
+
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit e585dc3
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Wed Dec 18 22:34:57 2013 -0700
+
+    put .desktop files in xsessions for window managers
+
+ lib/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b27532e
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Wed Dec 18 22:04:26 2013 -0700
+
+    remove remaining warnings -D_FORTIFY_SOURCE=2
+
+ src/icesound.cc |  4 +++-
+ src/icewmbg.cc  |  3 ++-
+ src/wmconfig.cc | 20 +++++++++++++++-----
+ src/wmmgr.cc	 |  6 ++++--
+ src/wmprog.cc	 | 11 +++++++++--
+ 5 files changed, 33 insertions(+), 11 deletions(-)
+
+commit c984cb5
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Wed Dec 18 20:35:20 2013 -0700
+
+    get rid of some complier warnings
+
+ src/WinMgr.h	 | 2 +-
+ src/misc.cc	 | 6 ++----
+ src/wmframe.cc  | 2 +-
+ src/wmmgr.cc	 | 2 +-
+ src/wmoption.cc | 2 +-
+ src/yapp.cc	 | 8 ++++----
+ src/yconfig.cc  | 2 +-
+ 7 files changed, 11 insertions(+), 13 deletions(-)
+
+commit 4099278
+Author: Brian Bidulock <bidulock@openss7.org>
+Date:	Wed Dec 18 14:43:59 2013 -0700
+
+    reverse linkage order for asneeded linking
+
+ configure.ac	 | 22 ++++++++++----------
+ src/Makefile.am | 60 +++++++++++++++++++----------------------------------
+ 2 files changed, 32 insertions(+), 50 deletions(-)
+
+commit c0c420f
+Author: Pacho Ramos <pacho@gentoo.org>
+Date:	Wed Dec 18 15:01:55 2013 -0400
+
+    icewm-toolbar
+
+ lib/toolbar.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit bf52562
+Author: Pacho Ramos <pacho@gentoo.org>
+Date:	Wed Dec 18 15:01:05 2013 -0400
+
+    icewm-keys
+
+ lib/keys.in | 31 ++++++++++++-------------------
+ 1 file changed, 12 insertions(+), 19 deletions(-)
+
+commit eea3004
+Author: DeltaResero <deltaresero@zoho.com>
+Date:	Wed Dec 18 14:59:16 2013 -0400
+
+    Change mailCommand and mailClassHint defaults
+
+    Author: Gilboa Davara
+
+ src/default.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ec548b4
+Author: DeltaResero <deltaresero@zoho.com>
+Date:	Wed Dec 18 14:57:03 2013 -0400
+
+    Fix menu icon size bug
+
+    From the Fedora Linux repository
+
+ src/yicon.cc	  | 4 ++++
+ src/yicon.h	  | 1 +
+ src/ymenu.cc	  | 8 ++++----
+ src/ymenuitem.cc | 6 +++---
+ 4 files changed, 12 insertions(+), 7 deletions(-)
+
+commit 8a591b9
+Author: DeltaResero <deltaresero@zoho.com>
+Date:	Wed Dec 18 14:54:44 2013 -0400
+
+    Fix GCC compiler warning in wmapp.cc
+
+ src/wmapp.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 07b52b4
+Author: DeltaResero <deltaresero@zoho.com>
+Date:	Wed Dec 18 14:53:28 2013 -0400
+
+    configurenotify
+
+    From the Fedora Linux repository
+
+ src/decorate.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/autogen.sh
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/autogen.sh
@@ -7,16 +7,16 @@ DATE="`date -uI`"
 [ -f ./VERSION ] && . ./VERSION
 
 if [ -x "`which git 2>/dev/null`" -a -d .git ]; then
-	DATE=$(git log --date=iso|grep '^Date:'|head -1|awk '{print$2}')
-	VERSION=$(git describe --tags|sed 's,^[^0-9]*,,;s,[-_],.,g;s,\.g.*$,,')
+	DATE=$(git log $DEVBRANCH --date=iso|grep '^Date:'|head -1|awk '{print$2}')
+	VERSION=$(git describe $DEVBRANCH --tags|sed 's,^[^0-9]*,,;s,[-_],.,g;s,\.g.*$,,')
 	(
 	   echo -e "# created with git log -n 200 --abbrev-commit --decorate --stat=76 -M -C|fmt -sct -w80\n"
-	   git log -n 200 --abbrev-commit --decorate --stat=76 -M -C|fmt -sct -w80
+	   git log $DEVBRANCH -n 200 --abbrev-commit --decorate --stat=76 -M -C|fmt -sct -w80
 	)>ChangeLog
 	(
 	   echo "$PACKAGE -- authors file.  $DATE"
 	   echo ""
-	   git log|grep '^Author:'|awk '{if(!authors[$0]){print$0;authors[$0]=1;}}'|tac
+	   git log $DEVBRANCH | grep '^Author:'|awk '{if(!authors[$0]){print$0;authors[$0]=1;}}'|tac
 	)>THANKS
 fi
 
@@ -24,6 +24,8 @@ GTVERSION=`gettext --version|head -1|awk
 
 cp -f configure.ac configure.in
 
+if test -z "$NOAC"
+then	
 sed <configure.in >configure.ac -r \
 	-e "s:AC_INIT\([[]$PACKAGE[]],[[][^]]*[]]:AC_INIT([$PACKAGE],[$VERSION]:
 	    s:AC_REVISION\([[][^]]*[]]\):AC_REVISION([$VERSION]):
@@ -31,6 +33,7 @@ sed <configure.in >configure.ac -r \
 	    s:^AM_GNU_GETTEXT_VERSION.*:AM_GNU_GETTEXT_VERSION([$GTVERSION]):"
 
 rm -f configure.in
+fi
 
 subst="s:@PACKAGE@:$PACKAGE:g
        s:@VERSION@:$VERSION:g
@@ -46,5 +49,8 @@ subst="s:%%PACKAGE%%:$PACKAGE:g
 sed -r -e "$subst" icewm.spec.in >icewm.spec
 sed -r -e "$subst" icewm.lsm.in >icewm.lsm
 
+if test -z "$NOAC"
+then	
 autoreconf -iv
+fi
 
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/lib/keys.in
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/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 PCM 5%-
 key "Super+KP_Add"			amixer sset PCM 5%+
@@ -20,12 +20,12 @@ key "Super+KP_Add"			amixer sset PCM 5%+
 # advanced function keys by watching the output of the xev command whilest
 # pressing those keys and map those symbols by using xmodmap.
 
-key "XF86Standby"			/bin/sh -c "{ test -e /run/systemd/system && systemctl suspend; } ||:"
-key "XF86Sleep"				/bin/sh -c "{ test -e /run/systemd/system && systemctl suspend; } ||:"
+key "XF86Standby"			/bin/sh -c "{ test -e /run/systemd/system && systemctl suspend; } || sudo -n pm-suspend"
+key "XF86Sleep"				/bin/sh -c "{ test -e /run/systemd/system && systemctl suspend; } || sudo -n pm-suspend"
 key "XF86AudioLowerVolume"		amixer sset PCM 5%-
 key "XF86AudioRaiseVolume"		amixer sset PCM 5%+
 key "XF86AudioMute"			amixer sset PCM 0%
-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.3.8+githubmod+20150914+fa3fdef.orig/lib/menu.in
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/lib/menu.in
@@ -5,10 +5,10 @@
 # (re)install icewm.
 #
 prog xterm xterm xterm
-prog rxvt xterm rxvt -bg black -cr green -fg white -C -fn 9x15 -sl 500
+prog rxvt xterm rxvt -rv -C -fn 9x15 -sl 500
 prog fte fte fte
 prog NEdit nedit nedit
-prog Mozilla mozilla mozilla
+prog "Iceweasel" iceweasel iceweasel
 prog XChat xchat xchat
 prog Gimp gimp gimp
 separator
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/lib/toolbar.in
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/lib/toolbar.in
@@ -4,6 +4,6 @@
 # since modifications to this file will be discarded when you
 # (re)install icewm.
 #
-prog xterm /usr/share/icons/gnome/16x16/apps/terminal.png xterm
-prog "Web browser" /usr/share/icons/gnome/16x16/apps/web-browser.png 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.3.8+githubmod+20150914+fa3fdef.orig/lib/winoptions.in
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/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.3.8+githubmod+20150914+fa3fdef.orig/src/default.h
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/src/default.h
@@ -118,7 +118,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,20 +171,20 @@ XSV(const char *, acpiIgnoreBatteries,
 #endif
 
 XSV(const char *, mailBoxPath,                  0)
-XSV(const char *, mailCommand,                  "xterm -name alpine -title ALPINE -e alpine")
-XSV(const char *, mailClassHint,                "alpine.XTerm")
+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)
 XSV(const char *, openCommand,                  0)
-XSV(const char *, terminalCommand,              "xterm")
+XSV(const char *, terminalCommand,              "x-terminal-emulator")
 XSV(const char *, logoutCommand,                0)
 XSV(const char *, logoutCancelCommand,          0)
 #if defined(__linux__)
-XSV(const char *, shutdownCommand,              "/bin/sh -c \"{ test -e /run/systemd/system && systemctl poweroff; } ||:\"")
-XSV(const char *, rebootCommand,                "/bin/sh -c \"{ test -e /run/systemd/system && systemctl reboot; } ||:\"")
+XSV(const char *, shutdownCommand,              "/bin/sh -c \"{ test -e /run/systemd/system && systemctl poweroff; } || sudo -n /sbin/halt\"")
+XSV(const char *, rebootCommand,                "/bin/sh -c \"{ test -e /run/systemd/system && systemctl reboot; } || sudo -n /sbin/reboot\"")
 #else
 XSV(const char *, shutdownCommand,              0)
 XSV(const char *, rebootCommand,                0)
@@ -193,9 +193,9 @@ XIV(int, taskBarCPUDelay,
 XIV(int, taskBarMEMDelay,                       500)
 XIV(int, taskBarNetSamples,                     20)
 XIV(int, taskBarNetDelay,                       500)
-XSV(const char *, cpuCommand,                   "xterm -name top -title Process\\ Status -e top")
+XSV(const char *, cpuCommand,                   "x-terminal-emulator -e top")
 XSV(const char *, cpuClassHint,                 "top.XTerm")
-XSV(const char *, netCommand,                   "xterm -name netstat -title 'Network Status' -e netstat -c")
+XSV(const char *, netCommand,                   "x-terminal-emulator -e netstat -c")
 XSV(const char *, netClassHint,                 "netstat.XTerm")
 XSV(const char *, netDevice,                    "eth0 wlan0")
 XSV(const char *, addressBarCommand,            0)
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/src/themable.h
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/src/themable.h
@@ -45,25 +45,25 @@ 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 *, titleFontName,                FONT(120), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, menuFontName,                 BOLDFONT(100), "DejaVu Sans,sans-serif,Bitstream Vera Serif:size=10:bold")
+XFV(const char *, statusFontName,               BOLDTTFONT(110), "DejaVu Sans Mono,monospace:size=11:bold")
+XFV(const char *, switchFontName,               BOLDTTFONT(110), "DejaVu Sans Mono,monospace:size=11")
+XFV(const char *, normalButtonFontName,         FONT(110), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, activeButtonFontName,         BOLDFONT(110), "DejaVu Sans,sans-serif:size=11:bold")
 #ifdef CONFIG_TASKBAR
-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 *, normalTaskBarFontName,        FONT(110), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, activeTaskBarFontName,        BOLDFONT(110), "DejaVu Sans,sans-serif:size=10:bold")
+XFV(const char *, toolButtonFontName,           FONT(110), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, normalWorkspaceFontName,      FONT(110), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, activeWorkspaceFontName,      FONT(110), "DejaVu Sans,sans-serif:size=11")
 #endif
-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 *, apmFontName,                  TTFONT(140), "monospace:size=12")
-XFV(const char *, inputFontName,                TTFONT(140), "monospace:size=12")
+XFV(const char *, minimizedWindowFontName,      FONT(110), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, listBoxFontName,              FONT(110), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, labelFontName,                FONT(140), "DejaVu Sans,sans-serif:size=11")
+XFV(const char *, clockFontName,                TTFONT(140), "DejaVu Sans Mono,monospace:size=11")
+XFV(const char *, apmFontName,                  TTFONT(140), "DejaVu Sans Mono,monospace:size=11")
+XFV(const char *, inputFontName,                TTFONT(140), "DejaVu Sans Mono,monospace:size=11")
 
 XSV(const char *, clrDialog,                    "rgb:C0/C0/C0")
 XSV(const char *, clrActiveBorder,              "rgb:C0/C0/C0")
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/src/yapp.cc
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/src/yapp.cc
@@ -452,7 +452,7 @@ int YApplication::mainLoop() {
             handleSignal(SIGHUP);
 #endif
 
-        {
+        if (measure_latency) { // no spam in user's logs please
             struct timeval difftime;
             struct timeval curtime;
 
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/src/yfontxft.cc
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/src/yfontxft.cc
@@ -180,8 +180,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) {
@@ -194,7 +194,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");
     }
 }
 
@@ -337,7 +337,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.");
     }
@@ -348,7 +348,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.");
     }
--- icewm-1.3.8+githubmod+20150914+fa3fdef.orig/src/yprefs.h
+++ icewm-1.3.8+githubmod+20150914+fa3fdef/src/yprefs.h
@@ -34,7 +34,7 @@ XIV(bool, grabRootWindow,
 #ifdef CONFIG_XFREETYPE
 XIV(bool, haveXft,                              true)
 #endif
-XSV(const char *, iconPath,                     0)
+XSV(const char *, iconPath,                     "/usr/share/icons:/usr/share/pixmaps")
 #define CONFIG_DEFAULT_THEME "icedesert/default.theme"
 XSV(const char *, themeName,                    CONFIG_DEFAULT_THEME)
 XSV(const char *, xineramaPrimaryScreenName,    0)
@@ -166,6 +166,6 @@ XIV(WMLook, wmLook,
 XSV(const char *, clrToolTip,                   "rgb:E0/E0/00")
 XSV(const char *, clrToolTipText,               "rgb:00/00/00")
 #endif
-XFV(const char *, toolTipFontName,              FONT(120), "sans-serif:size=12")
+XFV(const char *, toolTipFontName,              FONT(120), "DejaVu Sans,sans-serif:size=11")
 
 #endif
