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