<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib, branch doc-cleanup-200112</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>__next_message() -&gt; _next_message_is()</title>
<updated>2002-01-18T15:38:41+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-18T15:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=baecfef1cbe6760b9f854a76de968cc58b2a45b4'/>
<id>baecfef1cbe6760b9f854a76de968cc58b2a45b4</id>
<content type='text'>
__prev_message() -&gt; _prev_message_is()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__prev_message() -&gt; _prev_message_is()
</pre>
</div>
</content>
</entry>
<entry>
<title>oops, forgotten. fix head_message() -&gt; __head_message()</title>
<updated>2002-01-16T14:01:14+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-16T14:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4034084fcb93ab8a2cfa71dfec46ae925fa53a1a'/>
<id>4034084fcb93ab8a2cfa71dfec46ae925fa53a1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright</title>
<updated>2002-01-16T13:43:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-16T13:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=146604e0ca356391d0f972decc029c74a156f5ee'/>
<id>146604e0ca356391d0f972decc029c74a156f5ee</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://www.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://www.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://www.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://www.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>update comments, copyright. FNF-ify. sort definition</title>
<updated>2002-01-13T21:59:08+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T21:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=928fa8d014b1da408d84bb0ff81837fb62f2782d'/>
<id>928fa8d014b1da408d84bb0ff81837fb62f2782d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed due to not used</title>
<updated>2002-01-13T21:49:33+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T21:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b82e4c124dc0a7ca88683b161a876b0b3cae3f51'/>
<id>b82e4c124dc0a7ca88683b161a876b0b3cae3f51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Fcntl qw(:DEFAULT :flock), remove LOCK_XX() definitions.</title>
<updated>2002-01-13T15:46:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-13T15:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=adce1812dc06d743a8c4b357ea618bd94bc2476c'/>
<id>adce1812dc06d743a8c4b357ea618bd94bc2476c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
