original commit: 50e722ae2b293a457b19baebd23b7737bd1a2520
This commit is contained in:
Matthew Flatt 2003-03-06 21:56:04 +00:00
parent 3537523a03
commit 6392b75c60
2 changed files with 15 additions and 1 deletions

View File

@ -7354,7 +7354,7 @@
1)
c)))
(lambda () (semaphore-post lock-semaphore)))
(make-semaphore-repost-waitable lock-semaphore))))
(make-semaphore-peek lock-semaphore))))
#f ; no peek
close)])
(update-str-to-snip)

View File

@ -1,4 +1,18 @@
Version 203.5
Mac OS X: tab-panel% draws a border around its content by default
Added 'no-border style to tab-panel%
Windows: removed border around radio-box% buttons, changed label
to follow requested positioning
Added group-box-panel%
Added eventspace-handler-thread
Added vertical-inset and horizontal-inset methods to editor-canvas%
Changed text-field% to have margins of 2, reduced space between
the edit-box border and the editable text
Windows: switched to XP-style controls under XP
Version 203.2
Added application-quit-handler