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