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

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Fri Apr 30 20:52:02 UTC 2010


    Date: Friday, April 30, 2010 @ 20:52:01
  Author: ffm-guest
Revision: 5177

* New upstream version. 
  - Make sending text via keyboard dramatically faster by eliminating 2 RTT
    per character
  - Remove event replaying code as it is no longer needed and too unreliable
  - Make phrase execution sequential using a lock, to prevent phrases 
    stomping on each
    other's output when multiple phrases are triggered one after the other
  - Only reapply modifiers when entire string has been typed
  - Remove locks from iomediator as they were made redundant by keyboard 
    grabbing
  - Fix handling of space by adding it to the XK/AK map
  - Tweak get_window_title() courtesy of patch by Joseph Reagle
  - Change text on interface settings page to reflect Record being fixed in 
    x.org v1.7.6
  - Fix _chooseInterface() and update it to reflect Record being fixed in 
    x.org v1.7.6
  - Disable substring abbreviation crosscheck - too many spurious warnings
  - Set initial state of Caps and Numlock using the keyboard LED mask
  - Get rid of lock state setting in Record interface, wasn't working anyway
  - Initialise global hotkeys after creating fresh config on first run
  - Fix for issue 42: Set showPopupHotkey to be a no-op closure in KDE version

Modified:
  packages/autokey/trunk/debian/changelog

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-04-30 18:06:39 UTC (rev 5176)
+++ packages/autokey/trunk/debian/changelog	2010-04-30 20:52:01 UTC (rev 5177)
@@ -1,3 +1,29 @@
+autokey (0.70.4-1) unstable; urgency=low
+
+  * New upstream version. 
+    - Make sending text via keyboard dramatically faster by eliminating 2 RTT
+      per character
+    - Remove event replaying code as it is no longer needed and too unreliable
+    - Make phrase execution sequential using a lock, to prevent phrases 
+      stomping on each
+      other's output when multiple phrases are triggered one after the other
+    - Only reapply modifiers when entire string has been typed
+    - Remove locks from iomediator as they were made redundant by keyboard 
+      grabbing
+    - Fix handling of space by adding it to the XK/AK map
+    - Tweak get_window_title() courtesy of patch by Joseph Reagle
+    - Change text on interface settings page to reflect Record being fixed in 
+      x.org v1.7.6
+    - Fix _chooseInterface() and update it to reflect Record being fixed in 
+      x.org v1.7.6
+    - Disable substring abbreviation crosscheck - too many spurious warnings
+    - Set initial state of Caps and Numlock using the keyboard LED mask
+    - Get rid of lock state setting in Record interface, wasn't working anyway
+    - Initialise global hotkeys after creating fresh config on first run
+    - Fix for issue 42: Set showPopupHotkey to be a no-op closure in KDE version
+
+ -- Luke Faraone <luke at faraone.cc>  Sun, 25 Apr 2010 08:31:58 -0400
+
 autokey (0.70.3-1) unstable; urgency=low
 
   * New upstream version




More information about the Python-apps-commits mailing list