Updated changelog
This commit is contained in:
parent
8f886bc4fe
commit
b582f488d1
10
ChangeLog
10
ChangeLog
@ -1,12 +1,14 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
WARNING, users of Sparc and HP-PA systems should be carefull, some bbs
|
|
||||||
menus do not work. All other programs do work on all platforms.
|
|
||||||
All other users on Intel machines (99,9% I think) can use this version.
|
|
||||||
|
|
||||||
v0.37.9 17-Sep-2003
|
v0.37.9 17-Sep-2003
|
||||||
|
|
||||||
|
mbsebbs:
|
||||||
|
Made menus work on non-intel platforms.
|
||||||
|
|
||||||
|
mbsetup:
|
||||||
|
Made menus editor work on non-intel platforms.
|
||||||
|
|
||||||
|
|
||||||
v0.37.8 14-Sep-2003 - 17-Sep-2003
|
v0.37.8 14-Sep-2003 - 17-Sep-2003
|
||||||
|
|
||||||
|
@ -135,12 +135,6 @@ void Show_A_Menu(void)
|
|||||||
S_COL(15,16, "Normal display color", le_int(menus.ForeGnd), le_int(menus.BackGnd))
|
S_COL(15,16, "Normal display color", le_int(menus.ForeGnd), le_int(menus.BackGnd))
|
||||||
S_COL(16,16, "Bright display color", le_int(menus.HiForeGnd), le_int(menus.HiBackGnd))
|
S_COL(16,16, "Bright display color", le_int(menus.HiForeGnd), le_int(menus.HiBackGnd))
|
||||||
set_color(WHITE, BLACK);
|
set_color(WHITE, BLACK);
|
||||||
Syslog('-', "AutoExec %d %d", menus.AutoExec, le_int(menus.AutoExec));
|
|
||||||
Syslog('-', "NoDoorSys %d %d", menus.NoDoorsys, le_int(menus.NoDoorsys));
|
|
||||||
Syslog('-', "Y2Kdoorsys %d %d", menus.Y2Kdoorsys, le_int(menus.Y2Kdoorsys));
|
|
||||||
Syslog('-', "Comport %d %d", menus.Comport, le_int(menus.Comport));
|
|
||||||
Syslog('-', "NoSuid %d %d", menus.NoSuid, le_int(menus.NoSuid));
|
|
||||||
Syslog('-', "NoPrompt %d %d", menus.NoPrompt, le_int(menus.NoPrompt));
|
|
||||||
show_bool(17,16, menus.AutoExec);
|
show_bool(17,16, menus.AutoExec);
|
||||||
if (le_int(menus.MenuType) == 7) {
|
if (le_int(menus.MenuType) == 7) {
|
||||||
show_bool(13,58, menus.NoDoorsys);
|
show_bool(13,58, menus.NoDoorsys);
|
||||||
@ -482,8 +476,7 @@ void EditMenus(void)
|
|||||||
DIR *dp;
|
DIR *dp;
|
||||||
FILE *fil;
|
FILE *fil;
|
||||||
struct dirent *de;
|
struct dirent *de;
|
||||||
char menuname[50][11];
|
char menuname[50][11], temp[81], pick[12], *p;
|
||||||
char temp[81], pick[12], *p;
|
|
||||||
|
|
||||||
Syslog('+', "Start menu edit");
|
Syslog('+', "Start menu edit");
|
||||||
memset(&menuname, 0, sizeof(menuname));
|
memset(&menuname, 0, sizeof(menuname));
|
||||||
@ -638,5 +631,3 @@ int bbs_menu_doc(FILE *fp, FILE *toc, int page)
|
|||||||
return page;
|
return page;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user