Lukas Fleischer 2030a0563c Parse appointment end times correctly if they date back.
End times used to be parsed incorrectly if start and end time's hour
components were equal, but the end time was smaller than the start time.
This is fixed by comparing the minute components as well in case of
equal hour components.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-13 12:57:55 +01:00
2011-03-03 12:21:25 +01:00
2011-03-03 12:21:16 +01:00
2011-03-03 12:21:25 +01:00
2011-03-03 12:21:16 +01:00
2011-03-03 18:53:31 +01:00
2011-03-03 12:21:16 +01:00
2011-03-03 12:21:16 +01:00
2011-03-03 12:21:16 +01:00

		README file for the calcurse package

See the file INSTALL for instructions on how to build and install calcurse.
See the file Changelog for a release history and bug-fix notes.
See the file TODO for things that still need doing.

Browse the file doc/manual_xx.html (where xx stands for a language
abbreviation) for narrative descriptions of how to use calcurse.


PACKAGE OVERVIEW:

	You should be reading this file in a directory called: calcurse-x.x,
	where x.x is the current version number. There should be two 
	subdirectories : 'src' and 'doc'. 
	Detailed documentation in html format can be found in the 'doc' 
	directory. Calcurse sources can be found in the 'src' directory.


AUTHORS:

	Frederic Culot   (original author)
	Lukas Fleischer  (several patches + new features)


CONTRIBUTORS:

	Support for regex       Erik Saule

	German translation	Michael Schulz, Chris M., Benjamin Moeller
	Spanish translation	Jose Lopez
	Dutch translation	Jeremy Roon

	See also the 'Thanks' section in doc/manual_xx.html for a list of 
	people who have contributed by reporting bugs, sending fixes, or 
	suggesting improvements.
Description
No description provided
Readme 5.2 MiB
Languages
C 65.7%
Shell 29.6%
Python 3.4%
M4 0.8%
Makefile 0.5%