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