* nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches newline.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2007 05:16:13 +0000 (05:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2007 05:16:13 +0000 (05:16 +0000)
commita19d6dbb828654bde8e6e8f27c165f4a365645bb
tree86bbeafd84349a370472c6fdf76eb2e2a3d18477
parent61a618e4c39332d609603703c9003bf78c77660c
* nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches newline.
(nnmbox-request-accept-article): Don't change article in source buffer;
 narrow to header to use message-fetch-field rather than nnmail-fetch-field;
 use with-current-buffer instead of save-excursion.
(nnmbox-request-replace-article): Quote lines that'll be misidentified as
 delimiters; make sure article ends with newline.
(nnmbox-delete-mail): Correct last position of article to be deleted;
 ignore X-Gnus-Newsgroup header in article body.
(nnmbox-save-mail): Quote lines looking like delimiters at the right positions;
 make sure article ends with newline.

* message.el (message-display-abbrev): Don't infloop when a user inserts SPC in
 the beginning of header.

* lpath.el: Don't bind define-ccl-program for non-Mule XEmacs;
 bind coding-system-for-read and coding-system-for-write for XEmacs having no
 file-coding feature.

* dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
lisp/ChangeLog
lisp/dgnushack.el
lisp/lpath.el
lisp/message.el
lisp/nnmbox.el