+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.
;;; 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)
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>