From: Rocco Rutte Date: Sun, 5 Apr 2009 11:42:43 +0000 (+0200) Subject: Merge backout X-Git-Tag: mutt-1-5-20-rel~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=878241fa9f21169384cc5b26a16540eeae245b39;p=mutt Merge backout --- 878241fa9f21169384cc5b26a16540eeae245b39 diff --cc ChangeLog index c21daa1c,342a6cd0..60d54e68 --- a/ChangeLog +++ b/ChangeLog @@@ -1,105 -1,3 +1,113 @@@ ++2009-04-05 13:41 +0200 Rocco Rutte (5d393e716c51) ++ ++ * ChangeLog, init.h, sendlib.c: Backed out changeset 23c7b469ff20 ++ ++ This requires more thought: if the user has -- in $sendmail, we need ++ to add our arguments for 8BITMIME/DSN/etc. before it and not after. ++ See #3168. ++ +2009-04-05 11:55 +0200 Rocco Rutte (7b6f1302e60d) + + * doc/manual.xml.head: Manual: Make sure every rc command has a + synopsis in its describing section + +2009-04-05 11:54 +0200 Rocco Rutte (1b844544a160) + + * ChangeLog, doc/manual.xml.head: Manual: Fold consecutive + into just one + + This make it visually easier to spot what belongs together. + +2009-04-05 09:09 +0200 Rocco Rutte (864b19c6829f) + + * doc/manual.xml.head: Manual: More entities and as + appropriate + +2009-04-04 16:23 +0200 Rocco Rutte (a4b635e96b30) + + * ChangeLog, doc/Makefile.am: Manual: Improve 'sortcheck' target + + Don't call up diff+pager if all is sorted and remove the temp files + for diffing we created. + +2009-04-04 15:37 +0200 Rocco Rutte (d4ea8e9a9024) + + * doc/gen-map-doc, doc/manual.xml.head, doc/manual.xml.tail: Manual: + Capitalize headlines + +2009-04-04 15:08 +0200 Rocco Rutte (6fd8d35891b0) + + * doc/manual.xml.head: Manual: Move section on mixmaster support to + Optional Features + +2009-04-04 15:02 +0200 Rocco Rutte (4d013dbd2a7d) + + * doc/manual.xml.head: Manual: Remove duplicate section on mailcap use + from security chapter + + We already have a more detailed section on secure mailcap usage, so + link to it. + +2009-04-04 14:43 +0200 Rocco Rutte (e4c555e22ae4) + + * doc/manual.xml.head: Manual: Minor improvements and fixes + +2009-04-04 14:28 +0200 Rocco Rutte (0c3d03bae08f) + + * doc/Makefile.am, doc/manual.xml.head: Manual: Add a short chapter + summarizing security considerations + +2009-04-04 13:54 +0200 Rocco Rutte (e98bd4a2140e) + + * doc/manual.xml.head: Manual: Use — in text rather than -- + +2009-04-04 13:46 +0200 Rocco Rutte (146ea199a322) + + * doc/manual.xml.head: Manual: Add section on padding for format + strings + +2009-04-04 13:21 +0200 Rocco Rutte (548417cbc818) + + * doc/manual.xml.head: Manual: Mention reply types in "Sending Mail" + section + +2009-04-04 12:38 +0200 Rocco Rutte (9e4ca65ee5bd) + + * doc/manual.xml.head: Manual: Add table with navigation keys for + page-based menus + +2009-04-04 12:25 +0200 Rocco Rutte (6384fd337597) + + * doc/mutt.css: mutt.css: Add left+right margins to screen, note and + examples + +2009-04-04 12:21 +0200 Rocco Rutte (1052f8f5758d) + + * doc/manual.xml.head: Manual: Add section on screens and menus with + short descriptions. + + Mostly stolen from old mutt-ng docs with adjustments. + +2009-04-02 13:11 +0200 Steve Kemp (23c7b469ff20) + + * ChangeLog, init.h, sendlib.c: Only append -- to $sendmail if not + present. Closes #3168. + + This allows users to add custom recipients via $sendmail. + +2009-04-02 12:57 +0200 Rocco Rutte (bfb12cf02417) + + * init.h: Clarify what $attach_charset does, closes #3165. + +2009-04-02 11:49 +0200 Rocco Rutte (1759a509dd0a) + + * ChangeLog, doc/Makefile.am: Add 'sortcheck' target to + doc/Makefile.am + + This should be used from time to time to check if vars are sorted. + + Closes #3191. + 2009-04-02 11:47 +0200 Rocco Rutte (e8cdc049cf84) * init.h: Sort $pgp_* and $crypt_* vars, see #3191.