7f5a38f0096bce4a24e2fad17d64e32cc58bbc70
[apps/madmutt.git] / ChangeLog.mutt-ng
1 Changes specific to mutt-ng:
2
3 2005-02-10:
4   * quoting fix for f=f handler (fix for bug #3345)
5
6 2005-02-06:
7   * rewrote handler for f=f attachments to produce nicer output
8
9 2005-02-05:
10   * Made message ID format configurable
11   * Implemented $signoff_string (fixes feature request #552)
12
13 2005-02-04:
14   * Fixed another bug in ajg.last-folder patch
15
16 2005-02-03:
17   * Fixed stupid bug regarding saving attachments
18   * applied ajg.last-folder patch
19
20 2005-02-02
21   * little change to prevent segfaults on ia64; see #285001 in debian bts for
22     more information
23
24 2005-02-01:
25   * Merged in mutt changes from 1.5.6 to 1.5.7
26
27 2005-01-30:
28   * (Partially?) implemented IMAP reconnecting, needs more testing
29
30 2005-01-29:
31   * Fixed bugs #3149 and #3161: declarations within functions don't work with gcc 2.95
32   * Rename helper programs new names and install documentation into 
33     $prefix/doc/muttng (#3143)
34   * Fixed Solaris compile problem
35
36 2005-01-23:
37   * Implemented umask option after Wolfgang Karall's idea
38
39 2005-01-22:
40   * Reverted the xface patch as it broke a lot of things
41   * Removed a few pscan(1) warnings
42   * Integrated the following patches:
43     * edit-threads patch
44     * gnutls patch including integration into configure script, i.e. the user
45       can select between OpenSSL and GNU TLS.
46     * Florian Weimer's sort maildir entries by inode number patch
47     * little pgpewrap fix
48     * Thomas Glanzmann's hcache patch
49   * Corrected email addresses et al.
50
51 2005-01-14:
52   * Integrated the following patches:
53     * rr.compressed for compressed folders
54   * Changed User-Agent string
55   * Added operating_system to set fake operating system for User-Agent string
56
57 2005-01-09:
58   * first version of mutt-ng
59   * integrated the following patches:
60     * sidebar patch
61     * aw.listreply patch
62     * cd.source_multiple patch
63     * vvv.initials patch
64     * cd.trash_folder patch
65     * cd.purge_message patch
66     * vvv.quote patch
67     * vvv.nntp patch
68     * ajg.last-folder patch
69     * xterm title patch from SGI (http://freeware.sgi.com/source/mutt/)
70   * fixed missing decoding of partially wrong RFC2047 headers (handling was too strict)
71   * fixed wrong display of ISO-8859-1 names by removing parts of the multibyte-character handling