* mui/misc: the state variable for the NextObject() call must be initialized with the list's lh_Head variable instead of the result of the GetHead() function, because NextObject() does not check for NULL pointers. This closes #586.
8 lines of code changed in 4 files:
* tcp/pop3.c: fixed a warning about an unused variable which is used in the debug build only.
6 lines of code changed in 1 file:
* mui/TCPIPConfigPage.c: removed some superflous NULL checks.
3 lines of code changed in 1 file:
* mui/AboutWindow.c: use the object pointer feature of MUI4 to make it a bit more obvious that clicking certain objects will let react them like clicking a link in a browser.
8 lines of code changed in 2 files:
* mui/TCPIPConfigPage.c: rephrased some texts again.
18 lines of code changed in 1 file:
* mui/TCPIPConfigPage.c: rephrased the title once more.
2 lines of code changed in 1 file:
* mui/TCPIPConfigPage.c: slightly rephrased the title string.
2 lines of code changed in 1 file:
* mui/TCPIPConfigPage.c: for each POP3 and SMTP server a list of all permanently accepted SSL certificate errors is shown below the configuration options along with the a button to reset the errors.
97 lines of code changed in 1 file:
* tcp/ssl.c: added some more debug output to catch why the certificate warning requester is really opened.
20 lines of code changed in 1 file:
* mui/YAMApplication.c: added a proper check for the return code of asprintf().
13 lines of code changed in 1 file:
* mui/YAMApplication.c: added a workaround for MUI 3.8 which does not yet support delayed execution of pushed methods. The delay time must be stripped from the parameter counter. Otherwise it will be treated as an arbitrarily large number of parameters which might cause all kinds of weird behaviour to happen. This closes #582.
21 lines of code changed in 1 file:
* mui/ClassesExtra.h: added a definition of MUIV_PushMethod_Delay. This fixes the broken AROS builds.
3 lines of code changed in 1 file: