Index: token_node.inc
===================================================================
--- token_node.inc	(revision 287)
+++ token_node.inc	(working copy)
@@ -35,6 +35,9 @@ function node_token_values($type, $objec
       $values['author-name-raw']  = $node->name;
       $values['author-mail']      = check_plain($account_mail);
       $values['author-mail-raw']  = $account_mail;
+      $values['log']              = check_plain($node->log);
+      $values['log-raw']          = $node->log;
+
       if (isset($node->created)) {
         $date = (int)$node->created;
         $values['yyyy']           = date('Y', $date);
@@ -183,6 +186,8 @@ function node_token_list($type = 'all') 
     $tokens['node']['author-mail']     = t("Node author's e-mail.");
     $tokens['node']['author-mail-raw'] = t("Node author's e-mail. WARNING - raw user input.");
 
+    $tokens['node']['log']             = t("Node's log message");
+    $tokens['node']['log-raw']         = t("Node's log message. WARNING - raw user input.");
 
     $tokens['node']['term']            = t("Name of top taxonomy term");
     $tokens['node']['term-raw']        = t("Unfiltered name of top taxonomy term. WARNING - raw user input.");
