# created with git log --stat=76 -M -C -500|fmt -sct -w80

commit cddadf746a1f00e186c8b021256188a6ea8f494f
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Tue Feb 11 05:46:33 2020 -0700

    update release files

 AUTHORS      |   2 +-
 ChangeLog    | 147 +++++++++++++++++++++++++++++++++----------------------
 NEWS         | 128 +++++++++++++-----------------------------------
 README       |  26 +++++-----
 README.md    |  26 +++++-----
 RELEASE.md   |  11 +++--
 configure.ac |  10 ++--
 7 files changed, 161 insertions(+), 189 deletions(-)

commit 553d17ee683fbc4cf79dcf862f58aa7df90d28a3
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Tue Feb 11 05:46:22 2020 -0700

    update po files

 po/blackbox.pot | 44 ++++++++++++++++++++++----------------------
 po/da.po        | 42 +++++++++++++++++++++---------------------
 po/de.po        | 42 +++++++++++++++++++++---------------------
 po/es.po        | 42 +++++++++++++++++++++---------------------
 po/es_AR.po     | 42 +++++++++++++++++++++---------------------
 po/et.po        | 42 +++++++++++++++++++++---------------------
 po/fr.po        | 42 +++++++++++++++++++++---------------------
 po/hu.po        | 42 +++++++++++++++++++++---------------------
 po/it.po        | 42 +++++++++++++++++++++---------------------
 po/ja.po        | 42 +++++++++++++++++++++---------------------
 po/ko.po        | 42 +++++++++++++++++++++---------------------
 po/lv.po        | 42 +++++++++++++++++++++---------------------
 po/nl.po        | 42 +++++++++++++++++++++---------------------
 po/no.po        | 42 +++++++++++++++++++++---------------------
 po/pl.po        | 42 +++++++++++++++++++++---------------------
 po/pt_BR.po     | 42 +++++++++++++++++++++---------------------
 po/ro.po        | 42 +++++++++++++++++++++---------------------
 po/ru.po        | 42 +++++++++++++++++++++---------------------
 po/sk.po        | 42 +++++++++++++++++++++---------------------
 po/sl.po        | 42 +++++++++++++++++++++---------------------
 po/sv.po        | 42 +++++++++++++++++++++---------------------
 po/tr.po        | 42 +++++++++++++++++++++---------------------
 po/uk.po        | 42 +++++++++++++++++++++---------------------
 po/zh_CN.po     | 42 +++++++++++++++++++++---------------------
 po/zh_TW.po     | 42 +++++++++++++++++++++---------------------
 25 files changed, 526 insertions(+), 526 deletions(-)

commit b0852098a66d2bb75d080da058a068528bda7ba3
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Tue Feb 11 05:28:58 2020 -0700

    unset DESKTOP_STARTUP_ID in environment

    - this caused some issues with children: the desktop
      application is supposed to unset DESKTOP_STARTUP_ID
      environment variable so it is not passed inadvertently
      to spawned children.  Some xde-ctools applications
      were taking the time stamp from DESKTOP_STARTUP_ID
      from when the window manager was launched and passing
      this time stamp to gtk_menu_popup().  The very old
      time stamp was keeping the menu from popping.

    - also, BB did not peform startup notification
      completion when it was launched with a
      DESKTOP_STARTUP_ID: now it does.

 lib/EWMH.cc   | 42 ++++++++++++++++++++++++++++++++++++++++++
 lib/EWMH.hh   |  1 +
 src/Screen.cc |  2 ++
 3 files changed, 45 insertions(+)

commit 37b91c47fbddc0a6701772cb29c3725fb724a482
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Tue Feb 11 05:27:19 2020 -0700

    fixups for -Wextra compile

 src/Rootmenu.cc | 1 +
 src/Screen.cc   | 1 +
 src/Window.cc   | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

