key-mon (1.20-1mx23+1) mx; urgency=medium

  * Rebuild for MX Linux.

 -- Steven Pusser <stevep@mxlinux.org>  Tue, 06 Feb 2024 22:05:46 -0800

key-mon (1.20-1) unstable; urgency=low

  * Making a new Debian distribution.
  * Tons of small fixes and updates to version dependencies

 -- Scott Kirkwood <scott@forusers.com>  Mon, 04 Apr 2022 20:50:54 +0500

key-mon (1.19-1) unstable; urgency=low

  * Add Spanish keyboard (thank Iñaki)

 -- Scott Kirkwood <scott@forusers.com>  Sat, 18 Apr 2015 10:39:20 +0500

key-mon (1.18-1) unstable; urgency=low

  * Issue 133, Patch from m.zdila to fix sticky mouse indicator.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 23 Feb 2014 20:31:30 +0500

key-mon (1.17-1) unstable; urgency=low

  * Added hi-color icons (thanks eko@lanet.tv).
  * Added big-letters theme (thanks eko).
  * Bumped the version.

 -- Scott Kirkwood <scott@forusers.com>  Fri, 03 Jan 2014 08:21:18 +0500

key-mon (1.15-1) unstable; urgency=low

  * Fix for issue 124.  Property can't be set.

 -- Scott Kirkwood <scott@forusers.com>  Mon, 07 Jan 2013 08:32:35 +0500

key-mon (1.14-1) unstable; urgency=low

  * Updated the Debian standards version and other minor fixes.

 -- Scott Kirkwood <scott@forusers.com>  Sat, 05 Jan 2013 23:41:43 +0500

key-mon (1.13-1) unstable; urgency=low

  * Additional bug fixes for command line handling.

 -- Scott Kirkwood <scott@forusers.com>  Sat, 05 Jan 2013 23:10:21 +0500

key-mon (1.12-1) unstable; urgency=low

  * Issue 116, fix command line handling to take precedence over ini settings.

 -- Scott Kirkwood <scott@forusers.com>  Tue, 26 Jun 2012 19:46:00 +0500

key-mon (1.11-1) unstable; urgency=low

  * Issue 113, copy scroll left, scroll right to other themes.
  * Issue 115, fix crashing locale issue (thanks Yu-Jie Lin!).

 -- Scott Kirkwood <scott@forusers.com>  Tue, 15 May 2012 19:11:49 +0500

key-mon (1.10-1) unstable; urgency=low

  * Issue 112, support more mouse buttons than just the three.
  * Issue 109, options not working. Also fixed Issue 99.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 29 Apr 2012 21:41:12 +0500

key-mon (1.9-1) unstable; urgency=low

  * Added three clear themes by Nenad S. Lazich (thanks).
  * Fixed issue 101 patch contributed by ernst.bl.
  * Fixed issue 102, configurations not saved for meta.
  * Fixed issue 103, crash on -s option.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 22 Jan 2012 15:03:22 +0500

key-mon (1.8-1) unstable; urgency=low

  * Added --loglevel for specifying logging level
  * Added Compose key. It now shows in key image.
  * Window is no longer showing in taskbar.
  * Window is no longer getting focus unless a mouse click on window first. Once
    pointer leaves, it will not accept focus again.
  * Default kbdfile is decided by result of setxkbmap.
  * Cache shape masks
  * Issue 38, add an about box.
  * Issue 42, able to change keymap file in settings dialog.
  * Issue 45, add --mouse-timeout, --visible-click-timeout, and rename
    --fade-timeout to --key-timeout.
  * Issue 46, add --no-press-fadeout for hide the window after inactivity.
  * Issue 59, add --sticky for StickyKeys. Note it does not detect your
    environment, it only make modifier keys be sticky when you use this option.
  * Fixed issue 77, keysym does not match because Turkish locale setting, 'i'
    character won't be changed case in 'shift'.
  * Fixed issue 74, fix old keys doesn't show the correct number of key images.
  * Fixed issue 78, mouse image still shows when with --nomouse;
  * Fixed issue 84, mouse image shows up when enabled other images.
  * Fixed issue 85, avoid undefined option exception.
  * Fixed issue 86, fix create_moveresize_window error by manually handle window
    dragging.
  * Fixed issue 90, add two Turkish kbd files and missing codes to xlib.c.
  * Fixed issue 75, make AltGr show in Alt image place.
  * Fixed issue 67, right Windows key does not show.
  * Fixed issue 98, not returning abs path for some setups
  * Fixed issue 99, settings from command line interfering with settings from
    settings dialog.

 -- Scott Kirkwood <scott@forusers.com>  Thu, 13 Oct 2011 07:51:00 +0500

key-mon (1.7-1) unstable; urgency=low

  * Applied patches from Yu-Jie Lin to, have a background-less window and some
    additional bug fixes.

 -- Scott Kirkwood <scott@forusers.com>  Thu, 04 Aug 2011 17:44:42 +0500

