w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit f89f88e1fcb503914785e8e3f1b1ef1f23a9183e
parent f5d3bf8b3c4d07b46a396cbe440746481659f0f6
Author: ukai <ukai>
Date:   Mon, 24 Jun 2002 13:32:10 +0000

[w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tag
* file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>

Diffstat:
MChangeLog | 5+++++
Mfile.c | 1-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-24 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + + * [w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tag + * file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag + 2002-06-18 Dai Sato <satodai@dog.intcul.tohoku.ac.jp> * [w3m-dev 03215] Re: Boehm GC 6.1alpha5 diff --git a/file.c b/file.c @@ -4637,7 +4637,6 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env) } } case HTML_N_BODY: - obuf->flag |= RB_IGNORE_P; return 1; default: /* obuf->prevchar = '\0'; */