Don't call QueryAbort16() in WriteSpool16(), since it might be called
[wine] / console /
2000-12-27  Andreas Mohr- clarify many error messages
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-10-19  Francois GougetFixed a char/NULL comparison.
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-04-09  Eric PouechCosmetics.
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Marcus MeissnerOnly declare console "driver" once, use external refs...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Michael VekslerAdded configure check for getbkgd and define HAVE_GETBKGD.
1999-02-24  Joseph PranevichAdded GetBackgroundColor call to the console struct...
1999-02-20  Joseph PranevichMore commenting, better debugging of color problems...
1999-02-20  Joseph PranevichSupport for the new InitialRows andf InitialColumns...
1999-02-20  Joseph PranevichRemoval of obsolete XtermResolution option.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Joseph PranevichAdded configuration options XtermProgram and XtermResol...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-09  Zygo Blaxellwine_openpty is not properly declared (either missing...
1999-01-31  Ove KaavenSmall fix.
1999-01-30  Joseph PranevichPreliminary color console support.
1999-01-28  Marcus MeissnerSwitch ncurses.h/curses.h include (works better for...
1999-01-20  Marcus Meissnerautoconf: added checks for libio.h, elf.h, curses.h...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Joseph PranevichXterm driver can now resize the terminal when a mode...
1999-01-03  Joseph PranevichLong standing scroll bug fixed!
1999-01-03  Joseph PranevichRewrite of configuration system to support "regular...
1998-12-25  Joseph PranevichAdd support for selection of console mode drivers to...
1998-12-14  Joseph PranevichMade more cross-platform by changing ->_fileno to fileno().
1998-12-09  Joseph PranevichAdd a driver to open up a new xterm window whenever...
1998-12-02  Joseph PranevichAdded console support.