[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Mon Oct 12 08:02:22 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv18517
Modified Files:
slime.el ChangeLog
Log Message:
* slime.el: Update copyright.
--- /project/slime/cvsroot/slime/slime.el 2009/10/10 07:56:37 1.1225
+++ /project/slime/cvsroot/slime/slime.el 2009/10/12 08:02:21 1.1226
@@ -3,6 +3,9 @@
;;;; License
;; Copyright (C) 2003 Eric Marsden, Luke Gorrie, Helmut Eller
;; Copyright (C) 2004,2005,2006 Luke Gorrie, Helmut Eller
+;; Copyright (C) 2007,2008,2009 Helmut Eller, Tobias C. Rittweiler
+;;
+;; For a detailed list of contributors, see the manual.
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
@@ -26,22 +29,27 @@
;; main features are:
;;
;; A socket-based communication/RPC interface between Emacs and
-;; Lisp.
+;; Lisp, enabling introspection and remote development.
;;
;; The `slime-mode' minor-mode complementing `lisp-mode'. This new
;; mode includes many commands for interacting with the Common Lisp
;; process.
;;
-;; Common Lisp debugger written in Emacs Lisp. The debugger pops up
+;; A Common Lisp debugger written in Emacs Lisp. The debugger pops up
;; an Emacs buffer similar to the Emacs/Elisp debugger.
;;
+;; A Common Lisp inspector to interactively look at run-time data.
+;;
;; Trapping compiler messages and creating annotations in the source
;; file on the appropriate forms.
;;
-;; SLIME is compatible with GNU Emacs 21, 22, 23 and XEmacs 21. In
-;; order to run SLIME requires a supporting Lisp server called
-;; Swank. Swank is distributed with slime.el and will automatically be
-;; started in a normal installation.
+;; SLIME is compatible with GNU Emacs 22, and 23; the maintainers do
+;; not use XEmacs, and hence do not cater for its support. Patches
+;; tend to be accepted, though.
+;;
+;; In order to run SLIME, a supporting Lisp server called Swank is
+;; required. Swank is distributed with slime.el and will automatically
+;; be started in a normal installation.
;;;; Dependencies and setup
--- /project/slime/cvsroot/slime/ChangeLog 2009/10/10 07:56:37 1.1871
+++ /project/slime/cvsroot/slime/ChangeLog 2009/10/12 08:02:22 1.1872
@@ -1,3 +1,7 @@
+2009-10-12 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el: Update copyright.
+
2009-10-10 Tobias C. Rittweiler <tcr at freebits.de>
* slime.el (slime-length=): Fix (slime-length= '() 0).
More information about the slime-cvs
mailing list