]> granicus.if.org Git - neomutt/commitdiff
Update UPDATING
authorRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 11:00:07 +0000 (13:00 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 11:00:07 +0000 (13:00 +0200)
ChangeLog
UPDATING

index ad933f6df5e9c344d3171551c37ae16baa2efd7b..7d87b046d14b906e211c7faa77acfac20e6205bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2009-05-31 12:54 +0200  Rocco Rutte  <pdmef@gmx.net>  (fdaed73dd66a)
+
+       * handler.c: Turn trailing \r\n to \n for qp-encoded messages.
+
+       RFC2045 (sect. 6.7, (1) general 8bit representation) states that
+       neither CR nor LF of the trailing CRLF may be qp-encoded. So we
+       ignore trailing qp-encoded CRs.
+
+       See #2898 though this is a partial fix only.
+
+2009-05-31 12:40 +0200  Rocco Rutte  <pdmef@gmx.net>  (c3502979422b)
+
+       * ChangeLog, pager.c: Give $pager_context lines of context when
+       searching page-based menus. Closes #976.
+
 2009-05-31 11:32 +0200  Rocco Rutte  <pdmef@gmx.net>  (68ee7fe4aa49)
 
        * handler.c, init.h, rfc3676.c: f=f: Strip trailing spaces for
index 50c735d5001f5aa6181c8c224aaaf3c01bda0bf0..acf6bb401d60df1baa05766d49a899fad18e4d49 100644 (file)
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,9 @@ The keys used are:
   !: modified feature, -: deleted feature, +: new feature
 
 hg tip:
+  + $honor_disposition to honor Content-Disposition headers
+  ! $pager_context specifies number of search context lines, too
+  + ssl_use_sslv2 defaults to no
   + uncolor works for header + body objects, too
   + the "flagged" and "replied" flags are enabled/supported for
     POP when built with header caching