commit c2c9a40a24d62e9831f4e99b21258d626116c197
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Tue Feb 11 05:26:09 2020 -0700

    better cscope and MDOCDATE handling

 autogen.sh   | 8 ++++++--
 configure.sh | 7 ++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

commit cf1ee81a78f62db1d27b60708617aa958b5f724c
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Tue Feb 11 04:40:25 2020 -0700

    post-release update

 ChangeLog | 27 ++++++++++-----------------
 NEWS      |  3 ++-
 2 files changed, 12 insertions(+), 18 deletions(-)

commit 6b3682aa8412100e87903d1f6897761372e5286c
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 07:14:52 2019 -0600

    update po files

 po/blackbox.pot | 2 +-
 po/da.po        | 2 +-
 po/de.po        | 2 +-
 po/es.po        | 2 +-
 po/es_AR.po     | 2 +-
 po/et.po        | 2 +-
 po/fr.po        | 2 +-
 po/hu.po        | 2 +-
 po/it.po        | 2 +-
 po/ja.po        | 2 +-
 po/ko.po        | 2 +-
 po/lv.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/zh_CN.po     | 2 +-
 po/zh_TW.po     | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

commit 9ae785ab8501a8d3644ab2c938211b8805fc464c
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 03:36:23 2019 -0600

    update release files

 ChangeLog | 84 +++++++++++++++++++++++++++++++++++++++--------------------
 NEWS      |  5 +++-
 2 files changed, 60 insertions(+), 29 deletions(-)

commit 3b0a4ab71f5b7f2911cc9543cb86d919e32fede5
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:39:54 2019 -0600

    update release files

 AUTHORS      |   2 +-
 ChangeLog    | 332 ++++++++++++++++++++-----------------------------------
 NEWS         |  88 +++++++++------
 README       |  26 ++---
 README.md    |  26 ++---
 configure.ac |  12 +-
 6 files changed, 212 insertions(+), 274 deletions(-)

commit e5eafeec0f8ecbf851d1943382d66ea00912e298
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:39:39 2019 -0600

    ignore lz files

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 8af61932a4b8a3671d396a8982ac54e115f461f0
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:38:44 2019 -0600

    update po files

 po/blackbox.pot | 4 ++--
 po/da.po        | 2 +-
 po/de.po        | 2 +-
 po/es.po        | 2 +-
 po/es_AR.po     | 2 +-
 po/et.po        | 2 +-
 po/fr.po        | 2 +-
 po/hu.po        | 2 +-
 po/it.po        | 2 +-
 po/ja.po        | 2 +-
 po/ko.po        | 2 +-
 po/lv.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/zh_CN.po     | 2 +-
 po/zh_TW.po     | 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)

commit c323a742f2eef8624f7cf4f0275d432f95c70eaf
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:15:25 2019 -0600

    handle annotated tags better when generating NEWS

 gennews.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 04bccb1e73800ec73f5113c1ffb261a0b6a53a38
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:15:11 2019 -0600

    generate release notes on dist

 dist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bf714a0aa5de01fae818cc2d81194772381729bb
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:14:52 2019 -0600

    ignore release products

 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

commit 819cfb4fd5c25d011a0b0b94b4c2e943ae9c84a6
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:14:19 2019 -0600

    gcc 9.1 too agressive on array-bounds warnings

 configure.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 678a5bed6242be4b1833772bd4d85e097f141e0a
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:13:54 2019 -0600

    have better defaults now

 configure.sh | 3 ---
 1 file changed, 3 deletions(-)

commit 1c0bf0e5c222c0e259b6f8c79aa1aebcc0d81fea
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:12:08 2019 -0600

    update build process

    - set better directory defaults
    - remove deprecated macro
    - perform lzip compression on archives

 configure.ac | 30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 deletions(-)

commit 51dc78494a5b9c6d0fc5503e8eefdc12c3fcea93
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:11:26 2019 -0600

    place filename last in sed command

 autogen.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 91c7f938e005369cebada827393470c437a877f5
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:10:53 2019 -0600

    generate NOTES and TODO

 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

