⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.old

📁 mutt-1.5.12 源代码。linux 下邮件接受的工具。
💻 OLD
📖 第 1 页 / 共 5 页
字号:
	* intl/os2compat.h: branches:  1.1.2;  1.1.4; file os2compat.h	was initially added on branch mutt-1-4-stable.	* intl/osdep.c: branches:  1.1.2;  1.1.4; file osdep.c was	initially added on branch mutt-1-4-stable.	* intl/plural-exp.c: branches:	1.1.2;	1.1.4; file plural-exp.c	was initially added on branch mutt-1-4-stable.	* intl/plural-exp.h: branches:	1.1.2;	1.1.4; file plural-exp.h	was initially added on branch mutt-1-4-stable.2002-04-20 07:23:39  Lars Hecking  <lhecking@nmrc.ie>  (roessler)	* ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c,	 init.h, rfc2047.c, sendlib.c:	patch.1.3.28.lh.gettext-0.11.1	 ==============================	 This one updates the gettext stuff in mutt to gettext-0.11.1. I	 started doing this in the hope that the new gettext version would	 simplify the noiconv patch, but unfortunately, this turned out	 not to be the case (the new iconv m4 macros still don't allow	 for switching iconv support off).	 However, as a few hours of merging and testing were spent,	 I'd suggest to adopt it for 1.4. The actual changes to intl/*	 are part cosmetic, part code reorganisation. Ok, a bit more,	 I'm no gettext expert :)	 Notes: - after applying the patch, you need to chmod 755	 config.rpath - a couple of new files for m4/*, too - I have	 broken with the tradition of renaming gettext's AM_* macros	   to MUTT_AM_*! I don't think it's necessary anymore to customise	   these macros, but you (I really mean "you, tlr" :) want to	   have a look at the new gettext.m4.  The others should be ok	   as they are.	 - previous gettext updates were also updating po/Makefile.in.in,	   which I didn't; someone who has a clue about gettext should	   check whether this might be necessary, and also whether any	   other files in po/ need updating	 I will provide the same patch for the 1.5 branch at some stage,	 ideally after getting some  F E E D B A C K  for this one.2002-04-17 17:05:54  Vincent Lefevre  <vincent@vinc17.org>  (roessler)	* po/fr.po: Update.2002-04-17 17:05:04  David Champion  <dgc@uchicago.edu>  (roessler)	* m4/gssapi.m4: MIT krb5 1.2.4 has krb5-config, so it's	no longer sufficient to say that possession of krb5-config	indicates Heimdal. Patch attached. This assumes that Heimdal's	"kreb5-config --vendor" begins with "Heimdal".	I cannot verify	that this is correct, so patch might be wrong on this point.2002-04-07 21:19:57  Brendan Cully  <brendan@kublai.com>  (roessler)	* imap/command.c, imap/imap.c, imap/message.c, imap/command.c,	imap/imap.c, imap/message.c: The attached patch cleans up some	bugs in switching IMAP mailboxes: * free current flags on mailbox	close * reset reopen state * don't parse the same untagged	SELECT response for multiple options * call mx_update_context	after reading the whole mailbox, not after	  each message * reset new mail flag if mail arrives in the	middle of opening the	  mailbox. This should close 1139	939 is most likely unaffected. I discovered these problems while	investigating 939.2002-04-05 10:42:54  "TAKAHASHI, Tamotsu"  <arms405@jade.dti.ne.jp>(roessler)	* po/ja.po: update.2002-04-04 20:49:46  Im Eunjea	<eunjea@koru.org>  (roessler)	* po/ko.po: Update.2002-04-04 06:50:52  "TAKAHASHI, Tamotsu"  <arms405@jade.dti.ne.jp>(roessler)	* po/ja.po: Update.2002-04-04 06:50:12  Thomas Roessler  <roessler@does-not-exist.org>(roessler)	* pgp.c: Fix a typo noted by Tamotsu Takahashi.2002-04-03 15:22:27  Thomas Roessler  <roessler@does-not-exist.org>(roessler)	* handler.c: Fix printing of format=flowed text parts.	* commands.c: Fix #1144 in stable.	* commands.c: Fix a file descriptor leak in the display filter	code.  Noted by Chr. v. Stuckrad.	fixes: #11442002-04-02 18:49:37  Lars Hecking  <lhecking@nmrc.ie>  (roessler)	* m4/iconv.m4: branches:  1.3.2.1.2; The noiconv patch.	* charset.c, charset.h: The noiconv patch.	* configure.in: branches:  2.129.2.3.2; The noiconv patch.	* gnupgparse.c, init.h, rfc2047.c, sendlib.c: The noiconv patch.2002-03-30 08:26:31  roessler  (roessler)	* po/pl.po: update.  From Pawel Dzienkonski.	* po/fr.po: Update; From Vincent Lefevre.	* postpone.c, sendlib.c: The attached patch allows the user	to override the user-agent field with my_hdr.  It also removes	the stripping of the x-mailer field when recalling a postponed	message.2002-03-28 13:25:23  roessler  (roessler)	* mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c:	patch-1.3.28-me.emptycheck.12002-03-27 08:50:42  roessler  (roessler)	* pgp.c: There was some output missing.	* po/POTFILES.in: update.	* pgp.c: More fixes.  Note to self:  The code which controls	character set selection for attachments is far too complicated.	* pgp.c: Don't include temporary file names in the	Content-Disposition header.	* pgp.c: Use text/plain; format=... when we are asked to detect	inline PGP material in in text/plain body parts.	* pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*.	* pgp.c: Fix "noconv" handling for the message body when we	generate inline PGP.	* charset.c, charset.h, handler.c, muttlib.c, pgp.c: Some hackisch	charset handling for text/plain; x-action=pgp-*.  I don't like	this stuff, but it's better than nothing.2002-03-26 22:25:48  roessler  (roessler)	* pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed".	* contrib/gpg.rc, commands.c, compose.c, crypt.c, handler.c,	muttlib.c, pgp.c, protos.h, recvattach.c, sendlib.c: More inline	PGP changes.	* pgp.c: Also permit for "action" and "x-action" on the receiving	end, just in case we can settle on a joint standard with other	MUA developers.	* commands.c, crypt.c, handler.c, pgp.c, pgpinvoke.c, sendlib.c:	OK, I'm giving up: pgp_create_traditional now creates text/plain;	x-mutt-action={pgp-encrypt,pgp-sign}.	* pgpinvoke.c: Fix application/pgp signatures.	* charset.c, charset.h, gnupgparse.c, handler.c, mbyte.c,	rfc2047.c, sendlib.c, charset.c, charset.h, gnupgparse.c,	handler.c, mbyte.c, rfc2047.c, sendlib.c: Fix iconv warnings;	from Edmund Grimley Evans.	* smime.c: Please use ascii_strcasecmp() if you want to compare	ASCII parameter strings.  mutt_strcasecmp() depends on the locale,	and detects "i" and "I" as _different_ in Turkish locales.2002-03-25 11:34:40  roessler  (roessler)	* crypt.c: Fix S/MIME signature type.  Noted by Dan Ohnesorg	<Dan@ohnesorg.cz>.	* buffy.c, buffy.c: close 1103; from Brendan Cully	* doc/manual.sgml.tail, doc/manual.sgml.tail: close 1122; from	Brendan Cully	* hdrline.c, muttlib.c: Fix #87s; from Brendan Cully.	* hdrline.c, muttlib.c: Fix #872, from Brendan Cully.	* contrib/smime_keys_test.pl, contrib/Makefile.in: Include a test	script by Mike Schiraldi.  It's perl > the one I have installed,	so I'm just putting it into contrib for now.2002-03-20 09:53:42  roessler  (roessler)	* editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER.	* editmsg.c, mailbox.h, mx.c: Rename the new M_NEW by M_NEWFOLDER.	There was another constant of the same name.  Problem noted by	Will Yardley's compiler.2002-03-19 09:54:05  roessler  (roessler)	* browser.c: Fix #1115.	* editmsg.c, mailbox.h, mx.c: Fix a temporary file race problem	when using the edit-message function.  Backported from unstable.	* po/pl.po, po/pl.po: update2002-03-18 18:54:56  roessler  (roessler)	* browser.c: Should fix #1115.	BACKPORT!2002-03-15 09:11:05  roessler  (roessler)	* po/ja.po: update from oota toshiya.	* po/ja.po: update, from oota toshiya.2002-03-13 23:43:41  roessler  (roessler)	* attach.c: Undoing the previous patch.  It was junk, and may	ruin files.	* attach.c, editmsg.c, mailbox.h, mx.c: Don't fopen mail folders	in append mode where we should safe_fopen() them in write mode.	Debian bug #138200, noted by Colin Philipps <cph@cph.demon.co.uk>.	NEEDS BACKPORTING.	* po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po,	po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.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/da.po, po/de.po,	po/el.po: automatic post-release commit for mutt-1.3.28	* po/ChangeLog: branches:  1.1.2; file ChangeLog was initially	added on branch mutt-1-4-stable.	* po/ChangeLog, po/ca.po, po/cs.po, ChangeLog, VERSION, reldate.h:	automatic post-release commit for mutt-1.3.28	* doc/smime-notes.txt, smime.c: Assorted patches from Mike	Schiraldi.2002-03-02 12:11:35  roessler  (roessler)	* contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c,	smime.h: Introduce smime_default_key.  From Oliver Ehli.	* contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h,	 mutt.h: smime.c: - the getkeys() function was broken and deleted	 the last char	   of the certfilename - it now lets me use more than one key	 for the same mailbox	   ie select these.  - some display output was garbled when the	 email didn't match.	   i posted some fix to mutt-users, but i don't like that sleep()	   so i dropped the first error message, which basically repeated	   the from/sender field only. so now there's just the message:	   they don't match.	smime_keys: - i modified the add_chain to continue even if	 no roo-cert	   is present (david collantes received som chain that got	   exported from outlook. obiously they don't (always ?)	   include the root cert) it will now abort if neither root nor	   intermediate certs are present.	 - add_cert created index entries with '-' as issuer cert, when	   it should have been '?'. thus verify would fail. (obviously	   nobody ever used that command (add_cert, that is) :)	the feature above obsoletes the hash_cert and fingerprint_cert	commands, adds import_cert command and ask_cert_label bool. i	modified the output of smime_keys (a little) so it doesn't look	too garbled when supplying the label (it is actually interactive	:) furthermore, i do a verify after the cert was added and	modified the verify routine to make the cerificate trusted in	case of success. (we discussed this in another message) that is	ok so far, but perhaps this requires some better root certificate	handling, ie the trust should be somehow connected to the root	certificate, that maybe added (if the user trusts it and its not	present already) to the ca-file. i'll think about that some more	... but then, there already is the add_root command. hmmm... (btw,	you'll now never get asked to trust a certificate)	i have not yet deleted the email handling from the import key	stuff (in smime.c/crypt.c), for i'm thinking about smime_keys	using it as an additional arg. otoh i don't think users would	press ^k if verification failed...hmmm... but still, smime_keys	does extract the email from the certificate either way and does	verify it by itself, so the only thing that would happen is	to have some invalid certificates, that mutt'll refuse to use	anyways, left in the database....	(From Oliver Ehli.)2002-02-28 23:28:51  roessler  (roessler)	* sort.c: Turn on incremental threading again.	* smime_keys.pl: The script will try to pick out the end-user cert	and pass that to openssl. The code which tells the difference may	not be perfect. It works with all the certs in my collection,	though. I won't be at all surprised if someone comes across a	cert chain which confuses it, but it should print out an error	in that case. Hopefully they will send us the chain so we can	adjust our code.	(From Mike Schiraldi.)	* init.h, mutt.h, thread.c: Threading enhancements from Daniel	Eisenbud.	* curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree;	fater redrawing when changing tree options.  From Daniel Eisenbud.	* imap/message.c, mbox.c, mx.c, thread.c: A possible work-around	for #939.  From Daniel Eisenbud.	* init.h, mutt.h, thread.c: Threading enhancements from Daniel	Eisenbud.2002-02-26 10:58:56  roessler  (roessler)	* po/ru.po: update	* init.h: Fix a typo.	* init.h: Fix a typo.  #1069.	* imap/browse.c, imap/message.c, configure.in, mutt_sasl.c,	imap/browse.c, imap/message.c, configure.in, mutt_sasl.c:	Brendan Cully sent a patch.	* install-sh, install-sh: Fix a typo.  From Edmund Grimley Evans.	* po/ru.po: ru.po update.	* pop_lib.c, pop_lib.c: CAPA response tags are case-insensitive.	Noted by Michael Vore, patch from Vsevolod Volkov.2002-02-18 14:55:31  roessler  (roessler)	* alias.c, send.c: Fix for #1047.  From Michael Elkins.2002-02-14 11:22:51  roessler  (roessler)	* charset.c, gnupgparse.c, init.h, rfc2047.c: Iconv patch from	Lars Hecking.  MAY NEED TO BE BACKPORTED.2002-02-13 12:04:52  roessler  (roessler)	* smime.c: mutt_any_key() shouldn't be used in curses mode.	* hdrline.c, init.h, parse.c: Change the default format to be	more friendly to "0-line messages", and fix optional expansion	for %l - it was the wrong way around.  Also, add a hack to	parse.c so we ignore negative values in Lines headers.	* hdrline.c, muttlib.c, protos.h: Undo the %l fix.  It broke	things.	* menu.c: Fix mutt_pad_string; from Edmund Grimley Evans.	(MAY NEED TO BE BACKPORTED.)	* main.c: Report libiconv version.2002-02-12 21:54:41  roessler  (roessler)	* hdrline.c, muttlib.c, protos.h: Improve %l's behaviour.	* extlib.c, main.c, pattern.c, smime_keys.pl: Mike Schiraldi's	daily S/MIME patch.2002-02-11 17:31:53  roessler  (roessler)	* smime.c: This patch gets rid of an ugly static variable in	smime.c. (From Mike Schiraldi.)	* smime_keys.pl: This patch lets smime_keys.pl automagically	handle both formats of x509 certificate -- PEM (text) and	DER (binary). This lets Outlook users (and probably others)	directly import the certs without first converting them manually.	(From Mike Schiraldi.)	* configure.in: Honor current values of $LIBS and $CPPFLAGS.	From Thomas Dickey.	* configure.in: Honor $LIBS and $CPPFLAGS.  From Thomas Dickey.	* init.c, init.c: patch-1.3.27.me.initsort.1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -