comparison src/ChangeLog @ 44692:7ed02bba9e5b

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Apr 2002 11:51:16 +0000
parents b43a3d7301cf
children 266c08358bd5
comparison
equal deleted inserted replaced
44691:c2a6e23711e9 44692:7ed02bba9e5b
1 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> 1 2002-04-19 Dave Lambert <dlambert@acm.org>
2
3 Theses change implement an underscore-like (`hbar') cursor.
4
5 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
6
7 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
8 Handle the `hbar' cursor type.
9 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
10
11 * xfns.c (Qhbar): New variable.
12 (syms_of_xfns): intern and staticpro it.
13 (x_specified_cursor_type): Handle `hbar' cursor.
2 14
3 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is 15 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
4 not defined. 16 not defined.
5 17
6 2002-04-18 Richard M. Stallman <rms@gnu.org> 18 2002-04-18 Richard M. Stallman <rms@gnu.org>