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