Version 3.4.5c du 20/09/2023- Some fixes to AgenaEdit for Windows:
- Changed colour and style of comments to grey and Courier font for better formatting and readability.
- Aligned `Break`, `Restart` and `Close` buttons of the execution screens around the centre.
- Further code streamlining of the Agena sources to get AgenaEdit compiled in Solaris, Linux and Mac OS X, especially due to previous clashes between ANSI C and C++ source files.
Version 3.4.5b du 19/09/2023- Migrated the code from FLTK-1.1.10 to FLTK-1.3.8.
- Formerly missing dependency file `libstdc++-6.dll` is now included in the Windows distributions.
- Added line numbers to the left of the editor window.
- Via new menu item `Edit/Preferences` you can switch on or off word wrapping and display of line numbers.
- Structures and complex numbers are now being displayed properly and in full detail.
- Added a `Close` button to the execution screens.
- When choosing the `Run/Execute Selected` menu item, the `Break` and `Restart` buttons were not displayed. This has been fixed.
- In the `Help/System Information` window, the home directory is now being given, again.
Version 3.4.5 du 09/09/2023- When Agena was in debug mode, a lot of stray formatting specifiers have been printed on screen. This has been fixed. Duplicate debug messages have also been removed, too.
- Potential issues with complex arguments and resulting wrong results of `besselj` (all platforms), `bessely` (all platforms) and `cosc` (all platforms except OS/2, DOS and Solaris) have been fixed.
- In OS/2, complex math generally has been tuned by five percent.
- The OS/2 makefile has been completely reworked and now also produces a DLL file which is included in the WarpIN installer from now on.