]> granicus.if.org Git - mutt/commitdiff
UPDATING: fix 1.5.18 line as noted by Kyle Wheeler
authorRocco Rutte <pdmef@gmx.net>
Fri, 23 May 2008 16:39:28 +0000 (18:39 +0200)
committerRocco Rutte <pdmef@gmx.net>
Fri, 23 May 2008 16:39:28 +0000 (18:39 +0200)
ChangeLog
UPDATING

index 4e3550fc8deba37360843aaf4758f2a25d6424ef..a107444d8b6a784f94ca6e0652386d32b28d23f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-22 20:22 -0700  Brendan Cully  <brendan@kublai.com>  (96a01436f88b)
+
+       * imap/command.c: Escape LSUB mailbox names given to
+       mutt_parse_rc_line. Handle literals in STATUS responses for Notes
+       compatibility.
+
+2008-05-22 17:01 +0200  Rocco Rutte  <pdmef@gmx.net>  (d612ef757ee9)
+
+       * ChangeLog, configure.ac, m4/types.m4: Use C99 macros
+       "PRId64"/"PRId32" to format file sizes/offsets if available. This
+       fixes warning about mismatching int argument sizes on amd64.
+
 2008-05-22 16:34 +0200  Rocco Rutte  <pdmef@gmx.net>  (b97e95fd5786)
 
        * init.h: Document that $check_mbox_size should be set before
index 2e4e590d7863e9fe2d6d3a272a4c57e707bc7c83..480ad79225f238dcde5f86e8c2667d74c7d197b0 100644 (file)
--- a/UPDATING
+++ b/UPDATING
@@ -4,17 +4,17 @@ mutt. Please read this file carefully when upgrading your installation.
 The keys used are:
   !: modified feature, -: deleted feature, +: new feature
 
-  + $query_format (customize external query menu)
-  ! inode sorting is always enabled
-  + $time_inc suppresses progress updates less than $time_inc
-    milliseconds apart.
+hg tip:
 
   + 'mime_lookup application/octet-stream' added to system Muttrc
 
 1.5.18 (2008-05-17):
 
+  + $query_format (customize external query menu)
+  ! inode sorting is always enabled
+  + $time_inc suppresses progress updates less than $time_inc
+    milliseconds apart.
   + X-Label: headers must now be RfC2047-encoded
-  + $time_inc (control rate of progress updates)
 
 1.5.17 (2007-11-01):