Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Christian Brabandt
Hi Gary! On Di, 08 Sep 2015, Gary Johnson wrote: > On 2015-09-08, Christian Brabandt wrote: > > > Can you install a newer version of the libpango library? > > It looks like Bram has fixed this with 7.4 861. I'll wait a bit for > the patch to propagate to the hg mirror, then update and rebuild.

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Gary Johnson
Hi Christian, On 2015-09-08, Christian Brabandt wrote: > Can you install a newer version of the libpango library? It looks like Bram has fixed this with 7.4 861. I'll wait a bit for the patch to propagate to the hg mirror, then update and rebuild. Your question deserves an answer anyway. I ma

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > On 2015-09-08, Gary Johnson wrote: > > On 2015-09-08, Bram Moolenaar wrote: > > > Patch 7.4.857 > > > Problem:Dragging the current tab with the mouse doesn't work properly. > > > Solution: Take the current tabpage ind

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Christian Brabandt
Hi Gary! On Di, 08 Sep 2015, Gary Johnson wrote: > On 2015-09-08, Gary Johnson wrote: > > On 2015-09-08, Bram Moolenaar wrote: > > > Patch 7.4.857 > > > Problem:Dragging the current tab with the mouse doesn't work properly. > > > Solution: Ta

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Gary Johnson
On 2015-09-08, Gary Johnson wrote: > On 2015-09-08, Bram Moolenaar wrote: > > Patch 7.4.857 > > Problem:Dragging the current tab with the mouse doesn't work properly. > > Solution: Take the current tabpage index into account. (Hirohito Higashi) > > Files:

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Gary Johnson
On 2015-09-08, Bram Moolenaar wrote: > Patch 7.4.857 > Problem:Dragging the current tab with the mouse doesn't work properly. > Solution: Take the current tabpage index into account. (Hirohito Higashi) > Files: src/normal.c When I update my source from the hg mirror

Patch 7.4.857

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.857 Problem:Dragging the current tab with the mouse doesn't work properly. Solution: Take the current tabpage index into account. (Hirohito Higashi) Files: src/normal.c *** ../vim-7.4.856/src/normal.c 2015-08-11 19:13:55.142175641 +0200 --- src/normal.c2015-09-