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