From d20fda320d5a7671a6b4185a32abfa9b03b3d85c Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 7 Jun 2001 20:12:16 +0000 Subject: automatic post-release commit for mutt-1.3.19 --- ChangeLog | 299 +++++++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fr.po | 2 +- po/gl.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/lt.po | 2 +- po/nl.po | 2 +- po/pl.po | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/zh_CN.GB2312.po | 2 +- po/zh_TW.Big5.po | 54 +++++----- reldate.h | 2 +- 28 files changed, 355 insertions(+), 50 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1cd17261..6b4c31ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,302 @@ +Thu Jun 7 20:09:54 2001 Thomas Roessler + + * 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 + . + +Tue Jun 5 15:43:41 2001 Thomas Roessler + + * 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 + + * 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" . + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * po/ja.po: update. + + * browser.c: patch-bac.chdir-20010523.2 + +Wed May 23 14:19:16 2001 Thomas Roessler + + * browser.c: patch-bac.chdir-20010523.1 + + * imap/browse.c: patch-bac.createnull-20010522.1 + +Tue May 22 21:45:52 2001 Thomas Roessler + + * doc/manual.sgml.head: Documentation nit from Bjrn 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 + + * 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 + + * handler.c: + Fix character set conversion for non-plain text types with 8bit + content-transfer-encodings. Noted by Bjrn Jacke. + + * imap/message.c: \Seen for FCCs. From Brendan Cully. + +Thu May 17 18:37:21 2001 Thomas Roessler + + * 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 . + +Tue May 15 20:41:55 2001 Thomas Roessler + + * 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 . + +Sun May 13 15:43:48 2001 Thomas Roessler + + * po/de.po: Update. + +Sat May 12 05:49:31 2001 Thomas Roessler + + * 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 + + * 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 + + * po/ja.po: update. + + * hdrline.c: Fix %D. From Len Lattanzi . + + * 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 + . + +Mon May 7 19:21:41 2001 Thomas Roessler + + * 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 + + * 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 + + * 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 * pgp.c: #568: Out-of-band reporting for traditional signed+encrypted diff --git a/VERSION b/VERSION index 9181bf79..4fc01ac9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.18 +1.3.19 diff --git a/po/cs.po b/po/cs.po index 0e41406e..fd831aeb 100644 --- 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 \n" "Language-Team: Czech \n" diff --git a/po/da.po b/po/da.po index 8f281d49..434b8eef 100644 --- 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 , Morten Bo Johansen " " \n" diff --git a/po/de.po b/po/de.po index 878b7ee6..9de18f8d 100644 --- 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 \n" "Language-Team: German \n" diff --git a/po/el.po b/po/el.po index e55616a3..4f138506 100644 --- 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: \n" "Language-Team: Greek \n" diff --git a/po/eo.po b/po/eo.po index 1a14a17d..aced295b 100644 --- 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 \n" "Language-Team: eo \n" diff --git a/po/es.po b/po/es.po index 85c72b47..7c823437 100644 --- 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 \n" "Language-Team: -\n" diff --git a/po/et.po b/po/et.po index 19e6703a..69b97e15 100644 --- 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 \n" "Language-Team: Estonian \n" diff --git a/po/fr.po b/po/fr.po index e9a76cd1..8c5e30d3 100644 --- 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 , Vincent Lefevre " "\n" diff --git a/po/gl.po b/po/gl.po index ab7ca406..f71b7dae 100644 --- 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 \n" "Language-Team: Galician \n" diff --git a/po/hu.po b/po/hu.po index d0013be2..76801f4a 100644 --- 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 Horvth \n" "Language-Team: LME Magyaritasok Lista \n" diff --git a/po/id.po b/po/id.po index 28c950e8..69001cbb 100644 --- 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 \n" "Language-Team: Indonesia \n" diff --git a/po/it.po b/po/it.po index c423b034..73e842b1 100644 --- 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 \n" "Language-Team: none\n" diff --git a/po/ja.po b/po/ja.po index 920d311f..ac3b070a 100644 --- 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 \n" "Language-Team: mutt-j \n" diff --git a/po/ko.po b/po/ko.po index 05a826ab..5f567ece 100644 --- 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 \n" "Language-Team: Korean \n" diff --git a/po/lt.po b/po/lt.po index fb57933d..489627e9 100644 --- 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 \n" "Language-Team: Lithuanian \n" diff --git a/po/nl.po b/po/nl.po index 3173c2ae..fca91152 100644 --- 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 \n" "Language-Team: LANGUAGE \n" diff --git a/po/pl.po b/po/pl.po index c3be1af2..35f624f1 100644 --- 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 Dziekoski \n" "Language-Team: POLISH \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index b094eeb3..7ccb2a78 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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 \n" "Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n" diff --git a/po/ru.po b/po/ru.po index 73bfd865..922eafa8 100644 --- 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" diff --git a/po/sk.po b/po/sk.po index 29627b79..e2ca44a6 100644 --- 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 \n" "Language-Team: Slovak \n" diff --git a/po/sv.po b/po/sv.po index 4c7a912f..177ae02a 100644 --- 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: Jrgen Tegnr \n" "Language-Team: \n" diff --git a/po/tr.po b/po/tr.po index dd1f9ffe..8110cdce 100644 --- 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 \n" "Language-Team: GNOME Turk \n" diff --git a/po/uk.po b/po/uk.po index c5377352..f10c9ec3 100644 --- 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 \n" "Language-Team: Ukrainian \n" diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index dab9b419..d81287f3 100644 --- a/po/zh_CN.GB2312.po +++ b/po/zh_CN.GB2312.po @@ -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 \n" "Language-Team: Chinese \n" diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po index a80d873e..bf475a72 100644 --- a/po/zh_TW.Big5.po +++ b/po/zh_TW.Big5.po @@ -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 \n" "Language-Team: Chinese \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 " +"演算法 或 (6)放棄?" #: 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 \n" +#~ "SHA1 implementation Copyright (C) 1995-1997 Eric A. Young " +#~ "\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 保留了。" diff --git a/reldate.h b/reldate.h index 6b3e9478..3a44b1ea 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "2001-05-01"; +const char *ReleaseDate = "2001-06-07"; -- cgit v1.2.3