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