| Age | Commit message (Collapse) | Author |
|
|
|
specified domain.
fix documents and todo.
|
|
define set_allow_reply_message() and get_allow_reply_message().
We can enable or disable reply_message*() functions dynamically.
|
|
incoming_message_isolate_content().
|
|
|
|
|
|
|
|
|
|
context switching.
+set_process_title()
+get_process_title()
+set_address_fault()
+get_address_fault()
+is_address_fault()
+set_address_fault_list()
+get_address_fault_list()
+context_switch_get_context()
+context_switch_set_context()
|
|
|
|
implement is_fml8_managed_address() which checks the given address is
either of fml8 managed ml addresses.
|
|
fix copyright.
|
|
|
|
|
|
|
|
|
|
when Accept-Language: is not specified.
|
|
which_map_nl -> map_to_term_nl
convert_to_mail_address -> address_resolve
set_print_style -> output_set_print_style
get_print_style -> output_get_print_style
|
|
ml_home_dir_find_latest_removed_path() argument order:
e.g. ml_home_dir_removed_path($curproc, $ml_home_prefix, $ml_name);
removed_path format is changed to $ml_name.YYYYMMDD.COUNT style.
|
|
find_latest_removed_ml_home_dir -> ml_home_dir_find_latest_removed_path
template_files_dir_for_newml -> newml_command_template_files_dir
set_language_hint -> langinfo_set_language_hint
get_language_hint -> langinfo_get_language_hint
set_charset -> langinfo_set_charset
get_charset -> langinfo_get_charset
set_accept_language_list -> langinfo_set_accept_language_list
get_accept_language_list -> langinfo_get_accept_language_list
thread_db_args -> article_thread_init
changed to internal use.
language_of_html_file -> _language_of_html_file
move lang_to_charset() and remove_too_old_files_in_dir() to
FML::Process::Kernel.
|
|
|
|
command_specific_recipient -> command_line_cui_specific_recipient
cui_command_specific_options -> command_line_cui_specific_options
|
|
|
|
o set_config_files_list -> config_files_set_list
o get_config_files_list -> config_files_get_list
o append_to_config_files_list -> config_files_append
o get_cui_menu -> menu_get_cui_config_file_path
o get_gui_menu -> menu_get_gui_config_file_path
remove get_ml_home_prefix_maps() definition, which is not used.
move definitions to proper module: get_ml_list(), get_address_list()
and get_debug_level().
|
|
o incoming_message_set_current_queue()
o incoming_message_get_current_queue()
o incoming_message_stack_queue_for_removal()
o incoming_message_remove_queue()
shared memory for IPC between parent and child $curproc processes.
o shared_hash_get()
|
|
set_incoming_message_cache_file_path -> incoming_message_set_cache_file_path
get_incoming_message_cache_file_path -> incoming_message_get_cache_file_path
|
|
remove is_safe_syntax(), which is not used.
rename allow_reply_message() to is_allow_reply_message().
|
|
|
|
modified to use proper log$role().
bug fix log messages if needed.
|
|
o implement default_config_cf_filepath() method.
|
|
|
|
|
|
|
|
|
|
|
|
ensure initial value.
|
|
|
|
language_of_html_file() return $html_archive_default_charset.
|
|
|
|
bug fix search logic of ml_home_prefix.
move quotemeta() from IO::Adapter to here.
|
|
|
|
|
|
|
|
File::Utils class.
|
|
|
|
this function disabled by default.
fml and makefml can use --allow-send-message --send-to=ADDRESS option for it.
|
|
function uses cui_command_specific_options() to get the command
specific options.
|
|
|
|
fix return value for some methods.
use "print if $debug" in some cases.
|
|
get_accept_language_list() returns [] not [*] when no data.
|