The INFO template was still wrong.
1 lines of code changed in 1 file:
- YAM_UT.c, YAM_rexx_rxif.c: changed the bugfix of
bug #596303 on user demand. Previously YAM
did always put the Application to sleep if the Busy()
function was used. This made the usability of the
application a bit too annoying. Now we just put
the application to sleep (showing a busy pointer) if
the APPBUSY arexx command will be used.
2 lines of code changed in 2 files:
- YAM_DI.c: fixed bug where the listview wasn`t always
in sync with the current Abbreviature text.
1 lines of code changed in 1 file:
- YAM_MA.c/MA_GetRealSubject(): fixed bug where YAM didn`t
correctly return the real subject if a subject line with
brackets hadn`t got any whitespace between the last
bracket and the real subject line. Also slightly optimized
the function a bit.
16 lines of code changed in 1 file:
- va_end() typo fix :-)
1 lines of code changed in 1 file:
FreeStrBuf: fix :-(
1 lines of code changed in 1 file:
- YAM_UT.c/Busy(): fixed bug #596303 and brought back the
MUIA_Application_Sleep calls to make the Busy() function work
again like in 2.3. These calls doesn`t seem to harm the
performance anymore (at least with MUI 3.9) like described in
bug #458521. And if so, this is more a problem of old MUI
versions and not ours.
3 lines of code changed in 1 file:
SPrintF: use va_list
5 lines of code changed in 1 file:
SendWaitingMail: simplify
7 lines of code changed in 1 file:
TC_Dispatcher: reformat loops (no code change)
Terminate,Initialise,main: use <= MAXWR
12 lines of code changed in 1 file:
WR_FileName: use MAXWR+1
2 lines of code changed in 1 file:
- added missing folding mark.
1 lines of code changed in 1 file:
FreeStrBuf: use sizeof() instead of hardcoded constant
1 lines of code changed in 1 file:
remove superflous test before FreeStrBuf()
14 lines of code changed in 5 files:
LoadBCImage: fix and simplify
35 lines of code changed in 1 file:
PlaySound: fix warning #120 almost without a cast
10 lines of code changed in 1 file:
LoadParsers: use ARRAY_SIZE to calculate loop count
add PNum and PPtr here
4 lines of code changed in 1 file:
remove PNum and PPtr
0 lines of code changed in 1 file:
StayInProg: simplify
14 lines of code changed in 1 file:
Initialise: use MAXWR+1 as loop count when initialising notify requests
main: move local variables to better scopes, fix signal mask (notsig2
was waited for!), merged separate notifyrequest handling into one loop
31 lines of code changed in 1 file:
BC_Dispatcher: improve data->BCD handling
16 lines of code changed in 1 file:
DoStartup: switch to do/while
5 lines of code changed in 1 file:
use LONG as type for return value of MUIM_Application_NewInput
switched to a do{}while() loop in YAMMUIRequest
7 lines of code changed in 1 file:
- YAM_CL.c: replaced multiple set() call to the same object
with a single SetAttrs() call.
11 lines of code changed in 1 file:
AllocData2D: use size_t as argument type
2 lines of code changed in 2 files:
StrBufCpy/StrBufCat: optimized
7 lines of code changed in 1 file:
fixed potential enforcer hits in FO_MLAutoDetectFunc()
15 lines of code changed in 1 file:
BC_Dispatcher: remove test in case of MUIA_Bodychunk_UseOld
6 lines of code changed in 1 file:
AllocCopy,CompressMailFile,UncompressMailFile,CheckPrinter,IdentifyFileDT:
miscellaneous changes
13 lines of code changed in 1 file:
rx_addrresolve: remove cast of AllocStrBuf argument
1 lines of code changed in 1 file:
AllocStrBuf: use size_t as argument type
StrBufCpy/StrBufCat: adapt to that change
12 lines of code changed in 1 file:
AllocStrBuf: use size_t as argument type
1 lines of code changed in 1 file:
fixed wrong static usage in RemoveCut and IdentifyFileDT
removed some unused code (Index)
stylistic changes
8 lines of code changed in 1 file:
- reverted previous source restructuring and memcpy/memmove change
- no implicit int
113 lines of code changed in 1 file:
fix implicit int
1 lines of code changed in 1 file:
ExpandText: move chr[] to its usage scope
1 lines of code changed in 1 file:
WR_AddArchiveFunc: move chr[] to its usage scope
1 lines of code changed in 1 file:
suppress warnings for TimerBase (different cast)
SetupAppIcons: use MAXICONS in as loop count
3 lines of code changed in 1 file:
use EasyRequestArgs()
13 lines of code changed in 2 files:
constified CO_LoadConfig/sortconv[]
1 lines of code changed in 1 file:
- YAM_rexx_rxif.c/YAM_MA.c: fixed bug #635892 where
the GETSELECTED arexx command returns wrong values
on a use at empty folders or if a folder group was
actually active.
11 lines of code changed in 2 files: