.
original commit: 1ae92bf0efb5ea3d2793fb4bafbe285f1d5cfc04
This commit is contained in:
parent
b4b0776dc2
commit
ebf4d35419
|
@ -181,11 +181,11 @@
|
|||
(state-machine
|
||||
[in-edit-sequence
|
||||
(in-edit-sequence?)
|
||||
(begin-edit-sequence [() (x)] in-edit-sequence)
|
||||
(begin-edit-sequence [() (x) (x y)] in-edit-sequence)
|
||||
(end-edit-sequence [()] in-edit-sequence out-of-edit-sequence)]
|
||||
[out-of-edit-sequence
|
||||
(not (in-edit-sequence?))
|
||||
(begin-edit-sequence [() (x)] in-edit-sequence)])
|
||||
(begin-edit-sequence [() (x) (x y)] in-edit-sequence)])
|
||||
|
||||
(inherit in-edit-sequence?)
|
||||
(super-new)))
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
|
||||
Version 205.5
|
||||
Added an optional argument to begin-edit-sequence in
|
||||
editor<%> to treat actions before and after sequence
|
||||
as consecutive
|
||||
Changed the default radius for dc<%>'s draw-rounded-rectangle
|
||||
to -0.25, and adding checking and a mismatch exception
|
||||
when the radius is out of range
|
||||
X, Mac OS X: minimum size and non-stretchiness of a frame
|
||||
or dialog is enforced by the window manager
|
||||
|
||||
Version 205.4
|
||||
Added size-in-pixels to style<%> and style-delta%
|
||||
X with fontconfig/Xft: Added remapping for the 'symbol family
|
||||
|
|
Loading…
Reference in New Issue
Block a user