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