📄 changelog.old
字号:
2002-02-07 21:48:42 roessler (roessler) * smime_keys.pl: Another S/MIME patch from Mike Schiraldi. * smime_keys.pl: Fix smime_keys. * smime.c: S/MIME fixes from Mike Schiraldi. * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.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/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, Makefile.am: Make S/MIME messages translatable.2002-02-06 19:14:47 roessler (roessler) * lib.h: Avoid a warning on some machines. * lib.h, smime.c: Make some scanf formats safe.2002-02-05 22:01:06 roessler (roessler) * ascii.c: The previous fix was complete nonsense. What a day. :-( * ascii.c: The previous fix was complete nonsense. * browser.c, lib.c, lib.h: Use strcoll for the file browser. From David Champion. * hook.c: Fix crypt-hook. From Dale Woolridge <dale-list-mutt-dev@woolridge.org>. * smime_keys.pl: Clean-up from Mike Schiraldi. * imap/browse.c: Fix. * imap/browse.c: Fix another IMAP browsing bug. * po/ru.po, po/fr.po, po/ko.po: update * smime.c: Don't put garbage onto the screen when trying to decrypt messages. * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: S/MIME fixes from Oliver Ehli: - smime_keys.pl: support for multiple email adrresses in cert: will add one entry to {keys, cetrificates}/.index now (for each mailbox) support for certificates without intermediate certs (e.g. for people who are their own CA: use root as intermediate, for it probably wouldn't be known to anyone...) bugfix in handle_pem: the checks if some type of cert is present; die() could never be reached, as the variables checked wouldn't have been set in that case, so it would break because of undefined value or some such thing.... (so it has to check $iter instead) - smime.c (init.h, ....) support for importing certificates issued for multiple addresses. introduced smime_fingerprint_cert_command, so finally certs can get compared ... (so the above works..) cleaned up some error messages, that would mess up the terminal. fixed typos (init.h) * ascii.c: Fix. * ascii.c: Fix ascii_*cmp functions. Problem noted by Brad Thompson.2002-02-04 09:59:02 roessler (roessler) * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.2002-02-03 09:58:45 roessler (roessler) * doc/manual.sgml.head, doc/muttrc.man.head, init.h: Add unauto_view. From Jeremy Blosser. * Makefile.am, pgplib.h, pgppubring.c: Add a "-f" flag which helps to dump fingerprints. Contributed by Jason Harris <jharris@widomaker.com>, and not strictly needed for mutt. * pgppubring.c: Correctly calculate fingerprints for type 20 ElGamal keys. Noted by Jason Harris <jharris@widomaker.com>. * pgppubring.c: Fix calculation of fingerprints (and key IDs) for type 20 ElGamal keys. Noted by Jason Harris <jharris@widowmaker.com>.2002-02-02 16:52:27 roessler (roessler) * po/ca.po: update * po/ca.po: update. * mh.c: Don't forget deletions when a folder is changed. Ups.2002-02-01 17:23:20 roessler (roessler) * smime_keys.pl: Fix some possible leaks of the private key (encrypted, but still...). (yow_security_holes.patch from Mike Schiraldi.)2002-01-31 22:05:58 roessler (roessler) * doc/smime-notes.txt: Document %C, and other updates. From Mike Schiraldi. * smime.c: Remove some unnecessary quotation marks. * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: Use mutt -Q from smime_keys. * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.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/ca.po, po/cs.po: update-po * main.c: fix a string. * doc/mutt.man: Document -Q. * init.c, main.c, protos.h: Add a -Q option to query configuration variables. This is needed to avoid a separate mutt configuration parser in smime_keys.pl.2002-01-30 22:51:12 roessler (roessler) * send.c, send.c: patch-1.3.27.me.postpone_date.2 * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it.2002-01-29 21:08:10 roessler (roessler) * smime.c: Improved certificate handling. Suggested by Oliver Ehli, implemented by Mike Schiraldi. * smime.c: Properly handle certain signatures generated by Outlook. From Mike Schiraldi. * parse.c, parse.c: Fix a segmentation fault in debugging code. From Daniel Eisenbud.2002-01-28 23:29:05 roessler (roessler) * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option. The timestamps aren't really needed any more. * commands.c, menu.c, mutt.h, mutt_curses.h, pattern.c: Add ~V to match successfully verified messages. * contrib/smime.rc: Add a comment. From Mike Schiraldi. * init.h, init.h: Fix list-from documentation. From Michael Elkins. * doc/smime-notes.txt: Add more information on S/MIME. Adapted from Oliver Ehli's notes by Mike Schiraldi. * send.c: Avoid C99 comments. Noted by Vincent Lefevre. * po/ja.po, po/sv.po: updates * menu.c, menu.c: Wide character fix from TAKIZAWA Takashi. * Makefile.am, hook.c: S/MIME-related bug fixes from Brendan Cully.2002-01-25 00:08:30 roessler (roessler) * smime.c: ups * commands.c, recvattach.c, smime.c, smime.h: More decryption key detection fixes. * commands.c, smime.c: Make some prompts look nicer, and add sensible selection of the decryption key.2002-01-24 23:53:19 roessler (roessler) * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking. * mh.c: Fix. * mh.c: Still more code clean-up. * doc/smime-notes.txt: Update. * mx.c: little fix. * mh.c: Ups, don't use the wrong check function... * mh.c: Clean up the mh code, too. * mh.c: indentation * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael Elkins and Thomas Roessler. * crypt.c, curs_lib.c, smime.c: S/MIME nits. * reap.pl: We don't need this any more. * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, contrib/Makefile.in, contrib/ca-bundle.crt, contrib/smime.rc, Makefile.am, OPS.CRYPT, OPS.PGP, OPS.SMIME, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h, curs_main.c, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, mutt.h, muttlib.c, mx.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, smime.c, smime.h, smime_keys.pl: S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi <raldi@research.netsol.com>. * po/pt_BR.po, po/pt_BR.po: update * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h, init.h, protos.h, rfc1524.c, sendlib.c: Introduce mime_lookup. From Brian Foley and Ulf Erikson. * po/ru.po, po/ru.po: update * mh.c: Make reading maildirs more efficient. * VERSION: Pseudo-revision for mutt-1.5. * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4, m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in: version bump * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.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/fr.po, po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/.cvsignore, po/Makefile.in.in, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/README, imap/TODO, imap/auth.c, imap/auth.h, 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/imap.h, imap/imap_private.h, imap/message.c, imap/message.h, imap/utf7.c, imap/util.c: more version bumps. * intl/.cvsignore, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1, intl/ChangeLog, intl/Makefile.in, intl/VERSION, 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/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/xopen-msg.sed: more version number updates. * doc/.cvsignore, doc/Makefile.in, doc/PGP-Notes.txt, doc/applying-patches.txt, doc/devel-notes.txt, doc/dotlock.man, doc/instdoc.sh.in, doc/manual.sgml.head, doc/manual.sgml.tail, doc/mbox.man, doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, doc/muttrc.man.tail, doc/patch-notes.txt: more version number updates * contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/.cvsignore, contrib/Makefile.in, contrib/Mush.rc, contrib/Pine.rc, contrib/Tin.rc, contrib/gpg.rc, contrib/language.txt, contrib/language50.txt, contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, contrib/pgp5.rc, contrib/pgp6.rc, contrib/sample.mailcap, contrib/sample.muttrc, contrib/sample.muttrc-tlr: Bumping more version numbers. * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c, strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop.c, pop.h, pop_auth.c, pop_lib.c, postpone.c, prepare, protos.h, query.c, reap.pl, recvattach.c, recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c, sha1.c, sha1.h, signal.c, md5.h, md5c.c, menu.c, mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h, muttbug, muttbug.sh.in, muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, patchlist.sh, pattern.c, pgp.c, pgp.h, pgpewrap.c, pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, history.c, history.h, hook.c, init.c, init.h, install-sh, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c, charset.h, check_sec.sh, color.c, commands.c, complete.c, compose.c, config.guess, config.sub, configure.in, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h, edit.c, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, TODO, VERSION, _regex.h, acconfig.h, account.c, account.h, addrbook.c, alias.c, ascii.c, ascii.h, .cvsignore, ABOUT-NLS, BEWARE, COPYRIGHT, ChangeLog: Bumping version numbers to 3.0, for the new unstable branch. * send.c: branches: 2.77.2; Set default Fcc when resending a message. * po/ja.po: branches: 1.33.2; update2002-01-23 22:37:12 roessler (roessler) * po/da.po: branches: 1.67.2; updates * po/el.po: branches: 1.77.2; updates * po/et.po: branches: 1.21.2; updates * po/ko.po: branches: 1.72.2; updates * po/pl.po: branches: 1.94.2; updates * po/uk.po, po/id.po: branches: 1.84.2; update * charset.c: branches: 2.50.2; Fix #999. A single missing comma.2002-01-22 12:12:45 roessler (roessler) * po/pt_BR.po: branches: 1.58.2; automatic post-release commit for mutt-1.3.27 * po/ru.po: branches: 1.129.2; automatic post-release commit for mutt-1.3.27 * po/sk.po: branches: 1.66.2; automatic post-release commit for mutt-1.3.27 * po/sv.po: branches: 1.80.2; automatic post-release commit for mutt-1.3.27 * po/tr.po: branches: 1.25.2; automatic post-release commit for mutt-1.3.27 * po/uk.po: automatic post-release commit for mutt-1.3.27 * po/zh_CN.po: branches: 1.14.2; automatic post-release commit for mutt-1.3.27 * po/zh_TW.po: branches: 1.11.2; automatic post-release commit for mutt-1.3.27 * po/hu.po: branches: 1.17.2; automatic post-release commit for mutt-1.3.27 * po/id.po: automatic post-release commit for mutt-1.3.27 * po/it.po: branches: 1.103.2; automatic post-release commit for mutt-1.3.27 * po/ja.po, po/ko.po: automatic post-release commit for mutt-1.3.27 * po/lt.po: branches: 1.25.2; automatic post-release commit for mutt-1.3.27 * po/nl.po: branches: 1.74.2; automatic post-release commit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -