diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6cd3d78d23b..eb8ea4f5751 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 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 |