summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NxWidgets/ChangeLog.txt3
-rw-r--r--apps/ChangeLog.txt3
2 files changed, 5 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index dcdd8b8ec..94422c387 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -507,3 +507,6 @@
based on extension (2014-7-23)
* NxWM::CMediaPlayer: Add logic to read files from the media mountpoint,
filter them by extension, and display the file names in the listbox (2014-7-23).
+* NxWM::CMediaPlayer: Beginning integration of NxPlayer into Nxwm::MediaPlayer.
+ Gets handle, sets device, and releases handle. Lots more to be done
+ (2014-7-23).
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 44551fc8a..4077ffec6 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -961,4 +961,5 @@
in Kconfig file. From Max (2014-7-11).
* apps/system/nxplayer/nxplayer.c: Check for file read errors and end-of-file
with zero bytes read (2014-7-23).
-
+ * apps/system/nxplayer: Misc changes to better integrate with
+ NxWM::CMediaPlayer (2014-7-23).