Mercurial > emacs
comparison lisp/gnus/nnheader.el @ 72425:4fa1b5c6a34c
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 123-125)
- Update from CVS
2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/compface.el (uncompface): Use binary rather than raw-text-unix.
2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/compface.el (uncompface): Make sure the eol conversion doesn't take
place when communicating with the external programs. Reported by
ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nnheader.el (nnheader-insert-head): Fix typo in comment.
2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
Make it more robust by parsing author and date independently.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-398
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 16 Aug 2006 14:04:41 +0000 |
parents | eddf5f0ed3c9 |
children | e3694f1cb928 7f3f771c85fa |
comparison
equal
deleted
inserted
replaced
72424:068203ad5df7 | 72425:4fa1b5c6a34c |
---|---|
596 (coding-system-for-read 'binary)) | 596 (coding-system-for-read 'binary)) |
597 (while (and (eq nnheader-head-chop-length | 597 (while (and (eq nnheader-head-chop-length |
598 (nth 1 (mm-insert-file-contents | 598 (nth 1 (mm-insert-file-contents |
599 file nil beg | 599 file nil beg |
600 (incf beg nnheader-head-chop-length)))) | 600 (incf beg nnheader-head-chop-length)))) |
601 ;; CRLF of CR might be used for the line-break code. | 601 ;; CRLF or CR might be used for the line-break code. |
602 (prog1 (not (re-search-forward "\n\r?\n\\|\r\r" nil t)) | 602 (prog1 (not (re-search-forward "\n\r?\n\\|\r\r" nil t)) |
603 (goto-char (point-max))) | 603 (goto-char (point-max))) |
604 (or (null nnheader-max-head-length) | 604 (or (null nnheader-max-head-length) |
605 (< beg nnheader-max-head-length)))) | 605 (< beg nnheader-max-head-length)))) |
606 ;; Finally decode the contents. | 606 ;; Finally decode the contents. |