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