Nico Golde:
[apps/madmutt.git] / ChangeLog
1 Changes specific to mutt-ng:
2
3 2005-09-07:
4   * Mutt-ng no longer contains support for SASL 1.x.
5
6 2005-08-29:
7   * Mutt-ng now can limit the number of headers to show if
8     $edit_headers is set via $editor_headers
9   * Eventually muttng shows that messages are of type multipart
10     in the index
11   * Mutt-ng now contains a set of pre-defined read-only variables
12     to query for system properties (see manual) (useful in
13     connection with expansion)
14
15 2005-08-27:
16   * users now can freely define variables on their own as long as
17     prefixed with $user_ (useful in connection with expansion)
18   * instead of dumping all variables, muttng can dump changed only
19   * debug levels can be tuned at runtime
20
21 2005-08-25:
22   * It now expands the current value of configuration variables
23     in addition to environment variables via $foo
24   * It now can remind the user to attach files if promised but not made
25   * All mutt-ng builds eventually contain correct revision numbers
26
27 2005-08-18:
28   * Mutt-ng now can limit the number of recipients shown in the pager
29
30 2005-08-16:
31   * Peter J. Holzer <hjp@hjp.at> kindly contributed an improved
32     format=flowed handler
33
34 2005-08-14:
35   * the sidebar now shows newsgroup article counts if groups are
36     defined via mailboxes
37
38 2005-08-13:
39   * libESMTP integration has been improved: it now features DSN, the
40     8BITMIME flag and an envelope sender differend from From: header
41   * Merged in latest mutt changes up to 1.5.10
42
43 2005-08-11:
44   * Christian Gall <cg@cgall.de> kindly contributed a patch to add support
45     for using TLS via the libESMTP library
46
47 2005-07-24:
48   * restoring xterm's title is possible (with some shell magic, see manual)
49
50 2005-07-17:
51   * changed safe_strlen and safe_strcmp to mutt_* pendants
52
53 2005-07-16:
54   * the 'prepare' script has been renamed to 'autogen.sh'
55
56 2005-06-29:
57   * merge in latest mutt changes so that now it's possible to have a
58     different login name for IMAP than local user name
59
60 2005-06-16:
61   * many consistency changes (which may also complicate migration) (see
62     UPGRADING and update-config.pl in contrib/)
63
64 2005-05-25:
65   * dropped version number and changed to devel
66
67 2005-05-14:
68   * header caching update: support for qdbm (which supports compressed
69     database files) has been added
70
71 2005-04-18:
72   * sidebar updates: eventually counting can be disabled and
73     $sidebar_newmail_only works way better
74
75 2005-04-18 (up to):
76   * Re-design, re-organization and cleanup still in progress
77
78 2005-03-13:
79   * Merged in latest mutt changes up to 1.5.9
80
81 2005-03-10:
82   * included CD's ifdef patch plus extension ('ifndef', feature_*), see manual
83
84 2005-03-05:
85   * added color sidebar
86
87 2005-03-02:
88   * support for news servers without LISTGROUP (fixes bug #3483)
89
90 2005-03-01:
91   * made internal buffy list sorted (-> sorted in sidebar, too)
92   * somewhat bigger documentation update; introduce UPGRADING document
93   * fixed escape sequence problem in manual.txt
94   * fixed bug #3490
95   * added an option to make f=f messages break at a certain column
96
97 2005-02-27:
98   * integrated patch to highlight the next mailbox which includes new mail in sidebar
99   * makes sidebar fit into screen in the pager
100   * improved usenet usability (pattern '~*' as real name filter, more address parsing)
101   * added color for flagged mailboxes in sidebar
102
103 2005-02-24:
104   * Integrated another sidebar fix and a build fix from Rocco Rutte.
105   * Implemented feature request that the number of flagged messages is shown in the sidebar
106
107 2005-02-23:
108   * Integrated assume_charset patch from http://www.emaillab.org/mutt/download15.html.en
109   * Integrated patch by Rocco Rutte to correct minor bugs
110   * Fixed huge multibyte handling fuckup (was I drunk?!)
111   * Integrated sidebar fixed by Rocco Rutte
112
113 2005-02-22:
114   * Merged mutt changes
115   * Sidebar now honors the imap_home_namespace
116   * Added "shorten hierarchy" option
117
118 2005-02-21:
119   * Merged past mutt changes
120   * Fixed a bug in mutt_FormatString regarding aligning the rest of a string to the right (%>)
121   * Added fix from jschmitt
122
123 2005-02-16:
124   * fixed segfault in curs_lib.c
125   * fixed names
126
127 2005-02-13:
128   * Merged in mutt changes from 1.5.7 to 1.5.8
129
130 2005-02-10:
131   * quoting fix for f=f handler (fix for bug #3345)
132
133 2005-02-06:
134   * rewrote handler for f=f attachments to produce nicer output
135
136 2005-02-05:
137   * Made message ID format configurable
138   * Implemented $signoff_string (fixes feature request #552)
139
140 2005-02-04:
141   * Fixed another bug in ajg.last-folder patch
142
143 2005-02-03:
144   * Fixed stupid bug regarding saving attachments
145   * applied ajg.last-folder patch
146
147 2005-02-02
148   * little change to prevent segfaults on ia64; see #285001 in debian bts for
149     more information
150
151 2005-02-01:
152   * Merged in mutt changes from 1.5.6 to 1.5.7
153
154 2005-01-30:
155   * (Partially?) implemented IMAP reconnecting, needs more testing
156
157 2005-01-29:
158   * Fixed bugs #3149 and #3161: declarations within functions don't work with gcc 2.95
159   * Rename helper programs new names and install documentation into 
160     $prefix/doc/muttng (#3143)
161   * Fixed Solaris compile problem
162
163 2005-01-23:
164   * Implemented umask option after Wolfgang Karall's idea
165
166 2005-01-22:
167   * Reverted the xface patch as it broke a lot of things
168   * Removed a few pscan(1) warnings
169   * Integrated the following patches:
170     * edit-threads patch
171     * gnutls patch including integration into configure script, i.e. the user
172       can select between OpenSSL and GNU TLS.
173     * Florian Weimer's sort maildir entries by inode number patch
174     * little pgpewrap fix
175     * Thomas Glanzmann's hcache patch
176   * Corrected email addresses et al.
177
178 2005-01-14:
179   * Integrated the following patches:
180     * rr.compressed for compressed folders
181   * Changed User-Agent string
182   * Added operating_system to set fake operating system for User-Agent string
183
184 2005-01-09:
185   * first version of mutt-ng
186   * integrated the following patches:
187     * sidebar patch
188     * aw.listreply patch
189     * cd.source_multiple patch
190     * vvv.initials patch
191     * cd.trash_folder patch
192     * cd.purge_message patch
193     * vvv.quote patch
194     * vvv.nntp patch
195     * ajg.last-folder patch
196     * xterm title patch from SGI (http://freeware.sgi.com/source/mutt/)
197   * fixed missing decoding of partially wrong RFC2047 headers (handling was too strict)
198   * fixed wrong display of ISO-8859-1 names by removing parts of the multibyte-character handling