<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/Fake.pm, branch master</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>fix comments.</title>
<updated>2006-11-26T10:05:57+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-11-26T10:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=9cb85f1d8cf071fdd9b8b9db8107e18ad54ca268'/>
<id>9cb85f1d8cf071fdd9b8b9db8107e18ad54ca268</id>
<content type='text'>
fix help message.
change a local variable name to more proper one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix help message.
change a local variable name to more proper one.
</pre>
</div>
</content>
</entry>
<entry>
<title>white space cosmetics.</title>
<updated>2006-01-09T14:00:53+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-01-09T14:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=998d6457399e07b82ee606d2cff85a3261fd6743'/>
<id>998d6457399e07b82ee606d2cff85a3261fd6743</id>
<content type='text'>
fix copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>change {set,get}_emul_XXX() to internal use (_method)</title>
<updated>2005-08-17T10:54:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-17T10:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=400d5089d3d4d8d53d2cd433efbfd5d8022657c5'/>
<id>400d5089d3d4d8d53d2cd433efbfd5d8022657c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config_files_XXX() -&gt; config_cf_files_XXX() to clarify the meaning.</title>
<updated>2005-08-10T15:03:23+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-10T15:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=25438601b2819cf7f66f00e5aa81943a3ccc2bfe'/>
<id>25438601b2819cf7f66f00e5aa81943a3ccc2bfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switched to use FML::Process::Switch::NewProcess().</title>
<updated>2005-06-04T08:55:57+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-06-04T08:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8717a2b3dc1591793d9f2e883f31f0095e100fc3'/>
<id>8717a2b3dc1591793d9f2e883f31f0095e100fc3</id>
<content type='text'>
bug fix pcb handling.

method naming fixed to $curproc-&gt;OBJ_METHOD() form (FNF).
get_article_id                 -&gt; article_get_id
set_article_id                 -&gt; article_set_id
config_files_append_to_list    -&gt; config_files_append
append_to_config_files_list    -&gt; config_files_append_to_list
get_config_files_list          -&gt; config_files_get_list
load_config_files              -&gt; config_files_load
set_config_files_list          -&gt; config_files_set_list
verify_sender_credential       -&gt; credential_verify_sender
get_current_process_ml_name    -&gt; current_process_get_ml_name
set_current_process_ml_name    -&gt; current_process_set_ml_name
fix_perl_include_path          -&gt; env_fix_perl_include_path
parse_exception                -&gt; exception_parse
parse_incoming_message         -&gt; incoming_message_parse
clean_up_incoming_queue        -&gt; incoming_message_queue_clean_up
get_cui_menu                   -&gt; menu_get_cui_config_file_path
get_gui_menu                   -&gt; menu_get_gui_config_file_path
resolve_ml_specific_variables  -&gt; ml_variables_resolve
outgoing_message_open_channel  -&gt; outgoing_message_cache_open
open_outgoing_message_channel  -&gt; outgoing_message_open_channel
inform_reply_messages          -&gt; reply_message_inform
prepare_file_to_return         -&gt; reply_message_prepare_template
clean_up_tmpfiles              -&gt; tmp_files_clean_up
reset_umask                    -&gt; umask_reset
set_umask_as_public            -&gt; umask_set_as_public
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug fix pcb handling.

method naming fixed to $curproc-&gt;OBJ_METHOD() form (FNF).
get_article_id                 -&gt; article_get_id
set_article_id                 -&gt; article_set_id
config_files_append_to_list    -&gt; config_files_append
append_to_config_files_list    -&gt; config_files_append_to_list
get_config_files_list          -&gt; config_files_get_list
load_config_files              -&gt; config_files_load
set_config_files_list          -&gt; config_files_set_list
verify_sender_credential       -&gt; credential_verify_sender
get_current_process_ml_name    -&gt; current_process_get_ml_name
set_current_process_ml_name    -&gt; current_process_set_ml_name
fix_perl_include_path          -&gt; env_fix_perl_include_path
parse_exception                -&gt; exception_parse
parse_incoming_message         -&gt; incoming_message_parse
clean_up_incoming_queue        -&gt; incoming_message_queue_clean_up
get_cui_menu                   -&gt; menu_get_cui_config_file_path
get_gui_menu                   -&gt; menu_get_gui_config_file_path
resolve_ml_specific_variables  -&gt; ml_variables_resolve
outgoing_message_open_channel  -&gt; outgoing_message_cache_open
open_outgoing_message_channel  -&gt; outgoing_message_open_channel
inform_reply_messages          -&gt; reply_message_inform
prepare_file_to_return         -&gt; reply_message_prepare_template
clean_up_tmpfiles              -&gt; tmp_files_clean_up
reset_umask                    -&gt; umask_reset
set_umask_as_public            -&gt; umask_set_as_public
</pre>
</div>
</content>
</entry>
<entry>
<title>fix style.</title>
<updated>2005-05-30T07:20:23+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-05-30T07:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=769e0de9be93f9dc132c7badf71963d862f64bde'/>
<id>769e0de9be93f9dc132c7badf71963d862f64bde</id>
<content type='text'>
fix comments (FNF).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix comments (FNF).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments.</title>
<updated>2005-05-27T01:02:56+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-05-27T01:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=54229fb395a88b298e85c9ffcfdd4537816630eb'/>
<id>54229fb395a88b298e85c9ffcfdd4537816630eb</id>
<content type='text'>
fix error handling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix error handling.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove "use FML::Log;".</title>
<updated>2004-04-23T04:10:26+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-04-23T04:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d'/>
<id>002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>white space cosmetics.</title>
<updated>2004-02-15T04:38:24+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-02-15T04:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4'/>
<id>7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
