Mercurial > hg > xemacs-beta
changeset 64:a01e7a40045c r19-16-pre7
Import from CVS: tag r19-16-pre7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:59:30 +0200 |
parents | 310b3151a139 |
children | 3189028d0229 |
files | CHANGES-beta PROBLEMS lisp/prim/about.el lisp/version.el |
diffstat | 4 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES-beta Mon Aug 13 08:59:14 2007 +0200 +++ b/CHANGES-beta Mon Aug 13 08:59:30 2007 +0200 @@ -1,4 +1,8 @@ -*- indented-text -*- +to 19.16 -- "Bordeaux" +-- about.el touch up +-- TM and MH-e PGP problem documented in PROBLEMS + to 19.16 pre6 -- "New York" -- Fix for using a pixmap background -- about.el updated
--- a/PROBLEMS Mon Aug 13 08:59:14 2007 +0200 +++ b/PROBLEMS Mon Aug 13 08:59:30 2007 +0200 @@ -1832,3 +1832,10 @@ This is normal (trust us) when upgrading to VM-6.22 from earlier versions. Let VM finish what it is doing and all will be well. + +* MH-E and TM can have problems with PGP messages. + +Rick Campbell <rickc@lehman.com> writes: +A combination of MH-E and TM can cause problems deciphering PGP messages. +TM causes mh-clean-message-header to be ignored and it must set +to nil for MH and TM to play nicely.
--- a/lisp/prim/about.el Mon Aug 13 08:59:14 2007 +0200 +++ b/lisp/prim/about.el Mon Aug 13 08:59:30 2007 +0200 @@ -542,7 +542,7 @@ Come visit his glorified .plan file at ") - (about-xref "http://www.netscape.com/people/jwz/" 'w3-jamie "Visit Jamie's WWW page") + (about-xref "http://people.netscape.com/jwz/" 'w3-jamie "Visit Jamie's WWW page") (insert "\n\n\tClick ") (about-xref "here" prev-page "Return to previous page") (insert " to go back to the previous page.\n") @@ -1194,6 +1194,7 @@ James Thompson <thompson@wg2.waii.com> Morioka Tomohiko <morioka@jaist.ac.jp> Raymond L. Toy <toy@rtp.ericsson.se> + Remek Trzaska <remek@npac.syr.edu> John Turner <turner@xdiv.lanl.gov> Juan E. Villacis <jvillaci@cs.indiana.edu> Jan Vroonhof <vroonhof@math.ethz.ch>
--- a/lisp/version.el Mon Aug 13 08:59:14 2007 +0200 +++ b/lisp/version.el Mon Aug 13 08:59:30 2007 +0200 @@ -55,7 +55,7 @@ "Non-nil when this is a test (beta) version of XEmacs. Warning, this variable did not exist in XEmacs versions prior to 20.3") -(defconst xemacs-codename "New York" +(defconst xemacs-codename "Bordeaux" "Symbolic name of XEmacs build. Warning, this variable did not exist in XEmacs versions prior to 19.16 and 20.3")