From b407d97f524abc6ddedeaf1196b16c041c4a2c10 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Jul 2014 14:41:43 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index deff82bde..46050425c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -430,3 +430,7 @@ * libnxwidgets/include/nxconfig.hxx and libnxwidgets/src/cscaledbitmap.cxx: Fix typo RBG -> RGB. This makes NxWidgets incompatible with versions of NuttX 7.2 and below. +* nxwm/src/glyph_*.c: Rename all ICON glyph files to include the size of the + ICON as part of the file name. This is in preparation for supporting a + set of larger ICONs (2014-7-12). +