summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakk Roberts <midkay@rockbox.org>2007-02-20 01:33:05 +0000
committerZakk Roberts <midkay@rockbox.org>2007-02-20 01:33:05 +0000
commit38d5597a174e7f0cf6a19d3535513aa3741be295 (patch)
tree1651856c513bfa8791ebc1da0cc1819b33f4fb0e
parentf8408e927365f3650c74cb52b2d3085c41237ab9 (diff)
downloadrockbox-38d5597a174e7f0cf6a19d3535513aa3741be295.tar.gz
rockbox-38d5597a174e7f0cf6a19d3535513aa3741be295.zip
Add changes to in-file changelog. Changes of huge previous commit: Drawing now scales to all displays using bitmaps for most modes, color where applicable.. Switched to rockbox menu drawing code for menus. Combined LCD/Digital modes into one LCD mode. A few new keymaps and changes. Source code improvements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12408 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/clock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c
index 1f710e0983..8a7cf815c5 100644
--- a/apps/plugins/clock.c
+++ b/apps/plugins/clock.c
@@ -20,6 +20,12 @@
20/***************************** 20/*****************************
21 * RELEASE NOTES 21 * RELEASE NOTES
22 22
23***** VERSION 4.00 **
24New almost entirely bitmap based display. Scales to all resolutions. Combined
25Digital and LCD modes into one. Use Rockbox menu code for the menu. Removed
26count-down option. A couple new options. Source code reworked, improved, cleaned
27up.
28
23***** VERSION 3.10 ** 29***** VERSION 3.10 **
24Drawing now scales for the display - still needs updated bitmaps for the binary 30Drawing now scales for the display - still needs updated bitmaps for the binary
25and plain mode. The Time's Up logo could also be updated. 31and plain mode. The Time's Up logo could also be updated.