comparison src/ChangeLog @ 95792:953225ddde83

* xdisp.c (underline_minimum_offset): Rename from xterm.c's x_underline_minimum_display_offset. (syms_of_xdisp): Declare it here rather than in xterm.c. * dispextern.h (underline_minimum_offset): Declare it. * w32term.c (x_draw_glyph_string): Use it. * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c. (syms_of_xterm): Don't declare it any more. (x_draw_glyph_string): Adjust to the new name. * cus-start.el (underline-minimum-offset) Rename from x-underline-minimum-display-offset.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Jun 2008 20:22:10 +0000
parents 82a0e6885715
children 6e0425f2bc3d
comparison
equal deleted inserted replaced
95791:82a0e6885715 95792:953225ddde83
1 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
4 x_underline_minimum_display_offset.
5 (syms_of_xdisp): Declare it here rather than in xterm.c.
6 * dispextern.h (underline_minimum_offset): Declare it.
7 * w32term.c (x_draw_glyph_string): Use it.
8 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9 (syms_of_xterm): Don't declare it any more.
10 (x_draw_glyph_string): Adjust to the new name.
11
1 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) 12 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2 13
3 * xterm.c (x_underline_minimum_display_offset): New var. 14 * xterm.c (x_underline_minimum_display_offset): New var.
4 (x_draw_glyph_string): Use it. 15 (x_draw_glyph_string): Use it.
5 (syms_of_xterm): Declare it. 16 (syms_of_xterm): Declare it.