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