From 7cca6d5c2712f7f2616eb106bd42fb000121df8d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 8 Nov 2002 10:31:59 +0000 Subject: [PATCH] r3351: *** empty log message *** --- debian/changelog | 6 ++++++ io-clim.lisp | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3c595be..42828e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-reversi (1.0.2-1) unstable; urgency=low + + * io-clim.lisp: Change :mnemonic to :keystroke + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 00:32:20 -0700 + cl-reversi (1.0.1-2) unstable; urgency=low * copyright: Add Lessor Lisp preamble diff --git a/io-clim.lisp b/io-clim.lisp index 78775de..4d235f8 100644 --- a/io-clim.lisp +++ b/io-clim.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io-clim.lisp,v 1.3 2002/10/25 13:09:11 kevin Exp $ +;;;; $Id: io-clim.lisp,v 1.4 2002/11/08 10:31:59 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -198,11 +198,11 @@ reversi-help-table) :menu (("Game" :menu reversi-game-table - :mnemonic #\G + :keystroke #\G :documentation "Game commands") ("Help" :menu reversi-help-table - :mnemonic #\H + :keystroke #\H :documentation "Help Commands")))) (:menu-bar t) (:layouts -- 2.34.1