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