diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-02 19:58:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-02 19:59:46 -0700 |
commit | 4b782cfb33e2847eb8ab1d42e5487ae005091498 (patch) | |
tree | 03baa6905ef3a8480a56050332cd673a7da2da65 /ChangeLog | |
parent | 20e75858d4c1e971b6b577fdf3b97b3005fc8328 (diff) | |
download | txr-4b782cfb33e2847eb8ab1d42e5487ae005091498.tar.gz txr-4b782cfb33e2847eb8ab1d42e5487ae005091498.tar.bz2 txr-4b782cfb33e2847eb8ab1d42e5487ae005091498.zip |
* Makefile: use $(EXE) in install: recipe.
* configure: set up EXE variable in config.make, not exe.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2014-07-02 Kaz Kylheku <kaz@kylheku.com> + Version 91. + + * RELNOTES: Updated. + + * configure, txr.1: Bumped version. + + * dep.mk, txr.vim: Regenerated. + +2014-07-02 Kaz Kylheku <kaz@kylheku.com> + + * Makefile: use $(EXE) in install: recipe. + + * configure: set up EXE variable in config.make, not exe. + +2014-07-02 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Documented usleep. 2014-07-02 Kaz Kylheku <kaz@kylheku.com> |