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