[Python-apps-commits] r5126 - in packages/autokey/trunk/debian (changelog)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Mon Apr 19 12:22:43 UTC 2010


    Date: Monday, April 19, 2010 @ 12:22:34
  Author: ffm-guest
Revision: 5126

* New upstream version
  - Fix for issue 35 - Cleared hotkeys show in column
  - Remove send_unicode_char() as it no longer works
  - Handle missing modifier masks by warning (and not crashing)
  - Don't grab hotkey combinations for Caps and Num if they aren't mapped
  - [gtk] Autosize treeview columns
  - [kde] Remember column and splitter positions
  - [gtk] Fix hang when filling the clipboard/mouse selection
  - Exorcise all remaining traces of SourceForge site
  - Change left click action of notification icon to show the configuration window
  - When using XRecord interface, get initial state of lock keys
  - Distinguish between numpad and ordinary keys
  - Fix numpad key decoding when both numlock and shift are active
  - Grab the keyboard while grabbing the key for a hotkey in hotkey settings dialog
  - Implement configuration option to send phrase via different modes
  - Implement validation to check for untypable characters in a phrase
  - Improve documentation for scripting interface (issue 37)
  - Don't log list of phrases/scripts in debug mode as it can be a security risk
  - Disable abbreviation popup hotkey by default
  - Make hotkey and abbreviation validation messages more informative
  - Detect substring abbreviation conflicts when validating

Modified:
  packages/autokey/trunk/debian/changelog

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-04-16 19:42:30 UTC (rev 5125)
+++ packages/autokey/trunk/debian/changelog	2010-04-19 12:22:34 UTC (rev 5126)
@@ -1,3 +1,29 @@
+autokey (0.70.2-1) unstable; urgency=low
+
+  * New upstream version
+    - Fix for issue 35 - Cleared hotkeys show in column
+    - Remove send_unicode_char() as it no longer works
+    - Handle missing modifier masks by warning (and not crashing)
+    - Don't grab hotkey combinations for Caps and Num if they aren't mapped
+    - [gtk] Autosize treeview columns
+    - [kde] Remember column and splitter positions
+    - [gtk] Fix hang when filling the clipboard/mouse selection
+    - Exorcise all remaining traces of SourceForge site
+    - Change left click action of notification icon to show the configuration window
+    - When using XRecord interface, get initial state of lock keys
+    - Distinguish between numpad and ordinary keys
+    - Fix numpad key decoding when both numlock and shift are active
+    - Grab the keyboard while grabbing the key for a hotkey in hotkey settings dialog
+    - Implement configuration option to send phrase via different modes
+    - Implement validation to check for untypable characters in a phrase
+    - Improve documentation for scripting interface (issue 37)
+    - Don't log list of phrases/scripts in debug mode as it can be a security risk
+    - Disable abbreviation popup hotkey by default
+    - Make hotkey and abbreviation validation messages more informative
+    - Detect substring abbreviation conflicts when validating
+
+ -- Luke Faraone <luke at faraone.cc>  Mon, 19 Apr 2010 08:20:44 -0400
+
 autokey (0.70.1-1) unstable; urgency=low
 
   * New upstream version




More information about the Python-apps-commits mailing list