From 0e18fd3f745d0db56aa68453f52a1bd5674165c0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 24 Apr 2002 22:21:47 +0000 Subject: [PATCH] Synch with Oort Gnus. --- contrib/ChangeLog | 4 ++++ contrib/ucs-tables.el | 3 +++ lisp/ChangeLog | 14 +++++++++----- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 44589ad..f894e17 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 Kai Gro,A_(Bjohann + + * ucs-tables.el (featurep): Barf on XEmacs. + 2002-03-06 ShengHuo ZHU * ucs-tables.el: Copy from Emacs 21. diff --git a/contrib/ucs-tables.el b/contrib/ucs-tables.el index 81f059e..0255053 100644 --- a/contrib/ucs-tables.el +++ b/contrib/ucs-tables.el @@ -54,6 +54,9 @@ ;;; Code: +(when (featurep 'xemacs) + (error "This file cannot be used with XEmacs. For XEmacs, use latin-unity instead")) + ;;; Define tables, to be populated later. (defvar ucs-mule-8859-to-ucs-table (make-translation-table) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74c118f..0432dfe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,16 @@ 2002-04-24 Kai Gro,A_(Bjohann From Dan Christensen . - + * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p) (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head): - Recognize math postings properly. Extract Date and email address - correctly. Create Date and From header for revised versions. Get - rid of spurious \\ lines. Detect end of message correctly. - Correctly rephrase the URL. + Recognize math postings. Extract Date (now ignores "(15kb)"). + Extract email address using gnus-extract-address-components + instead of just taking the first word. Create Date and From + headers for message which are missing these headers. Get rid + of spurious \\ lines (purely cosmetic). Extend body-end and + file-end regexps, to exclude more garbage from the message. + Make URL rephrasing regexp more flexible, to match current + format. 2002-04-23 Simon Josefsson -- 1.7.10.4