Jack Jansen | e9e0d47 | 2000-09-10 12:17:31 +0000 | [diff] [blame^] | 1 | Changes in 2.0b1 since 1.5.2 |
| 2 | ---------------------------- |
Jack Jansen | ecbc1cc | 1998-01-06 12:13:16 +0000 | [diff] [blame] | 3 | |
Jack Jansen | e9e0d47 | 2000-09-10 12:17:31 +0000 | [diff] [blame^] | 4 | Unfortunately I have messed my administration up, so I can't give complete |
| 5 | Mac-specific release notes for the changes in this release. So, I will |
| 6 | have to leave it at the highlights: |
Jack Jansen | ecbc1cc | 1998-01-06 12:13:16 +0000 | [diff] [blame] | 7 | |
Jack Jansen | e9e0d47 | 2000-09-10 12:17:31 +0000 | [diff] [blame^] | 8 | - 68K support has been dropped, this release is PPC only. |
| 9 | - Threads support (through standard Python threads module). |
| 10 | - Appearance support through App module and added calls in many other modules. |
| 11 | - Navigation Services support, with macfs StandardFile calls transparently |
| 12 | replaced by their NavServices counterparts. |
| 13 | - Offscreen QuickDraw support through Qdoffs module. |
| 14 | - Drag manager support (Drag module). |
| 15 | - Much better CGI support, see :Mac:Tools:CGI. |
| 16 | - Better OSA/AppleEvent support. |