A number of macros, global functions and class member functions have been renamed for consistency with standard naming conventions or to better reflect their functionality. The renamed class member functions are described in the later, class-specific change sections. The following macros and global functions have been renamed:
Renamed SELTYPE() and SELID() to FXSELTYPE() and FXSELID(), for consistency with the new FXSEL() macro.
Renamed fxparseaccel(), fxparsehotkey() and fxfindhotkeyoffset() to fxparseAccel(), fxparseHotKey() and fxfindHotKey(). These functions also now expect an FXString argument instead of const FXchar *, but this shouldn't necessitate any changes to your code since FXString provides a constructor to initialize its contents from a NULL-terminated array of FXchars.