aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS7
-rw-r--r--src/ChangeLog6
2 files changed, 13 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index d2cc10d3a57..3d0b65fe854 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,13 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* Underlines appear at the wrong position.
5
6This is caused by fonts having a wrong UNDERLINE_POSITION property.
7An example is the font 7x13 on XFree prior to version 4.1. To
8circumvent this problem, set x-use-underline-position-properties to
9nil in your .emacs.
10
4* Building Emacs with GCC 2.9x fails in the `src' directory. 11* Building Emacs with GCC 2.9x fails in the `src' directory.
5 12
6This may happen if you use a development version of GNU `cpp' from one 13This may happen if you use a development version of GNU `cpp' from one
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e6dc08d45b..6555aca1264 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-04-03 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_use_underline_position_properties): New variable.
4 (x_draw_glyph_string): Use it.
5 (syms_of_xterm): DEFVAR_BOOL it.
6
12001-04-02 Gerd Moellmann <gerd@gnu.org> 72001-04-02 Gerd Moellmann <gerd@gnu.org>
2 8
3 * xterm.c (x_alloc_nearest_color_1): New function. 9 * xterm.c (x_alloc_nearest_color_1): New function.