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