- ZDoom now disables the input method editor, since it has no east-Asian

support, and having it open a composition window when you're only expecting
  a single keypress is not so good.


SVN r1705 (trunk)
This commit is contained in:
Randy Heit 2009-07-04 01:47:28 +00:00
parent 201c5c5125
commit 3786ced96e
2 changed files with 16 additions and 1 deletions

View file

@ -1,4 +1,7 @@
July 3, 2009
- ZDoom now disables the input method editor, since it has no east-Asian
support, and having it open a composition window when you're only expecting
a single keypress is not so good.
- Fixed: Setting intermissioncounter to false in gameinfo drew all the stats
at once, instead of revealing them one line at a time.
- Fixed: The border definition in MAPINFO's gameinfo block used extra braces.