Just tried that (wordpress 1.5)
Found: <?php the_content(); ?> in wp.php and changed it to:
<?php if($single) { ?>
<?php the_content(); ?>
<?php } else { ?>
<?php the_excerpt(); ?>
<?php } ?>
Wrote the article in advanced editing with an excerpt and it still displays the full story!