1 new commit in ilisp:
https://bitbucket.org/xemacs/ilisp/commits/4492aa8bfeab/
Changeset: 4492aa8bfeab
User: Jerry James
Date: 2014-05-13 21:54:56
Summary: Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x
See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 74 files
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * docs/.cvsignore: Remove.
+ * extra/.cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * *.lisp: Ditto.
+ * *.scm: Ditto.
+ * ilisp.emacs: Ditto.
+ * Makefile: Ditto.
+ * Makefile.rm: Ditto.
+ * docs/Makefile: Ditto.
+
2010-01-10 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.36 released.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd Makefile
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
# of present and past contributors.
#
-# $Id$
+# $Id: Makefile,v 1.59 2010-01-10 12:58:38 viteno-guest Exp $
# Note: this makefile assumes GNU make
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd Makefile.rm
--- a/Makefile.rm
+++ b/Makefile.rm
@@ -8,7 +8,7 @@
# Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
# of present and past contributors.
#
-# $Id$
+# $Id: Makefile.rm,v 1.3 2002-06-03 23:36:56 wbd Exp $
# Note: this makefile assumes GNU make
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd allegro.lisp
--- a/allegro.lisp
+++ b/allegro.lisp
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: allegro.lisp,v 1.4 2002-05-30 13:59:20 wbd Exp $
;;; Allegro initializations
;;; Author: Chris McConnell, ccm(a)cs.cmu.edu
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd cl-chs-init.lisp
--- a/cl-chs-init.lisp
+++ b/cl-chs-init.lisp
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: cl-chs-init.lisp,v 1.3 2002-05-30 13:59:20 wbd Exp $
;;; Old history logs.
;;;
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd cl-ilisp.lisp
--- a/cl-ilisp.lisp
+++ b/cl-ilisp.lisp
@@ -10,7 +10,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: cl-ilisp.lisp,v 1.6 2002-07-15 19:37:33 adrian Exp $
;;; Old history log.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd cmulisp.lisp
--- a/cmulisp.lisp
+++ b/cmulisp.lisp
@@ -10,7 +10,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: cmulisp.lisp,v 1.4 2002-05-30 13:59:20 wbd Exp $
(in-package :ilisp)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd custom-ilisp.el
--- a/custom-ilisp.el
+++ b/custom-ilisp.el
@@ -11,7 +11,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: custom-ilisp.el,v 1.2 2001-07-02 09:40:44 youngs Exp $
(defgroup ILisp nil
"The ILisp Inferior Lisp System."
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd docs/.cvsignore
--- a/docs/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-ilisp*.html
\ No newline at end of file
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd docs/Makefile
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -8,7 +8,7 @@
# Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
# of present and past contributors.
#
-# $Id$
+# $Id: Makefile,v 1.3 2002-06-03 23:31:04 wbd Exp $
# Note: this makefile assumes GNU make
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd guile-ilisp.scm
--- a/guile-ilisp.scm
+++ b/guile-ilisp.scm
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: guile-ilisp.scm,v 1.2 2002-06-03 23:36:58 wbd Exp $
(define-module (guile-ilisp)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilcompat.el
--- a/ilcompat.el
+++ b/ilcompat.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilcompat.el,v 1.4 2002-06-03 23:36:58 wbd Exp $
(require 'cl)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ild.el
--- a/ild.el
+++ b/ild.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ild.el,v 1.3 2002-06-03 23:36:58 wbd Exp $
;;; Keystroke c-u? What it does
;;; ---------------------------------------------------------
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilfsf18.el
--- a/ilfsf18.el
+++ b/ilfsf18.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilfsf18.el,v 1.3 2001-07-02 09:40:45 youngs Exp $
;;;============================================================================
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilfsf19.el
--- a/ilfsf19.el
+++ b/ilfsf19.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilfsf19.el,v 1.3 2001-07-02 09:40:45 youngs Exp $
;;;============================================================================
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilfsf20.el
--- a/ilfsf20.el
+++ b/ilfsf20.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilfsf20.el,v 1.2 2001-07-02 09:40:45 youngs Exp $
;;;============================================================================
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilfsf21.el
--- a/ilfsf21.el
+++ b/ilfsf21.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilfsf21.el,v 1.1 2002-06-03 23:34:31 wbd Exp $
;;;============================================================================
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-acl.el
--- a/ilisp-acl.el
+++ b/ilisp-acl.el
@@ -13,7 +13,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-acl.el,v 1.3 2001-07-02 09:40:45 youngs Exp $
;;;%%%Allegro
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-aut.el
--- a/ilisp-aut.el
+++ b/ilisp-aut.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-aut.el,v 1.4 2001-07-02 09:40:45 youngs Exp $
(autoload 'lisp-directory "ilisp-src"
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-bat.el
--- a/ilisp-bat.el
+++ b/ilisp-bat.el
@@ -10,7 +10,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-bat.el,v 1.3 2001-07-02 09:40:45 youngs Exp $
(defun mark-change-lisp (arg)
"Mark the current defun as being changed.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-bug.el
--- a/ilisp-bug.el
+++ b/ilisp-bug.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-bug.el,v 1.3 2001-07-02 09:40:45 youngs Exp $
(defun ilisp-bug ()
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-chs.el
--- a/ilisp-chs.el
+++ b/ilisp-chs.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-chs.el,v 1.4 2002-06-03 23:36:59 wbd Exp $
(require 'cl)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-cl-easy-menu.el
--- a/ilisp-cl-easy-menu.el
+++ b/ilisp-cl-easy-menu.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-cl-easy-menu.el,v 1.3 2002-06-03 23:36:59 wbd Exp $
;; Author: Holger Schauer <Holger.Schauer(a)gmd.de>
;; Maintainer: Holger.Schauer(a)gmd.de
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-cl.el
--- a/ilisp-cl.el
+++ b/ilisp-cl.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-cl.el,v 1.4 2002-06-03 23:36:59 wbd Exp $
(defvar ilisp-cl-ilisp-package-file "ilisp-pkg.lisp")
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-cmp.el
--- a/ilisp-cmp.el
+++ b/ilisp-cmp.el
@@ -12,7 +12,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-cmp.el,v 1.4 2002-06-03 23:36:59 wbd Exp $
(defun ilisp-display-choices (symbol choices)
"Display the possible choices for SYMBOL in alist CHOICES."
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-cmt.el
--- a/ilisp-cmt.el
+++ b/ilisp-cmt.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-cmt.el,v 1.3 2001-07-02 09:40:46 youngs Exp $
;;;%Process interface
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-cmu.el
--- a/ilisp-cmu.el
+++ b/ilisp-cmu.el
@@ -10,7 +10,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-cmu.el,v 1.4 2002-06-03 23:37:00 wbd Exp $
(defvar cmulisp-source-directory-regexp
"\\/afs\\/cs\\.cmu\\.edu\\/project\\/clisp\\/src\\/[0-9]*\\/"
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-def.el
--- a/ilisp-def.el
+++ b/ilisp-def.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-def.el,v 1.5 2002-06-03 23:37:00 wbd Exp $
;;;%Variables
;;;%%Deflocal
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-dia.el
--- a/ilisp-dia.el
+++ b/ilisp-dia.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-dia.el,v 1.6 2006-05-16 22:50:22 james Exp $
;;;%%CUSTOMIZING DIALECTS
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-doc.el
--- a/ilisp-doc.el
+++ b/ilisp-doc.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-doc.el,v 1.3 2001-07-02 09:40:46 youngs Exp $
(defconst ilisp-documentation
"Major mode for interacting with an inferior Lisp process. Runs a
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-ext.el
--- a/ilisp-ext.el
+++ b/ilisp-ext.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-ext.el,v 1.3 2001-07-02 09:40:46 youngs Exp $
;;; Lisp mode extensions from the ILISP package.
;;; Copyright (C) 1990, 1991, 1992 Chris McConnell, ccm(a)cs.cmu.edu.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-hi.el
--- a/ilisp-hi.el
+++ b/ilisp-hi.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-hi.el,v 1.4 2002-06-03 23:37:00 wbd Exp $
;;;%Eval/compile
(defun lisp-send-region (start end switch message status format
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-hlw.el
--- a/ilisp-hlw.el
+++ b/ilisp-hlw.el
@@ -17,7 +17,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-hlw.el,v 1.4 2002-06-03 23:37:00 wbd Exp $
(defvar ilisp-lispworks-init-file "lispworks.lisp")
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-hnd.el
--- a/ilisp-hnd.el
+++ b/ilisp-hnd.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-hnd.el,v 1.3 2001-07-02 09:40:46 youngs Exp $
;; Do not handle errors by default.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-imenu.el
--- a/ilisp-imenu.el
+++ b/ilisp-imenu.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-imenu.el,v 1.3 2002-06-03 23:37:01 wbd Exp $
(require 'imenu)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-ind.el
--- a/ilisp-ind.el
+++ b/ilisp-ind.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-ind.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%Indentation
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-inp.el
--- a/ilisp-inp.el
+++ b/ilisp-inp.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-inp.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%%Input
(defun lisp-at-start ()
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-kcl.el
--- a/ilisp-kcl.el
+++ b/ilisp-kcl.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-kcl.el,v 1.4 2002-06-03 23:37:01 wbd Exp $
;;;%%%KCL--these dialects by Tom Emerson
;;; kcl-check-prompt doesn't after the first break because the
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-key.el
--- a/ilisp-key.el
+++ b/ilisp-key.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-key.el,v 1.4 2002-06-03 23:37:01 wbd Exp $
;;; ilisp-where-is --
;;; New version provided by yusuf(a)SPD-13.ils.nwu.edu (Yusuf Pisan)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-kil.el
--- a/ilisp-kil.el
+++ b/ilisp-kil.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-kil.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%% Panic/Reset/Status commands
;;;
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-low.el
--- a/ilisp-low.el
+++ b/ilisp-low.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-low.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%Lisp mode extensions
;;;%%Sexps
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-luc.el
--- a/ilisp-luc.el
+++ b/ilisp-luc.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-luc.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%%%Lucid
(defvar ilisp-lucid-init-file "lucid.lisp")
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-mak.el
--- a/ilisp-mak.el
+++ b/ilisp-mak.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-mak.el,v 1.7 2002-06-03 23:37:02 wbd Exp $
(require 'cl)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-menu.el
--- a/ilisp-menu.el
+++ b/ilisp-menu.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-menu.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
(cond ((or (string-match "XEmacs" emacs-version)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-mnb.el
--- a/ilisp-mnb.el
+++ b/ilisp-mnb.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-mnb.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
(require 'ilisp-key)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-mod.el
--- a/ilisp-mod.el
+++ b/ilisp-mod.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-mod.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%ilisp-mode
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-mov.el
--- a/ilisp-mov.el
+++ b/ilisp-mov.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-mov.el,v 1.3 2001-07-02 09:40:47 youngs Exp $
;;;%%Movement
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-out.el
--- a/ilisp-out.el
+++ b/ilisp-out.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-out.el,v 1.5 2002-06-03 23:37:02 wbd Exp $
;;; Old history log.
;;;
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-pkg.lisp
--- a/ilisp-pkg.lisp
+++ b/ilisp-pkg.lisp
@@ -13,7 +13,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-pkg.lisp,v 1.4 2002-05-30 13:59:20 wbd Exp $
;;;----------------------------------------------------------------------------
;;; Prologue
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-prc.el
--- a/ilisp-prc.el
+++ b/ilisp-prc.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-prc.el,v 1.3 2001-07-02 09:40:48 youngs Exp $
(defun ilisp-process ()
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-prn.el
--- a/ilisp-prn.el
+++ b/ilisp-prn.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-prn.el,v 1.3 2001-07-02 09:40:48 youngs Exp $
;;;%Unbalanced parentheses
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-rng.el
--- a/ilisp-rng.el
+++ b/ilisp-rng.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-rng.el,v 1.4 2006-05-16 22:50:22 james Exp $
(defun match-ring (ring regexp start)
"Return the index in RING of REGEXP starting at START."
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-s2c.el
--- a/ilisp-s2c.el
+++ b/ilisp-s2c.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-s2c.el,v 1.3 2001-07-02 09:40:48 youngs Exp $
;From: Jeffrey Mark Siskind <qobi(a)cs.toronto.edu>
;To: ilisp(a)cons.org
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-sbcl.el
--- a/ilisp-sbcl.el
+++ b/ilisp-sbcl.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-sbcl.el,v 1.3 2002-06-03 23:37:02 wbd Exp $
;;;%%%Steel Bank Common Lisp
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-sch.el
--- a/ilisp-sch.el
+++ b/ilisp-sch.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-sch.el,v 1.5 2002-06-03 23:37:03 wbd Exp $
(require 'cl) ; Sorry. I couldn't resist
; 19990818 Marco Antoniotti
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-scheme-easy-menu.el
--- a/ilisp-scheme-easy-menu.el
+++ b/ilisp-scheme-easy-menu.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-scheme-easy-menu.el,v 1.3 2002-06-03 23:37:03 wbd Exp $
;; Author: Holger Schauer <Holger.Schauer(a)gmd.de>
;; Maintainer: Holger.Schauer(a)gmd.de
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-snd.el
--- a/ilisp-snd.el
+++ b/ilisp-snd.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-snd.el,v 1.6 2009-08-13 16:47:39 aidan Exp $
;;;%% Package / Symbol support
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-src.el
--- a/ilisp-src.el
+++ b/ilisp-src.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-src.el,v 1.4 2001-07-02 09:40:49 youngs Exp $
(require 'cl)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-sym.el
--- a/ilisp-sym.el
+++ b/ilisp-sym.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-sym.el,v 1.3 2001-07-02 09:40:49 youngs Exp $
;;; Notes:
;;;
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-utl.el
--- a/ilisp-utl.el
+++ b/ilisp-utl.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-utl.el,v 1.3 2001-07-02 09:40:49 youngs Exp $
(defun lisp-show-send (string)
"Show STRING in the *ilisp-send* buffer."
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-val.el
--- a/ilisp-val.el
+++ b/ilisp-val.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-val.el,v 1.3 2001-07-02 09:40:49 youngs Exp $
(defun ilisp-value (variable &optional no-error-p)
"Return the value of VARIABLE in the ILISP buffer.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-xfr.el
--- a/ilisp-xfr.el
+++ b/ilisp-xfr.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-xfr.el,v 1.5 2006-05-16 22:50:22 james Exp $
(require 'cl)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp-xls.el
--- a/ilisp-xls.el
+++ b/ilisp-xls.el
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp-xls.el,v 1.3 2001-07-02 09:40:49 youngs Exp $
;;; Thanks to John Walker for supplying this file.
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp.el
--- a/ilisp.el
+++ b/ilisp.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp.el,v 1.5 2002-06-03 23:37:04 wbd Exp $
;;; Author: Chris McConnell <ccm(a)cs.cmu.edu>
;;; Maintainer: The Net <ilisp(a)cons.org>
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilisp.emacs
--- a/ilisp.emacs
+++ b/ilisp.emacs
@@ -14,7 +14,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilisp.emacs,v 1.4 2002-06-03 23:37:04 wbd Exp $
;;; If ilisp lives in some non-standard directory, you must tell
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd illuc19.el
--- a/illuc19.el
+++ b/illuc19.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: illuc19.el,v 1.3 2001-07-02 09:40:49 youngs Exp $
;;;============================================================================
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd ilxemacs.el
--- a/ilxemacs.el
+++ b/ilxemacs.el
@@ -8,7 +8,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: ilxemacs.el,v 1.3 2001-07-02 09:40:49 youngs Exp $
;;;============================================================================
;;; Variables
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd lispworks.lisp
--- a/lispworks.lisp
+++ b/lispworks.lisp
@@ -16,7 +16,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: lispworks.lisp,v 1.4 2002-05-30 13:59:20 wbd Exp $
(in-package "ILISP")
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd lucid.lisp
--- a/lucid.lisp
+++ b/lucid.lisp
@@ -10,7 +10,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: lucid.lisp,v 1.4 2002-05-30 13:59:21 wbd Exp $
(in-package :ilisp)
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd mzscheme-ilisp.scm
--- a/mzscheme-ilisp.scm
+++ b/mzscheme-ilisp.scm
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: mzscheme-ilisp.scm,v 1.1 2001-07-02 09:40:50 youngs Exp $
(define (ilisp-matching-symbols string package function? external? prefix?)
(let loop ((syms (make-global-value-list))
diff -r 224c3586e6bf885214225edf843b0b316ad2ee00 -r
4492aa8bfeab13c10bf6d368ee5814f5083febdd sbcl.lisp
--- a/sbcl.lisp
+++ b/sbcl.lisp
@@ -11,7 +11,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id$
+;;; $Id: sbcl.lisp,v 1.2 2002-05-30 13:59:21 wbd Exp $
(in-package :ilisp)
Repository URL:
https://bitbucket.org/xemacs/ilisp/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches