comparison src/ChangeLog.multi-tty @ 83690:6ca88c61f592

Some more tidying and simplification pending merge.
author Glenn Morris <rgm@gnu.org>
date Tue, 28 Aug 2007 07:04:39 +0000
parents aabfc0168925
children 64c810d88540
comparison
equal deleted inserted replaced
83689:aabfc0168925 83690:6ca88c61f592
1 0000-00-00 Dan Nicolaescu <dann@ics.uci.edu> 1 0000-00-00 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * puresize.h (BASE_PURESIZE): Increase. 3 * callproc.c (child_setup, getenv_internal): Use the
4 4 display-environment-variable and term-environment-variable frame
5 * frame.c (Qterm_environment_variable, 5 params.
6 Qdisplay_environment_variable): New variables. 6 (set_initial_environment): Initialise Vprocess_environment.
7
8 * config.in: Disable multi-keyboard support on a mac.
9
10 * frame.c (Qterm_environment_variable)
11 (Qdisplay_environment_variable): New variables.
7 (syms_of_frame): Intern and staticpro them. 12 (syms_of_frame): Intern and staticpro them.
8 (Fmake_terminal_frame): Disable output method test. 13 (Fmake_terminal_frame): Disable output method test.
9 14
10 * frame.h: Declare them here. 15 * frame.h: Declare them here.
11 16
12 * callproc.c (child_setup): Use the display-environment-variable 17 * macfns.c (x_set_mouse_color): Get rif from the frame.
13 and term-environment-variable frame params. 18 (x_set_tool_bar_lines): Don't use updating_frame.
14 (getenv_internal): Likewise. 19 (mac_window): Add 2 new parameters for consistency with other systems.
15 (set_initial_environment): Initialise Vprocess_environment. 20 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
16 21 frame parameters following what is done in X11 and w32. Don't use
17 * xselect.c (x_handle_selection_clear): Only access 22 FRAME_MAC_DISPLAY_INFO.
18 terminal->kboard when MULTI_KBOARD is defined. 23 (Fx_open_connection, start_hourglass): Remove window-system check.
19 24 (x_create_tip_frame): Get the keyboard from the terminal.
20 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD 25
21 is defined. Better initialize ttys in windows. Use terminal 26 * macmenu.c: Reorder includes.
22 specific mouse_position_hook. 27 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23 28
24 * sysdep.c: Comment out text after #endif. 29 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
25 30 terminal parameter.
26 * config.in: Disable multi-keyboard support on a mac.
27
28 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
29 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
30
31 * termhooks.h (union display_info): Add mac_display_info.
32
33 * macterm.h (struct mac_display_info): Add terminal.
34
35 * macterm.c (XTset_terminal_modes): Add a terminal parameter.
36 (XTreset_terminal_modes): Likewise.
37 (x_clear_frame): Add a frame parameter. 31 (x_clear_frame): Add a frame parameter.
38 (note_mouse_movement): Get rif from the frame. 32 (note_mouse_movement): Get rif from the frame.
39 (mac_term_init): Initialize the terminal. 33 (mac_term_init): Initialize the terminal.
40 (mac_initialize): Make static and move terminal initialization ... 34 (mac_initialize): Make static and move terminal initialization ...
41 (mac_create_terminal): ... in this new function. Indent and 35 (mac_create_terminal): ... to this new function.
42 rearrange to be more similar to the X11 version. 36
43 37 * macterm.h (struct mac_display_info): Add terminal.
44 * macmenu.c: Reorder includes. 38
45 (Fx_popup_menu): Use terminal specific mouse_position_hook. 39 * puresize.h (BASE_PURESIZE): Increase base value to 1158000.
46 40
47 * macfns.c (x_set_mouse_color): Get rif from the frame. 41 * sysdep.c: Comment out text after #endif.
48 (x_set_tool_bar_lines): Don't use updating_frame. 42
49 (mac_window): Add 2 new parameters for consistency with other 43 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
50 systems. 44 is defined. Better initialize ttys in windows. Use terminal
51 (Fx_create_frame): Fix doc string. Rename the parameter. 45 specific mouse_position_hook.
52 (Fx_create_frame): Set the frame parameters following what is done 46
53 in X11 and w32. 47 * termhooks.h (union display_info): Add mac_display_info.
54 (Fx_open_connection): Remove window-system check.
55 (start_hourglass): Likewise.
56 (x_create_tip_frame): Get the keyboard from the terminal.
57 (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO.
58 48
59 * w32fns.c (Fx_create_frame): Use kboard from the terminal. Set 49 * w32fns.c (Fx_create_frame): Use kboard from the terminal. Set
60 the default minibuffer frame, window_system and the rest of the 50 the default minibuffer frame, window_system and the rest of the
61 frame parameters following what is done in X11. 51 frame parameters following what is done in X11.
62 52
63 * w32term.c (w32_initialize): Make static. 53 * w32term.c (w32_initialize): Make static.
64 54
55 * xselect.c (x_handle_selection_clear): Only access
56 terminal->kboard when MULTI_KBOARD is defined.
57
58 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
59 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
60
65 0000-00-00 Jason Rumney <jasonr@gnu.org> 61 0000-00-00 Jason Rumney <jasonr@gnu.org>
66 62
67 * w32term.h (x_output): Remove foreground_pixel and 63 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
68 background_pixel. 64 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
69 (w32_clear_rect, w32_clear_area): Use background from frame. 65
70 (w32_display_info): Add terminal. 66 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
71 (w32_sys_ring_bell, x_delete_display): Declare here. 67 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
72 68
73 * w32fns.c (x_create_tip_frame): Set terminal and ref count. Set 69 * keyboard.c (restore_kboard_configuration): Only define when
74 window_system. 70 MULTI_KBOARD defined.
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.
88 71
89 * makefile.w32-in: Update dependancies from Makefile.in 72 * makefile.w32-in: Update dependancies from Makefile.in
90 (OBJ1): Add terminal.$(O) 73 (OBJ1): Add terminal.$(O)
91
92 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD
93 defined.
94 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
95
96 * keyboard.c (restore_kboard_configuration): Only define when
97 MULTI_KBOARD defined.
98 74
99 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]: Don't 75 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]: Don't
100 define function body. 76 define function body.
101 (init_tty) [WINDOWSNT]: Use selected_frame for initializing. 77 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
102 78
103 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
104 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
105
106 * termhooks.h (display_info) [WINDOWSNT]: Add w32. 79 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
107 80
108 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type. 81 * w32.c (request_sigio, unrequest_sigio): Remove.
109 82
110 * w32.c (request_sigio, unrequest_sigio): Remove 83 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
111 84 (w32con_clear_frame, w32con_clear_end_of_line)
112 * w32inevt.h, w32inevt.c (w32_console_read_socket): Make first 85 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
113 arg a frame. 86 (w32con_delete_glyphs, w32con_set_terminal_window)
114
115 * w32console.c (w32con_move_cursor, w32con_clear_to_end):
116 (w32con_clear_frame, w32con_clear_end_of_line):
117 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs):
118 (w32con_delete_glyphs, w32con_set_terminal_window):
119 (scroll_line, w32_sys_ring_bell): Add frame arg. 87 (scroll_line, w32_sys_ring_bell): Add frame arg.
120 (w32con_set_terminal_modes, w32con_reset_terminal_modes): Add 88 (w32con_set_terminal_modes, w32con_reset_terminal_modes): Add
121 terminal arg. 89 terminal arg.
122 (PICK_FRAME): Remove. 90 (PICK_FRAME): Remove.
123 (w32con_write_glyphs): Use frame specific terminal coding. 91 (w32con_write_glyphs): Use frame specific terminal coding.
124 (one_and_only_w32cons): New global variable. 92 (one_and_only_w32cons): New global variable.
125 (initialize_w32_display): Use it for storing hooks. 93 (initialize_w32_display): Use it for storing hooks.
126 (create_w32cons_output): New function. 94 (create_w32cons_output): New function.
127 95
128 * w32menu.c (Fx_popup_menu): Use terminal specific 96 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
129 mouse_position_hook. 97 arg a frame.
98
99 * w32fns.c (x_create_tip_frame): Set terminal and ref count. Set
100 window_system.
101 (x_set_tool_bar_lines): Don't use updating_frame.
102 (Fx_create_frame): Set terminal and ref count.
103 (Fx_open_connection): Remove window-system check.
104
105 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
106
107 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
108 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
109 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
110 Add frame arg.
111 (x_delete_terminal, w32_create_terminal): New functions.
112 (w32_term_init): Create a terminal.
113 (w32_initialize): Move terminal specific initialization to
114 w32_create_terminal.
115
116 * w32term.h (x_output): Remove foreground_pixel and
117 background_pixel.
118 (w32_clear_rect, w32_clear_area): Use background from frame.
119 (w32_display_info): Add terminal.
120 (w32_sys_ring_bell, x_delete_display): Declare here.
121
122 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
130 123
131 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k. 124 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
132 125
133 0000-00-00 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change) 126 0000-00-00 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
134 127