From dherring at common-lisp.net Sun Dec 27 05:16:38 2009 From: dherring at common-lisp.net (Daniel Herring) Date: Sun, 27 Dec 2009 00:16:38 -0500 Subject: [able-cvs] [git]ABLE :: A Basic Lisp Editor branch, master, updated. a75e3a339da1f37a1ed26c04e95daea17b2789fb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ABLE :: A Basic Lisp Editor". The branch, master has been updated via a75e3a339da1f37a1ed26c04e95daea17b2789fb (commit) via f33dec0581f18edf1d28fc253b80d76258d5905d (commit) via 6ef8c1e66cd5486f189512d0a41c6df11996c2cc (commit) via 6c94607ac36705fa84624a76c089e76b744df3cc (commit) via 512eca82ff863b5343cc2a42573adb69df629f60 (commit) from 820fbdd2f2cecb1e5bed493bf81b0c68100ab085 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a75e3a339da1f37a1ed26c04e95daea17b2789fb Author: D Herring Date: Sun Dec 27 00:14:56 2009 -0500 add menus Menus help new users find functionality. The current menus should cover every *key-*. Should rework these so the key bindings are shown. commit f33dec0581f18edf1d28fc253b80d76258d5905d Author: D Herring Date: Sat Dec 26 19:52:48 2009 -0500 changes to support tiled ltk commit 6ef8c1e66cd5486f189512d0a41c6df11996c2cc Author: D Herring Date: Sat Dec 26 19:48:39 2009 -0500 resolve some SBCL warnings commit 6c94607ac36705fa84624a76c089e76b744df3cc Author: D Herring Date: Sat Dec 26 17:46:29 2009 -0500 shuffle function definitions before their first use commit 512eca82ff863b5343cc2a42573adb69df629f60 Author: D Herring Date: Sat Dec 26 17:38:53 2009 -0500 asdf tweak File macros depends on *indentation-rules* which is defined in config. ----------------------------------------------------------------------- Summary of changes: able.asd | 2 +- controls.lisp | 5 +- main.lisp | 126 ++++++++++++++++++++++++++++++++++++++++++--------------- parser.lisp | 5 ++- utils.lisp | 110 ++++++++++++++++++++++--------------------------- 5 files changed, 149 insertions(+), 99 deletions(-) hooks/post-receive -- ABLE :: A Basic Lisp Editor