<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/Mail/HTML/Lite.pm, branch subdir-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>remove $ENV{debug} based toggle flag</title>
<updated>2002-02-01T12:03:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-01T12:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d'/>
<id>a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change Mail::Message naming convention.</title>
<updated>2002-01-16T13:33:58+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-16T13:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4f82c6210c57f1a72b590fda50b79c7525e55f10'/>
<id>4f82c6210c57f1a72b590fda50b79c7525e55f10</id>
<content type='text'>
public -&gt; private:
o head_message
o last_message
o next_message
o prev_message

prefix change:
o rfc822_message_ -&gt; whole_message_
o get_first_plaintext_message() -&gt; find_first_plaintext_message()
o get_encoding_mechanism() -&gt; encoding_mechanism()
o get_data_type() -&gt; data_type()
o get_data_type_list() -&gt; data_type_list()

renamed:
o get_offset() - &gt;offset_pair()
o header_in_body_part() -&gt; message_fields()
o data_in_body_part()   -&gt; message_text()
where we use RFC822 flabour naming convention.
rfc822 says "message = fields + text" and rfc2047 says "message" as
defined in RFC 822, with all header fields optional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
public -&gt; private:
o head_message
o last_message
o next_message
o prev_message

prefix change:
o rfc822_message_ -&gt; whole_message_
o get_first_plaintext_message() -&gt; find_first_plaintext_message()
o get_encoding_mechanism() -&gt; encoding_mechanism()
o get_data_type() -&gt; data_type()
o get_data_type_list() -&gt; data_type_list()

renamed:
o get_offset() - &gt;offset_pair()
o header_in_body_part() -&gt; message_fields()
o data_in_body_part()   -&gt; message_text()
where we use RFC822 flabour naming convention.
rfc822 says "message = fields + text" and rfc2047 says "message" as
defined in RFC 822, with all header fields optional.
</pre>
</div>
</content>
</entry>
<entry>
<title>define default value.</title>
<updated>2002-01-14T11:59:02+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-14T11:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a14815d4d5632682b03defa8a4a47101171cbe47'/>
<id>a14815d4d5632682b03defa8a4a47101171cbe47</id>
<content type='text'>
delayed loading by eval q{ use .. }.
validate defined( $db-&gt;{ _thread_list }-&gt;{ $id } ).

_head_thread(): fix head_thread search algorithm.

rename __search_default_next_thread_id() to
__search_default_next_id_in_thread().

__sort_yyyymm(): validate value is not null.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
delayed loading by eval q{ use .. }.
validate defined( $db-&gt;{ _thread_list }-&gt;{ $id } ).

_head_thread(): fix head_thread search algorithm.

rename __search_default_next_thread_id() to
__search_default_next_id_in_thread().

__sort_yyyymm(): validate value is not null.
</pre>
</div>
</content>
</entry>
<entry>
<title>nuke \s*$</title>
<updated>2002-01-14T05:44:46+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-14T05:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7e5735dd17aef6b5b8e39d40b2996fecef8d3769'/>
<id>7e5735dd17aef6b5b8e39d40b2996fecef8d3769</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update comments, copyright. FNF-ify. fix argument declaration</title>
<updated>2002-01-14T05:34:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-14T05:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2f3a5b8a69f349b595ff49cf251cc7d140a7a52f'/>
<id>2f3a5b8a69f349b595ff49cf251cc7d140a7a52f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug fix: _print_li_filename() check is too restricted</title>
<updated>2001-12-26T12:38:10+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-26T12:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=014e7b218530f4331bd6fef824603332e292aefe'/>
<id>014e7b218530f4331bd6fef824603332e292aefe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check $filename is valid in showing &lt;LI&gt; ...</title>
<updated>2001-12-23T14:12:51+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-23T14:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6108f94ecbb260912f434fd87e99d2af231860be'/>
<id>6108f94ecbb260912f434fd87e99d2af231860be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove \s*$</title>
<updated>2001-12-22T09:21:00+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-22T09:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8c71d1f4b810babb4620a046ad9c100108887fb1'/>
<id>8c71d1f4b810babb4620a046ad9c100108887fb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>show processing a little</title>
<updated>2001-11-17T15:21:18+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-11-17T15:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=91c2d366d93ecc7b43cf3e2892e2e6c84c2bec80'/>
<id>91c2d366d93ecc7b43cf3e2892e2e6c84c2bec80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable debug code, enable it when $ENV{debug} is defined</title>
<updated>2001-11-17T04:01:54+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-11-17T04:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2e433b4b40b942cb9325833061d66ed3362b308f'/>
<id>2e433b4b40b942cb9325833061d66ed3362b308f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
