MKPCBMNU History of Changes: 11/10/93 18:00 -------------- - Addes support for toggling a menus pass through status 11/01/93 16:00 -------------- - Added support for toggling a menus hot key status 10/18/93 15:00 -------------- - Added support for the new DORX and PPEX option types. 10/08/93 13:00 -------------- - Fixed a problem with editing custom language prompts where the first character of the extension would be stripped. - Added support for the FORCE DISPLAY field to force the display file on callers regardless of their security level. 06/29/93 13:45 -------------- - Added support to the editor for the new STFQ and SQNR option types. - Modified the option type selection to present the list of types alphabetically. This should help out a little when changing types. - Although it didn't require changes to MKPCBMNU, @PARAMS@ is now supported within PCBoard's MNU processing to take user specified parameters and pass them on to other options. - Stupid me, I released code last time with debug information! The code size has been reduced significantly by removing it (from about 66000 bytes to 28000 bytes). 05/18/93 20:30 -------------- - Although supported in PCBoard for over a month now, the SSNR, SFNR and DIS option types haven't been supported by MKPCBMNU. Sorry guys. I made the change a long time ago and never released it (although I've used it quite successfully here). :) They have now been added to the editor. 04/08/93 14:00 -------------- - If an attempt was made to edit a file that didn't exist MKPCBMNU would allow the file to be edited anyway, assuming the user wanted to create a new file. Unfortunately, this didn't take into account that the path and/or filename entered may be illegal or invalid. So, an attempt is made to open the specified file before editing. If an error occurs a standard error dialog is displayed, after which the user can go ahead and edit the file or abort based on the error displayed. 04/05/93 16:00 -------------- - Increased the size of the menu name field from 8 to 16 characters. - Modified the input routine for the menu name to accept high ascii (foreign) characters. 03/19/93 14:15 -------------- - Initial alpha release.