summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/OSATerminology.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-93/+0
|
* Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085.Jack Jansen2004-07-151-4/+0
|
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-1/+1
| | | | Cleaned up various things in the toolbox modules.
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-191-4/+0
| | | | pre-carbon MacOS9 support.
* Various tweaks by Jack because of the different module name, adaptationJack Jansen2003-03-061-43/+74
| | | | to the Python style, etc.
* Module to get OSA terminology description through the "official channels",Jack Jansen2003-03-061-0/+70
in stead of manually getting the AETE/AEUT resource. Donated by Donovan Preston. This is his original code (but with the filename changed) checked in for reference only.