comparison src/ChangeLog @ 36796:6bf775b2d30c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 14 Mar 2001 12:40:08 +0000
parents 2846df588007
children 7225d251346b
comparison
equal deleted inserted replaced
36795:e7722a221c28 36796:6bf775b2d30c
1 2001-03-14 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
4 box just because the glyph row's full_width_p flag is set.
5
1 2001-03-13 Gerd Moellmann <gerd@gnu.org> 6 2001-03-13 Gerd Moellmann <gerd@gnu.org>
2 7
3 * xmenu.c (popup_activate_callback, popup_deactivate_callback): 8 * xmenu.c (popup_activate_callback, popup_deactivate_callback):
4 Remove special handling for LessTif/Motif. 9 Remove special handling for LessTif/Motif.
5 (toplevel): Don't include Xm/Xm.h. 10 (toplevel): Don't include Xm/Xm.h.
6 11
7 * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove 12 * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove
8 workaround code for LessTif; it doesn't work anymore. 13 workaround code for LessTif; it doesn't work anymore.
9 14
10 * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include 15 * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
11 SscrollBarP.h. 16 Xm/ScrollBarP.h.
12 17
13 * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't 18 * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
14 access private scroll bar data; it's no longer necessary with 19 access private scroll bar data; it's no longer necessary with
15 contemporary LessTif. 20 contemporary LessTif.
16 21