summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-02 10:25:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-02 10:25:53 -0600
commitc9b74c175ad4502245cace41464aba69f8a1eaec (patch)
tree7e2b4789194c6b3e6865e24aee5bac6a7c0fe484 /apps/ChangeLog.txt
parente364cc0f190f65ca37a08fbba3daa577d23cf51b (diff)
downloadnuttx-c9b74c175ad4502245cace41464aba69f8a1eaec.tar.gz
nuttx-c9b74c175ad4502245cace41464aba69f8a1eaec.tar.bz2
nuttx-c9b74c175ad4502245cace41464aba69f8a1eaec.zip
Add an EMACS-like command line editor that can be used wit NSH
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 146d0943b..a9450b5d3 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -811,3 +811,10 @@
untested conditions (2014-1-21).
6.34 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * apps/system/cle: Add a EMACS-like command line editor. This CLE,
+ is really more like readline than the NuttX readline is! Not fully
+ fully on initial checkout (2014-02-02).
+ * apps/nshlib: Use of the standard tiney readline (about .25KB) is now
+ an option and can be replaces with the EMACX-like CLE (about 2KB)
+ (2014-02-02).