aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid Turner <>2009-04-13 18:01:32 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-13 18:01:32 -0700
commit791d86195fedca3a8cba5d7fa3e3610302361a78 (patch)
treeb9bf7585de87708a175f1753dc455b97cc434581 /CHANGES.TXT
parent669c47953c86f489d2a7ce8893bc9a5e1f0620e5 (diff)
downloadexternal_qemu-791d86195fedca3a8cba5d7fa3e3610302361a78.zip
external_qemu-791d86195fedca3a8cba5d7fa3e3610302361a78.tar.gz
external_qemu-791d86195fedca3a8cba5d7fa3e3610302361a78.tar.bz2
AI 145976: am: CL 145806 Add qemud-version auto-detection logic to android/hw-qemud.c
Document the supported QEMUD services in known Android systems Print "Press F6 to exit trackball mode..." in the window title bar when one activates the persistent trackball mode. The actual text depends on your key binding configuration. Refine the skin directory auto-search paths when an AVD name is not given on the command line. This makes the following work correctly: tools/emulator -sysdir platforms/android-1.5/images -data foo.img Original author: digit Merged from: //branches/cupcake/... Automated import of CL 145976
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index 93d3689..d3c301d 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -121,6 +121,14 @@ OTHER:
- Using '-no-audio' no longer disables sound hardware emulation. It simply
mutes the emulator program on the host.
+- The window title bar changes when you toggle persistent trackball mode
+ (F6 by default). It will display something like the following:
+
+ "Press F6 to exit trackball mode ..."
+
+ The actual text depends on your key binding configuration. This is to help
+ people toggle the mode by accident.
+
==============================================================================
Changes between 1.6 and 1.7