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