* Refactored TNews to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of news items.
* Removed TNews' private TEnumerator class. We now use enumerator provided by TObjectList<>.
* Replaced various calls to FreeAndNil with direct call to objects' Free methods.