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

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Wed Apr 21 13:07:47 UTC 2010


    Date: Wednesday, April 21, 2010 @ 13:07:43
  Author: ffm-guest
Revision: 5135

* New upstream version
  - Automatically adjust keyboard mapping to allow sending of non-mapped
    characters in phrases
  - Remove untypable character validation as it's no longer needed
  - Catch BadWindow errors during initial hotkey grabs
  - Prevent abbreviations triggering in the abbreviation settings dialog
  - [kde] Enable auto-sizing of treeview columns
  - [gtk] Wrap clipboard calls in gtk.gdk.threads_enter() and leave()
  - [gtk] Raise a nicer exception if no text was returned from selection
    or clipboard
  - [gtk] Fix incorrect validation message in phrase page
  - Enable config file upgrade from 0.6x.x to to 0.70.0
  - Add some logging around config upgrades

Modified:
  packages/autokey/trunk/debian/changelog

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-04-21 09:07:21 UTC (rev 5134)
+++ packages/autokey/trunk/debian/changelog	2010-04-21 13:07:43 UTC (rev 5135)
@@ -1,3 +1,23 @@
+autokey (0.70.3) UNRELEASED; urgency=low
+
+  * New upstream version
+    - Automatically adjust keyboard mapping to allow sending of non-mapped
+      characters in phrases
+    - Remove untypable character validation as it's no longer needed
+    - Catch BadWindow errors during initial hotkey grabs
+    - Prevent abbreviations triggering in the abbreviation settings dialog
+    - [kde] Enable auto-sizing of treeview columns
+    - [gtk] Wrap clipboard calls in gtk.gdk.threads_enter() and leave()
+    - [gtk] Raise a nicer exception if no text was returned from selection
+      or clipboard
+    - [gtk] Fix incorrect validation message in phrase page
+    - Enable config file upgrade from 0.6x.x to to 0.70.0
+    - Add some logging around config upgrades
+
+
+
+ -- Luke Faraone <luke at faraone.cc>  Wed, 21 Apr 2010 09:03:58 -0400
+
 autokey (0.70.2-1) unstable; urgency=low
 
   * New upstream version




More information about the Python-apps-commits mailing list