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