ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.2 by cebix, 1999-10-03T17:11:52Z vs.
Revision 1.9 by cebix, 1999-10-19T19:28:09Z

# Line 1 | Line 1
1 < V0.7 (alpha)
2 <        - Source tree imported into CVS
1 > V0.7 -
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 >
20 > V0.7 (release 0.7-2) - 6.Oct.1999
21 >        - Added BasiliskII.spec for making RPMs [with assistance from
22 >          Roman Niewiarowski]
23          - Unix: "basilisk_ii_keycodes" renamed to "keycodes", default
24            location of keycodes file is now /usr/local/share/BasiliskII/keycodes
25 <        - Unix: improved the install target
25 >        - Unix: improved the install target, added uninstall target
26 >        - Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen]
27 >        - Unix/Linux/NetDriver: removed MAKEDEV, functionality now included
28 >          in Makefile ("make dev")
29          - Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently
30            mounted under Linux and tries to unmount it
31          - Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans
# Line 10 | Line 33 | V0.7 (alpha)
33          - Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming]
34          - Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init()
35            [Toshimitsu Tanaka]
36 +        - Unix/video_x.cpp: "dga" screen preferences now takes width and
37 +          height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj]
38 +        - Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj]
39 +        - Unix/prefs_editor_gtk.cpp: made the window width/height widgets
40 +          comboboxes providing some useful defaults
41  
42   V0.7 (alpha) - 25.Jul.1999
43          - with 32-bit clean ROMs, the CPU type is now reported as a 68030

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines