diff options
author | Frederic Culot <calcurse@culot.org> | 2007-09-16 15:38:43 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-09-16 15:38:43 +0000 |
commit | d2b15fb3705c840e63d5f2d35b640ef536ab43e1 (patch) | |
tree | 4b9a792481781fc1e38febd326c48fd56897f269 /ChangeLog | |
parent | c04fee7e14a56c2d1f3414db2c49851832a785fd (diff) | |
download | calcurse-d2b15fb3705c840e63d5f2d35b640ef536ab43e1.tar.gz calcurse-d2b15fb3705c840e63d5f2d35b640ef536ab43e1.zip |
small bugfixes
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +16 Sep 2007: + bugfix: wrong symbol used for pthread library in configure.ac (thanks + Michael for noticing this bug) + keypad() used in popup() routine, to avoid possible unwanted + interactions (status bar could change for example when viewing an + item description and pressing an arrow key) + export to /tmp/calcurse.ics is now performed in case $HOME is not set + 01 Sep 2007: bugfix: shift in date_arg(), thanks Herbert for reporting this bug |