Re: [PATCH 0/5] Input method support cleanup

2013-02-15 Thread Kristian Høgsberg
On Thu, Jan 31, 2013 at 03:52:18PM +0100, Jan Arne Petersen wrote: > From: Jan Arne Petersen > > Another series of input method support patches. Mostly some > cleanups in the protocol: > > * Remove some unused requests events (set_preedit etc) > > * Add a commit request to allow to batch differ

Re: [PATCH 0/5] Input method support cleanup

2013-01-31 Thread Jan Arne Petersen
On 31.01.2013 23:26, Pekka Vuorela wrote: > On 31.01.2013 22:18, Jan Arne Petersen wrote: >> On 31.01.2013 16:38, Yichao Yu wrote: >>> On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen >>> wrote: From: Jan Arne Petersen Another series of input method support patches. Mostly some >

Re: [PATCH 0/5] Input method support cleanup

2013-01-31 Thread Pekka Vuorela
On 31.01.2013 22:18, Jan Arne Petersen wrote: On 31.01.2013 16:38, Yichao Yu wrote: On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen wrote: From: Jan Arne Petersen Another series of input method support patches. Mostly some cleanups in the protocol: * Remove some unused requests events (s

Re: [PATCH 0/5] Input method support cleanup

2013-01-31 Thread Yichao Yu
On Thu, Jan 31, 2013 at 4:00 PM, Yichao Yu wrote: > On Thu, Jan 31, 2013 at 3:18 PM, Jan Arne Petersen > wrote: >> On 31.01.2013 16:38, Yichao Yu wrote: >>> On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen >>> wrote: From: Jan Arne Petersen Another series of input method suppor

Re: [PATCH 0/5] Input method support cleanup

2013-01-31 Thread Yichao Yu
On Thu, Jan 31, 2013 at 3:18 PM, Jan Arne Petersen wrote: > On 31.01.2013 16:38, Yichao Yu wrote: >> On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen >> wrote: >>> From: Jan Arne Petersen >>> >>> Another series of input method support patches. Mostly some >>> cleanups in the protocol: >>> >>>

Re: [PATCH 0/5] Input method support cleanup

2013-01-31 Thread Jan Arne Petersen
On 31.01.2013 16:38, Yichao Yu wrote: > On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen > wrote: >> From: Jan Arne Petersen >> >> Another series of input method support patches. Mostly some >> cleanups in the protocol: >> >> * Remove some unused requests events (set_preedit etc) >> >> * Add a

Re: [PATCH 0/5] Input method support cleanup

2013-01-31 Thread Yichao Yu
On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen wrote: > From: Jan Arne Petersen > > Another series of input method support patches. Mostly some > cleanups in the protocol: > > * Remove some unused requests events (set_preedit etc) > > * Add a commit request to allow to batch different state >

[PATCH 0/5] Input method support cleanup

2013-01-31 Thread Jan Arne Petersen
From: Jan Arne Petersen Another series of input method support patches. Mostly some cleanups in the protocol: * Remove some unused requests events (set_preedit etc) * Add a commit request to allow to batch different state changes on application side together. That needs some more documentat