branch: externals/tNFA commit 9e1ca74aa368cf5ea205a1b6317dbf12785a012f Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@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-predict...@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