User activation from "Inactive users" is not in log. I compared acp_inactive.php from version 3.01 and RC3 and I found in 3.01 function "add_log(...)" is called in "else if ($action == 'delete') {...}" and it is not called for activate action. In RC3 it was called before "break". I tried to change it and it works