]> granicus.if.org Git - mutt/commitdiff
automatic post-release commit for mutt-1.3.19 mutt-1-3-19-rel
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 7 Jun 2001 20:12:16 +0000 (20:12 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 7 Jun 2001 20:12:16 +0000 (20:12 +0000)
28 files changed:
ChangeLog
VERSION
po/cs.po
po/da.po
po/de.po
po/el.po
po/eo.po
po/es.po
po/et.po
po/fr.po
po/gl.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/ko.po
po/lt.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.GB2312.po
po/zh_TW.Big5.po
reldate.h

index 1cd17261cfaf443167d0768944f07bb4c30fb57a..6b4c31ba0e1a69387b7db76954055775f3b14189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,302 @@
+Thu Jun  7 20:09:54 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * check_sec.sh: Don't check in intl/
+
+       * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
+       More from the gettext munster patch from E.G.E.
+
+       * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4,
+       m4/progtest.m4: Gettext update. (From E.G.E., of course.)
+
+       * intl/bindtextdom.c, intl/cat-compat.c,
+       intl/config.charset, intl/dcgettext.c, intl/dcigettext.c,
+       intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c,
+       intl/explodename.c, intl/finddomain.c, intl/gettext.c,
+       intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
+       intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h,
+       intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed,
+       intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c,
+       intl/locale.alias, intl/localealias.c, intl/Makefile.in,
+       intl/ngettext.c, intl/plural.c, intl/plural.y,
+       intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin,
+       intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed,
+       intl/ChangeLog, intl/.cvsignore, acconfig.h, configure.in,
+       gettext.c, lib.h, Makefile.am, mbyte.c: Gettext update.
+
+       * po/ru.po: update.
+
+       * configure.in: ALL_LINGUAS.  I forgot to do this earlier today.
+
+       * NEWS: Documentation update from Brendan Cully.
+
+       * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po:
+       Updating the gl translation, another update-po run.
+
+       * po/zh_TW.Big5.po:
+       Changed to utf-8 in order to avoid problems with recent gettext
+       versions.  Thanks to EGE!
+
+       (BTW, the file name is lying now.  Is this a problem?)
+
+       * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po:
+       update-po; adding an Estonian translation.
+
+       * po/it.po: Fix a small bug.
+
+       * imap/message.c:
+       This patch ensures IMAP FLAGS aren't parsed twice when fetching the
+       full message body. It really only amounts to a cosmetic error, but
+       may cause spurious "Mailbox externally modified" messages.
+
+       From Brendan Cully.
+
+       * INSTALL, README.SSL, rfc2047.c:
+       Documentation updates and a little bug fix.  From Brendan Cully.
+
+       * init.c: Don't add empty strings to lists.  From Thomas Parmelan
+       <tom@proxad.net>.
+
+Tue Jun  5 15:43:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c: Leave slightly more margin with format=flowed.
+
+       * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c:
+       patch-bac.sockets-20010605.1
+
+       * imap/auth.c, init.h:
+       Change the delimiter for imap_authenticators to a colon.
+
+       * imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/imap.c, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth.h:
+       The attached patch should be the last feature I want to get in
+       before 1.4. It creates a new config variable $imap_authenticators,
+       which is a comma-separated list of authentication methods for mutt
+       to try to use to authenticate to an IMAP server. If it is
+       unspecified you get the old behaviour - any method is tried, the
+       first to succeed or fail ends the auth loop.
+
+       (From Brendan Cully.)
+
+       * globals.h, init.h:
+       The attached patch should be the last feature I want to get in
+       before 1.4. It creates a new config variable $imap_authenticators,
+       which is a comma-separated list of authentication methods for mutt
+       to try to use to authenticate to an IMAP server. If it is
+       unspecified you get the old behaviour - any method is tried, the
+       first to succeed or fail ends the auth loop.
+
+       * attach.c, commands.c, handler.c:
+       Check mutt_create_filter*'s return value  for errors.  This should
+       avoid a bunch of possible crashes.
+
+Mon Jun  4 18:29:33 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: Score documentation fix.
+
+       * po/pl.po: Update.
+
+       * doc/.cvsignore, .cvsignore:
+       Ignore some more generated files.  From Andrew Nosenko.
+
+       * Makefile.am:
+       -I$(includedir) is moved from INCLUDES variable to the end of
+       CPPFLAGS.  This allow build Mutt with Bruno's libiconv and
+       --prefix=/usr on glibc-2.1.2 systems.
+
+       From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
+
+       * doc/instdoc.sh.in, doc/Makefile.in, contrib/Makefile.in, configure.in, init.c, INSTALL, main.c, Makefile.am, muttbug.sh.in, sendlib.c:
+       Clean up the sharedir mess.  From Lars Hecking.
+
+Fri Jun  1 08:53:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, curs_main.c, mailbox.h:
+       More concurrent IMAP modification handling from Brendan Cully.
+
+       * po/fr.po: Update.
+
+Thu May 31 18:04:24 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mutt_tunnel.c: Tunnel fixes.
+
+       * configure.in: Fix some typos.
+
+       * mutt_curses.h, configure.in:
+       Utf-8 support with ncurses, by Sven Verdoolaege.  Thomas E. Dickey
+       says it looks reasonable, so I include it.
+
+Wed May 30 23:00:51 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/command.c, imap/imap.c, enter.c, Makefile.am, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl_nss.c, mutt_tunnel.c:
+       Socket API clean-up from Brendan Cully.
+
+       * send.c: If messages have no References header, fall back to using
+       In-Reply-To when constructing a reply's references header.  This may
+       not be strictly according to the book, but looks like a reasonable
+       suggestion (which came from Vincent Lefebvre).
+
+       * curs_main.c: Check whether any messages are visible.
+
+Tue May 29 20:26:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/gssapi.m4, imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/imap.c, configure.in, globals.h, init.h, Makefile.am, mutt_socket.c, mutt_socket.h, mutt_tunnel.c, mutt_tunnel.h, README:
+       GSSAPI fixes, tunnel driver.  From Brendan Cully.
+
+       * configure.in, md5.h, sha1.h:
+       More type-determination fixes from Lars Hecking.
+
+Mon May 28 19:14:47 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/util.c:
+       Consult /etc/services for imaps port.  From Brendan Cully.
+
+       * imap/Makefile.am, Attic/checktypes.c, configure.in, Makefile.am, md5c.c, md5.h, sha1.c, sha1.h:
+       Improve checking for 32bit integers.  From Brendan Cully and Lars
+       Hecking.
+
+       * muttbug.sh.in: Cosmetics.  From Brendan Cully.
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h:
+       Detect external modifications of IMAP folders.  From Brendan Cully.
+
+       * curs_main.c: Fix attaching messages via IMAP.  From Brendan Cully.
+
+Thu May 24 10:18:30 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: update.
+
+       * browser.c: patch-bac.chdir-20010523.2
+
+Wed May 23 14:19:16 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * browser.c: patch-bac.chdir-20010523.1
+
+       * imap/browse.c: patch-bac.createnull-20010522.1
+
+Tue May 22 21:45:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: Documentation nit from Björn Jacke.
+
+       * configure.in:
+       Let configure --help look prettier.  From Brendan Cully.
+
+       * doc/manual.sgml.head, doc/manual.sgml.tail:
+       Documentation fixes from Brendan Cully.
+
+       * imap/imap.c: Attachment deletion on IMAP servers, take two.
+
+Mon May 21 08:42:07 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h:
+       Attachment deletion for IMAP folders.  By Brendan Cully.
+
+Sun May 20 22:35:29 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c:
+       Fix character set conversion for non-plain text types with 8bit
+       content-transfer-encodings.  Noted by Björn Jacke.
+
+       * imap/message.c: \Seen for FCCs.  From Brendan Cully.
+
+Thu May 17 18:37:21 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pager.c: patch-1.3.18.bj.segfault.1.
+
+       * handler.c: Fix multibyte encodings with quoted-printable.
+       (patch-1.3.18.tt.decode_quoted.1)
+       From TAKIZAWA Takashi <taki@luna.email.ne.jp>.
+
+Tue May 15 20:41:55 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/browse.c, imap/util.c, mutt_socket.c: patch-bac.notes-20010515.1
+
+       * rfc1524.c:
+       Make tests on an attachment's file name possible.  Patch from Bob
+       Bell <bobbell@zk3.dec.com>.
+
+Sun May 13 15:43:48 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/de.po: Update.
+
+Sat May 12 05:49:31 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c: Undo one of yesterday's aesthetical changes.
+
+       * muttlib.c: IMAP path canonification hack from Brendan Cully.
+
+       * handler.c:
+       Adding a hack to use format=flowed's quoting information in the
+       pager, using ANSI color sequences to turn off quote coloring.
+
+Fri May 11 22:16:17 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c:
+       Don't cut off the final part of ttachments with overlong lines.
+
+       * handler.c: Correctly handle extremely long lines.
+
+       * handler.c:
+       Improve handling of indented text when wrapping text/plain;
+       format=flowed.  This is, in particular, important when replying to
+       messages with indented text.  I hope this code does The Right Thing
+       most of the time now.
+
+       (Further note that we still try to avoid wrapping at places where
+       the user didn't do so.)
+
+       * handler.c: Some more esthetical nits.
+
+       * handler.c: More fixes.
+
+       * recvcmd.c: Fix some nits with respect to text/plain; format=flowed.
+
+       * copy.c, handler.c, init.h, mutt.h, send.c:
+       Add experimental support for text/plain; format=flowed.
+
+       * send.c: Fix #590.
+
+       * headers.c: Some code simplifications.
+
+       * headers.c, muttlib.c:
+       Fix a memory leak in mutt_free_envelope(); avoid dangling pointers
+       in header editing.
+
+Thu May 10 13:15:45 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: update.
+
+       * hdrline.c: Fix %D.  From Len Lattanzi <Len.Lattanzi@migration.com>.
+
+       * headers.c: Fix header editing and references headers.
+
+       * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, imap/util.c, sort.c, copy.c, curs_main.c, globals.h, hook.c, init.h, mbox.c, menu.c, muttlib.c, mutt_socket.c, mutt_ssl.c, mx.c, pgpkey.c, pop_auth.c, pop.c, pop_lib.c, protos.h:
+       A slightly extended version of Dave Ewart's sleeptime patch.
+
+       * po/fr.po, po/id.po, po/sv.po, po/da.po: update.
+
+       * po/hu.po, configure.in:
+       Adding the Hungarian translation from Szabolcs Horvath
+       <horvaths@fi.inf.elte.hu>.
+
+Mon May  7 19:21:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.h, imap/README, imap/util.c, muttlib.c:
+       IMAP path canonicalization.  From Brendan Cully.
+
+Wed May  2 20:49:46 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.tail: Document some missing functions.
+
+       * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/da.po:
+       make update-po.
+
+Tue May  1 21:32:50 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/pl.po, po/pt_BR.po, po/lt.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.18
+
+       * pgp.c: #568:  Out-of-band reporting for traditional signed+encrypted
+       messages.
+
 Tue May  1 21:24:41 2001  Thomas Roessler  <roessler@guug.de>
 
        * pgp.c: #568:  Out-of-band reporting for traditional signed+encrypted
diff --git a/VERSION b/VERSION
index 9181bf7976adf085f4897744bce2980d5e1630f6..4fc01ac971af7966cabf1b5ff1e17ea66c011e7d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.18
+1.3.19
index 0e41406ea188be666e89d20aafb67c4abd1a27e0..fd831aeb1855f16e6fb286e405f6b16784aee0eb 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.1.11i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-04-03 22:20+0200\n"
 "Last-Translator: Jiøí Pavlovský <pavlovsk@ff.cuni.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
index 8f281d494c16ce1c869d6931f4f4eda696eb9a82..434b8eeffc86766f2d4e1d1990dcdd921664ed6e 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt-1.3.18i \n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-05-08 18:32+02:00\n"
 "Last-Translator: Byrial Jensen <byrial@image.dk>, Morten Bo Johansen "
 "<mojo@image.dk> \n"
index 878b7ee65a24dd2eeecb5c4af451192dd278ac4a..9de18f8de0a2d2b565ba954e39efe5540d5c62ed 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.3.15\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-02-27 19:27+01:00\n"
 "Last-Translator: Roland Rosenfeld <roland@spinnaker.de>\n"
 "Language-Team: German <mutt-po@mutt.org>\n"
index e55616a35639fc391216b7f2dacf9f58640b135b..4f138506834ef3498ce2a653c2069d4df2d37262 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt-1.3.15i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-02-14 12:00+0200\n"
 "Last-Translator: ÖÜíçò ÄïêéáíÜêçò <madf@hellug.gr>\n"
 "Language-Team: Greek <el@li.org>\n"
index 1a14a17dbf83fc0e079379ce779bc9bcda37009f..aced295be432a54c8f6ed1efcde8b39597c12663 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.1\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-03-04 13:05+00:00\n"
 "Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
 "Language-Team: eo <eo@li.org>\n"
index 85c72b474dd306c9152ed16ae509a2282a6ec49c..7c82343705fcce3ba08109de6ef9ce9881a1280b 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-09-07 19:18+02:00\n"
 "Last-Translator: Boris Wesslowski <Boris@Wesslowski.com>\n"
 "Language-Team: -\n"
index 19e6703a2fe6d5d42c5d7b05d732889971377e94..69b97e1551e1ad34e380a3b8e5d8639c9a5fb965 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt 1.2.5\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-05-18 23:11+02:00\n"
 "Last-Translator: Toomas Soome <tsoome@ut.ee>\n"
 "Language-Team: Estonian <et@li.org>\n"
index e9a76cd1325432a8cf21c8bdd4008cf1ca2bffd4..8c5e30d3cd67faab625887b5ee356a8646577c6e 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.3.18\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-05-31 20:41+0200\n"
 "Last-Translator: Marc Baudoin <babafou@babafou.eu.org>, Vincent Lefevre "
 "<vincent@vinc17.org>\n"
index ab7ca4066b509d1922841ab63e2430f4a470e803..f71b7daef484478aa2ffefa4929e89a352ebbc55 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.3\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-04-22 22:05+0200\n"
 "Last-Translator: Roberto Suarez Soto <ask4it@bigfoot.com>\n"
 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
index d0013be243244d8217f306606ff5e71e5b7c588c..76801f4a55293c80873886b7691a02e288f111cf 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.3.17i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-04-13 18:03+0000\n"
 "Last-Translator: Szabolcs Horváth <horvaths@fi.inf.elte.hu>\n"
 "Language-Team: LME Magyaritasok Lista <magyar@lists.linux.hu>\n"
index 28c950e83e0dee982c982fb7f19bbfcc2acce359..69001cbbd5e698763f6d6edf7639ed6d7e374bf3 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.3.16i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-02-27 19:30-0600\n"
 "Last-Translator: Ronny Haryanto <ronny-mutt-po-file@haryan.to>\n"
 "Language-Team: Indonesia <i18n@linux.or.id>\n"
index c423b03447434675c378abdc2a11d3a73c7d0c60..73e842b178c55b8c7e978e103017dd537e51fdec 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt-1.3.17\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-04-06 01:17+02:00\n"
 "Last-Translator: Marco d'Itri <md@linux.it>\n"
 "Language-Team: none\n"
index 920d311fd9e1e9584fa3f49d8ec008cd257b907a..ac3b070a0d9a91f1f306d18744c1b001375dadbe 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.3.19\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-05-07 14:17+0900\n"
 "Last-Translator: oota toshiya <oota@ppd.fc.nec.co.jp>\n"
 "Language-Team: mutt-j <mutt-j@ns.ribbon.or.jp>\n"
index 05a826ab3e54bafcbcc4e3bcb9d0f3408d566506..5f567ece82f6e28c214568dbc1915b0436304b2a 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.1.2\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-03-09 07:40+0900\n"
 "Last-Translator: Byeong-Chan Kim <redhands@linux.sarag.net>\n"
 "Language-Team: Korean <ko@li.org>\n"
index fb57933d8ca039afe31e27fdbac415fd4d01fd38..489627e92c4321d0ddbde7620f4ddab5131ee7a6 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt 1.3.12i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-11-29 21:22+0200\n"
 "Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
index 3173c2ae7a0e63ebe4182e5691c11e5ea0aa927e..fca911525542ae05dbb902d2c82ee05834c7beee 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Johan van Selst <johans@stack.nl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index c3be1af2aaebb374e10a506d0440ce2abf35d15b..35f624f1b14008808163da1206015c76eccb07bf 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt-1.3.18i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-05-17\n"
 "Last-Translator: Pawe³ Dziekoñski <p.dziekonski@mml.ch.pwr.wroc.pl>\n"
 "Language-Team: POLISH <pl@li.org>\n"
index b094eeb366f6a8749a0166751320b4b6a3e71b6c..7ccb2a789581943b0df2357e05daf2694cfd67e7 100644 (file)
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.1.5i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-03-05 01:14-0300\n"
 "Last-Translator: Marcus Brito <marcus@visaotec.com.br>\n"
 "Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n"
index 73bfd865a1cb10d641665c87c8b674e6389ed7ad..922eafa8ae62e75b4b562337c2c66a9e3b5f508d 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -11,7 +11,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt-1.3.16i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-03-04 11:30+0200\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=koi8-r\n"
index 29627b798081f2870dfd79ce4b71270d887ba2cd..e2ca44a6dc7347109ae6cd8ce9184511340cef4c 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0.95.6i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 1999-07-29 00:00+0100\n"
 "Last-Translator: Miroslav Vasko <vasko@ies.sk>\n"
 "Language-Team: Slovak <sk@li.org>\n"
index 4c7a912f890cc7c2ec4eec58b0a4d0a6f95290f8..177ae02a0ea81c5aa0e1f397f0be36f2f4f0c2a6 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.3.17\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-03-29 20:16+02:00\n"
 "Last-Translator: Jörgen Tegnér <teg@post.netlink.se>\n"
 "Language-Team: \n"
index dd1f9ffe59dc25f53b3314f9a02591a7bf9d37cb..8110cdce1f3c8864bcb8d9e559eee70832a14a3e 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt 1.3.17i\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2001-04-05 16:28+0200\n"
 "Last-Translator: Fatih Demir <kabalak@gmx.net>\n"
 "Language-Team: GNOME Turk <gnome-turk@gnome.org>\n"
index c5377352134d171f296171695cbba22eaa7d8121..f10c9ec349da084f5beb8de9aced347ff5583947 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.3.12\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-11-18 16:04+0200\n"
 "Last-Translator: Andrej N. Gritsenko <andrej@lucky.net>\n"
 "Language-Team: Ukrainian <uk@ua>\n"
index dab9b4193caff734a8903e1a28b3b728e99642c0..d81287f36a0b4ba9a5625b4fc90e1925442331ba 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.1.2\n"
-"POT-Creation-Date: 2001-06-07 11:00+0200\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 1999-12-20 20:41+0800\n"
 "Last-Translator: Anthony Wong <ypwong@debian.org>\n"
 "Language-Team: Chinese <zh@li.org>\n"
index a80d873ed9a131da8ce19a798ed84bbae8ae947a..bf475a72bbf4c063d53029c6143dc8b5ad4590c1 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.3.10\n"
-"POT-Creation-Date: 2001-06-07 19:54+0100\n"
+"POT-Creation-Date: 2001-06-07 22:11+0200\n"
 "PO-Revision-Date: 2000-10-15 08:22+0800\n"
 "Last-Translator: Anthony Wong <ypwong@debian.org>\n"
 "Language-Team: Chinese <zh@li.org>\n"
@@ -82,7 +82,6 @@ msgstr "無法配合二個同樣名稱,繼續?"
 
 #. For now, editing requires a file, no piping
 #: attach.c:123
-#, c-format
 msgid "Mailcap compose entry requires %%s"
 msgstr "Mailcap 編輯項目需要 %%s"
 
@@ -107,7 +106,6 @@ msgstr "沒有 %s 的 mailcap 組成登錄,正在建立空的檔案。"
 
 #. For now, editing requires a file, no piping
 #: attach.c:250
-#, c-format
 msgid "Mailcap Edit entry requires %%s"
 msgstr "編輯 Mailcap 項目時需要 %%s"
 
@@ -404,15 +402,15 @@ msgstr "信件已印出"
 msgid ""
 "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
-"反方向 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 7)不排 8)大小 9)分"
-"數:"
+"反方向 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 "
+"7)不排 8)大小 9)分數:"
 
 #: commands.c:456
 msgid ""
 "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "
 msgstr ""
-"排序 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 7)不排序 8)大小 9)分"
-"數:"
+"排序 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 "
+"7)不排序 8)大小 9)分數:"
 
 #: commands.c:457
 msgid "dfrsotuzc"
@@ -531,8 +529,8 @@ msgstr "<預設值>"
 #, fuzzy
 msgid "(e)ncrypt, (s)ign, sign (a)s, (b)oth, or (f)orget it? "
 msgstr ""
-"(1)加密, (2)簽名, (3)用別的身份簽, (4)兩者皆要, (5)選擇 mic 演算法 或 (6)放"
-"棄?"
+"(1)加密, (2)簽名, (3)用別的身份簽, (4)兩者皆要, (5)選擇 mic "
+"æ¼\94ç®\97æ³\95 æ\88\96 (6)æ\94¾æ£\84ï¼\9f"
 
 #: compose.c:133
 #, fuzzy
@@ -1031,7 +1029,8 @@ msgstr "[-- 自動顯示 %s 的 stderr 內容 --]\n"
 #: handler.c:1587
 msgid "[-- Error: message/external-body has no access-type parameter --]\n"
 msgstr ""
-"[-- 錯誤:message/external-body 沒有存取類型 (access-type) 的參數 --]\n"
+"[-- 錯誤:message/external-body 沒有存取類型 (access-type) "
+"的參數 --]\n"
 
 #: handler.c:1604
 #, c-format
@@ -2263,8 +2262,10 @@ msgid ""
 "under certain conditions; type `mutt -vv' for details.\n"
 msgstr ""
 "版權所有 (C) 1996-2000 Michael R. Elkins 及其他人仕。\n"
-"Mutt 不提供任何保證:需要更詳細的資料,請鍵入 `mutt -vv'。\n"
-"Mutt 是一個自由軟體, 歡迎您在某些特定的條件上,重新將它分發。\n"
+"Mutt 不提供任何保證:需要更詳細的資料,請鍵入 `mutt "
+"-vv'。\n"
+"Mutt 是一個自由軟體, "
+"歡迎您在某些特定的條件上,重新將它分發。\n"
 "若需要更詳細的資料, 請鍵入 `mutt -vv'\n"
 
 #: main.c:51
@@ -2354,10 +2355,11 @@ msgid ""
 "  -Z\t\topen the first folder with new message, exit immediately if none\n"
 "  -h\t\tthis help message"
 msgstr ""
-"用法: mutt [ -nRzZ ] [ -e <命令> ] [ -F <檔案> ] [ -m <類型> ] [ -f <檔案"
-"> ]\n"
-"        mutt [ -nx ] [ -e <命令> ] [ -a <檔案> ] [ -F <檔案> ] [ -H <檔案> ] "
-"[ -i <檔案> ] [ -s <主題> ] [ -b <地址> ] [ -c <地址> ] <地址> [ ... ]\n"
+"用法: mutt [ -nRzZ ] [ -e <命令> ] [ -F <檔案> ] [ -m <類型> ] [ -f "
+"<檔案> ]\n"
+"        mutt [ -nx ] [ -e <命令> ] [ -a <檔案> ] [ -F <檔案> ] [ -H "
+"<檔案> ] [ -i <檔案> ] [ -s <主題> ] [ -b <地址> ] [ -c <地址> ] "
+"<地址> [ ... ]\n"
 "        mutt [ -n ] [ -e <命令> ] [ -F <檔案> ] -p\n"
 "        mutt -v[v]\n"
 "\n"
@@ -2438,7 +2440,6 @@ msgid "Mailbox is empty."
 msgstr "信箱內空無一物。"
 
 #: mbox.c:129 mbox.c:286
-#, c-format
 msgid "Reading %s... %d (%d%%)"
 msgstr "讀取 %s 中… %d (%d%%)"
 
@@ -3492,7 +3493,8 @@ msgstr "顯示 MIME 附件"
 
 #: recvcmd.c:419
 msgid "Can't decode all tagged attachments.  MIME-forward the others?"
-msgstr "未能把所有已標簽的附件解碼。要用 MIME 轉寄其它的嗎?"
+msgstr ""
+"未能把所有已標簽的附件解碼。要用 MIME 轉寄其它的嗎?"
 
 #: recvcmd.c:544
 msgid "Forward MIME encapsulated?"
@@ -3513,7 +3515,8 @@ msgstr "沒有找到郵寄論壇!"
 
 #: recvcmd.c:787
 msgid "Can't decode all tagged attachments.  MIME-encapsulate the others?"
-msgstr "未能把所有已標簽的附件解碼。要用 MIME 包封其它的嗎?"
+msgstr ""
+"未能把所有已標簽的附件解碼。要用 MIME 包封其它的嗎?"
 
 #: remailer.c:480
 msgid "Append"
@@ -3770,15 +3773,17 @@ msgstr "主信件不存在。"
 #~ msgstr "MIC 演算法:"
 
 #~ msgid "This doesn't make sense if you don't want to sign the message."
-#~ msgstr "如果您不想把信件簽名,這樣做就沒有什麼意思啦。"
+#~ msgstr ""
+#~ "如果您不想把信件簽名,這樣做就沒有什麼意思啦。"
 
 #~ msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160"
-#~ msgstr "不明的 MIC 演算法。有效的如下: pgp-md5, pgp-sha1, pgp-rmd160"
+#~ msgstr ""
+#~ "不明的 MIC 演算法。有效的如下: pgp-md5, pgp-sha1, pgp-rmd160"
 
 #~ msgid ""
 #~ "\n"
-#~ "SHA1 implementation Copyright (C) 1995-1997 Eric A. Young <eay@cryptsoft."
-#~ "com>\n"
+#~ "SHA1 implementation Copyright (C) 1995-1997 Eric A. Young "
+#~ "<eay@cryptsoft.com>\n"
 #~ "\n"
 #~ "    Redistribution and use in source and binary forms, with or without\n"
 #~ "    modification, are permitted under certain conditions.\n"
@@ -3879,7 +3884,8 @@ msgstr "主信件不存在。"
 #~ msgstr "改變附件的字符集"
 
 #~ msgid "recode this attachment to/from the local charset"
-#~ msgstr "重新將附件編碼至本地字符集,或由本地字符集重新編碼"
+#~ msgstr ""
+#~ "重新將附件編碼至本地字符集,或由本地字符集重新編碼"
 
 #~ msgid "%d kept."
 #~ msgstr "%d 保留了。"
index 6b3e9478077d0cb99180c3019372f2fc155c4944..3a44b1ea57b5b2c618369de51d4d28e959af15df 100644 (file)
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "2001-05-01";
+const char *ReleaseDate = "2001-06-07";