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