commit 38352273e46cd509cbabb7b3f23b102f14d8ca9c
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Sep 6 02:10:20 2019 -0600

    update release notes

 RELEASE.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit a26d44b73b1bac39c98a965c342b01a487af23e3
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Jun 17 23:11:12 2019 -0600

    update for gettext 0.20.1 to fix issue #23

 autogen.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f79298b2b4d1c54b159cd11e84d22054ea14039b
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Jan 18 09:17:34 2019 -0700

    generate NEWS better

 gennews.sh | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit dcad047799d46cf86fcefa0e69e014e8e16ce901
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Fri Jan 18 09:16:39 2019 -0700

    reformat TODO

 TODO | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

commit 0bc89d04b211709350bbaad462ea0cdd7dfc7297
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:44:56 2018 -0600

    post release update

 ChangeLog | 65 ++++++++++++++++++++++++++++++++++++++++++-----------------
 NEWS      |  4 +++-
 2 files changed, 50 insertions(+), 19 deletions(-)

commit adcffef44435e5c68c8f144dc58cbc673e4818bf
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:41:15 2018 -0600

    update release files

 AUTHORS      |   3 +-
 ChangeLog    | 236 +++++++++++++++++++++++++++----------------------------
 NEWS         |  57 +++++++++++++-
 README       |  26 +++---
 README.md    |  26 +++---
 configure.ac |   8 +-
 6 files changed, 203 insertions(+), 153 deletions(-)

commit 8f8891396aa99f1b84c1888cbd68833496ee9574
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:40:18 2018 -0600

    update po files

 po/blackbox.pot | 6 +++---
 po/da.po        | 4 ++--
 po/de.po        | 4 ++--
 po/es.po        | 4 ++--
 po/es_AR.po     | 4 ++--
 po/et.po        | 4 ++--
 po/fr.po        | 4 ++--
 po/hu.po        | 4 ++--
 po/it.po        | 4 ++--
 po/ja.po        | 4 ++--
 po/ko.po        | 4 ++--
 po/lv.po        | 4 ++--
 po/nl.po        | 4 ++--
 po/no.po        | 4 ++--
 po/pl.po        | 4 ++--
 po/pt_BR.po     | 4 ++--
 po/ro.po        | 4 ++--
 po/ru.po        | 4 ++--
 po/sk.po        | 4 ++--
 po/sl.po        | 4 ++--
 po/sv.po        | 4 ++--
 po/tr.po        | 4 ++--
 po/uk.po        | 4 ++--
 po/zh_CN.po     | 4 ++--
 po/zh_TW.po     | 4 ++--
 25 files changed, 51 insertions(+), 51 deletions(-)

commit 4c0a453c3ab976352e49e0129976973b7c9f1ef6
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:32:41 2018 -0600

    add release files to .gitignore

 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

