aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-02 09:30:01 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-02 09:30:01 +0000
commita0117296b4132f690ee17ecac307acef4a52229d (patch)
treefb5b1369c93d1d9d511cd4283325a7aa68f72f76 /ChangeLog
parentd6b7f83e58de86ee3620f61cfade8ffb9a81a196 (diff)
downloadcalcurse-a0117296b4132f690ee17ecac307acef4a52229d.tar.gz
calcurse-a0117296b4132f690ee17ecac307acef4a52229d.zip
Notification configuration menu rewritten to handle scrolling.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4ca827..712426a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
* src/calcurse.1: manpage updated with the '--status' flag and the
new daemon.log file in calcurse data directory
+
+ * src/notify.c (notify_config_bar): rewritten to handle scrolling
+
+ * src/custom.c: conf_set_scrsize not static anymore (changed to
+ custom_set_swsiz)
2009-08-01 Frederic Culot <frederic@culot.org>