diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-31 02:48:44 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-31 02:55:56 +0200 |
commit | de85010edc4ba228313f730473258743a1063652 (patch) | |
tree | 4e0ca27298d634bcbafbd16f34d309c97e84542e /NEWS | |
parent | 2336066855d24afa5bb12f79957f2a00bec4354f (diff) | |
download | calcurse-de85010edc4ba228313f730473258743a1063652.zip |
Release 2.9.1v2.9.1
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +[03 Aug 2011] +Version 2.9.1: +- Bugfixes: + * Keep the order of events across restarts (reported by Alan). + + * Fix the build process when disabling documentation generation. + + * Avoid flickering on window resize. + + * Avoid a segfault when resizing the calcurse window. + + * Add missing documentation for the "backword-kill-word" line editing + function. + + * Honor the "TMPDIR" environment variable instead of using hardcoded paths + for temporary files (reported by Erik Saule). + + * Fix pager invocation when showing the log file during an import (reported + by Andraz Levstik). + + * Accept resource parameters in iCal import. Accept additional parameters + such as language parameters (reported by Andraz Levstik). + + * Sync the notification item after editing or pasting an appointment. This + ensures the information in the notification bar as well as the countdown + for the notification daemon are always up-to-date (reported by Andraz + Levstik). + + * Fix recurrent appointment notification. + + * Fix flagging of regular appointments. + + * Fix sort order when using command line options to display upcoming + appointments and events (reported by Erik Saule). + [29 May 2011] Version 2.9.0 - New features: |