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