commit 0c56d91d5f7032d5aa795d5aaa015a4bfbee644b
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:32:14 2018 -0600

    generate and distribute release file

 Makefile.am | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit aa8550a8b09b71000c44cdd774e41cc569a2daf4
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:31:23 2018 -0600

    5-part AC_INIT and prefer asciidoc to asciidoctor

 configure.ac | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit a0e8d3e693ac7e649bedf0c2f7fbab414ddd1c43
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:29:33 2018 -0600

    make autogen.sh handle gnits and remove bashisms

 autogen.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 8af36db7cd88b83ee7236982c6a28f0ffeee4998
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:28:54 2018 -0600

    remove bashisms from gennews.sh

 gennews.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 58751275c0eeb9ac914ef7b76a2d0fc0434d9826
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:28:23 2018 -0600

    add a release file

 RELEASE.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 35571f1fee4cac77cc953a74d41d2d153c60104e
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Oct 31 02:07:18 2018 -0600

    update po files

 po/blackbox.pot | 30 +++++++++++++++---------------
 po/da.po        | 28 ++++++++++++++--------------
 po/de.po        | 28 ++++++++++++++--------------
 po/es.po        | 28 ++++++++++++++--------------
 po/es_AR.po     | 28 ++++++++++++++--------------
 po/et.po        | 28 ++++++++++++++--------------
 po/fr.po        | 28 ++++++++++++++--------------
 po/hu.po        | 28 ++++++++++++++--------------
 po/it.po        | 28 ++++++++++++++--------------
 po/ja.po        | 28 ++++++++++++++--------------
 po/ko.po        | 28 ++++++++++++++--------------
 po/lv.po        | 28 ++++++++++++++--------------
 po/nl.po        | 28 ++++++++++++++--------------
 po/no.po        | 28 ++++++++++++++--------------
 po/pl.po        | 28 ++++++++++++++--------------
 po/pt_BR.po     | 28 ++++++++++++++--------------
 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/zh_CN.po     | 28 ++++++++++++++--------------
 po/zh_TW.po     | 28 ++++++++++++++--------------
 25 files changed, 351 insertions(+), 351 deletions(-)

commit 3edbd732abb724b4c84c9f9c68a35a613ff3bd51
Merge: 9fac822 5cfae85
Author: Brian Bidulock <bidulock@openss7.com>
Date:   Fri Aug 24 01:20:38 2018 -0600

    Merge pull request #19 from vl-80/fullscreen_fix

    Fix fullscreen mode for non-maximized windows

commit 5cfae8525d55b24bc75c4673cf6b0fbaf8da60dd
Author: VL-80 <vl-80@users.noreply.github.com>
Date:   Tue Aug 21 20:27:00 2018 -0400

    Fix fullscreen mode for non-maximized windows

    Calling update_decorations() should not enable decorations for windows
    in fullscreen mode.

 src/Window.cc | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 9fac8228dc257ac8893cefd190fe30fde8adab60
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon May 28 02:17:48 2018 -0600

    update release files

 ChangeLog | 65 ++++++++++++++++++++++++++++++++++++++++++-----------------
 NEWS      |  4 +++-
 2 files changed, 50 insertions(+), 19 deletions(-)

commit a8c5db9783f79b92f90c5740a9363285b546db8d
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon May 28 01:45:34 2018 -0600

    update release files

 AUTHORS      |    4 +-
 ChangeLog    | 3775 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 NEWS         |   70 +-
 README       |   26 +-
 README.md    |   26 +-
 configure.ac |   10 +-
 6 files changed, 3849 insertions(+), 62 deletions(-)

commit 496fc6b9f6c7c12ccfdc2066c38af28286c9e21f
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon May 28 01:45:03 2018 -0600

    update po files

 po/blackbox.pot | 24 ++++++++++++------------
 po/da.po        | 22 +++++++++++-----------
 po/de.po        | 22 +++++++++++-----------
 po/es.po        | 22 +++++++++++-----------
 po/es_AR.po     | 22 +++++++++++-----------
 po/et.po        | 22 +++++++++++-----------
 po/fr.po        | 22 +++++++++++-----------
 po/hu.po        | 22 +++++++++++-----------
 po/it.po        | 22 +++++++++++-----------
 po/ja.po        | 22 +++++++++++-----------
 po/ko.po        | 22 +++++++++++-----------
 po/lv.po        | 22 +++++++++++-----------
 po/nl.po        | 22 +++++++++++-----------
 po/no.po        | 22 +++++++++++-----------
 po/pl.po        | 22 +++++++++++-----------
 po/pt_BR.po     | 22 +++++++++++-----------
 po/ro.po        | 22 +++++++++++-----------
 po/ru.po        | 22 +++++++++++-----------
 po/sk.po        | 22 +++++++++++-----------
 po/sl.po        | 22 +++++++++++-----------
 po/sv.po        | 22 +++++++++++-----------
 po/tr.po        | 22 +++++++++++-----------
 po/uk.po        | 22 +++++++++++-----------
 po/zh_CN.po     | 22 +++++++++++-----------
 po/zh_TW.po     | 22 +++++++++++-----------
 25 files changed, 276 insertions(+), 276 deletions(-)

