summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-03-05 12:09:59 +0000
committerfukachan <fukachan>2006-03-05 12:09:59 +0000
commit33474d9325fdeb4e6653217c6a3a9af38e9933fa (patch)
tree855c741c841821a578e5c8eb1d1abfe6a860294d
parentd461ef8ca5ac6b6604056eb6845733ae98a41874 (diff)
downloadfml8-33474d9325fdeb4e6653217c6a3a9af38e9933fa.tar.gz
fml8-33474d9325fdeb4e6653217c6a3a9af38e9933fa.tar.bz2
fml8-33474d9325fdeb4e6653217c6a3a9af38e9933fa.zip
command mail: change internal to use FML::Context::Command object.
-rw-r--r--CHANGES.txt36
1 files changed, 35 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 93a6b324..c19bc972 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,40 @@
2004/09 以降の fml8 は疑似 MTA 的な動作をしていて、自分のメー
ルキューイングシステムを使ってエラー処理や再送処理を行ないます。
+2006/03/05
+
+ refactoring: use of command context object based.
+
+ FML::Command::User::admin
+ FML::Process::Command State
+ FML::Restriction::Command
+ FML::Context::Command
+ command context information switched to use of
+ FML::Context::Command object.
+
+ FML::Command::Admin::*
+ FML::Command::User::*
+ FML::Command Error
+ FML::Article::Spool
+ FML::CGI::List ML User
+ FML::CGI::Skin::Base
+ FML::Command::Auth DirUtils FileUtils Message SendFile Syntax
+ FML::Context::Command
+ FML::Fault::Address
+ FML::ML::Control
+ FML::Process::Command Configure
+ FML::Process::CGI::Kernel
+ FML::User::Control
+ $command_args -> $command_context (OBJ), method style
+ changed to command_context object based.
+
+ FML::Command::User::admin
+ duplicate FML::Context::Command object by object dup method
+ not by myself.
+
+ FML::Context::Command
+ implement dup() method.
+
2006/02/18
FML::User::Control
@@ -9291,4 +9325,4 @@
このファイルを創設する:)
-$FML: CHANGES.txt,v 1.267 2006/02/05 04:41:27 fukachan Exp $
+$FML: CHANGES.txt,v 1.268 2006/02/19 15:44:31 fukachan Exp $