diff options
| author | Glenn Morris | 2007-08-28 07:04:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-28 07:04:39 +0000 |
| commit | 8ffb8c37b2f5ec1b8b013a843eb4b3e7b5583616 (patch) | |
| tree | 505a2c0a8972bd18f63cfd5103e535f3e66b60f9 /src | |
| parent | ef6592a604c6a4a894da651cc7839b243340691c (diff) | |
| download | emacs-8ffb8c37b2f5ec1b8b013a843eb4b3e7b5583616.tar.gz emacs-8ffb8c37b2f5ec1b8b013a843eb4b3e7b5583616.zip | |
Some more tidying and simplification pending merge.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.multi-tty | 157 |
1 files changed, 75 insertions, 82 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 801209bf92f..930b786f301 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -1,60 +1,50 @@ | |||
| 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 | display-environment-variable and term-environment-variable frame | ||
| 5 | params. | ||
| 6 | (set_initial_environment): Initialise Vprocess_environment. | ||
| 7 | |||
| 8 | * config.in: Disable multi-keyboard support on a mac. | ||
| 4 | 9 | ||
| 5 | * frame.c (Qterm_environment_variable, | 10 | * frame.c (Qterm_environment_variable) |
| 6 | Qdisplay_environment_variable): New variables. | 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 | ||
| 21 | is defined. Better initialize ttys in windows. Use terminal | ||
| 22 | specific mouse_position_hook. | ||
| 23 | |||
| 24 | * sysdep.c: Comment out text after #endif. | ||
| 25 | |||
| 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 | 25 | ||
| 33 | * macterm.h (struct mac_display_info): Add terminal. | 26 | * macmenu.c: Reorder includes. |
| 27 | (Fx_popup_menu): Use terminal specific mouse_position_hook. | ||
| 34 | 28 | ||
| 35 | * macterm.c (XTset_terminal_modes): Add a terminal parameter. | 29 | * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a |
| 36 | (XTreset_terminal_modes): Likewise. | 30 | terminal parameter. |
| 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. | ||
| 43 | 36 | ||
| 44 | * macmenu.c: Reorder includes. | 37 | * macterm.h (struct mac_display_info): Add terminal. |
| 45 | (Fx_popup_menu): Use terminal specific mouse_position_hook. | ||
| 46 | 38 | ||
| 47 | * macfns.c (x_set_mouse_color): Get rif from the frame. | 39 | * puresize.h (BASE_PURESIZE): Increase base value to 1158000. |
| 48 | (x_set_tool_bar_lines): Don't use updating_frame. | 40 | |
| 49 | (mac_window): Add 2 new parameters for consistency with other | 41 | * sysdep.c: Comment out text after #endif. |
| 50 | systems. | 42 | |
| 51 | (Fx_create_frame): Fix doc string. Rename the parameter. | 43 | * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD |
| 52 | (Fx_create_frame): Set the frame parameters following what is done | 44 | is defined. Better initialize ttys in windows. Use terminal |
| 53 | in X11 and w32. | 45 | specific mouse_position_hook. |
| 54 | (Fx_open_connection): Remove window-system check. | 46 | |
| 55 | (start_hourglass): Likewise. | 47 | * termhooks.h (union display_info): Add mac_display_info. |
| 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 |
| @@ -62,60 +52,38 @@ | |||
| 62 | 52 | ||
| 63 | * w32term.c (w32_initialize): Make static. | 53 | * w32term.c (w32_initialize): Make static. |
| 64 | 54 | ||
| 65 | 0000-00-00 Jason Rumney <jasonr@gnu.org> | 55 | * xselect.c (x_handle_selection_clear): Only access |
| 66 | 56 | terminal->kboard when MULTI_KBOARD is defined. | |
| 67 | * w32term.h (x_output): Remove foreground_pixel and | ||
| 68 | background_pixel. | ||
| 69 | (w32_clear_rect, w32_clear_area): Use background from frame. | ||
| 70 | (w32_display_info): Add terminal. | ||
| 71 | (w32_sys_ring_bell, x_delete_display): Declare here. | ||
| 72 | |||
| 73 | * w32fns.c (x_create_tip_frame): Set terminal and ref count. Set | ||
| 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 | 57 | ||
| 79 | * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor. | 58 | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. |
| 80 | (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal | 59 | (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. |
| 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 | 60 | ||
| 89 | * makefile.w32-in: Update dependancies from Makefile.in | 61 | 0000-00-00 Jason Rumney <jasonr@gnu.org> |
| 90 | (OBJ1): Add terminal.$(O) | ||
| 91 | 62 | ||
| 92 | * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD | 63 | * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined. |
| 93 | defined. | ||
| 94 | (make_terminal_frame) [WINDOWSNT]: Initialize terminal. | 64 | (make_terminal_frame) [WINDOWSNT]: Initialize terminal. |
| 95 | 65 | ||
| 66 | * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]: | ||
| 67 | (mac_init_fringe) [MAC_OS]: Get rif from selected_frame. | ||
| 68 | |||
| 96 | * keyboard.c (restore_kboard_configuration): Only define when | 69 | * keyboard.c (restore_kboard_configuration): Only define when |
| 97 | MULTI_KBOARD defined. | 70 | MULTI_KBOARD defined. |
| 98 | 71 | ||
| 72 | * makefile.w32-in: Update dependancies from Makefile.in | ||
| 73 | (OBJ1): Add terminal.$(O) | ||
| 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 | |||
| 110 | * w32.c (request_sigio, unrequest_sigio): Remove | ||
| 111 | 82 | ||
| 112 | * w32inevt.h, w32inevt.c (w32_console_read_socket): Make first | 83 | * w32console.c (w32con_move_cursor, w32con_clear_to_end) |
| 113 | arg a frame. | 84 | (w32con_clear_frame, w32con_clear_end_of_line) |
| 114 | 85 | (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs) | |
| 115 | * w32console.c (w32con_move_cursor, w32con_clear_to_end): | 86 | (w32con_delete_glyphs, w32con_set_terminal_window) |
| 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. |
| @@ -125,8 +93,33 @@ | |||
| 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 | ||