[mcclim-cvs] CVS mcclim
thenriksen
thenriksen at common-lisp.net
Sun Dec 10 23:26:39 UTC 2006
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv32537
Modified Files:
stream-input.lisp NEWS
Log Message:
Added implementation of `delete-gesture-name'.
--- /project/mcclim/cvsroot/mcclim/stream-input.lisp 2006/10/27 22:50:40 1.49
+++ /project/mcclim/cvsroot/mcclim/stream-input.lisp 2006/12/10 23:26:39 1.50
@@ -431,6 +431,11 @@
`(add-gesture-name ',name ',type ',gesture-spec ,@(and unique
`(:unique ',unique))))
+(defun delete-gesture-name (name)
+ "Delete the gesture named by the symbol `name' from the list of
+known gestures."
+ (remhash name *gesture-names*))
+
;;; XXX perhaps this should be in the backend somewhere?
(defconstant +name-to-char+ '((:newline . #\newline)
(:linefeed . #\linefeed)
--- /project/mcclim/cvsroot/mcclim/NEWS 2006/12/10 19:33:28 1.10
+++ /project/mcclim/cvsroot/mcclim/NEWS 2006/12/10 23:26:39 1.11
@@ -8,6 +8,7 @@
option panes.
** Improvement: Added new editor substrate ("Drei").
** Improvement: Improved the pathname presentation methods considerably.
+** specification compliance: DELETE-GESTURE-NAME function now implemented.
* Changes in mcclim-0.9.3 "All Souls' Day" relative to 0.9.2:
** backend improvement: The Null backend now registers itself in the
More information about the Mcclim-cvs
mailing list