forked from autokey/autokey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [gtk] Handle situation where no folders exist (issue 62)
* Remove KeyboardInterrupt handling as it didn't work anyway (issue 3) * Fix window.get_active_geometry() (issue 77) * Don't use absolute path name to application icon * Add 'status' function to init script to meet Redhat sysv init specs * Bump version and update changelog for v0.71.1 release git-svn-id: http://autokey.googlecode.com/svn/trunk@303 65b5f37c-86d1-11de-b610-71a7c637a048
- Loading branch information
cdekter
committed
Oct 22, 2010
1 parent
3d16b02
commit 4bf2b0c
Showing
9 changed files
with
102 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
autokey (0.71.1-0~maverick) maverick; urgency=low | ||
|
||
* [gtk] Handle situation where no folders exist (issue 62) | ||
* Remove KeyboardInterrupt handling as it didn't work anyway (issue 3) | ||
* Fix window.get_active_geometry() (issue 77) | ||
* Don't use absolute path name to application icon | ||
* Add 'status' function to init script to meet Redhat sysv init specs | ||
|
||
-- Chris Dekter <[email protected]> Fri, 22 Oct 2010 13:21:11 +1100 | ||
|
||
autokey (0.71.0-0~lucid) lucid; urgency=low | ||
|
||
* Add an import/export facility (issue 58) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
setup( | ||
name="autokey", | ||
version="0.71.0", | ||
version="0.71.1", | ||
author="Chris Dekter", | ||
author_email="[email protected]", | ||
url="http://autokey.googlecode.com/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
|
||
APP_NAME = "AutoKey" | ||
CATALOG = "" | ||
VERSION = "0.71.0" | ||
VERSION = "0.71.1" | ||
HOMEPAGE = "http://autokey.googlecode.com/" | ||
BUG_EMAIL = "[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters