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