[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Mon Mar 24 00:20:13 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv3121
Modified Files:
HACKING
Log Message:
* HACKING: Updated due to broken links.
Reported by Mirko Vukovic.
--- /project/slime/cvsroot/slime/HACKING 2007/09/19 11:08:27 1.8
+++ /project/slime/cvsroot/slime/HACKING 2008/03/24 00:20:12 1.9
@@ -16,6 +16,17 @@
The top-level server program, built from the other components.
Uses swank-backend.lisp as an interface to the actual backends.
+ slime.el:
+ The Superior Lisp Inferior Mode for Emacs, i.e. the Emacs frontend
+ that the user actually interacts with and that connects to the
+ SWANK server to send expressions to, and retrieve information from
+ the running Common Lisp system.
+
+ contrib/*.lisp:
+ Lisp related code for add-ons to SLIME that are maintained by
+ their respective authors. Consult contrib/README for more
+ information.
+
* ChangeLog
For each change we make an entry in the ChangeLog file. This is
@@ -28,12 +39,13 @@
each day as a sort of digest summary of the slime-cvs list.
There are good tips on writing ChangeLog entries in the GNU Coding Standards:
- http://www.gnu.org/prep/standards_40.html#SEC40
+ http://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html#Style-of-Change-Logs
For information about Emacs's ChangeLog support see the `Change Log'
and `Change Logs and VC' nodes of the Emacs manual:
- http://www.gnu.org/software/emacs/manual/html_node/emacs_333.html#SEC333
- http://www.gnu.org/software/emacs/manual/html_node/emacs_156.html#SEC156
+ http://www.gnu.org/software/emacs/manual/html_node/emacs/Change-Log.html#Change-Log
+ http://www.gnu.org/software/emacs/manual/html_node/emacs/Change-Logs-and-VC.html#Change-Logs-and-VC
+
* Sending Patches
More information about the slime-cvs
mailing list