]> mj.ucw.cz Git - checkmail.git/blob - ChangeLog
Fixed formatting of sender addresses combined with personal info
[checkmail.git] / ChangeLog
1 2010-07-18  Martin Mares <mj@ucw.cz>
2
3         * Added incremental search of mailbox names (invoked by the "/" key).
4
5         * New messages can be reported by on-screen display using OSDD.
6
7         * Released as 1.4.
8
9 2008-03-05  Martin Mares <mj@ucw.cz>
10
11         * Added support for lighting keyboard LEDs via the XKB protocol
12         if a connection to the X server is available.
13
14         * Released as 1.3.
15
16 2008-02-13  Martin Mares <mj@ucw.cz>
17
18         * Added support for gzipped mailboxes, based on a patch by
19           Michal Vaner.
20
21         * Released as 1.2.
22
23 2008-01-16  Martin Mares <mj@ucw.cz>
24
25         * Non-ASCII characters are displayed properly in UTF-8 locale.
26           Unfortunately, this needs linking checkmail with libncursesw,
27           because plain libncurses chokes on multi-byte characters whose
28           parts do not look printable. This mode is now enabled by default,
29           tweak the Makefile if you do not have libncursesw.
30
31         * Released as 1.1.
32
33 2007-06-25  Martin Mares <mj@ucw.cz>
34
35         * Non-ASCII characters encoded as per RFC 2047 are now deciphered
36           and converted to the native character set. (We use parsing code
37           from Mutt 1.5.16, slightly adapted for our use.)
38
39         * The system locale and iconv routines are used for operations with
40           charsets. We use the not too well documented "//TRANSLIT" suffix to
41           make iconv perform transliteration when it encounters a character,
42           which cannot be represented in the destination charset. This is
43           a GNU extension, but we hope that it gets ignored on other systems.
44
45         * Mail sender addresses are now parsed (again using Mutt's routines)
46           and you can use the `m' and `p' options to select whether you
47           want to display the full name of the sender, the address of his/her
48           mailbox or both.
49
50         * Mailboxes can be assigned hotkeys, which override the default
51           key bindings. This is available as the `!<hotkey>' option.
52
53         * If a mailbox contains no new messages, you can choose to highlight
54           flagged messages (those with `X-Status: F' header, see the `F'
55           command in Mutt) instead. See the `f' option.
56
57         * Folded headers are now parsed properly.
58
59         * Released as 1.0.
60
61 2006-06-03  Martin Mares  <mj@ucw.cz>
62
63         * cm.c (add_snippet): Compress spaces and avoid printing unprintable
64         characters.
65
66         * Released as 0.4.
67
68 2005-05-25  Martin Mares  <mj@ucw.cz>
69
70         * cm.c (add_snippet): Don't forget to terminate the string. Gets rid of
71         occassional garbage at the end of mail snippets.
72
73         * Ctrl-L now refreshes the screen.
74
75         * `B' disables (and `b' enables) all beeping.
76
77         * Released as 0.3.
78
79 2005-05-23  Martin Mares  <mj@ucw.cz>
80
81         * Replaced the `-h' switch by a general interface for setting options.
82
83         * Added `hide', `hide if empty', `beep' and `highlight' options.
84
85         * Introduced mbox priorities independent on highlighting. TAB selects
86           the highest priority mbox with new messages.
87
88         * Introduced hiding according to priority.
89
90         * Mailboxes can now carry custom names.
91
92         * Removed the non-functional `-l' switch.
93
94         * Introduced `snippet' option which shows sender and subject of the freshest
95           new message. So far very rough.
96
97         * Added release scripts.
98
99         * Released as 0.2.
100
101 2005-05-20  Martin Mares  <mj@ucw.cz>
102
103         * Released as 0.1.