diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-02 09:30:01 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-02 09:30:01 +0000 |
commit | a0117296b4132f690ee17ecac307acef4a52229d (patch) | |
tree | fb5b1369c93d1d9d511cd4283325a7aa68f72f76 /ChangeLog | |
parent | d6b7f83e58de86ee3620f61cfade8ffb9a81a196 (diff) | |
download | calcurse-a0117296b4132f690ee17ecac307acef4a52229d.tar.gz calcurse-a0117296b4132f690ee17ecac307acef4a52229d.zip |
Notification configuration menu rewritten to handle scrolling.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |