aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/w32term.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2f88a31fee..b859040faf2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12009-03-22 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (syms_of_w32term): Doc fix for
4 x-use-underline-position-properties.
5
12009-03-21 Eli Zaretskii <eliz@gnu.org> 62009-03-21 Eli Zaretskii <eliz@gnu.org>
2 7
3 * w32.c (getpwuid): Change argument type to unsigned. 8 * w32.c (getpwuid): Change argument type to unsigned.
diff --git a/src/w32term.c b/src/w32term.c
index e16f07f088c..bc76ac58d1a 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6459,9 +6459,7 @@ the cursor have no effect. */);
6459 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 6459 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
6460A value of nil means ignore them. If you encounter fonts with bogus 6460A value of nil means ignore them. If you encounter fonts with bogus
6461UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 6461UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
6462to 4.1, set this to nil. 6462to 4.1, set this to nil. */);
6463
6464NOTE: Not supported on MS-Windows yet. */);
6465 x_use_underline_position_properties = 0; 6463 x_use_underline_position_properties = 0;
6466 6464
6467 DEFVAR_BOOL ("x-underline-at-descent-line", 6465 DEFVAR_BOOL ("x-underline-at-descent-line",