]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 3 Apr 2001 11:29:55 +0000 (11:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 3 Apr 2001 11:29:55 +0000 (11:29 +0000)
etc/PROBLEMS
src/ChangeLog

index d2cc10d3a5762ca7b63f14471e7dac239529d2d8..3d0b65fe8543744336c22423da3a489fe9b47695 100644 (file)
@@ -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
index 5e6dc08d45b33c3f9e70e8c7719029decfa92214..6555aca126409eb7e143d81ca48fe08588007016 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * xterm.c (x_alloc_nearest_color_1): New function.