ready for next release
This commit is contained in:
parent
44c8183cc1
commit
66b3f2c53b
@ -1,15 +1,19 @@
|
||||
|
||||
yab 1.7.5.6
|
||||
- fix tabview bugs introduecd in 1.7.5.5
|
||||
fix tabview set command
|
||||
allow tabview to be removed by removing the parent view
|
||||
-add Option$ "plain | bold | fixed" and point$ to texteditl set
|
||||
TEXTEDIT SET TextEdit$, "plain", "25" sets the text to system plain font at 25 point size.
|
||||
|
||||
yab 1.7.5.5
|
||||
-Enable tabview with tabs on the side. This removes trhe reliance on BControlLook
|
||||
|
||||
|
||||
|
||||
yab Version 1.7.5.4
|
||||
now compiles on x86_64
|
||||
yab-IDE now updates BuildFactory files on launch
|
||||
add Window Get Windiwid$, "Minimized-To-Deskbar"
|
||||
update help files for yab-ide
|
||||
|
||||
-now compiles on x86_64
|
||||
-yab-IDE now updates BuildFactory files on launch
|
||||
-add Window Get Windiwid$, "Minimized-To-Deskbar"
|
||||
-update help files for yab-ide
|
||||
|
||||
yab Version 1.7.5.3
|
||||
- gcc4 now compiles
|
||||
@ -19,7 +23,6 @@ yab Version 1.7.5.3
|
||||
- BuildFactory use declared appsig
|
||||
- yab-IDE use declared appsig, or use filename for appsig
|
||||
|
||||
|
||||
yab Version 1.7.5.2
|
||||
- use public rgb_color mix_color()
|
||||
|
||||
|
@ -561,7 +561,12 @@ filter_result SpinnerMsgFilter::Filter(BMessage *msg, BHandler **target)
|
||||
}
|
||||
}
|
||||
return B_DISPATCH_MESSAGE;
|
||||
}/*
|
||||
}
|
||||
case B_TAB:
|
||||
{
|
||||
return B_DISPATCH_MESSAGE;
|
||||
}
|
||||
/*
|
||||
case B_TAB:
|
||||
{
|
||||
// Cause Tab characters to perform keybaord navigation
|
||||
|
@ -5,7 +5,7 @@
|
||||
// #define LIBBSVG
|
||||
#define BUILD_TIME __DATE__
|
||||
/* Version number of package */
|
||||
#define VERSION "1.7.5.5"
|
||||
#define VERSION "1.7.5.6"
|
||||
/* architecture of build machine */
|
||||
#define UNIX_ARCHITECTURE "BePC-Haiku"
|
||||
|
||||
|
@ -26,9 +26,9 @@ can be found at www.yabasic.de
|
||||
/* ------------- defines ---------------- */
|
||||
|
||||
#define DONE {current=current->next;break;} /* reduces type-work */
|
||||
#define COPYRIGHT "Original yabasic Copyright 1995-2006 by Marc-Oliver Ihm\n\tyab improvements Copyright 2006-2014 by Jan Bungeroth\n\tyab improvements Copyright 2013-2017 by Jim Saxton\n"
|
||||
#define COPYRIGHT " Original yabasic Copyright 1995-2006 by Marc-Oliver Ihm\n\tyab improvements Copyright 2006-2014 by Jan Bungeroth\n\tyab improvements Copyright 2013-2018 by Jim Saxton\n"
|
||||
#define BANNER \
|
||||
"\n yab is yabasic for Haiku. This is version " VERSION ",\n built on "\
|
||||
"\n yab is yabasic, a BASIC programming language for Haiku.\n This is version " VERSION ",\n built on "\
|
||||
ARCHITECTURE " on " BUILD_TIME "\n\n " COPYRIGHT "\n\n"
|
||||
#define BANNER_VERSION \
|
||||
"yab " VERSION ", built on " ARCHITECTURE "\n" COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user