summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 06709996f..f4aedd828 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -172,3 +172,14 @@
NxWidgets/NxWM unit tests.
1.4 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+* libnxwidgets/Makefile, NxWidgets/nxwm/Makefile, and
+ NxWidgets/UnitTests/nxwm/Makefile: Makefile improvements from
+ submitted by Petteri Aimonen. Other Makefiles in the UnitTests
+ directory probably also need these changes.
+* libnxwidgets/src/ccallback.cxx: Fix misplaced #endif. Provided
+ by Petteri Aimonen.
+* libnxwidgets/src/cnxserver.cxx: Reduce delay to allow NX server
+ to start. One second was un-necessarily long. Reduced to 50 MS.
+ Reduction suggested by Petteri Aimonen.
+