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