emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eev 4e07159 57/64: Added some comments to eepitch.el.


From: Stefan Monnier
Subject: [elpa] externals/eev 4e07159 57/64: Added some comments to eepitch.el.
Date: Sun, 7 Apr 2019 16:59:13 -0400 (EDT)

branch: externals/eev
commit 4e071598dc685a78d1ffa01f60a64ed9a3d8e1f5
Author: Eduardo Ochs <address@hidden>
Commit: Eduardo Ochs <address@hidden>

    Added some comments to eepitch.el.
---
 ChangeLog  |  7 +++++++
 README     |  4 ++--
 VERSION    |  4 ++--
 eepitch.el | 12 +++++++++++-
 eev-pkg.el |  4 ++--
 5 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 722e40b..2caa635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+2019-03-15  Eduardo Ochs  <address@hidden>
+
+       * eepitch.el: added pointers to the discussion in the eev mailing
+       list that generated the first version of eepitch.
+
 2019-03-14  Eduardo Ochs  <address@hidden>
 
+       * README: new file - a README for the ELPA package.
+
        * eev-pkg.el ("eev"): added several fields.
 
 2019-03-13  Eduardo Ochs  <address@hidden>
diff --git a/README b/README
index 9589920..6597863 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Eev's central idea is that you can keep "executable logs" of what you
 do, in a format that is reasonably readable and that is easy to "play
-back" later, step by step and in any order. We call these executable
-logs "e-scripts". These "steps" are mainly of two kinds:
+back" later, step by step and in any order. We call these "executable
+logs" _e-scripts_. These "steps" are mainly of two kinds:
 
    1) elisp hyperlinks, and
    2) lines sent to shell-like programs.
diff --git a/VERSION b/VERSION
index 554d161..3b0c3e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Thu Mar 14 03:36:02 GMT 2019
-Thu Mar 14 00:36:02 -03 2019
+Fri Mar 15 05:05:33 GMT 2019
+Fri Mar 15 02:05:33 -03 2019
diff --git a/eepitch.el b/eepitch.el
index 13350d4..f04e4a4 100644
--- a/eepitch.el
+++ b/eepitch.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <address@hidden>
 ;; Maintainer: Eduardo Ochs <address@hidden>
-;; Version:    2019mar10
+;; Version:    2019mar15
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eepitch.el>
@@ -68,6 +68,16 @@
 ;;
 ;; that also generalizes this "send lines to an interpreter" thing.
 ;; TODO: integrate eepitch and isend-mode!
+;;
+;;
+;;
+;; NOTE 2: eepitch is based on code that Rubikitch sent to the eev
+;; mailing list in 2006, but I rewrote his code completely several
+;; times since then. See:
+;;
+;;   http://lists.gnu.org/archive/html/eev/2006-01/msg00000.html
+;;   http://lists.gnu.org/archive/html/eev/2006-02/msg00000.html
+;;   http://lists.gnu.org/archive/html/eev/2006-02/msg00001.html
 
 
 
diff --git a/eev-pkg.el b/eev-pkg.el
index d1224b1..ede38ab 100644
--- a/eev-pkg.el
+++ b/eev-pkg.el
@@ -1,5 +1,5 @@
-(define-package "eev" "20190313" "Support for e-scripts (eepitch blocks, elisp 
hyperlinks, etc)"
-  nil
+(define-package "eev" "20190314" "Support for e-scripts (eepitch blocks, elisp 
hyperlinks, etc)"
+  '((emacs "24.3"))
   :keywords
   '("lisp" "e-scripts")
   :authors



reply via email to

[Prev in Thread] Current Thread [Next in Thread]