<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/DocViewer.pm, branch command-reconstruct-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>not use "$cf_list = $curproc-&gt;get_config_files_list();".</title>
<updated>2004-01-31T04:06:31+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-31T04:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0bde78c204d00525adfb0bff6a11bc99367f593f'/>
<id>0bde78c204d00525adfb0bff6a11bc99367f593f</id>
<content type='text'>
$curproc-&gt;load_config_files($cf_list);
   -&gt;
$curproc-&gt;load_config_files();
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$curproc-&gt;load_config_files($cf_list);
   -&gt;
$curproc-&gt;load_config_files();
</pre>
</div>
</content>
</entry>
<entry>
<title>fix/update comments.</title>
<updated>2004-01-02T16:08:37+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T16:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3021a34829620ccb4117a1eae82ebc5d605f61e9'/>
<id>3021a34829620ccb4117a1eae82ebc5d605f61e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyright</title>
<updated>2004-01-02T14:50:27+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T14:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a5f23db04953608fcf7ec22bf65bdd0977264d63'/>
<id>a5f23db04953608fcf7ec22bf65bdd0977264d63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$curproc-&gt;resolve_ml_specific_variables( $args );</title>
<updated>2004-01-02T02:11:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T02:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=25d833bdd1daedd513f038da4d6dc72b499bd9e4'/>
<id>25d833bdd1daedd513f038da4d6dc72b499bd9e4</id>
<content type='text'>
$curproc-&gt;load_config_files( $args-&gt;{ cf_list } );
  =&gt;
$curproc-&gt;resolve_ml_specific_variables();
my $cf_list = $curproc-&gt;get_config_files_list();
$curproc-&gt;load_config_files($cf_list);

$curproc-&gt;parse_incoming_message($args);
  =&gt;
$curproc-&gt;parse_incoming_message();
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$curproc-&gt;load_config_files( $args-&gt;{ cf_list } );
  =&gt;
$curproc-&gt;resolve_ml_specific_variables();
my $cf_list = $curproc-&gt;get_config_files_list();
$curproc-&gt;load_config_files($cf_list);

$curproc-&gt;parse_incoming_message($args);
  =&gt;
$curproc-&gt;parse_incoming_message();
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the direct use of $args, use utility methods via $curproc</title>
<updated>2003-12-24T14:29:35+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-12-24T14:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3f16e20020bece5fbd22327d2cdf6c563367805b'/>
<id>3f16e20020bece5fbd22327d2cdf6c563367805b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use $curproc-&gt;config(), pcb() not { config }, { pcb } respectively.</title>
<updated>2003-08-29T15:33:54+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-29T15:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e460ae393d4c06ac2219811653b1388acf28bebb'/>
<id>e460ae393d4c06ac2219811653b1388acf28bebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define $curproc-&gt;log, logwarn, logerror and log_message() methods.</title>
<updated>2003-08-23T07:24:40+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-23T07:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=9723a7a408f11cf8beaf8f618d2863c2f3e28ddb'/>
<id>9723a7a408f11cf8beaf8f618d2863c2f3e28ddb</id>
<content type='text'>
modified to use $curproc-&gt;log*() interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modified to use $curproc-&gt;log*() interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments: =head2 function(...) form</title>
<updated>2003-08-23T04:35:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-23T04:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d0c5a95389829a94a429717d0ae10c2872eb25ce'/>
<id>d0c5a95389829a94a429717d0ae10c2872eb25ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments (FNF).</title>
<updated>2003-01-11T16:05:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-01-11T16:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e172c7a0a018fe2173af56e281f0f454aaabc996'/>
<id>e172c7a0a018fe2173af56e281f0f454aaabc996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments, more error messagse</title>
<updated>2002-12-18T04:43:51+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-12-18T04:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0e7a6e2a86e09cbc2e5631bcaf5e2518f81cd328'/>
<id>0e7a6e2a86e09cbc2e5631bcaf5e2518f81cd328</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
