From 36a447b8b9bf2d91c01fcad0d1d5107dfbdce198 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 5 Dec 2012 12:24:04 +0100 Subject: Release 3.1.0 Signed-off-by: Lukas Fleischer --- NEWS | 41 ++++++++++++++++++++++++++++++++++++++--- doc/manual.txt | 2 +- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6aa1276..beedc8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +[05 Dec 2012] +Version 3.1.0: +- New features: + * Vim-like copy/paste (FR#15). Use the delete key to cut items. + + * Support for entering times in 24 hour format ("2130" instead of "21:30", + thanks to William Pettersson for submitting a patch). + + * Compact panel mode (FR#7). This can be enabled using the currently + undocumented "appearance.compactpanels" configuration setting. + + * Configurable default view (FR#19). The default view can be changed using + the currently undocumented "appearance.defaultpanel" configuration setting. + + * "-D" and "-c" can now be used simultaneously, whereby "-c" has precedence + over "-D". + + * Cache monthly view to speed up browsing. + +- Bug fixes: + * Sort `calcurse -d` output by time (BUG#2, reported by Romeo Van Snick). + + * Fix a critical data corruption bug (BUG#7, BUG#8, reported by Baptiste + Jonglez and Erik Saule). + + * Fix screen corruption (BUG#6, reported by Erik Saule and Antoine Jacoutot). + + * No longer show the calcurse screen in the editor/pager when the window is + resized (BUG#9, reported by Michael Smith). + + * Calculate busy slices correctly if (recurrent) appointments with a duration + of more than 24 hours are used. + + * Fix a core dump that occurred if the main window was too small. + +- Translation: + * Several translation updates. + [01 Jul 2012] Version 3.0.0: - New features: @@ -26,9 +64,6 @@ Version 3.0.0: * A test suite that can be used to test the core functionality of calcurse. - * "-D" and "-c" can now be used simultaneously, whereby "-c" has precedence - over "-D". - * A "--read-only" command line option to discard all changes to data files. - Bug fixes: diff --git a/doc/manual.txt b/doc/manual.txt index 7f8ac93..ae413bb 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -149,7 +149,7 @@ Install process First you need to gunzip and untar the source archive: ---- -$ tar zxvf calcurse-3.0.0.tar.gz +$ tar zxvf calcurse-3.1.0.tar.gz ---- Once you meet the requirements and have extracted the archive, the install -- cgit v1.2.3-54-g00ecf