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