http://ndn.muxe.com/download/
22.03.10 CONFIGURATION FILES
[*] NDN.QDR/W32: added more Windows directories
[*] NDN.HGL: the Pascal FILES line was extended with regex pattern >PROGRAM|UNIT<
[+] HGROUPS.INI: Added *.mts;*.m2ts
TARGET OS/VIRTUAL PASCAL COMPATIBILITIES:
[-] W32/WinNT+: Window titles did not handle kyrillic correctly {G} [A]
-> wintitle.SetTitle() now correctly checks for WindowsNT
[-] LNX: PE2ELF didn't create fully working ELF executables - failed
on older LINUX distributions like RedHat Linux 7.3 (Kernel 2.4.18-3) [A] (Akser)
-> Rewrote PE2ELF (did cost me most of the time since the last release!)
TURBOVISION: VIEWS/DIALOGS/MENUS/OBJECTS/MESSAGES/DESKTOP
[*] Inputlines: English <-> Russian only worked on marked data [N]
-> dialogs.TInputLine.HandleEvent() now uses whole data if nothing is selected
[-] Clipboard insert into hexline crashed NDN [A]
-> dialogs.TInputLine.HandleEvent() destroyed the contents of
drivers.TEvent.InfoLong
-> replaced dialogs.TInputLine.LastCommandWas with IsHexLineEvent
-> added drivers.TEvent.InfoDetail
DNEXEC/EXTERNAL VIEWER,EDITOR/EXECUTE EXT/LOCAL,GLOBAL MENUS
[-] W32/D32: Extensions from %PathExt% environment variable were ignored [A] (Dandv)
-> moved dnexec.Executables to filetype (private) and added wrapper functions
(Add|Get|Is)ExecutableExt()
-> dnexec._ExecString().CheckWhatParams() now uses filetype.IsExecutable()
-> fileio.SearchPathEnv() uses GetExecutableExt()
[-] W32/D32: Executing file in same dir without extension failed with
'Command "." not found..." [A] (Rugxulo, Marcos Favero Florence de Barros)
-> fileio.SearchPathEnv() used "/" instead of "\" in ".\<file>",
now using SysPathSep()
[-] LNX: non-ELF executables were randomly executed [A]
-> filetype.IsExecutable() didn't provide an ASCIIZ to stat()
INFO PANEL
[-] Resizing the window shows renadom colors and bad strings (Slavik)
Hangup on FTP-VFS [A]
-> infopane.TDiskInfo.Draw() used shr 1 instead of div 2 which led
to bad results for string length calculations
SCREEN / VIDEO MODES
[-] Video mode setup: Mode 1/2 were not saved to .ini on exit [A]
-> dnutil.TDnApplication.HandleCommand()ChScreenMode() didn't notify
the configuration change in startup.ConfigModified --- DOS gives me freedom to unlimited HW access. |