Changes in v4.3b ================ - Threw out the optimized scrolling code. It could slow things down on slow computers and wasn't working particularly well either. - Removed the code that did the jump scrolling by taking a look at how many line feeds were received in one go. This could slow things down and interfere with on-screen rendering, such as with on-line games like "Perihelion". - Now uses gtlayout.library v13 to layout the menus; now many more menu items and menus fit onto small screens. - Screens and windows now open large enough for the status line display to fit. - Put the optimized scrolling code back in. It should now be able to behave itself in an orderly fashion. - The screen saving/printing code is now smart enough not to include the status line in the bitmap that it is going to be output. - The phonebook now uses a fixed-width font when running under Kickstart 2.04. - The status line display boxes are a bit wider now, so hopefully no data will be cut off any more. - Simplified the jump scrolling code a bit, eliminating another level of data filtering. This should remove the odd slowdown that would occur when the modem delivered a large chunk of data. - Changed the way the download procedure queries how much space is still left on the destination filing system. This time it should get it right. - Fixed a weird memory alignment problem in the double-buffered file handling code. - Saving/loading the fast macro settings is now properly remembered, so `term' will no longer tell you that the settings have been changed upon exit unless they have really been changed and not saved to disk yet. - In the paged settings editors for screen, terminal and capture prefs the displays for screen mode and font no longer auto expand with their contents. - Insert mode now works properly again [Andreas Kirchwitz]. - Fixed an Enforcer hit in the emulation settings when called from the phonebook [Matthias Scheler].