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