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