original commit: 46edb59f4975ea1f3151ef7c32c879ec864ff883
This commit is contained in:
Matthew Flatt 2000-04-19 13:45:24 +00:00
parent 0d968a8117
commit e891775e5b

View File

@ -12,8 +12,17 @@ Version 102/11:
`send-message-to-window', which calls the `on-message' method of a `send-message-to-window', which calls the `on-message' method of a
top-level window at a particular screen location. top-level window at a particular screen location.
* Fixed `draw-bitmap' in post-script-dc%.
* Fixed post-script-dc% to use PS `curveto' command for splines. * Fixed post-script-dc% to use PS `curveto' command for splines.
* Fixed text editor printing to break up lines that are longer than
a page on scroll boundaries. (This is particularly relevant
for printing editors containing embedded editors.)
* X: Fixed choice item bug when the user pops up the choice and doesn't
select anything. (PR 1426)
Version 102/10: Version 102/10:
* X: Changed dialogs to use the icon of the dialog's parent (if any). * X: Changed dialogs to use the icon of the dialog's parent (if any).