# HG changeset patch # User cvs # Date 1186988370 -7200 # Node ID a01e7a40045cccb7d92a3d543be9ce5cc96c6fd0 # Parent 310b3151a13936fd576d34aab2c2844143b0d1a2 Import from CVS: tag r19-16-pre7 diff -r 310b3151a139 -r a01e7a40045c CHANGES-beta --- 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 diff -r 310b3151a139 -r a01e7a40045c PROBLEMS --- 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 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. diff -r 310b3151a139 -r a01e7a40045c lisp/prim/about.el --- 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 Morioka Tomohiko Raymond L. Toy + Remek Trzaska John Turner Juan E. Villacis Jan Vroonhof diff -r 310b3151a139 -r a01e7a40045c lisp/version.el --- 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")