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