clean repo
[apps/madmutt.git] / legacy / ChangeLog.mutt-ng
diff --git a/legacy/ChangeLog.mutt-ng b/legacy/ChangeLog.mutt-ng
new file mode 100644 (file)
index 0000000..aebdf1c
--- /dev/null
@@ -0,0 +1,205 @@
+Changes specific to mutt-ng:
+
+2005-10-23:
+  * As part of a merge, mutt-ng contains full large file support.
+
+2005-10-19:
+  * Mutt-ng contains better scoring support to score on both, addresses
+    and names.
+
+2005-09-07:
+  * Mutt-ng no longer contains support for SASL 1.x.
+
+2005-08-29:
+  * Mutt-ng now can limit the number of headers to show if
+    $edit_headers is set via $editor_headers
+  * Eventually muttng shows that messages are of type multipart
+    in the index
+  * Mutt-ng now contains a set of pre-defined read-only variables
+    to query for system properties (see manual) (useful in
+    connection with expansion)
+
+2005-08-27:
+  * users now can freely define variables on their own as long as
+    prefixed with $user_ (useful in connection with expansion)
+  * instead of dumping all variables, muttng can dump changed only
+  * debug levels can be tuned at runtime
+
+2005-08-25:
+  * It now expands the current value of configuration variables
+    in addition to environment variables via $foo
+  * It now can remind the user to attach files if promised but not made
+  * All mutt-ng builds eventually contain correct revision numbers
+
+2005-08-18:
+  * Mutt-ng now can limit the number of recipients shown in the pager
+
+2005-08-16:
+  * Peter J. Holzer <hjp@hjp.at> kindly contributed an improved
+    format=flowed handler
+
+2005-08-14:
+  * the sidebar now shows newsgroup article counts if groups are
+    defined via mailboxes
+
+2005-08-13:
+  * libESMTP integration has been improved: it now features DSN, the
+    8BITMIME flag and an envelope sender differend from From: header
+  * Merged in latest mutt changes up to 1.5.10
+
+2005-08-11:
+  * Christian Gall <cg@cgall.de> kindly contributed a patch to add support
+    for using TLS via the libESMTP library
+
+2005-07-24:
+  * restoring xterm's title is possible (with some shell magic, see manual)
+
+2005-07-17:
+  * changed safe_strlen and safe_strcmp to mutt_* pendants
+
+2005-07-16:
+  * the 'prepare' script has been renamed to 'autogen.sh'
+
+2005-06-29:
+  * merge in latest mutt changes so that now it's possible to have a
+    different login name for IMAP than local user name
+
+2005-06-16:
+  * many consistency changes (which may also complicate migration) (see
+    UPGRADING and update-config.pl in contrib/)
+
+2005-05-25:
+  * dropped version number and changed to devel
+
+2005-05-14:
+  * header caching update: support for qdbm (which supports compressed
+    database files) has been added
+
+2005-04-18:
+  * sidebar updates: eventually counting can be disabled and
+    $sidebar_newmail_only works way better
+
+2005-04-18 (up to):
+  * Re-design, re-organization and cleanup still in progress
+
+2005-03-13:
+  * Merged in latest mutt changes up to 1.5.9
+
+2005-03-10:
+  * included CD's ifdef patch plus extension ('ifndef', feature_*), see manual
+
+2005-03-05:
+  * added color sidebar
+
+2005-03-02:
+  * support for news servers without LISTGROUP (fixes bug #3483)
+
+2005-03-01:
+  * made internal buffy list sorted (-> sorted in sidebar, too)
+  * somewhat bigger documentation update; introduce UPGRADING document
+  * fixed escape sequence problem in manual.txt
+  * fixed bug #3490
+  * added an option to make f=f messages break at a certain column
+
+2005-02-27:
+  * integrated patch to highlight the next mailbox which includes new mail in sidebar
+  * makes sidebar fit into screen in the pager
+  * improved usenet usability (pattern '~*' as real name filter, more address parsing)
+  * added color for flagged mailboxes in sidebar
+
+2005-02-24:
+  * Integrated another sidebar fix and a build fix from Rocco Rutte.
+  * Implemented feature request that the number of flagged messages is shown in the sidebar
+
+2005-02-23:
+  * Integrated assume_charset patch from http://www.emaillab.org/mutt/download15.html.en
+  * Integrated patch by Rocco Rutte to correct minor bugs
+  * Fixed huge multibyte handling fuckup (was I drunk?!)
+  * Integrated sidebar fixed by Rocco Rutte
+
+2005-02-22:
+  * Merged mutt changes
+  * Sidebar now honors the imap_home_namespace
+  * Added "shorten hierarchy" option
+
+2005-02-21:
+  * Merged past mutt changes
+  * Fixed a bug in mutt_FormatString regarding aligning the rest of a string to the right (%>)
+  * Added fix from jschmitt
+
+2005-02-16:
+  * fixed segfault in curs_lib.c
+  * fixed names
+
+2005-02-13:
+  * Merged in mutt changes from 1.5.7 to 1.5.8
+
+2005-02-10:
+  * quoting fix for f=f handler (fix for bug #3345)
+
+2005-02-06:
+  * rewrote handler for f=f attachments to produce nicer output
+
+2005-02-05:
+  * Made message ID format configurable
+  * Implemented $signoff_string (fixes feature request #552)
+
+2005-02-04:
+  * Fixed another bug in ajg.last-folder patch
+
+2005-02-03:
+  * Fixed stupid bug regarding saving attachments
+  * applied ajg.last-folder patch
+
+2005-02-02
+  * little change to prevent segfaults on ia64; see #285001 in debian bts for
+    more information
+
+2005-02-01:
+  * Merged in mutt changes from 1.5.6 to 1.5.7
+
+2005-01-30:
+  * (Partially?) implemented IMAP reconnecting, needs more testing
+
+2005-01-29:
+  * Fixed bugs #3149 and #3161: declarations within functions don't work with gcc 2.95
+  * Rename helper programs new names and install documentation into 
+    $prefix/doc/muttng (#3143)
+  * Fixed Solaris compile problem
+
+2005-01-23:
+  * Implemented umask option after Wolfgang Karall's idea
+
+2005-01-22:
+  * Reverted the xface patch as it broke a lot of things
+  * Removed a few pscan(1) warnings
+  * Integrated the following patches:
+    * edit-threads patch
+    * gnutls patch including integration into configure script, i.e. the user
+      can select between OpenSSL and GNU TLS.
+    * Florian Weimer's sort maildir entries by inode number patch
+    * little pgpewrap fix
+    * Thomas Glanzmann's hcache patch
+  * Corrected email addresses et al.
+
+2005-01-14:
+  * Integrated the following patches:
+    * rr.compressed for compressed folders
+  * Changed User-Agent string
+  * Added operating_system to set fake operating system for User-Agent string
+
+2005-01-09:
+  * first version of mutt-ng
+  * integrated the following patches:
+    * sidebar patch
+    * aw.listreply patch
+    * cd.source_multiple patch
+    * vvv.initials patch
+    * cd.trash_folder patch
+    * cd.purge_message patch
+    * vvv.quote patch
+    * vvv.nntp patch
+    * ajg.last-folder patch
+    * xterm title patch from SGI (http://freeware.sgi.com/source/mutt/)
+  * fixed missing decoding of partially wrong RFC2047 headers (handling was too strict)
+  * fixed wrong display of ISO-8859-1 names by removing parts of the multibyte-character handling