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