diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-09 20:45:59 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-09 20:45:59 +0000 |
commit | ce20f71130de6c74ebe561904d9137f08f446a74 (patch) | |
tree | 264947ea623f84ff183de48b37873f60f213518b /ChangeLog | |
parent | ff8378b4743df5a40a024c2d1a6abbf729df1dc6 (diff) | |
download | calcurse-ce20f71130de6c74ebe561904d9137f08f446a74.tar.gz calcurse-ce20f71130de6c74ebe561904d9137f08f446a74.zip |
beginning of notifying functions implementation
Spanish manual and po file added, many thanks to Jose Lopez
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +09 Sep 2006: + src/Makefile.am updated to take notify.h and .c into account, and link + to lpthread added + configure.ac: added test for pthread library and switched to 1.6 + help window size updated to take notification bar into account + notify.h and notify.c created, with the following routines: + notify_init_bar(), notify_reinit_bar(), notify_update_bar(), + notify_extract_aptsfile(), notify_thread_sub() + Makefile.am updated to add the spanish manual + spanish manual and translations added, many thanks to Jose for + providing them + manuals updated (thanks section) + + 08 Sep 2006: fixed a bug appearing when trying to delete a newly repeated item |