Re: Patch 7.4.855

2015-09-09 Fir de Conversatie Charles Campbell
Charles Campbell wrote: > Bram Moolenaar wrote: >> Patch 7.4.855 >> Problem:GTK: font glitches for combining characters >> Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393) >> Files: src/gui_gtk_x11.c >> >> >> *** .

Re: Patch 7.4.855

2015-09-09 Fir de Conversatie Christian Brabandt
Hi Charles! On Mi, 09 Sep 2015, Charles Campbell wrote: > I'll further mention that I can no longer compile vim on my linux > workstation because of the undefined reference. I see where use of it > is protected by a #ifdef HAVE_PANGO_SHAPE_FULL test, so presumably the > problem lies with the

Re: Patch 7.4.855

2015-09-09 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: > Hi Charles! > > On Mi, 09 Sep 2015, Charles Campbell wrote: > >> I'll further mention that I can no longer compile vim on my linux >> workstation because of the undefined reference. I see where use of it >> is protected by a #ifdef HAVE_PANGO_SHAPE_FULL test, so

Re: Patch 7.4.855

2015-09-08 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Patch 7.4.855 > Problem:GTK: font glitches for combining characters > Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393) > Files: src/gui_gtk_x11.c > > > *** ../vim-7.4.854/src/gui_gtk_x11.c 2015-06-09 19:14:18.7733

Patch 7.4.855

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.855 Problem:GTK: font glitches for combining characters Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393) Files: src/gui_gtk_x11.c *** ../vim-7.4.854/src/gui_gtk_x11.c2015-06-09 19:14:18.773373964 +0200 --- src/gui_gtk_x11.c 2015-09-08 16:18