]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 3 Mar 2003 14:02:06 +0000 (14:02 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 3 Mar 2003 14:02:06 +0000 (14:02 +0000)
ChangeLog

index f88f3780969b4a887b645879866e74670fd82493..ea54e04b4052d411e398d072f68e56b29bc201bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2003-03-03 14:01:06  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * Makefile.am, addrbook.c, alias.c, charset.h, commands.c,
+       compose.c, configure.in, copy.c, edit.c, hdrline.c, headers.c,
+       init.c, main.c, mutt_idna.c, mutt_idna.h, pgpinvoke.c,
+       protos.h, query.c, recvcmd.c, rfc822.c, rfc822.h, send.c,
+       sendlib.c: IDN support for e-mail messages.  Things should work
+       automagically once you have the GNU IDN library available from
+       ftp://alpha.gnu.org/pub/gnu/libidn/ installed.  For IDN's which
+       can't be losslessly recoded to your local character set, mutt
+       should automatically fall back to using the ASCII representation.
+       There's probably a considerable number of bugs in this, and the
+       code may, at this point, not even compile on machines without
+       libidn.  Will start working on that ASAP.
+
 2003-03-03 08:26:21  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
 
        * contrib/sample.muttrc, doc/manual.sgml.head, recvcmd.c,