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