File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ in the UI).
199199** Monitor fixes
200200----------------
201201
202- - Remove the wierd delayed 'importing' of registers that were changed in the
202+ - Remove the weird delayed 'importing' of registers that were changed in the
203203 monitor. Instead explicitly export before, and import after, each invokation
204204 of any function that may 'break' into the monitor (and thus lets the user
205205 change the registers by the R or G command). (see bug #2025, bug #2024.)
Original file line number Diff line number Diff line change @@ -10,8 +10,13 @@ $ svn log -r <rev of last release>:<current rev> > log.txt
1010you can look up the revision of the last release in the tags directory in the
1111repo: https://sourceforge.net/p/vice-emu/code/HEAD/tree/tags/
1212
13- - update the html pages in doc/html (index.html, windows.html, macosx.html). use
14- the checklinks.sh script to check the links.
13+ - update the html pages in doc/html
14+ - use the checklinks.sh script to check all links.
15+ - index.html ("news" update release date and new major.minor, "Download VICE"
16+ update new major.minor)
17+ - macosx.html (duplicate top paragraph and update for new major.minor)
18+ - windows.html (duplicate "Binary distributions" top paragraph and update for
19+ new major.minor)
1520
1621$ cd doc/html
1722$ ./checklinks.sh
You can’t perform that action at this time.
0 commit comments