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