--- modules/node/node.pages.inc 2008-07-11 21:03:52.000000000 +0700 +++ modules/node/node.pages-log-disappear-when-previewing.inc 2008-07-11 20:59:52.000000000 +0700 @@ -160,6 +160,7 @@ function node_form(&$form_state, $node) '#type' => 'textarea', '#title' => t('Log message'), '#rows' => 2, + '#default_value' => $node->log ? $node->log : '', '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.'), ); }