Index: PORTING ================================================================== --- PORTING +++ PORTING @@ -244,21 +244,28 @@ === Microsoft Windows === The same consideration about line endings with DOS also applies to Windows. +You may also wish to add a menu bar in a Windows version. + === Mac OS X === -(TODO) +Refer to FAQ for details relating to UTI. + +Some keyboard commands might need to be changed; apparently some function +keys are reserved in Mac OS X. + +It might also be helpful to add menus, like in Microsoft Windows. === Sandboxing === Many sandbox systems have problems, such as: -* Assumes all text is Unicode. +* Assumes all text is Unicode (including file names). * Cannot request a command to use with popen (or from configuration files). * When asking for a file, cannot also include certain other files whose names are done by adding additional text onto the end of the name (this is