X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fe2910e99266a4a167f0b41b958d06e30d982658;hb=ac3c05c260e3dacb603600f96d99ee408bb00ea2;hp=03af52626b044871535f2c2dc9c0d0b1f6b97d61;hpb=e79ce53d43d22b70072086c0e6c6cbbc6e08e2e3;p=checkmail.git diff --git a/ChangeLog b/ChangeLog index 03af526..fe2910e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2010-07-18 Martin Mares + + * 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 + + * 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 + + * Added support for gzipped mailboxes, based on a patch by + Michal Vaner. + + * Released as 1.2. + +2008-01-16 Martin Mares + + * 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 + + * 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 `!' 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 + + * cm.c (add_snippet): Compress spaces and avoid printing unprintable + characters. + + * Released as 0.4. + +2005-05-25 Martin Mares + + * 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 * Replaced the `-h' switch by a general interface for setting options.