diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index baea03c5363..4b15b68aa4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -37,7 +37,9 @@ | |||
| 37 | 37 | ||
| 38 | * macfns.c (x_specified_cursor_type): Removed. | 38 | * macfns.c (x_specified_cursor_type): Removed. |
| 39 | (x_set_cursor_type): Use set_frame_cursor_types. | 39 | (x_set_cursor_type): Use set_frame_cursor_types. |
| 40 | 40 | (Qbar, Qbox): Removed. | |
| 41 | (syms_of_macfns): Don't intern or staticpro them. | ||
| 42 | |||
| 41 | * macterm.c (x_specified_cursor_type): Remove prototype. | 43 | * macterm.c (x_specified_cursor_type): Remove prototype. |
| 42 | (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. | 44 | (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. |
| 43 | (x_display_and_set_cursor): Use get_window_cursor_type. | 45 | (x_display_and_set_cursor): Use get_window_cursor_type. |