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