ChangeSet ID: 6971 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/09 00:01:32
Modified files: server : trace.c protocol.def console.h console.c include/wine : server_protocol.h include : wincon.h dlls/kernel : editline.c console_private.h console.c
Log message: Eric Pouech eric.pouech@wanadoo.fr Set the edition mode as a specific attribute, not an extension of the console mode.
Patch: http://cvs.winehq.com/patch.py?id=6971
Old revision New revision Changes Path 1.150 1.151 +2 -0 wine/server/trace.c 1.56 1.57 +3 -0 wine/server/protocol.def 1.5 1.6 +1 -0 wine/server/console.h 1.43 1.44 +7 -0 wine/server/console.c 1.55 1.56 +4 -1 wine/include/wine/server_protocol.h 1.18 1.19 +0 -2 wine/include/wincon.h 1.2 1.3 +6 -1 wine/dlls/kernel/editline.c 1.1 1.2 +2 -1 wine/dlls/kernel/console_private.h 1.12 1.13 +19 -1 wine/dlls/kernel/console.c