summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBradley Smith2008-03-08 23:17:19 +0000
committerBradley Smith2008-03-08 23:17:19 +0000
commit3815d708662e2a3c288b70009b2799bbce4fc964 (patch)
treeeaaefae26689cde64ac9b5dd6b4d949d2487bf98 /ChangeLog
parentChange binary name to gnurobots. (diff)
downloadgnurobots-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index decaefd..3446a76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: