Changeset 5479:95a11c7f677d for ChangeLog
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5477 r5479 1 2008-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 1 12 2008-08-15 11:53 -0700 Brendan Cully <brendan@kublai.com> (ff3fbb6a92a8) 2 13 3 14 * mutt_sasl.c: Fix type-punning warning in sasl_getprop usage 4 15 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 8 17 [00ce81d778bf]. Make the style of mutt_parse_references more 9 18 pleasing to me.
