Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 12 Mar 2002 12:51:36 +0000 (12:51 +0000)
committeryamaoka <yamaoka>
Tue, 12 Mar 2002 12:51:36 +0000 (12:51 +0000)
lisp/ChangeLog
lisp/nnslashdot.el
lisp/pop3.el

index 1162b62..c617a52 100644 (file)
@@ -1,3 +1,11 @@
+2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
+
+2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pop3.el (pop3-open-server): Set process buffer unibyte.
+
 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
index f507d66..5820103 100644 (file)
                           (point)
                           (progn
                             (re-search-forward
-                             "<SCRIPT LANGUAGE=\"JAVASCRIPT\">\\|<!-- no ad 6 -->\\|&lt;&nbsp;[ \t\r\n]*<A HREF=\"\\(\\(http:\\)?//slashdot\\.org\\)?/article")
+                             "<IFRAME\\|<SCRIPT LANGUAGE=\"JAVASCRIPT\">\\|<!-- no ad 6 -->\\|&lt;&nbsp;[ \t\r\n]*<A HREF=\"\\(\\(http:\\)?//slashdot\\.org\\)?/article")
                             (match-beginning 0)))))
                (setq cid (cdr (assq article
                                     (nth 4 (assoc group nnslashdot-groups)))))
index 826e6ed..8971aca 100644 (file)
@@ -188,7 +188,7 @@ Nil means no, t means yes, not-nil-or-t means yet to be determined.")
   "Open TCP connection to MAILHOST on PORT.
 Returns the process associated with the connection.
 Argument PORT specifies connecting port."
-  (let (process)
+  (let (default-enable-multibyte-characters process)
     (save-excursion
       (set-buffer (get-buffer-create (concat " trace of POP session to "
                                             mailhost)))