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