diff options
author | Frederic Culot <calcurse@culot.org> | 2010-10-23 10:33:29 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2010-10-23 10:33:29 +0000 |
commit | 9cd3bf7f12e435e7e593daf3079d99b2a140238b (patch) | |
tree | 7667ca862a191a88102b9ff6f4a9ca6c682d656e | |
parent | 1a6cdeab55d16125be3536beb8c7b1927e940b1f (diff) | |
download | calcurse-9cd3bf7f12e435e7e593daf3079d99b2a140238b.tar.gz calcurse-9cd3bf7f12e435e7e593daf3079d99b2a140238b.zip |
Apply patches sent by Lukas Fleischer and add him as an author.
-rwxr-xr-x | AUTHORS | 1 | ||||
-rwxr-xr-x | ChangeLog | 10 | ||||
-rwxr-xr-x | README | 7 |
3 files changed, 15 insertions, 3 deletions
@@ -1 +1,2 @@ Frederic Culot <frederic@culot.org> +Lukas Fleischer <cryp2cr@gmx.de> @@ -1,3 +1,13 @@ +2010-10-23 Frederic Culot <frederic@culot.org> + + * src/calendar.c (isBissextile): function removed and + replaced by isleap macro (patch submitted by Lukas Fleischer) + + * src/utils.c (is_all_digit): clean up (patch submitted by + Lukas Fleischer) + + * AUTHORS, README: add Lukas Fleischer as an author + 2010-05-29 Frederic Culot <frederic@culot.org> * === Released 2.8 === @@ -17,14 +17,15 @@ PACKAGE OVERVIEW: directory. Calcurse sources can be found in the 'src' directory. -AUTHOR: +AUTHORS: - Frederic Culot + Frederic Culot (original author) + Lukas Fleischer (several patches + new features) CONTRIBUTORS: - Support for regex Erik Saule + Support for regex Erik Saule German translation Michael Schulz, Chris M. Spanish translation Jose Lopez |