-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
182 lines (126 loc) · 6.94 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
* Changes between versions -*- mode:indented-text; mode:outline-minor -*-
This file (NEWS) documents the significant changes between all
versions of ZCN since 1.2, with the newest changes first.
* Changes in ZCN 1.3
Some important bug fixes:
(The first three were also fixed in zcn12fix.zip, so they probably
won't be `new' fixes to most people)
man was totally broken; it would mysteriously die without giving any
reason, which would lead to subtle crashes later on. This was due to
the most stupid thinko I think I've ever perpetrated. :-(
A less stupid, but still significant, thinko meant that only 1992 and
1996 were treated as leap years. (2000, 2004, etc. weren't.) ZCN now
has no Y2K problems (it's ok until 2099). But be sure to set the time
and date before 2004 so it has a chance to fix the old problem. :-)
Previously, if you asked rrxfer for a list of the ROM files and there
were none, it crashed (ouch!).
In the context-restore routine, the stack pointer was pointing at the
TPA at a Bad Time when restoring things, meaning that memory in the
B1F8h-B1FDh range (6 bytes) got blasted. Not the sort of bug you'd
usually notice easily, but it happened to break wade.
The context-restore rewrote 0038h-003Ah despite not needing to, which
could probably have broken wade in some (relatively unusual)
circumstances.
spellwd used to crash when run without args, when spellwd wasn't the
last command you'd run.
zcnpaint's eraser tool previously drew horizontal/vertical lines when
used right at the top/left of the screen.
And, incredibly, there's some non-bugfix stuff too... :-)
The `kernel' now assembles into two versions - the original zcn.bin
for NC100s, and a new zcn200.bin for NC200s. The NC200 version still
has some rough edges, but supports most of the hardware except for the
disk drive. Thanks to Ian Miller for helping a *lot* with testing the
NC200 support (as I don't actually have an NC200).
Added `serial' command, which allows you to disable/re-enable the
serial line driver. It's enabled by default (just as in previous
versions of ZCN), but disabling it should prolong battery life. Thanks
to Emmanuel Roussin for bringing this up.
`bigv' views a single file in much the same way as with `man's viewer.
It uses a large, proportionally-spaced font - the intent is that bigv
be comfortable to read from, especially for large texts such as online
books (`etexts'). Thanks to Steven Flintham for the inspiration behind
this.
Some minor speed optimisations in a BDOS hotspot (the crawling horror
that is `matchfcb' :-)).
`keyb' changes the keyboard map. Currently this only supports the
default UK map, and Dvorak for the UK layout. Thanks to Ian Miller for
suggesting Dvorak support.
`lfconv' converts Unix-format text files to CP/M (CR/LF) format.
VDE has replaced ZDE as the text editor included with ZCN, mainly
because it's the more widely-used version (ZDE is a VDE derivative),
and it comes with full documentation. But don't worry, your old copy
of ZDE will obviously still work if you'd prefer to stick with that.
Removed nswp from distribution.
* Changes in ZCN 1.2
Decent online help. This comes in the shape of `man', a Unix-man-like
program, and *many* man pages for it, documenting every ZCN command
and most third-party ones bundled with ZCN, taking roughly 55k for the
lot. The `help' program has been removed, as man makes it obsolete.
`zap', a graphical program-launcher.
`spell', an interactive spellchecker (which uses the ROM), a bit like
a cross between `ispell' and the ROM wp's spellchecker.
`rrinit.bin' now compensates for the ROM OS's stupid ^Z-stripping
code, which broke it in ZCN v1.1.
`cal', a calendar program like Unix `cal' - it's a Z80 port of a
public domain C program by Martin Minow.
`expr', a sort-of-clone of Unix `expr' - a Z80 port of a PD C program
by Erik Baalbergen.
Keyboard-reading code should now fully work around the bugs in the
NC100's keyboard hardware (see top of src/keyread.z for full details
of what the bugs are).
ZCN now uses IM2 by default, and can no longer be made to use IM1. So
the `useim2' command has been removed.
`setbaud' replaced with `stty'; e.g. `setbaud 7' translates to the
slightly more meaningful `stty 19200'.
New `cd -' (or `user -') command, go to last user area selected.
`note', a simple type-text-into-file internal command.
Zcnclock is now much nicer, and there's also `dclock', a new cut-down
version which fits in 1k.
`dir' now looks more like CP/M's dir.
Printer bug fixed - previously printing turned off the serial line
driver which, er, wasn't ideal. You'd never guess I hardly ever print
from ZCN, would you? :-)
Corrected serious bug in documentation. (The NC100's Z80 *DOES NOT*
run at 6MHz (it's more like 4.6MHz), even though it's a 6MHz-capable
chip! Also, ZCN isn't actually much faster than the ROM OS. It's still
better though. ;-))
Cursor move control code (^P) now uses 20h+y rather than the old (and
rather bizarre) 46h+y. 46h+y is still supported for now, but may not
be in future.
`ruler', displays a ruler onscreen.
`slide', a slide-rule emulator. Terribly useful. :-)
`calc' should now work on all ROM versions.
New `cboot' internal command cold-boots ZCN from the memory card.
New `capsctrl' internal command, swaps functions of Caps Lock and
Control keys if you do `capsctrl 1'.
New `crlf' internal command (not *another* internal command!) lets you
disable/re-enable the usual CP/M-ish line-break (CR/LF) after each
command finishes. Mainly intended for use in SUB files.
New `vdu' internal command (AIEEEE! :-)) prints one or two characters,
given their ASCII values. For example `vdu 1' clears the screen, and
`vdu 13 10' prints CR/LF.
You can now change the default LISTO setting for `bbcbas'. You have to
edit the executable, which isn't ideal, but zcn.txt demonstrates how
to do it with wade.
Some additions to zcnlib's 32-bit integer routines.
You can now change the address of the font used by ZCN. This lets
ZCN-aware programs effectively use UDGs and the like.
New `off' internal command, does what you'd expect. :-)
`bmp', a way of printing such UDGs (and bitmaps generally) from SUB
files. There's also utils/pbmtosub.c, which converts PBMs into
`bmp'-using SUB files.
ZCN checks for internal commands more quickly than it did before
(though to be fair, this was near-instant anyway :-)).
Removed the copyright message displayed when you boot ZCN. It may be a
traditional CP/M thing to have, but frankly even *I* found it slightly
irksome. Now when ZCN boots, it just displays what the `ver' command
does.
Esc as a prefix to a CR/LF now causes ZCN to ignore it. It's not clear
how useful this is, though... :-)
Fixed two .sub-related bugs. First, if a $$$.sub didn't contain a ^Z
it wasn't deleted after ZCN finished running it. Second, it assumed
(when deleting it) that $$$.sub remained in the current user, which
isn't always the case.
Fixed so things like `a:dir' (internal commands with drive specs)
don't run the internal command - now ZCN (in this case) tries to run
`dir.com' or `dir.sub' on drive A:.