Show
Ignore:
Timestamp:
2008-08-18 13:08:43 (3 months ago)
Author:
Vincent Lefevre <vincent@…>
Branch:
HEAD
Message:

Updated French translation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5477 r5479  
     12008-08-18 10:24 +0200  Rocco Rutte  <pdmef@gmx.net>  (51bd7a47d552) 
     2 
     3        * pager.c: Ignore zero width characters U+200B/U+FEFF which may garble 
     4        the display. Closes #3061, #3048. 
     5 
     6        * charset.c, charset.h, init.c: Validate charset names for all 
     7        charset options. Validation is either done against mutt's table of 
     8        IANA assigned names or local iconv implementation (based on the 
     9        assumption that iconv_open(charset,charset) fails if charset is 
     10        unknown to the implementation). Closes #1668. 
     11 
    1122008-08-15 11:53 -0700  Brendan Cully  <brendan@kublai.com>  (ff3fbb6a92a8) 
    213 
    314        * mutt_sasl.c: Fix type-punning warning in sasl_getprop usage 
    415 
    5 2008-08-15 11:41 -0700  Brendan Cully  <brendan@kublai.com>  (622ef570a7e3) 
    6  
    7         * ChangeLog, parse.c: Fix a couple of compiler warnings introduced in 
     16        * parse.c: Fix a couple of compiler warnings introduced in 
    817        [00ce81d778bf]. Make the style of mutt_parse_references more 
    918        pleasing to me.