diff options
| author | Kim F. Storm | 2002-08-30 13:22:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-08-30 13:22:12 +0000 |
| commit | 6b3acc48d7dc868d433934265466358e3919f04f (patch) | |
| tree | ed38f32487ca142eac67b1475a9276d3f0fc6397 /src/ChangeLog | |
| parent | 4baaed0f99d1d5f8a22286f48d6fd059f14418c7 (diff) | |
| download | emacs-6b3acc48d7dc868d433934265466358e3919f04f.tar.gz emacs-6b3acc48d7dc868d433934265466358e3919f04f.zip | |
(struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b15b68aa4f..77f8118a2f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -63,12 +63,15 @@ | |||
| 63 | (x_display_and_set_cursor): Use get_window_cursor_type. | 63 | (x_display_and_set_cursor): Use get_window_cursor_type. |
| 64 | Remove unused local variables cursor_off_state. | 64 | Remove unused local variables cursor_off_state. |
| 65 | Redraw cursor if hbar cursor width changes. | 65 | Redraw cursor if hbar cursor width changes. |
| 66 | 66 | Changed all occurrences of w32_highlight_frame to x_highlight_frame. | |
| 67 | |||
| 67 | * w32term.h (enum text_cursor_kinds): Removed. | 68 | * w32term.h (enum text_cursor_kinds): Removed. |
| 68 | (struct output_w32) <current_cursor, desired_cursor, cursor_width> | 69 | (struct output_w32) <current_cursor, desired_cursor, cursor_width> |
| 69 | <blink_off_cursor, blink_off_cursor_width>: Members removed. | 70 | <blink_off_cursor, blink_off_cursor_width>: Members removed. |
| 70 | (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR) | 71 | (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR) |
| 71 | (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed. | 72 | (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed. |
| 73 | (struct w32_display_info) <x_highlight_frame>: Renamed member from | ||
| 74 | w32_highlight_frame. | ||
| 72 | 75 | ||
| 73 | * xfns.c (Vblink_cursor_alist): Removed. | 76 | * xfns.c (Vblink_cursor_alist): Removed. |
| 74 | (Qbar, Qhbar, Qbox, Qhollow): Removed. | 77 | (Qbar, Qhbar, Qbox, Qhollow): Removed. |