summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTimothy Moore <tmoore@common-lisp.net>2004-07-23 12:36:45 +0000
committerTimothy Moore <tmoore@common-lisp.net>2004-07-23 12:36:45 +0000
commit0bcbb3f47c9ddba9077c148766b7b82544583aa1 (patch)
tree4a6b63eda2a2ab9b43a19ec4cb57f4984b81e64f /TODO
parent72bd21ecbb9dd1dcb99eac897a1d271d8cd5b5e0 (diff)
dragging-output and drag-output-record. I rewrote the tracking-pointer
implementation to follow a little protocol. Work is in progress on presentation drag-and-drop translators. The :incremental-redisplay option in a pane specification can be a list of arguments that will be passed to the call to redisplay. This change is described in the Franz user manual. Added some checks of :check-overlapping in the incremental redisplay code. Changed funcall-presentation-generic-function to call the private generic function directly, bypassing %funcall-presentation-generic-function. Added the :parent keyword to invoke-with-new-output-record. Optimized the table layout code a bit. Avoid traversing the whole table hierarchy: stop at the level of interest. Use arrays instead of lists in adjust-table-cells. Patch for SBCL package locks from Nikodemus Siivola (tsiivola@cc.hut.fi). Listener SBCL fixes from Christophe Rhodes (csr21@cam.ac.uk)
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index ca0cf192..f2a8e7b6 100644
--- a/TODO
+++ b/TODO
@@ -45,7 +45,7 @@ TBM:20031112:002300
frame-drag-and-drop-feedback, frame-drag-and-drop-highlighting
- command-enable, display-command-menu
+ display-command-menu
restraining-pane
@@ -70,6 +70,9 @@ RS:20030805:101708
each pane to decide when it wants the input focus.
====================== Resolved issues ======================
+TBM:20040524:100000
+ command-enable
+
TBM:20040121:150000
presentation type histories, frame-maintain-presentation-histories
[This has been implemented but needs some work]