2018-03-03  Martin Mares <mj@ucw.cz>

	* When a mailbox/maildir name starts with a dot, we remove the
	  dot. This is useful in certain layouts of Maildir subfolders.

	* Relased as 1.11.

2015-12-14  Martin Mares <mj@ucw.cz>

	* Sort order is now configurable: each mailbox can be assigned
	  an integer sort order, mailboxes with the same sort order are
	  sorted lexicographically.

	* Released as 1.10.

2015-04-14  Martin Mares <mj@ucw.cz>

	* Checkmail now supports maildirs as well as mailboxes.
	  Whenever the mbox pattern given as an argument matches a directory,
	  it is considered to be in maildir format. All features should work
	  with maildirs as well as with mailboxes.

	* Released as 1.9.

2014-07-22  Martin Mares <mj@ucw.cz>

	* Added "simple TAB" mode ("-t"), in which the TAB key ignores
	  mailbox priorities and just jumps to the next mailbox with
	  new mail.

	* Added "o" mailbox option, which asks for treating old, but
	  unread mail as new.

	* We now use the Content-Length header to determine mail length
	  if it is available. This is not only faster than scanning for
	  the next "From " line, but it also works in cases where extraneous
	  "From" lines in the mail are not properly escaped.

	* Fixed a bug in parsing of mail headers, which was triggered by
	  spaces at the very beginning of mail body.

	* Released as 1.8.

2014-03-29  Martin Mares <mj@ucw.cz>

	* We avoid repeated announcements of the same mail by OSD.

	* Mail age gets updated properly, even if the mailbox does not change.

	* We write "1 hr" instead of "1 hrs".

	* Released as 1.7.

2014-02-10  Martin Mares <mj@ucw.cz>

	* Relaxed parsing of encoded MIME headers (RFC 2047).
	  Follows changes in recent versions of Mutt. Unfortunalely,
	  most contemporary MUA's are made by dilletantes.

	* Released as 1.6.

2014-02-05  Martin Mares <mj@ucw.cz>

	* Fixed a trivial bug in formatting of message snippets, which caused
	  "-omps" output to lack space between mail address and personal info.

	* Released as 1.5.

2010-07-18  Martin Mares <mj@ucw.cz>

	* Added incremental search of mailbox names (invoked by the "/" key).

	* New messages can be reported by on-screen display using OSDD.

	* Released as 1.4.

2008-03-05  Martin Mares <mj@ucw.cz>

	* Added support for lighting keyboard LEDs via the XKB protocol
	  if a connection to the X server is available.

	* Released as 1.3.

2008-02-13  Martin Mares <mj@ucw.cz>

	* Added support for gzipped mailboxes, based on a patch by
	  Michal Vaner.

	* Released as 1.2.

2008-01-16  Martin Mares <mj@ucw.cz>

	* Non-ASCII characters are displayed properly in UTF-8 locale.
	  Unfortunately, this needs linking checkmail with libncursesw,
	  because plain libncurses chokes on multi-byte characters whose
	  parts do not look printable. This mode is now enabled by default,
	  tweak the Makefile if you do not have libncursesw.

	* Released as 1.1.

2007-06-25  Martin Mares <mj@ucw.cz>

	* Non-ASCII characters encoded as per RFC 2047 are now deciphered
	  and converted to the native character set. (We use parsing code
	  from Mutt 1.5.16, slightly adapted for our use.)

	* The system locale and iconv routines are used for operations with
	  charsets. We use the not too well documented "//TRANSLIT" suffix to
	  make iconv perform transliteration when it encounters a character,
	  which cannot be represented in the destination charset. This is
	  a GNU extension, but we hope that it gets ignored on other systems.

	* Mail sender addresses are now parsed (again using Mutt's routines)
	  and you can use the `m' and `p' options to select whether you
	  want to display the full name of the sender, the address of his/her
	  mailbox or both.

	* Mailboxes can be assigned hotkeys, which override the default
	  key bindings. This is available as the `!<hotkey>' option.

	* If a mailbox contains no new messages, you can choose to highlight
	  flagged messages (those with `X-Status: F' header, see the `F'
	  command in Mutt) instead. See the `f' option.

	* Folded headers are now parsed properly.

	* Released as 1.0.

2006-06-03  Martin Mares  <mj@ucw.cz>

	* cm.c (add_snippet): Compress spaces and avoid printing unprintable
	characters.

	* Released as 0.4.

2005-05-25  Martin Mares  <mj@ucw.cz>

	* cm.c (add_snippet): Don't forget to terminate the string. Gets rid of
	occassional garbage at the end of mail snippets.

	* Ctrl-L now refreshes the screen.

	* `B' disables (and `b' enables) all beeping.

	* Released as 0.3.

2005-05-23  Martin Mares  <mj@ucw.cz>

	* Replaced the `-h' switch by a general interface for setting options.

	* Added `hide', `hide if empty', `beep' and `highlight' options.

	* Introduced mbox priorities independent on highlighting. TAB selects
	  the highest priority mbox with new messages.

	* Introduced hiding according to priority.

	* Mailboxes can now carry custom names.

	* Removed the non-functional `-l' switch.

	* Introduced `snippet' option which shows sender and subject of the freshest
	  new message. So far very rough.

	* Added release scripts.

	* Released as 0.2.

2005-05-20  Martin Mares  <mj@ucw.cz>

	* Released as 0.1.
