summaryrefslogtreecommitdiffstats
path: root/Mac/Resources/balloons.bh
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-36/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Fixed balloon help for startup options. Reported by Russell Finn.Jack Jansen2000-10-191-9/+13
|
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-051-1/+3
| | | | preference, upped version number.
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-061-2/+2
| | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane.
* Added no-site-python and old-exceptions preferences.Jack Jansen1997-09-091-0/+30
Implemented balloon help for options dialog.