I am currently in the process of moving all my open source project (7!) in CVS Head to the latest Joomla API 1.1.X. I've tried to summarize in the following table some conversion rules
In Joomla 1.0.X
has to be converted in Joomla 1.1.X
Where
mosMenuBar::startTable();
JMenuBar::startTable();
PHP code
defined('_VALID_MOS') or die('Direct Access to this location is not allowed.');
defined( '_JEXEC' ) or die( 'Restricted access' );