.
original commit: 415a3b1fa36a272458894ecb3e733725886da755
This commit is contained in:
parent
2de081a7c5
commit
3056ac9244
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Version 103.1:
|
Version 103.1:
|
||||||
|
|
||||||
* Added `popup-menu' to area-container-window<%>.
|
* Added `popup-menu' to window<%>.
|
||||||
|
|
||||||
* Added a popup menu to the `message-box' dialog (pops up with any
|
* Added a popup menu to the `message-box' dialog (pops up with any
|
||||||
click not on a button) that copies the contained message to the
|
click not on a button) that copies the contained message to the
|
||||||
|
@ -18,6 +18,9 @@ Version 103.1:
|
||||||
(Previously, undo would move the caret to the end of the
|
(Previously, undo would move the caret to the end of the
|
||||||
restored area.) (PR 778)
|
restored area.) (PR 778)
|
||||||
|
|
||||||
|
* Added optional filters argument to `get-file', `put-file',
|
||||||
|
and `get-file-list' (used by Windows, only). (PR 1501)
|
||||||
|
|
||||||
* Fixed internal lock handling on focus and activation events. (PR
|
* Fixed internal lock handling on focus and activation events. (PR
|
||||||
1624, hopefully)
|
1624, hopefully)
|
||||||
|
|
||||||
|
@ -40,7 +43,7 @@ Version 103.1:
|
||||||
|
|
||||||
Version 104: August 28, 2000
|
Version 104: August 28, 2000
|
||||||
|
|
||||||
Added popup-menu to area-container-window<%>
|
Added popup-menu to window<%>
|
||||||
Added a popup menu to the message-box dialog that copies the contained
|
Added a popup menu to the message-box dialog that copies the contained
|
||||||
message to the clipboard
|
message to the clipboard
|
||||||
Changed methods in dc<%> classes to raise an exception if the
|
Changed methods in dc<%> classes to raise an exception if the
|
||||||
|
@ -48,6 +51,8 @@ Changed methods in dc<%> classes to raise an exception if the
|
||||||
Changed dc<%>'s draw-bitmap and draw-bitmap-section to
|
Changed dc<%>'s draw-bitmap and draw-bitmap-section to
|
||||||
scale the bitmap if the dc<%> has a scale
|
scale the bitmap if the dc<%> has a scale
|
||||||
Changed text% undo to restore the pre-modification selection
|
Changed text% undo to restore the pre-modification selection
|
||||||
|
Added optional filters argument to get-file, put-file, and
|
||||||
|
get-file-list (used by Windows, only)
|
||||||
Fixed internal lock handling on focus and activation events
|
Fixed internal lock handling on focus and activation events
|
||||||
Windows: removed special handling of Ctl-m, Ctl-i, and Ctl-h
|
Windows: removed special handling of Ctl-m, Ctl-i, and Ctl-h
|
||||||
X: Default keymap double-click time determined via the standard Xt
|
X: Default keymap double-click time determined via the standard Xt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user