Mercurial > emacs
comparison src/ChangeLog @ 45468:42c7dadf18d8
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 22 May 2002 19:37:56 +0000 |
parents | 1a864f82e0cb |
children | 440fa9418f60 |
comparison
equal
deleted
inserted
replaced
45467:583ed47de245 | 45468:42c7dadf18d8 |
---|---|
1 2002-05-22 Jason Rumney <jasonr@gnu.org> | |
2 | |
3 * w32fns.c (enumfont_t): Remove tail, make pattern a normal | |
4 Lisp_Object. | |
5 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): | |
6 Use modified enumfont_t struct. | |
7 | |
8 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. | |
9 | |
10 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed. | |
11 Handle the `hbar' cursor type. | |
12 (x_display_and_set_cursor): Handle the HBAR_CURSOR case. | |
13 | |
14 * w32fns.c (Qhbar): New variable. | |
15 (x_specified_cursor_type): Use it. | |
16 | |
1 2002-05-21 Ken Raeburn <raeburn@gnu.org> | 17 2002-05-21 Ken Raeburn <raeburn@gnu.org> |
2 | 18 |
3 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for | 19 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for |
4 now, when the address is needed. | 20 now, when the address is needed. |
5 | 21 |