This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog autoload.cc automo ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-03-06 04:05:45

Modified files:
	winsup/cygwin  : ChangeLog autoload.cc automode.c binmode.c 
	                 fhandler.h fhandler_console.cc textmode.c 

Log message:
	* autoload.c (cygwin_premain0): Add missing parameter.
	* binmode.c (cygwin_premain0): Ditto.
	* textmode.c (cygwin_premain0): Ditto.
	
	Patch contributed by Jason Tiller <jtiller@sjm.com> :
	* auto_load.cc: Add "GetKeyboardLayout" entry in the list of
	Win32 User32.DLL exports to provide.
	* fhandler.h (class fhandler_console): Add meta_mask private
	member to remember which keystroke modifiers should generate
	META.
	* fhandler_console.cc (fhandler_console::read): Modify code that
	tests a keystroke for a META-escaped key to use the 'meta_mask'
	variable.
	(fhandler_console::fhandler_console): Add definition for
	variable "meta_mask" used to determine if a keystroke should be
	preceded by META in the client console stream.  Set meta_mask
	based on whether or not user's keyboard language is English -
	non-English keyboards pass AltGr (right <ALT>) unmolested,
	whereas English keyboards now interpret left- and right-<ALT>
	as META.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.553&r2=1.554
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/automode.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/binmode.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/textmode.c.diff?cvsroot=src&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]