]> granicus.if.org Git - mutt/commitdiff
Update TODO
authorRocco Rutte <pdmef@gmx.net>
Tue, 7 Jul 2009 13:03:53 +0000 (15:03 +0200)
committerRocco Rutte <pdmef@gmx.net>
Tue, 7 Jul 2009 13:03:53 +0000 (15:03 +0200)
ChangeLog
TODO

index c1e76a0d3902a65d6e0998881382e059722c1246..ff5901cc935cd9b9d9a10f0a076b6f42e4ae0872 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-07-07 10:49 +0200  Matthias Andree  <matthias.andree@gmx.de>  (cc4d6044b31e)
+
+       * INSTALL: GNU-make based VPATH builds work.
+
+2009-07-07 13:16 +0200  Rocco Rutte  <pdmef@gmx.net>  (f161c2f00d84)
+
+       * UPDATING, bcache.c, doc/manual.xml.head, hcache.c,
+       muttlib.c, protos.h: Make hcache+bcache paths always UTF-8. Closes
+       #3284.
+
 2009-07-07 13:00 +0200  Rocco Rutte  <pdmef@gmx.net>  (376545d6909c)
 
        * UPDATING, globals.h, init.h, sendlib.c: Add $wrap_headers. Closes
diff --git a/TODO b/TODO
index e8a440fe5d730aeeac456c41e816d3b06052425a..92c693120b8227f201b281679f9646be22e53de4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,11 @@
 Problems are listed in approximate order of priority.
 
-- character set support: We should have a global cache of
-  character to file name mappings.
-
 - When displaying MIME headers, rfc 2047 decoding is applied (which
   should not happen), and rfc 2231 decoding is not applied (which
   should happen).
 
 - Help formatting could be revamped a bit.
 
-- re-add support for .mh_sequences files
-
 - In the "attachment" menu, assume this:
 
        1 [text/plain, 7bit, 1.1K]           <no description>
@@ -62,5 +57,3 @@ Problems are listed in approximate order of priority.
   menu will require re-allocating and possibly updating the v2r
   array.  How do we handle "in-the-middle additions" properly?  Do
   they happen at all?
-
-$Id$