comparison src/ChangeLog @ 47160:d3ab779a5a75

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 30 Aug 2002 17:02:47 +0000
parents ba45fd15532b
children 8d806d3990ed
comparison
equal deleted inserted replaced
47159:23b87fbdd685 47160:d3ab779a5a75
1 2002-08-30 Juanma Barranquero <lektu@terra.es>
2
3 * xfns.c (Fx_open_connection): Fix error message. Patch from Rune
4 Kleveland <runekl@viewpoint.no>.
5
1 2002-08-30 Kim F. Storm <storm@cua.dk> 6 2002-08-30 Kim F. Storm <storm@cua.dk>
2 7
3 The following changes consolidates the handling of the cursor 8 The following changes consolidates the handling of the cursor
4 type in xdisp.c, moving duplicate code and functionality from 9 type in xdisp.c, moving duplicate code and functionality from
5 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c. 10 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
37 42
38 * macfns.c (x_specified_cursor_type): Removed. 43 * macfns.c (x_specified_cursor_type): Removed.
39 (x_set_cursor_type): Use set_frame_cursor_types. 44 (x_set_cursor_type): Use set_frame_cursor_types.
40 (Qbar, Qbox): Removed. 45 (Qbar, Qbox): Removed.
41 (syms_of_macfns): Don't intern or staticpro them. 46 (syms_of_macfns): Don't intern or staticpro them.
42 47
43 * macterm.c (x_specified_cursor_type): Remove prototype. 48 * macterm.c (x_specified_cursor_type): Remove prototype.
44 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. 49 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
45 (x_display_and_set_cursor): Use get_window_cursor_type. 50 (x_display_and_set_cursor): Use get_window_cursor_type.
46 Remove unused local variables cursor_non_selected, active_cursor. 51 Remove unused local variables cursor_non_selected, active_cursor.
47 Redraw cursor if hbar cursor width changes. 52 Redraw cursor if hbar cursor width changes.
49 54
50 * macterm.h (enum text_cursor_kinds): Removed. 55 * macterm.h (enum text_cursor_kinds): Removed.
51 (struct output_mac) <current_cursor, desired_cursor, cursor_width> 56 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
52 <blink_off_cursor, blink_off_cursor_width>: Members removed. 57 <blink_off_cursor, blink_off_cursor_width>: Members removed.
53 (FRAME_DESIRED_CURSOR): Macro removed. 58 (FRAME_DESIRED_CURSOR): Macro removed.
54 59
55 * w32fns.c (Vblink_cursor_alist): Removed. 60 * w32fns.c (Vblink_cursor_alist): Removed.
56 (Qbar, Qhbar, Qbox, Qhollow): Removed. 61 (Qbar, Qhbar, Qbox, Qhollow): Removed.
57 (syms_of_w32fns): Don't intern, staticpro, or define them. 62 (syms_of_w32fns): Don't intern, staticpro, or define them.
58 (x_specified_cursor_type): Removed. 63 (x_specified_cursor_type): Removed.
59 (x_set_cursor_type): Use set_frame_cursor_types. 64 (x_set_cursor_type): Use set_frame_cursor_types.
62 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. 67 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
63 (x_display_and_set_cursor): Use get_window_cursor_type. 68 (x_display_and_set_cursor): Use get_window_cursor_type.
64 Remove unused local variables cursor_off_state. 69 Remove unused local variables cursor_off_state.
65 Redraw cursor if hbar cursor width changes. 70 Redraw cursor if hbar cursor width changes.
66 Changed all occurrences of w32_highlight_frame to x_highlight_frame. 71 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
67 72
68 * w32term.h (enum text_cursor_kinds): Removed. 73 * w32term.h (enum text_cursor_kinds): Removed.
69 (struct output_w32) <current_cursor, desired_cursor, cursor_width> 74 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
70 <blink_off_cursor, blink_off_cursor_width>: Members removed. 75 <blink_off_cursor, blink_off_cursor_width>: Members removed.
71 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR) 76 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
72 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed. 77 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
73 (struct w32_display_info) <x_highlight_frame>: Renamed member from 78 (struct w32_display_info) <x_highlight_frame>: Renamed member from
74 w32_highlight_frame. 79 w32_highlight_frame.
75 80
76 * xfns.c (Vblink_cursor_alist): Removed. 81 * xfns.c (Vblink_cursor_alist): Removed.
77 (Qbar, Qhbar, Qbox, Qhollow): Removed. 82 (Qbar, Qhbar, Qbox, Qhollow): Removed.
78 (syms_of_xfns): Don't intern, staticpro, or define them. 83 (syms_of_xfns): Don't intern, staticpro, or define them.
79 (x_specified_cursor_type): Removed. 84 (x_specified_cursor_type): Removed.
80 (x_set_cursor_type): Use set_frame_cursor_types. 85 (x_set_cursor_type): Use set_frame_cursor_types.
89 (struct output_x) <current_cursor, desired_cursor, cursor_width> 94 (struct output_x) <current_cursor, desired_cursor, cursor_width>
90 <blink_off_cursor, blink_off_cursor_width>: Members removed. 95 <blink_off_cursor, blink_off_cursor_width>: Members removed.
91 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR) 96 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
92 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed. 97 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
93 (x_specified_cursor_type): Remove prototype. 98 (x_specified_cursor_type): Remove prototype.
94 99
95 2002-08-28 Richard M. Stallman <rms@gnu.org> 100 2002-08-28 Richard M. Stallman <rms@gnu.org>
96 101
97 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and 102 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
98 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist. 103 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
99 (Vblink_cursor_alist): New variable. 104 (Vblink_cursor_alist): New variable.