Changeset 5470:e3c465918417

Show
Ignore:
Timestamp:
2008-07-25 10:24:22 (4 months ago)
Author:
Rocco Rutte <pdmef@…>
Parents:
5469:4604a37ad34d (diff), 5468:96b0dd25a550 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Branch:
HEAD
Message:

Merge with brendan

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5467 r5470  
    1 2008-07-24 12:15 -0400  Brendan Cully  <brendan@kublai.com>  (0d9c24dea7d0) 
    2  
    3         * copy.c: Remove variables no longer used since [7729b1ad530c] 
    4  
    5         * configure.ac: Disable GCC long long warnings with 
    6         -pedantic. Closes #2823. Thanks to Aron Griffis for the 
    7         suggestion. 
    8  
    9 2008-07-22 16:30 +0200  Vincent Lefevre  <vincent@vinc17.org>  (e27d7ce09c40) 
    10  
    11         * doc/manual.xml.head, init.h: Fix typos in manual.xml.head and 
    12         init.h. Closes #3096. 
    13  
    14 2008-07-21 11:53 +0200  Rocco Rutte  <pdmef@gmx.net>  (5511a52bbc9f) 
    15  
    16         * init.h: Use itemized lists for listing possible sort config 
    17         settings. 
     12008-07-21 10:24 -0400  Aron Griffis  <agriffis@n01se.net>  (96b0dd25a550) 
     2 
     3        * copy.h, mutt.h: noop cleanup: move mutt_copy_header flags to copy.h 
     4 
     5        Noticed while reading that these flags are better defined in copy.h 
     6        than mutt.h. Builds without warnings. 
     7 
     8        Signed-off-by: Aron Griffis <agriffis@n01se.net> 
     9 
     102008-07-24 16:19 -0400  Brendan Cully  <brendan@kublai.com>  (0e2f9189a1dd) 
     11 
     12        * ChangeLog, m4/codeset.m4, m4/iconv.m4: Fix m4 serial numbers to 
     13        avoid aclocal 1.10 warnings 
     14 
     152008-07-21 11:42 +0200  Rocco Rutte  <pdmef@gmx.net>  (7e6d98886cce) 
    1816 
    1917        * doc/makedoc.c: makedoc: Add ".ie" and ".il" to support itemized 
     
    2422        use <itemizedlist/>, \(hy for roff and '-' for text. 
    2523 
     242008-07-21 11:41 +0200  Rocco Rutte  <pdmef@gmx.net>  (e09af06a5312) 
     25 
    2626        * doc/manual.xml.head: Document that account-hook is intended for 
    2727        connection-related settings only 
    2828 
     292008-07-21 11:40 +0200  Rocco Rutte  <pdmef@gmx.net>  (089c83504474) 
     30 
    2931        * doc/manual.xml.head: Manual: Use tables for message flags as it's 
    3032        more compact 
    3133 
     342008-07-21 11:40 +0200  Rocco Rutte  <pdmef@gmx.net>  (7bdd9439304e) 
     35 
    3236        * doc/manual.xml.head: Manual: minor formatting tweaks 
    3337 
    34         * alias.c, init.h: Encode lines written to $alias_file in 
     382008-07-21 09:11 +0200  Rocco Rutte  <pdmef@gmx.net>  (f93dcd689032) 
     39 
     40        * ChangeLog, alias.c, init.h: Encode lines written to $alias_file in 
    3541        $config_charset if set. Closes #3095 
    3642 
  • ChangeLog

    r5463 r5470  
     12008-07-21 10:24 -0400  Aron Griffis  <agriffis@n01se.net>  (96b0dd25a550) 
     2 
     3        * copy.h, mutt.h: noop cleanup: move mutt_copy_header flags to copy.h 
     4 
     5        Noticed while reading that these flags are better defined in copy.h 
     6        than mutt.h. Builds without warnings. 
     7 
     8        Signed-off-by: Aron Griffis <agriffis@n01se.net> 
     9 
     102008-07-24 16:19 -0400  Brendan Cully  <brendan@kublai.com>  (0e2f9189a1dd) 
     11 
     12        * ChangeLog, m4/codeset.m4, m4/iconv.m4: Fix m4 serial numbers to 
     13        avoid aclocal 1.10 warnings 
     14 
    1152008-07-21 11:42 +0200  Rocco Rutte  <pdmef@gmx.net>  (7e6d98886cce) 
    216