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