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