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