# HG changeset patch # User Gerd Moellmann # Date 986297395 0 # Node ID acbc3f69984d011f5245be78bf39ac88d152f75a # Parent 3799cab1815b8d20572d6d36670ebc27a0c602fc *** empty log message *** diff -r 3799cab1815b -r acbc3f69984d etc/PROBLEMS --- a/etc/PROBLEMS Tue Apr 03 11:25:12 2001 +0000 +++ b/etc/PROBLEMS Tue Apr 03 11:29:55 2001 +0000 @@ -1,6 +1,13 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* Underlines appear at the wrong position. + +This is caused by fonts having a wrong UNDERLINE_POSITION property. +An example is the font 7x13 on XFree prior to version 4.1. To +circumvent this problem, set x-use-underline-position-properties to +nil in your .emacs. + * Building Emacs with GCC 2.9x fails in the `src' directory. This may happen if you use a development version of GNU `cpp' from one diff -r 3799cab1815b -r acbc3f69984d src/ChangeLog --- a/src/ChangeLog Tue Apr 03 11:25:12 2001 +0000 +++ b/src/ChangeLog Tue Apr 03 11:29:55 2001 +0000 @@ -1,3 +1,9 @@ +2001-04-03 Gerd Moellmann + + * xterm.c (x_use_underline_position_properties): New variable. + (x_draw_glyph_string): Use it. + (syms_of_xterm): DEFVAR_BOOL it. + 2001-04-02 Gerd Moellmann * xterm.c (x_alloc_nearest_color_1): New function.