summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
commit9170f5ac5117c9239e9fb9265a9d74725b089d16 (patch)
tree7f32fd395083732ea58ec3697d0e6c0121773847 /apps/ChangeLog.txt
parent5b0a06cafebd0a0dc8060f7e7a4208cac06dcaaa (diff)
downloadnuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.gz
nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.bz2
nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.zip
Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index cefced15b..ec626ea84 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -551,3 +551,5 @@
* apps/examplex/nxtext: Remove the CONFIG_EXAMPLES_NXTEXT_NOGETRUN
option. The test logic was bad for the case where this options
is not selected. Also, complete the empty Kconfig file (2013-5-7).
+ * apps/NxWidgets/Kconfig: Updated to match NxWidgets/Kconfig by
+ Ken Pettit (2013-5-11).