Subversion Repositories SvarDOS

Rev

Rev 1553 | Rev 1584 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1553 Rev 1581
Line 12... Line 12...
12
 
12
 
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
14
 - auto-detects color and monochrome video modes
14
 - auto-detects color and monochrome video modes
15
 - supports unusual text modes like 80x43, 80x50, 132x60, 40x25...
15
 - supports unusual text modes like 80x43, 80x50, 132x60, 40x25...
16
 - multilingual UI
16
 - multilingual UI
17
 - only 7 KiB of disk footprint
17
 - only 6 KiB of disk footprint
18
 - screen estate dedicated to text (no stupid frames, menus and such)
18
 - screen estate dedicated to text (no stupid frames, menus and such)
19
 - loads files larger than 64 KiB (limited to available conventional memory)
19
 - loads files larger than 64 KiB (limited to available conventional memory)
20
 - no line length limit
20
 - no line length limit
21
 - can load up to 10 files simultaneously
21
 - can load up to 10 files simultaneously
22
 - COPY/CUT/PASTE between files
22
 - COPY/CUT/PASTE between files
Line 68... Line 68...
68
 
68
 
69
### CHANGELOG ################################################################
69
### CHANGELOG ################################################################
70
 
70
 
71
2023.5 [xx Nov 2023]
71
2023.5 [xx Nov 2023]
72
- modified files can be saved at exit time with the space key
72
- modified files can be saved at exit time with the space key
73
- fix: CTRL+X and CTRL+V were not marking the file as "modified"
73
- fix: CTRL+X and CTRL+V were not flagging the file as "modified"
74
- improved compatibility with DOS 2.x
74
- improved compatibility with DOS 2.x
-
 
75
- removed the Watcom RTL; HUGE thanks to Bernd Boeckmann for WMINCRT
-
 
76
- SVED's disk footprint decreased from 7K to 6K
75
 
77
 
76
2023.4 [27 Aug 2023]
78
2023.4 [27 Aug 2023]
77
- added german translation, credits to Bernd Boeckmann
79
- added german translation, credits to Bernd Boeckmann
78
 
80
 
79
2023.3 [13 Aug 2023]
81
2023.3 [13 Aug 2023]