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

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

[elpa] externals/tNFA 9e1ca74 13/23: Added changelog entries, and bumped


From: Stefan Monnier
Subject: [elpa] externals/tNFA 9e1ca74 13/23: Added changelog entries, and bumped tNFA version number.
Date: Mon, 14 Dec 2020 12:08:30 -0500 (EST)

branch: externals/tNFA
commit 9e1ca74aa368cf5ea205a1b6317dbf12785a012f
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    Added changelog entries, and bumped tNFA version number.
---
 tNFA.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tNFA.el b/tNFA.el
index 41d18c5..aa5e193 100644
--- a/tNFA.el
+++ b/tNFA.el
@@ -2,10 +2,10 @@
 ;;; tNFA.el --- tagged non-deterministic finite-state automata package
 
 
-;; Copyright (C) 2008-2009 Toby Cubitt
+;; Copyright (C) 2008-2010 Toby Cubitt
 
 ;; Author: Toby Cubitt <toby-predictive@dr-qubit.org>
-;; Version: 0.1
+;; Version: 0.1.1
 ;; Keywords: TNFA, NFA, tagged, non-deterministic, finite state, automata
 ;; URL: http://www.dr-qubit.org/emacs.php
 
@@ -72,6 +72,10 @@
 
 
 ;;; Change Log:
+;; Version 0.1.1
+;; * work-around mysterious byte-compiler bug by defining
+;;   `tNFA--NFA-state-create' and `tNFA--NFA-state-create-tag' via
+;;   `defun' instead of directly in `defcustom'
 ;;
 ;; Version 0.1
 ;; * initial version



reply via email to

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