This is a history of the the modifications made to the API since its first public release.
2000-02-11: An error in the documentation for DosSetConsoleSize and DosQueryConsoleSize has been corrected.
2000-09-28: DosSetConsoleWindow, DosQueryConsoleWindow, and DosQueryConsoleMaximumWindowSize have been implemented and documented.
2000-09-28: DosQueryMaximumConsoleSize has been renamed to DosQueryConsoleMaximumSize for consistency with the naming scheme used by other functions. (i.e. Dos{Read,Write,Set,Query}ConsoleSomething)
2009-11-11: DosReadConsoleInputEvent now returns virtual key codes for the majority of keys, allowing proper detection of ALT+key combinations.