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