summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b170601ef..77cc66237 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -589,8 +589,11 @@
* Added some rasterizers to the graphics library
0.3.20 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * Initial release of a tiny windowing system for NuttX (not well tested at initial check-in)
+ * Initial release of a tiny windowing system for NuttX
* Add fixed precision sin() and cos() (not well tested at initial check-in)
* Add an X11-based simulated framebuffer driver
* The simulated target now has an option (CONFIG_SIM_WALLTIME) that will let the simulation
run in more-or-less realtime.
+ * Added more more extensive window support: frames, toolbars, etc.
+ * Added support for bitmap fonts
+