diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-29 03:34:00 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-29 03:34:00 +0000 |
commit | a89910829c73c5ed4f30eecb181d7b3087ca4f74 (patch) | |
tree | 9467006b9e64b9051ec48c6fcccd30e50c587f84 /Changelog | |
parent | f664c004db12cdb3e379c1745351e225c7b92de7 (diff) | |
download | busybox-w32-a89910829c73c5ed4f30eecb181d7b3087ca4f74.tar.gz busybox-w32-a89910829c73c5ed4f30eecb181d7b3087ca4f74.tar.bz2 busybox-w32-a89910829c73c5ed4f30eecb181d7b3087ca4f74.zip |
Add the beginings of some regression testing. Add in the recently
contributed loadacm utility (for dealing with unicode fonts)
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ | |||
15 | special files. | 15 | special files. |
16 | * cp and mv were quite broken when moving directories. I have rewritten | 16 | * cp and mv were quite broken when moving directories. I have rewritten |
17 | them so they should now work as expected. | 17 | them so they should now work as expected. |
18 | * New app: loadacm contributed by Peter Novodvorsky <petya@logic.ru> | ||
19 | for loading application character maps for working with Unicode fonts. | ||
18 | 20 | ||
19 | 21 | ||
20 | -Erik Andersen | 22 | -Erik Andersen |