comparison src/ChangeLog.multi-tty @ 83679:bd714834a29c

Finish crunching the first 2 entries.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 27 Aug 2007 20:09:50 +0000
parents 05f16288ac29
children e4acb32e74e7
comparison
equal deleted inserted replaced
83678:05f16288ac29 83679:bd714834a29c
19 19
20 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD 20 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
21 is defined. Better initialize ttys in windows. Use terminal 21 is defined. Better initialize ttys in windows. Use terminal
22 specific mouse_position_hook. 22 specific mouse_position_hook.
23 23
24 * macterm.c (mac_create_terminal): Indent and rearrange to be more 24 * sysdep.c: Comment out text after #endif.
25 similar to the X11 version.
26 25
27 * config.in: Disable multi-keyboard support on a mac. 26 * config.in: Disable multi-keyboard support on a mac.
28
29 * sysdep.c: Comment out text after #endif.
30 27
31 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. 28 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
32 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. 29 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
33 30
34 * termhooks.h (union display_info): Add mac_display_info. 31 * termhooks.h (union display_info): Add mac_display_info.
35 32
36 * macterm.h (struct mac_display_info): Add terminal. 33 * macterm.h (struct mac_display_info): Add terminal.
37
38 * w32term.c (w32_initialize): Make static.
39 34
40 * macterm.c (XTset_terminal_modes): Add a terminal parameter. 35 * macterm.c (XTset_terminal_modes): Add a terminal parameter.
41 (XTreset_terminal_modes): Likewise. 36 (XTreset_terminal_modes): Likewise.
42 (x_clear_frame): Add a frame parameter. 37 (x_clear_frame): Add a frame parameter.
43 (note_mouse_movement): Get rif from the frame. 38 (note_mouse_movement): Get rif from the frame.
44 (mac_term_init): Initialize the terminal. 39 (mac_term_init): Initialize the terminal.
45 (mac_initialize): Make static and move terminal initialization ... 40 (mac_initialize): Make static and move terminal initialization ...
46 (mac_create_terminal): ... in this new function. 41 (mac_create_terminal): ... in this new function. Indent and
42 rearrange to be more similar to the X11 version.
47 43
48 * macmenu.c: Reorder includes. 44 * macmenu.c: Reorder includes.
49 (Fx_popup_menu): Use terminal specific mouse_position_hook. 45 (Fx_popup_menu): Use terminal specific mouse_position_hook.
50 46
51 * macfns.c (x_set_mouse_color): Get rif from the frame. 47 * macfns.c (x_set_mouse_color): Get rif from the frame.
58 (Fx_open_connection): Remove window-system check. 54 (Fx_open_connection): Remove window-system check.
59 (start_hourglass): Likewise. 55 (start_hourglass): Likewise.
60 (x_create_tip_frame): Get the keyboard from the terminal. 56 (x_create_tip_frame): Get the keyboard from the terminal.
61 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO. 57 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO.
62 58
63 * w32fns.c (Fx_create_frame): Use kboard from the terminal. 59 * w32fns.c (Fx_create_frame): Use kboard from the terminal. Set
64 * w32fns.c (Fx_create_frame): Set the default minibuffer frame, 60 the default minibuffer frame, window_system and the rest of the
65 window_system and the rest of the frame parameters following what 61 frame parameters following what is done in X11.
66 is done in X11. 62
63 * w32term.c (w32_initialize): Make static.
67 64
68 0000-00-00 Jason Rumney <jasonr@gnu.org> 65 0000-00-00 Jason Rumney <jasonr@gnu.org>
69 66
70 * w32term.h (x_output): Remove foreground_pixel and background_pixel. 67 * w32term.h (x_output): Remove foreground_pixel and
68 background_pixel.
71 (w32_clear_rect, w32_clear_area): Use background from frame. 69 (w32_clear_rect, w32_clear_area): Use background from frame.
72 70 (w32_display_info): Add terminal.
73 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor. 71 (w32_sys_ring_bell, x_delete_display): Declare here.
74 72
75 * w32fns.c (x_create_tip_frame): Set terminal and ref count. Set 73 * w32fns.c (x_create_tip_frame): Set terminal and ref count. Set
76 window_system. 74 window_system.
75 (x_set_tool_bar_lines): Don't use updating_frame.
76 (Fx_create_frame): Set terminal and ref count.
77 (Fx_open_connection): Remove window-system check.
78
79 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
80 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal
81 arg.
82 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
83 Add frame arg.
84 (x_delete_terminal, w32_create_terminal): New functions.
85 (w32_term_init): Create a terminal.
86 (w32_initialize): Move terminal specific initialization to
87 w32_create_terminal.
77 88
78 * makefile.w32-in: Update dependancies from Makefile.in 89 * makefile.w32-in: Update dependancies from Makefile.in
79 90
80 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD 91 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD
81 defined. 92 defined.
117 (initialize_w32_display): Use it for storing hooks. 128 (initialize_w32_display): Use it for storing hooks.
118 (create_w32cons_output): New function. 129 (create_w32cons_output): New function.
119 130
120 * w32menu.c (Fx_popup_menu): Use terminal specific 131 * w32menu.c (Fx_popup_menu): Use terminal specific
121 mouse_position_hook. 132 mouse_position_hook.
122
123 * w32fns.c (x_set_tool_bar_lines): Don't use updating_frame.
124 (Fx_create_frame): Set terminal and ref count.
125 (Fx_open_connection): Remove window-system check.
126
127 * w32term.c (w32_set_terminal_modes, w32_reset_terminal_modes):
128 Add terminal arg.
129 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
130 Add frame arg.
131 (x_delete_terminal, w32_create_terminal): New functions.
132 (w32_term_init): Create a terminal.
133 (w32_initialize): Move terminal specific initialization to
134 w32_create_terminal.
135
136 * w32term.h (w32_display_info): Add terminal.
137 (w32_sys_ring_bell, x_delete_display): Declare here.
138 133
139 * makefile.w32-in (OBJ1): Add terminal.$(O) 134 * makefile.w32-in (OBJ1): Add terminal.$(O)
140 135
141 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k. 136 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
142 137