Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78246 --- shadow/78246 2006-04-30 11:47:33.000000000 -0400 +++ shadow/78246.tmp.22603 2006-06-19 18:32:02.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 78246 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: OpenSUSE RC2 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: XIM is not enabled +Summary: [2.0] XIM is not enabled I'm guessing this as a bug rather than requesting feature completeness since XIM support is explicitly denoted in 1.1.15 release notes. With current code XIM does not startup. @@ -72,6 +72,13 @@ EventMask value, IntPtr terminator); + + [DllImport ("libX11")] private static extern void XSetICFocus (IntPtr xic); [DllImport ("libX11")] + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-19 18:32 ------- +We did some XIM stuff for another bug we had, not getting proper +translation for some characters. I'm not sure we should try full +input method support for the 1.2 release, it requires quite a bit of +additional work and we're behind as is. +I'm gonna mark this 2.0, if you disagree please change it back. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
