1 |
< |
V0.7 (alpha) |
2 |
< |
- Source tree imported into CVS |
1 |
> |
V0.8 (snapshot) - 21.Oct.1999 |
2 |
> |
- sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for |
3 |
> |
by an interrupt routine |
4 |
> |
- localizable strings are now split into a common and a platform- |
5 |
> |
specific set |
6 |
> |
- added external file system to access host OS files from the MacOS; |
7 |
> |
root directory is specified by the "extfs" prefs item |
8 |
> |
- moved most initialization/deinitialization code to InitAll() and |
9 |
> |
ExitAll() in main.cpp |
10 |
> |
- added patches for NetBSD [Bernd Sieker] |
11 |
> |
- corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp |
12 |
> |
[Toshimitsu Tanaka] |
13 |
> |
- AmigaOS: fixed crash when gtlayout.library was not present |
14 |
> |
- AmigaOS: now compiles with GCC (Geek Gadgets) |
15 |
> |
- AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation |
16 |
> |
[Giacomo Magnini] |
17 |
> |
- Unix: compilation of cpuemu.cpp is now split in 8 parts |
18 |
> |
- Unix: volume list in GTK prefs editor is reorderable |
19 |
> |
- Unix: added fbdev DGA support and SPARC assembly optimizations to |
20 |
> |
UAE core [Gwenole Beauchesne] |
21 |
> |
|
22 |
> |
V0.7 (release 0.7-2) - 6.Oct.1999 |
23 |
> |
- Added BasiliskII.spec for making RPMs [with assistance from |
24 |
> |
Roman Niewiarowski] |
25 |
|
- Unix: "basilisk_ii_keycodes" renamed to "keycodes", default |
26 |
|
location of keycodes file is now /usr/local/share/BasiliskII/keycodes |
27 |
< |
- Unix: improved the install target |
27 |
> |
- Unix: improved the install target, added uninstall target |
28 |
> |
- Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen] |
29 |
> |
- Unix/Linux/NetDriver: removed MAKEDEV, functionality now included |
30 |
> |
in Makefile ("make dev") |
31 |
|
- Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently |
32 |
|
mounted under Linux and tries to unmount it |
33 |
|
- Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans |
35 |
|
- Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming] |
36 |
|
- Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init() |
37 |
|
[Toshimitsu Tanaka] |
38 |
+ |
- Unix/video_x.cpp: "dga" screen preferences now takes width and |
39 |
+ |
height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj] |
40 |
+ |
- Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj] |
41 |
+ |
- Unix/prefs_editor_gtk.cpp: made the window width/height widgets |
42 |
+ |
comboboxes providing some useful defaults |
43 |
|
|
44 |
|
V0.7 (alpha) - 25.Jul.1999 |
45 |
|
- with 32-bit clean ROMs, the CPU type is now reported as a 68030 |