]> granicus.if.org Git - mutt/commitdiff
automatic post-release commit for mutt-1.1.5 mutt-1-1-5-rel
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 24 Feb 2000 21:34:00 +0000 (21:34 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 24 Feb 2000 21:34:00 +0000 (21:34 +0000)
21 files changed:
ChangeLog
VERSION
po/cs.po
po/de.po
po/el.po
po/eo.po
po/es.po
po/fr.po
po/gl.po
po/id.po
po/it.po
po/ko.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sv.po
po/uk.po
po/zh_TW.Big5.po
reldate.h

index 69064adb152492c58a1c65b3745e3fceddf0628b..8bccb1507f66370532a0cf07d1625db932ab4218 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+Thu Feb 24 21:25:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * main.c: Fix #52, from Mikko.Hanninen@iki.fi.
+
+Wed Feb 23 13:26:03 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po,
+       po/pt_BR.po, po/ru.po, po/nl.po, po/id.po, po/it.po,
+       po/ko.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po,
+       po/cs.po, po/de.po: New German translation; make update-po.
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po,
+       po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po,
+       po/fr.po, po/gl.po, po/id.po, po/it.po, po/eo.po, po/es.po,
+       po/Makefile.in.in, po/cs.po, po/de.po, po/el.po: Fix some
+       dependency, and do update-po again.  Also, Edmund Evans
+       submitted a new Esperanto translation.
+
+       * mx.c: safe_fclose() doesn't like FILE pointers.
+
+       * mx.h, mx.c: Don't core dump when locking a folder fails.
+
+Tue Feb 22 19:22:29 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/ru.po,
+       po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/id.po,
+       po/it.po, po/fr.po, po/gl.po, po/el.po, po/eo.po, po/es.po,
+       po/de.po, po/cs.po: update-po.
+
+       * po/ko.po: New Korean translation from <redhands@linux.sarang.net>.
+
+       * muttbug.sh.in: Fix bug#42: A missing "'".
+
+       * main.c: Cosmetic fix from Marco d'Itri.
+
+       * imap/browse.c, browser.c, doc/manual.sgml.head:
+       Brendan Cully's latest IMAP browser fixes.
+
+Fri Feb 18 10:56:24 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c:
+       In mutt_copy_body(), we also need to strdup() the content-description.
+
+       * imap/command.c:
+       Reasonably handle suerfluous EXIST messages from IMAP servers.  From
+       Brendan Cully.
+
+Thu Feb 17 18:22:27 2000  Thomas Roessler  <roessler@guug.de>
+
+       * send.c:
+       Fix content-description encoding - it was done after signing, not
+       before signing.
+
+       * sendlib.c, attach.c, mx.c, pop.c:
+       Do more error checking when writing messages to folders.
+
+Wed Feb 16 17:29:33 2000  Thomas Roessler  <roessler@guug.de>
+
+       * send.c: Fix mail-followup-to generation.
+
+       * sendlib.c:
+       Don't output empty header fields.  This is made necessary by the
+       addition of possibly empty my_hdr commands.
+
+       * init.c: Permit empty my_hdrs.  Suggested by Edmund Grimley Evans.
+
+       * po/cs.po: update.
+
+       * pattern.c, protos.h, send.c:
+       Generate mail-followup-to headers which contain the user's mail
+       address when sending messages to _known_ mailing lists.
+
+       * po/de.po: update.
+
+Tue Feb 15 22:26:39 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update.
+
+       * po/eo.po: New translation from Edmund Grimley.
+
+       * OPS: Fix a typo.
+
+       * globals.h: Increase the size of ErrorBuf.
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/ru.po, po/sk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/de.po, po/el.po, VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1.4
+
+       * doc/manual.sgml.head:
+       Add improved documentation for the "push" command, and macros.  From
+       Byrial Jensen, based on a patch by Mikko Hanninen.
+
+       * functions.h: Fix the <exit> function on the pager.
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, init.h, protos.h:
+       Byrial Jensen's unhook command patch.
+
+       * doc/Makefile.in:
+       Remove superfluous empty lines from the text version of the manual.
+
+       * OPS:
+       Change the documentation string for OP_MAIN_PREV_UNDELETED - it may
+       be confusing.
+
+       * functions.h, keymap.c: More OP_EXIT fixes.
+
+       * OPS, functions.h, keymap.c, pager.c:
+       Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.
+
+       * doc/manual.sgml.head: Add more documentation for subscribe and lists.
+
 Tue Feb 15 08:59:41 2000  Thomas Roessler  <roessler@guug.de>
 
        * doc/manual.sgml.head:
diff --git a/VERSION b/VERSION
index 65087b4f5ecea6cde723520ad02722f600ab7f49..e25d8d9f357cfa028ffbf2f7bdc597e28968696b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.4
+1.1.5
index af6ccf459d32f43f41f49c8b78a0e71f79a0c2ad..39dc9bf665c3af0929a64c6f243cc0c9faff01bc 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.1.4i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-02-16 12:35+0100\n"
 "Last-Translator: Jiøí Pavlovský <pavlovsk@ff.cuni.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -2880,7 +2880,13 @@ msgid "No mailbox with new mail."
 msgstr "V ¾ádné schránce není nová po¹ta."
 
 #
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "procházet schránkami, pøijímajícími novou po¹tu"
+
+#
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Schránka je prázdná."
 
index 5f8793fd0ca26aa85e00ce38633a0d750e0910ef..84ea8314149d1a01f8b0c51e78f35b1a20384d31 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.1.4 (CVS 2000-02-22)\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-02-22 20:54+01:00\n"
 "Last-Translator: Roland Rosenfeld <roland@spinnaker.de>\n"
 "Language-Team: German <mutt-po@mutt.org>\n"
@@ -2413,7 +2413,12 @@ msgstr "%s: Kann Datei nicht anh
 msgid "No mailbox with new mail."
 msgstr "Keine Mailbox mit neuen Nachrichten."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "Rotiere unter den Eingangs-Mailboxen"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Mailbox ist leer."
 
index e9bc88e7ea94c2afabfec88f0d8c32aefe662f19..4501c5d4adc0adf31acefebbb2f46bb424a9d4e7 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt-1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-01-19 12:00+0200\n"
 "Last-Translator: ÖÜíçò ÄïêéáíÜêçò <madf@hellug.gr>\n"
 "Language-Team: Greek <el@li.org>\n"
@@ -2938,7 +2938,13 @@ msgid "No mailbox with new mail."
 msgstr "Äåí õðÜñ÷åé íÝá áëëçëïãñáößá óå êáíÝíá ãñáììáôïêéâþôéï."
 
 #
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "ìåôáêßíçóç ìåôáîý ôùí ãñáììáôïêéâùôßùí"
+
+#
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Ôï ãñáììáôïêéâþôéï åßíáé Üäåéï."
 
index 7a78d9a1e956d63f5364b61a36fa6f419aa265d0..f30bd9db5c9e683e9b42c0e831ce2005920801da 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: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-02-23 09:33+00:00\n"
 "Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
 "Language-Team: eo <eo@li.org>\n"
@@ -2404,7 +2404,12 @@ msgstr "%s: ne povas aldoni dosieron.\n"
 msgid "No mailbox with new mail."
 msgstr "Mankas poþtfako kun nova poþto."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "rondiri tra enir-poþtfakoj"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Poþtfako estas malplena."
 
index 909f1cd761d3d297c338379eb3b690e3dc5512ef..aab937fc6c33527a9745772dcfd03bfa132fec41 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-01-31 17:27+01:00\n"
 "Last-Translator: Boris Wesslowski <Boris@Wesslowski.com>\n"
 "Language-Team: -\n"
@@ -2405,7 +2405,12 @@ msgstr "%s: imposible adjuntar archivo.\n"
 msgid "No mailbox with new mail."
 msgstr "Ningún buzón con correo nuevo."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cambiar entre buzones de entrada"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "El buzón esta vacío."
 
index 67abd9335722f03a611ea89f2535cb3c09f2cfcd..105e704844905fe601c26bfb3d56f493ee8e6fb3 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.1.4\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-02-15 22:50+0100\n"
 "Last-Translator: Marc Baudoin <babafou@babafou.eu.org>, Vincent Lefevre "
 "<vincent@vinc17.org>\n"
@@ -2509,7 +2509,12 @@ msgstr "%s : impossible d'attacher le fichier.\n"
 msgid "No mailbox with new mail."
 msgstr "Pas de boîte aux lettres avec des nouveaux messages."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "parcourir les boîtes aux lettres recevant du courrier"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "La boîte aux lettres est vide."
 
index 86083313b60ca70c17b5429688b648cb85ac77da..d653d1727f8c57a5b170f15b6c24ec774d04867f 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.0i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 1999-10-27 14:05+0200\n"
 "Last-Translator: Roberto Suarez Soto <ask4it@bigfoot.com>\n"
 "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
@@ -2428,7 +2428,12 @@ msgstr "%s: non foi posible adxuntar ficheiro.\n"
 msgid "No mailbox with new mail."
 msgstr "Non hai buzóns con novo correo."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cambiar entre buzóns de entrada"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "O buzón está valeiro."
 
index f1fa42cf09026c7c7898f7f931745441ed8c52b5..7b8bdea5f3b3295d93285f495ca8e5b52258e607 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-01-30 12:40-0600\n"
 "Last-Translator: Ronny Haryanto <ronny-muttpo@haryan.to>\n"
 "Language-Team: Indonesia <i18n@linux.or.id>\n"
@@ -2409,7 +2409,12 @@ msgstr "%s: tidak bisa melampirkan file.\n"
 msgid "No mailbox with new mail."
 msgstr "Tidak ada kotak surat dengan surat baru."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cycle antara kotak surat yang menerima surat"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Kotak surat kosong."
 
index d352763e8f625170017215f46f086e43304b87e3..926752641d71b1b0da7f9942fbaf06fd50f65aa6 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt-1.1.3\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-02-13 19:31+01:00\n"
 "Last-Translator: Marco d'Itri <md@linux.it>\n"
 "Language-Team: none\n"
@@ -2377,7 +2377,12 @@ msgstr "%s: impossibile allegare il file.\n"
 msgid "No mailbox with new mail."
 msgstr "Nessuna mailbox con nuova posta."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "passa alla mailbox di ingresso successiva"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "La mailbox è vuota."
 
index de125d0a4cb0710118c09de113b6c03025f88838..681af1ff89402b6ca24857fb08114e5d746e26e7 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: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-02-18 10:47+0900\n"
 "Last-Translator: Byeong-Chan Kim <redhands@linux.sarag.net>\n"
 "Language-Team: Korean <ko@li.org>\n"
@@ -2393,7 +2393,12 @@ msgstr "%s: 
 msgid "No mailbox with new mail."
 msgstr "»õ·Î¿î ÆíÁö°¡ µµÂøÇÑ ÆíÁöÇÔ ¾øÀ½."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "¼ö½Å ÆíÁöÇԵ頵ѷ¯º¸±â"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "ÆíÁöÇÔÀÌ ºñ¾úÀ½"
 
index 0da3c1c03f07b80cc87d958b7b1db1f07d496967..64ac422673428564e8d880efb49321dd88888839 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: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2360,7 +2360,12 @@ msgstr "%s: kan bestand niet bijvoegen.\n"
 msgid "No mailbox with new mail."
 msgstr "Geen mailbox met nieuwe berichten."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "Roteer door mailboxen"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Mailbox is leeg."
 
index 0d4ee65b6e44f03bf54a8b400028b858d63c6253..f96cac773fc5e56d136f0c8e5a361ff26bfa70dc 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mutt-1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-01-19 18:30+0200\n"
 "Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
 "Language-Team: POLISH <pl@li.org>\n"
@@ -2443,7 +2443,12 @@ msgstr "%s: nie mo
 msgid "No mailbox with new mail."
 msgstr "Brak foldera z now± poczt±."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "kr±¿ pomiêdzy skrzynkami pocztowymi"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Folder poczty jest pusty."
 
index 0ffa3e33a046f96edfc965b054dccf7f0b1faf83..02311ed1a3f02c30b9229c1f391f30164525945d 100644 (file)
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0.95.6\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 1999-06-10 01:14-0300\n"
 "Last-Translator: Marcus Brito <pazu@linuxbr.com.br>\n"
 "Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n"
@@ -2440,7 +2440,12 @@ msgstr "%s: n
 msgid "No mailbox with new mail."
 msgstr "Nenhuma caixa com novas mensagens."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "circula entre as caixas de mensagem"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "A caixa de mensagens está vaxia."
 
index 95a2305e74d64e526cf9c17bc15e470e2e09e8ec..61de7cdd13e06afa57900f45f09dc0ce6d46553e 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.1.2i\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-01-14 21:11 +0200\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=koi8-r\n"
@@ -2453,7 +2453,12 @@ msgstr "%s: 
 msgid "No mailbox with new mail."
 msgstr "îÅÔ ÐÏÞÔÏ×ÙÈ ÑÝÉËÏ× Ó ÎÏ×ÏÊ ÐÏÞÔÏÊ."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "ÐÅÒÅËÌÀÞÉÔØÓÑ ÍÅÖÄÕ ÐÏÞÔÏ×ÙÍÉ ÑÝÉËÁÍÉ ÓÏ ×ÈÏÄÑÝÉÍÉ ÐÉÓØÍÁÍÉ"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÐÕÓÔ."
 
index edcef6e0ba2cc1b2ca725d6e60c8c996d75e4901..d536801612bb6344d26a43f564c276acc316a0d2 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: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\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"
@@ -2433,7 +2433,12 @@ msgstr "%s: neschopn
 msgid "No mailbox with new mail."
 msgstr "®iadna schránka s novými správami."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "cykluj medzi schránkami s príchodzími správami"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Schránka je prázdna."
 
index b641aa96eb4554ecafbc515327c7f8c409c25e5e..e13c4d91796d7cd35877756937858c93c7639caa 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.1.2\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 2000-01-30 14:47+0100\n"
 "Last-Translator: Jörgen Tegnér <teg@post.netlink.se>\n"
 "Language-Team: \n"
@@ -2355,7 +2355,12 @@ msgstr "%s: kan inte bifoga fil.\n"
 msgid "No mailbox with new mail."
 msgstr "Ingen brevlåda har nya brev."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "rotera bland brevlådor"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "Brevlådan är tom."
 
index b97fd18fa9ff66abac0584750224ac99bc84ac2a..649ddc0682f003223028d703b440ac6a31516563 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\n"
 "PO-Revision-Date: 1998-10-25 15:44+0200\n"
 "Last-Translator: Andrej N. Gritsenko <andrej@lucky.net>\n"
 "Language-Team: Ukrainian <uk@ua.net>\n"
@@ -2380,7 +2380,12 @@ msgstr "%s: 
 msgid "No mailbox with new mail."
 msgstr "îÅÍÁ¤ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ Ú ÎÏ×ÏÀ ÐÏÛÔÏÀ."
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "ÐÅÒÅȦĠÐÏ ×ȦÄÎÉÈ ÐÏÛÔÏ×ÉÈ ÓËÒÉÎØËÁÈ"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "ðÏÛÔÏ×Á ÓËÒÉÎØËÁ ÐÏÒÏÖÎÑ."
 
index ee23ec9e424af202166fbdffa3f943f952756be6..57bd8e14c0eaf0eb44fcd4271f673d0fa39c7f0a 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mutt 1.1.2\n"
-"POT-Creation-Date: 2000-02-23 14:25+0100\n"
+"POT-Creation-Date: 2000-02-24 22:31+0100\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"
@@ -2419,7 +2419,12 @@ msgstr "%s
 msgid "No mailbox with new mail."
 msgstr "¨S¦³«H½c¦³·s«H¥ó¡C"
 
-#: main.c:685
+#: main.c:660
+#, fuzzy
+msgid "No incoming mailboxes defined."
+msgstr "°é¿ï¶i¤Jªº¶lµ©"
+
+#: main.c:689
 msgid "Mailbox is empty."
 msgstr "«H½c¤ºªÅµL¤@ª«¡C"
 
index 675d2502c0f433e4189ea4d6435352b228bd3b5c..b2c1d0f39df2c8b2e35eb0d525435b2a7d1033c4 100644 (file)
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "2000-02-15";
+const char *ReleaseDate = "2000-02-24";