Synch to Oort Gnus 200305010748.
authoryamaoka <yamaoka>
Thu, 1 May 2003 07:47:12 +0000 (07:47 +0000)
committeryamaoka <yamaoka>
Thu, 1 May 2003 07:47:12 +0000 (07:47 +0000)
lisp/ChangeLog
lisp/message.el
lisp/nnrss.el

index b677f04..20b6b43 100644 (file)
@@ -1,3 +1,10 @@
+2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-check-news-header-syntax): Alter "posting"
+       message. 
+
+       * nnrss.el (nnrss-node-text): Don't use char classes.
+
 2003-05-01  David Z. Maze  <dmaze@mit.edu>
 
        * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
index a13c97a..25355f8 100644 (file)
@@ -4564,7 +4564,7 @@ Otherwise, generate and save a value for `canlock-password' first."
              errors)
         (y-or-n-p
          (format
-          "Really post to %s possibly unknown group%s: %s? "
+          "Really use %s possibly unknown group%s: %s? "
           (if (= (length errors) 1) "this" "these")
           (if (= (length errors) 1) "" "s")
           (mapconcat 'identity errors ", "))))
index a1be64f..6fb8e43 100644 (file)
@@ -525,7 +525,7 @@ It is useful when `(setq nnrss-use-local t)'."
                   (nnrss-node-just-text node)
                 node))
         (cleaned-text (if text (gnus-replace-in-string
-                                text "^[[:cntrl:]]+\\|^ +\\| +$" ""))))
+                                text "^[\000-\037\177]+\\|^ +\\| +$" ""))))
     (if (string-equal "" cleaned-text)
        nil
       cleaned-text)))