46b9c72799f9724c7ad5c9679e4d636a56f902cc
[apps/madmutt.git] / ChangeLog.mutt-ng
1 Changes specific to mutt-ng:
2
3 2005-01-30:
4   * (Partially?) implemented IMAP reconnecting, needs more testing
5
6 2005-01-29:
7   * Fixed bugs #3149 and #3161: declarations within functions don't work with gcc 2.95
8   * Rename helper programs new names and install documentation into 
9     $prefix/doc/muttng (#3143)
10   * Fixed Solaris compile problem
11
12 2005-01-23:
13   * Implemented umask option after Wolfgang Karall's idea
14
15 2005-01-22:
16   * Reverted the xface patch as it broke a lot of things
17   * Removed a few pscan(1) warnings
18   * Integrated the following patches:
19     * edit-threads patch
20     * gnutls patch including integration into configure script, i.e. the user
21       can select between OpenSSL and GNU TLS.
22     * Florian Weimer's sort maildir entries by inode number patch
23     * little pgpewrap fix
24     * Thomas Glanzmann's hcache patch
25   * Corrected email addresses et al.
26
27 2005-01-14:
28   * Integrated the following patches:
29     * rr.compressed for compressed folders
30   * Changed User-Agent string
31   * Added operating_system to set fake operating system for User-Agent string
32
33 2005-01-09:
34   * first version of mutt-ng
35   * integrated the following patches:
36     * sidebar patch
37     * aw.listreply patch
38     * cd.source_multiple patch
39     * vvv.initials patch
40     * cd.trash_folder patch
41     * cd.purge_message patch
42     * vvv.quote patch
43     * vvv.nntp patch
44     * ajg.last-folder patch
45     * xterm title patch from SGI (http://freeware.sgi.com/source/mutt/)
46   * fixed missing decoding of partially wrong RFC2047 headers (handling was too strict)
47   * fixed wrong display of ISO-8859-1 names by removing parts of the multibyte-character handling