[Python-apps-commits] r5115 - in packages/autokey/trunk/debian (changelog)
ffm-guest at users.alioth.debian.org
ffm-guest at users.alioth.debian.org
Thu Apr 15 15:14:04 UTC 2010
Date: Thursday, April 15, 2010 @ 15:13:57
Author: ffm-guest
Revision: 5115
* New upstream version
- Add extra columns to treewidget to display abbreviation and/or hotkey
- Always prompt before deleting anything
- Much nicer determination of new selection after deleting an item
- [kde] Improve treewidget behaviour when creating phrases/scripts
- [kde] Get rid of unused help menu entries
- Fix a number of bugs around prompting to save and autosaving
- [gtk] Fix for issue 29 - Clicking "Yes" for saving a phrase doesn't save
the phrase
- Use shutil.copy2 to preserve config file's timestamp
- Extensive rewrite of keyboard mapping code
- Prevent spurious hotkey grabs on window create
- Flush generated keyboard events before ungrabbing the keyboard
- Add a fake_keypress() to scripting keyboard class to send events using
xtest
- Fix bug where word characters were not detected correctly in non-English
locales
- Add dependency and import handling for differing JSON libraries in Python
2.5
* New upstream version:
- Persist configuration using json instead of pickle
- Make hotkeys exclusive - prevent other applications from receiving them
- Hotkeys are grabbed globally if they have no filter
- Hotkeys are grabbed only in matching windows if they have a filter
- Grab keyboard while sending strings to prevent user-typed input mixing
with output
- Fix problem where hotkeys with backspace, tab and enter would not work
- Improve window name determination
- Build a map of modifier masks
- Use modifier masks to correctly emit modified keys instead of using Xtest
Modified:
packages/autokey/trunk/debian/changelog
Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog 2010-04-13 20:58:10 UTC (rev 5114)
+++ packages/autokey/trunk/debian/changelog 2010-04-15 15:13:57 UTC (rev 5115)
@@ -1,3 +1,44 @@
+autokey (0.70.1-1) unstable; urgency=low
+
+ * New upstream version
+ - Add extra columns to treewidget to display abbreviation and/or hotkey
+ - Always prompt before deleting anything
+ - Much nicer determination of new selection after deleting an item
+ - [kde] Improve treewidget behaviour when creating phrases/scripts
+ - [kde] Get rid of unused help menu entries
+ - Fix a number of bugs around prompting to save and autosaving
+ - [gtk] Fix for issue 29 - Clicking "Yes" for saving a phrase doesn't save
+ the phrase
+ - Use shutil.copy2 to preserve config file's timestamp
+ - Extensive rewrite of keyboard mapping code
+ - Prevent spurious hotkey grabs on window create
+ - Flush generated keyboard events before ungrabbing the keyboard
+ - Add a fake_keypress() to scripting keyboard class to send events using
+ xtest
+ - Fix bug where word characters were not detected correctly in non-English
+ locales
+ - Add dependency and import handling for differing JSON libraries in Python
+ 2.5
+
+ -- Luke Faraone <luke at faraone.cc> Thu, 15 Apr 2010 11:12:49 -0400
+
+autokey (0.70.0-1) experimental; urgency=low
+
+ * New upstream version:
+ - Persist configuration using json instead of pickle
+ - Make hotkeys exclusive - prevent other applications from receiving them
+ - Hotkeys are grabbed globally if they have no filter
+ - Hotkeys are grabbed only in matching windows if they have a filter
+ - Grab keyboard while sending strings to prevent user-typed input mixing
+ with output
+ - Fix problem where hotkeys with backspace, tab and enter would not work
+ - Improve window name determination
+ - Build a map of modifier masks
+ - Use modifier masks to correctly emit modified keys instead of using Xtest
+
+
+ -- Luke Faraone <luke at faraone.cc> Fri, 09 Apr 2010 10:23:35 -0400
+
autokey (0.61.7-2) unstable; urgency=low
* Fix dependency substitution for Ubuntu.
More information about the Python-apps-commits
mailing list