commit 5d69e1fd4c08bb8992571ecebee6bf7b0df2928f
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon May 28 01:00:17 2018 -0600

    prctl is linux-specific

 src/blackbox.cc | 4 ++++
 1 file changed, 4 insertions(+)

commit 0c754b223b516a8badc476bddcb315bea2f887d4
Merge: 7bbdb10 02343b1
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon May 28 00:28:51 2018 -0600

    Merge branch 'master' of github.com:bbidulock/blackboxwm

commit 7bbdb10db5850bc72aee59e53dda9b5139533065
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon May 28 00:28:06 2018 -0600

    become child subreaper and session leader

 src/blackbox.cc | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 02343b17d9138e6ce53ef8f6869a690ce6707eaf
Merge: 47fd5a1 0d81de8
Author: Brian Bidulock <bidulock@openss7.com>
Date:   Sat Nov 18 23:30:21 2017 -0700

    Merge pull request #13 from psolyca/master

    Add errno.h as include

commit 0d81de837ad89782c48620e23daf01d42de7b653
Author: Damien Gaignon <damien.gaignon@gmail.com>
Date:   Thu Nov 16 21:57:19 2017 +0100

    Add errno.h as include

    Add errno.h as include in lib/Application.cc to avoid building error.

 lib/Application.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 47fd5a1484e23b9c45b4c9c2d72cff44293e4306
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Oct 23 13:47:26 2017 -0600

    update po files

 po/blackbox.pot | 10 +++++-----
 po/da.po        | 10 +++++-----
 po/de.po        | 10 +++++-----
 po/es.po        | 10 +++++-----
 po/es_AR.po     | 10 +++++-----
 po/et.po        | 10 +++++-----
 po/fr.po        | 10 +++++-----
 po/hu.po        | 10 +++++-----
 po/it.po        | 10 +++++-----
 po/ja.po        | 10 +++++-----
 po/ko.po        | 10 +++++-----
 po/lv.po        | 10 +++++-----
 po/nl.po        | 10 +++++-----
 po/no.po        | 10 +++++-----
 po/pl.po        | 10 +++++-----
 po/pt_BR.po     | 10 +++++-----
 po/ro.po        | 10 +++++-----
 po/ru.po        | 10 +++++-----
 po/sk.po        | 10 +++++-----
 po/sl.po        | 10 +++++-----
 po/sv.po        | 10 +++++-----
 po/tr.po        | 10 +++++-----
 po/uk.po        | 10 +++++-----
 po/zh_CN.po     | 10 +++++-----
 po/zh_TW.po     | 10 +++++-----
 25 files changed, 125 insertions(+), 125 deletions(-)

commit c1256830710d76b6374b83e4e1812037b27535d5
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Oct 23 13:47:16 2017 -0600

    initialize XKEYBOARD

 lib/Application.cc | 17 ++++++++++++++---
 lib/Application.hh |  4 +++-
 2 files changed, 17 insertions(+), 4 deletions(-)

commit 85ed2da503d30986996bf5e6d5143f810ab0a86f
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Oct 23 13:46:10 2017 -0600

    update install file

 INSTALL | 320 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 159 insertions(+), 161 deletions(-)

commit dea6996568c26da96d29af5037c000cb72959020
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Oct 23 13:32:43 2017 -0600

    better build

 Makefile.am  | 30 +++++++++++++++---------------
 configure.ac |  3 ++-
 configure.sh |  1 +
 dist.sh      |  2 +-
 rebuild.sh   |  4 +++-
 5 files changed, 22 insertions(+), 18 deletions(-)

