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