key-mon (1.6.2-1) unstable; urgency=low

  * Applied patch for Issue 69 (thanks Doug) which allows combinations of
    mouse button clicks to be displayed (ex. left and right buttons clicked
    at the same time).

 -- Scott Kirkwood <scott@forusers.com>  Sun, 29 May 2011 20:27:55 +0500

key-mon (1.6.1-1) unstable; urgency=low

  * Applied donated patch which allows longer/shorter delays on the keys shown.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 29 May 2011 20:04:49 +0500

key-mon (1.5.2-1) unstable; urgency=low

  * Applied donated patch which allows longer/shorter delays on the keys shown.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 29 May 2011 19:38:05 +0500

key-mon (1.5.1-1) unstable; urgency=low

  * Applied patch for Issue 63 (thanks stefantalpalaru) which affects
    Python 2.6.6.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 31 Oct 2010 18:31:13 +0300

key-mon (1.5-1) unstable; urgency=low

  * With 'highly visible click' now stays down while clicked and dragged around.
    Feature request (Issue) 44.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 24 Oct 2010 17:04:36 +0300

key-mon (1.4.4-1) unstable; urgency=low

  * Fixed issue 61, key-mon was taking 100% of the CPU in the on idle event.
    Added a small amount of sleep so that it gets called less often.

 -- Scott Kirkwood <scott@forusers.com>  Tue, 19 Oct 2010 22:40:10 +0300

key-mon (1.4.3-1) unstable; urgency=low

  * Fixed issue 52 a third time.  The bad merge affected more code than
    I realized.

 -- Scott Kirkwood <scott@forusers.com>  Fri, 24 Sep 2010 11:07:48 +0300

key-mon (1.4.2-1) unstable; urgency=low

  * Fixed issue 57, options from the command line are sticky which
    isn't normal.
  * Fixed issue 52 (again), There was an accidental regression in the code.
  * Fixed a unit test.

 -- Scott Kirkwood <scott@forusers.com>  Wed, 22 Sep 2010 21:57:56 +0300

key-mon (1.4.1-1) unstable; urgency=low

  * Fixed issue 51, -l and -s command lines not working.
  * Fixed issue 52, fix python 2.5 compatibility.
  * Fixed issue 54, cannot list themes with --list-themes.
  * Fixed issue 55, not all themes installed.
  * Fixed issue 56, --theme=bob is not very tolerant.
  * Fixed issue 58, annoying error message caused by opt-parse.
  * Added --reset command line option to force everything back to defaults.

 -- Scott Kirkwood <scott@forusers.com>  Mon, 20 Sep 2010 23:11:00 +0300

key-mon (1.4-1) unstable; urgency=low

  * Removed a Python 2.6 only feature so that it remains compatible
    with Python 2.5

 -- Scott Kirkwood <scott@forusers.com>  Mon, 20 Sep 2010 22:35:39 +0300

key-mon (1.3.1-1) unstable; urgency=low

  * Fixed issue 51, -l and -s command lines not working.
  * Added --reset command line option to force everything back to defaults.

 -- Scott Kirkwood <scott@forusers.com>  Thu, 12 Aug 2010 14:34:37 +0300

key-mon (1.3-1) unstable; urgency=low

  * Settings dialog supports changing the themes and scale.
  * Add option to show key only when pressed in combination of a modifier. Issue 27.
  * Issue 50 resolved, changing scale looks OK.
  * Updated README and install files.
  * Updated the Portuguese translations.
  * Added tooltips to the settings dialog.

 -- Scott Kirkwood <scott@forusers.com>  Tue, 10 Aug 2010 23:13:00 +0300

key-mon (1.2.7-1) unstable; urgency=low

  * Fixed some missing keys Issue 49.
  * Complete refactoring how options are handled.

 -- Scott Kirkwood <scott@forusers.com>  Mon, 02 Aug 2010 19:20:35 +0300

key-mon (1.2.6-1) unstable; urgency=low

  * Renamed build_all.py to build.py.
  * Completed Portuguese translations.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 18 Jul 2010 23:15:23 +0300

key-mon (1.2.5-1) unstable; urgency=low

  * Added some support for internationalization.

 -- Scott Kirkwood <scott@forusers.com>  Thu, 15 Jul 2010 23:13:09 +0300

keymon (1.2.4-1) unstable; urgency=low

  * Added missing librsvg2-common to Debian package.

 -- Scott Kirkwood <scott@forusers.com>  Wed, 07 Jul 2010 22:09:00 -0300

keymon (1.2.3-1) unstable; urgency=low

  * Changed the style to be more PEP 8 compatible.
  * Fixed a few small bugs.
  * Using new version of pybdist.

 -- Scott Kirkwood <scott@forusers.com>  Sun, 04 Jul 2010 22:24:00 -0300

keymon (1.2.2-1) unstable; urgency=low

  * Initial release.

 -- Scott Kirkwood <scott@forusers.com>  Fri, 02 Jul 2010 21:55:19 -0300
