Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 24 Apr 2002 22:21:47 +0000 (22:21 +0000)
committeryamaoka <yamaoka>
Wed, 24 Apr 2002 22:21:47 +0000 (22:21 +0000)
contrib/ChangeLog
contrib/ucs-tables.el
lisp/ChangeLog

index 44589ad..f894e17 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * ucs-tables.el (featurep): Barf on XEmacs.
+
 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * ucs-tables.el: Copy from Emacs 21.
index 81f059e..0255053 100644 (file)
@@ -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)
index 74c118f..0432dfe 100644 (file)
@@ -1,12 +1,16 @@
 2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        From Dan Christensen <jdc+news@uwo.ca>.
-       
+
        * 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  <jas@extundo.com>