diff options
author | Bradley Smith | 2008-03-08 23:17:19 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-08 23:17:19 +0000 |
commit | 3815d708662e2a3c288b70009b2799bbce4fc964 (patch) | |
tree | eaaefae26689cde64ac9b5dd6b4d949d2487bf98 /ChangeLog | |
parent | Change binary name to gnurobots. (diff) | |
download | gnurobots-3815d708662e2a3c288b70009b2799bbce4fc964.tar.gz |
Add readline support to text plugin.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,12 @@ * src/main.c: Add error message when given an invalid instruction. Add initial ui update to avoid corruption. + * lib/textplugin.c: + Add readline support to text plugin + * lib/Makefile.am: + Add readline libs/includes to text plugin + * src/Makefile.am: + Change binary name to gnurobots 2008-03-07 Bradley Smith <brad@brad-smith.co.uk> @@ -17,6 +23,8 @@ Add readline/history support to command line. * various: Fix code to compile with stricter flags. + * lib/Makefile.am: + Add readline libs/includes to x11 plugin 2005-09-06 Zeeshan Ali Khattak <zeenix@gmail.com> * src/main.c src/api.c include/api.h include/main.h: |