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