]> mj.ucw.cz Git - checkmail.git/blobdiff - ChangeLog
Allow `make CONFIG_X11=0'
[checkmail.git] / ChangeLog
index f865d92d38409d24e921e250b69c7f6ca186d3a7..fe2910e99266a4a167f0b41b958d06e30d982658 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+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