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