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