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