diff --git a/mystic/todo.pas b/mystic/todo.pas index 57bab45..ee28cc0 100644 --- a/mystic/todo.pas +++ b/mystic/todo.pas @@ -37,9 +37,11 @@ BUGS AND POSSIBLE ISSUES FUTURE / IDEAS / WORK IN PROGRESS / NOTES ========================================= +- fix END in lightbar file lists so it doesn't suck. - externalize qwk and file list compiler class. qwk for mystic/mis filelist for mystic/mutil. add compiler templates, file include, and new vs all generation for all. +- make embedded ANSI in file_id display correctly. - abstract ansi browser to be used for ansi archive viewer and sysop file manager (as well as the ANSI gallery). - when mutil is tossing a packet and auto creates an area figure out if there @@ -342,3 +344,13 @@ mystic_bbs_mplexecute mystic_bbs_mpltypes mystic_bbs_mplcommon mystic_bbs_mplcompile + +============================= + +DRAW MODE /D + +ansieditor_draw +ansieditor +ansieditor_help +ansieditor_color +ansieditor_glyph diff --git a/mystic/whatsnew.txt b/mystic/whatsnew.txt index 1cedc2c..9f84e86 100644 --- a/mystic/whatsnew.txt +++ b/mystic/whatsnew.txt @@ -3591,4 +3591,17 @@ ! Mystic was changing the user's message base to the last base processed when globally resetting the new message scan date. + ! Fixed a bug that could cause a lockup in the FS editor when using the TAB + key. + + + The FTP server now accurately reports the file date during file listings. + + + The FTP server now accurately reports directories (filebases) based on the + actual time the file base was created in Mystic. + + + When editing the FTP directory name for a file base, / and \ characters + are now automatically converted to _ so it does not conflict with FTP. If + you have existing FTP names set for your file bases, you must open them in + the file base editor for their names to be automatically changed. +