Great question, Doug.
We file the news blurbs into folders by date (year or month). When we abandon a folder we place an .htaccess file in that folder with specific redirects as the first few lines and then a wildcard redirect as last line.
Looks like this....
Redirect 301 /blog/2010/story-1.shtml http://mysite.com/blog/2012/replacement-for-story-1.html
Redirect 301 /blog/2010/story-2.shtml http://mysite.com/blog/2012/replacement-for-story-2.html
redirectMatch 301 ^/blog/2010/ http://mysite.com/blog/