commit be0557a97c63174a0f6d6c015daad38faf4638aa
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Oct 23 13:31:40 2017 -0600

    add some ignores

 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b6dbed109327c141c7cbfbea441718d7fda6ddb6
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Mon Sep 11 03:30:30 2017 +0000

    tweaks

 README       | 105 +++++++++++++++++++++++++++++------------------------
 README.md    | 105 +++++++++++++++++++++++++++++------------------------
 README.md.in | 109 ++++++++++++++++++++++++++++++-------------------------
 3 files changed, 176 insertions(+), 143 deletions(-)

commit 3da5fb03623899b8746f238d541464de782e9eb1
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Sep 10 19:12:22 2017 -0600

    silent now default

 rebuild.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit eeadb4afd7fd17433302bda97c50dbe3cd1f57ba
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Sep 10 19:12:01 2017 -0600

    update make flags

 configure.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 86533dd0d4c4adb40d4922c52e3fb93bb3a91628
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Sep 10 19:11:43 2017 -0600

    add more checks

 configure.ac | 43 +++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 41 insertions(+), 2 deletions(-)

commit 648e88f98b1bc5431efcafbdc8bb2da16cdd1b62
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Sep 10 19:11:13 2017 -0600

    add branch to substitution

 autogen.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 3e4d3d593b9231d2dc0cd7149c67b9dbbe76e484
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sat Sep 9 20:26:48 2017 -0600

    silent rules with /usr prefix

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

commit 305ae39479e4f54d385b6d8dd0425f86250eaa5f
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sat Sep 9 20:08:00 2017 -0600

    zero errno when not using it

 lib/Application.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 8c9e2af7d34ea076f684ce47d8e4f0268b054c71
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Jul 10 10:31:38 2016 -0600

    update .po files

 po/blackbox.pot | 4 ++--
 po/da.po        | 2 +-
 po/de.po        | 2 +-
 po/es.po        | 2 +-
 po/es_AR.po     | 2 +-
 po/et.po        | 2 +-
 po/fr.po        | 2 +-
 po/hu.po        | 2 +-
 po/it.po        | 2 +-
 po/ja.po        | 2 +-
 po/ko.po        | 2 +-
 po/lv.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/zh_CN.po     | 2 +-
 po/zh_TW.po     | 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)

commit 09d3fe36bbcb76187ae1e1dbf2d53cdf980536b5
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Jul 10 10:29:51 2016 -0600

    update release files

 AUTHORS      |  2 +-
 ChangeLog    | 83 ++++++++++++++++++++++++++++++++++++++++----------------
 NEWS         | 21 +++++++-------
 README       |  6 ++--
 README.md    |  6 ++--
 configure.ac |  6 ++--
 6 files changed, 80 insertions(+), 44 deletions(-)

commit c5ad18bff4e5083c2ea593fe76fe7c32e4568420
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Jul 10 10:13:29 2016 -0600

    update po files

 po/blackbox.pot | 4 ++--
 po/da.po        | 4 ++--
 po/de.po        | 4 ++--
 po/es.po        | 4 ++--
 po/es_AR.po     | 4 ++--
 po/et.po        | 4 ++--
 po/fr.po        | 4 ++--
 po/hu.po        | 4 ++--
 po/it.po        | 4 ++--
 po/ja.po        | 4 ++--
 po/ko.po        | 4 ++--
 po/lv.po        | 4 ++--
 po/nl.po        | 4 ++--
 po/no.po        | 4 ++--
 po/pl.po        | 4 ++--
 po/pt_BR.po     | 4 ++--
 po/ro.po        | 4 ++--
 po/ru.po        | 4 ++--
 po/sk.po        | 4 ++--
 po/sl.po        | 4 ++--
 po/sv.po        | 4 ++--
 po/tr.po        | 4 ++--
 po/uk.po        | 4 ++--
 po/zh_CN.po     | 4 ++--
 po/zh_TW.po     | 4 ++--
 25 files changed, 50 insertions(+), 50 deletions(-)

