Notification configuration menu rewritten to handle scrolling.

This commit is contained in:
Frederic Culot
2009-08-02 09:30:01 +00:00
parent d6b7f83e58
commit a0117296b4
2 changed files with 67 additions and 40 deletions

View File

@@ -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>