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