commit 8da4746da03b1f404ced2a51a53bce5ae8e94a32
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Jul 10 10:13:07 2016 -0600

    simplify distribution

 .gitignore            |   21 +-
 AUTHORS.in => AUTHORS |   14 +-
 ChangeLog             | 4853 +++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am           |  101 +-
 NEWS                  |  153 ++
 NEWS.in               |  177 --
 README                |  131 +-
 README.in             |  104 -
 README.md             |  119 ++
 README.md.in          |  119 ++
 autogen.sh            |   56 +-
 configure.ac          |    6 +-
 configure.sh          |    4 +
 dist.sh               |    9 +
 gennews.sh            |   34 +
 rebuild.sh            |    5 +-
 src/Makefile.am       |    2 +
 util/Makefile.am      |    1 +
 18 files changed, 5477 insertions(+), 432 deletions(-)

commit 095f0214cfc243c3b367eb3a0711a7b49e6e90ae
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Feb 10 13:46:47 2016 -0700

    update release and po files

 README          |  6 +++---
 configure.ac    |  8 +++----
 po/blackbox.pot | 62 ++++++++++++++++++++++++++---------------------------
 po/da.po        | 58 ++++++++++++++++++++++++-------------------------
 po/de.po        | 58 ++++++++++++++++++++++++-------------------------
 po/es.po        | 58 ++++++++++++++++++++++++-------------------------
 po/es_AR.po     | 58 ++++++++++++++++++++++++-------------------------
 po/et.po        | 58 ++++++++++++++++++++++++-------------------------
 po/fr.po        | 58 ++++++++++++++++++++++++-------------------------
 po/hu.po        | 58 ++++++++++++++++++++++++-------------------------
 po/it.po        | 58 ++++++++++++++++++++++++-------------------------
 po/ja.po        | 58 ++++++++++++++++++++++++-------------------------
 po/ko.po        | 58 ++++++++++++++++++++++++-------------------------
 po/lv.po        | 58 ++++++++++++++++++++++++-------------------------
 po/nl.po        | 58 ++++++++++++++++++++++++-------------------------
 po/no.po        | 58 ++++++++++++++++++++++++-------------------------
 po/pl.po        | 58 ++++++++++++++++++++++++-------------------------
 po/pt_BR.po     | 58 ++++++++++++++++++++++++-------------------------
 po/ro.po        | 58 ++++++++++++++++++++++++-------------------------
 po/ru.po        | 58 ++++++++++++++++++++++++-------------------------
 po/sk.po        | 58 ++++++++++++++++++++++++-------------------------
 po/sl.po        | 58 ++++++++++++++++++++++++-------------------------
 po/sv.po        | 58 ++++++++++++++++++++++++-------------------------
 po/tr.po        | 58 ++++++++++++++++++++++++-------------------------
 po/uk.po        | 58 ++++++++++++++++++++++++-------------------------
 po/zh_CN.po     | 58 ++++++++++++++++++++++++-------------------------
 po/zh_TW.po     | 58 ++++++++++++++++++++++++-------------------------
 27 files changed, 734 insertions(+), 734 deletions(-)

commit a6bee3d233fef603e7cbda63aed837688cdde425
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Feb 10 12:37:23 2016 -0700

    no force reconfigure

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0a8803cea5eb26fa59978c143b0b7200cafcfd07
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Feb 10 12:35:00 2016 -0700

    applied workspace-label.patch from T2

 src/Screen.cc | 3 +++
 1 file changed, 3 insertions(+)

