diff options
| author | Dan Nicolaescu | 2007-08-27 20:09:50 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-08-27 20:09:50 +0000 |
| commit | 61bffdd5c8d660cf33dd13037e5378a14d18de0d (patch) | |
| tree | 8c521c1d31c435a873e200b0a031155c9e492560 | |
| parent | 97ae2a650a8c44326066d592bb51b618ac2112e0 (diff) | |
| download | emacs-61bffdd5c8d660cf33dd13037e5378a14d18de0d.tar.gz emacs-61bffdd5c8d660cf33dd13037e5378a14d18de0d.zip | |
Finish crunching the first 2 entries.
| -rw-r--r-- | src/ChangeLog.multi-tty | 55 |
1 files changed, 25 insertions, 30 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index b0c02f07688..ab3504e7b20 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -21,13 +21,10 @@ | |||
| 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 | 27 | ||
| 29 | * sysdep.c: Comment out text after #endif. | ||
| 30 | |||
| 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 | ||
| @@ -35,15 +32,14 @@ | |||
| 35 | 32 | ||
| 36 | * macterm.h (struct mac_display_info): Add terminal. | 33 | * macterm.h (struct mac_display_info): Add terminal. |
| 37 | 34 | ||
| 38 | * w32term.c (w32_initialize): Make static. | ||
| 39 | |||
| 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. |
| @@ -60,20 +56,35 @@ | |||
| 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 | ||
| @@ -120,22 +131,6 @@ | |||
| 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 | 133 | ||
| 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 | |||
| 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. |