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