commit 16dadb7346aa3cf4908dac44ee5ddd7d50413891
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Feb 10 12:33:56 2016 -0700

    applied argb-visuals.patch from T2

 src/Window.cc | 65 +++++++++++++++++++++++++++++++++++++++++++++++--------
 src/Window.hh |  9 +++++++-
 2 files changed, 64 insertions(+), 10 deletions(-)

commit f57b1019c32082a20e379186475d588ef5d8c784
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Sep 13 15:55:50 2015 -0600

    handle gettext 0.19.5.1

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ea43b649dc83b89dafd248f52dbe80e2af380808
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sat May 16 19:51:48 2015 -0600

    update po files

 po/blackbox.pot | 16 ++++++++--------
 po/da.po        | 14 +++++++-------
 po/de.po        | 14 +++++++-------
 po/es.po        | 14 +++++++-------
 po/es_AR.po     | 14 +++++++-------
 po/et.po        | 14 +++++++-------
 po/fr.po        | 14 +++++++-------
 po/hu.po        | 14 +++++++-------
 po/it.po        | 14 +++++++-------
 po/ja.po        | 14 +++++++-------
 po/ko.po        | 14 +++++++-------
 po/lv.po        | 14 +++++++-------
 po/nl.po        | 14 +++++++-------
 po/no.po        | 14 +++++++-------
 po/pl.po        | 14 +++++++-------
 po/pt_BR.po     | 14 +++++++-------
 po/ro.po        | 14 +++++++-------
 po/ru.po        | 14 +++++++-------
 po/sk.po        | 14 +++++++-------
 po/sl.po        | 14 +++++++-------
 po/sv.po        | 14 +++++++-------
 po/tr.po        | 14 +++++++-------
 po/uk.po        | 14 +++++++-------
 po/zh_CN.po     | 14 +++++++-------
 po/zh_TW.po     | 14 +++++++-------
 25 files changed, 176 insertions(+), 176 deletions(-)

commit 1821c97befaae8be0a5fa1281ed4666c4042bf5e
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sat May 16 19:44:29 2015 -0600

    update release files

 README       | 6 +++---
 configure.ac | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit b80b4b2c76577534e52a471a4e828ecc93d7d376
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sat May 16 19:36:35 2015 -0600

    fix some focus issue

 src/blackbox.cc | 2 ++
 1 file changed, 2 insertions(+)

commit 514bf9e3d17095de3327b53f6c1888e03dbd5fe0
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Wed Jan 7 22:20:01 2015 -0700

    fix generation of libbt.pc pkg-config file

 configure.ac    | 9 ++++++---
 lib/libbt.pc.in | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

commit aa8348cb7a122310048b3073f9e456c9f1740dbc
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Aug 31 07:19:55 2014 -0600

    release date got pushed

 README       | 6 +++---
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit df036cd0c4b5c90810ab31fac7f68db57c24adbb
Author: Brian Bidulock <bidulock@openss7.org>
Date:   Sun Aug 31 07:19:26 2014 -0600

    put all translations (.po files) in UTF-8

 .gitignore      |   4 +
 po/LINGUAS      |   5 +-
 po/blackbox.pot |  12 +--
 po/da.po        |  14 +--
 po/de.po        |  14 +--
 po/es.po        |  21 +++--
 po/es_AR.po     |  17 ++--
 po/et.po        |  20 ++---
 po/fr.po        |  14 +--
 po/hu.po        |  17 ++--
 po/it.po        |  14 +--
 po/ja.po        | 247 +++++++++++++++++++++++---------------------------
 po/ko.po        | 124 +++++++++++++-------------
 po/lv.po        | 189 ++++++++++++++++++++-------------------
 po/nl.po        |  14 +--
 po/no.po        |  14 +--
 po/pl.po        | 131 ++++++++++++++-------------
 po/pt_BR.po     |  14 +--
 po/ro.po        |  14 +--
 po/ru.po        | 223 ++++++++++++++++++++++++----------------------
 po/sk.po        |  17 ++--
 po/sl.po        |  14 +--
