comparison lisp/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 813561cb0d2c
comparison
equal deleted inserted replaced
95791:82a0e6885715 95792:953225ddde83
1 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * cus-start.el (underline-minimum-offset) Rename from
4 x-underline-minimum-display-offset.
5
1 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) 6 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2 7
3 * cus-start.el (x-underline-minimum-display-offset): Give it a type. 8 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
4 9
5 2008-06-10 Chong Yidong <cyd@stupidchicken.com> 10 2008-06-10 Chong Yidong <cyd@stupidchicken.com>