diff options
Diffstat (limited to 'src/ChangeLog.multi-tty')
| -rw-r--r-- | src/ChangeLog.multi-tty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 4f173a3962d..8a1a1dbd1db 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * frame.c (Fmake_terminal_frame): Disable output method test. | ||
| 4 | |||
| 3 | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. | 5 | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. |
| 6 | (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. | ||
| 4 | 7 | ||
| 5 | * termhooks.h (union display_info): Add mac_display_info. | 8 | * termhooks.h (union display_info): Add mac_display_info. |
| 6 | 9 | ||
| @@ -32,6 +35,7 @@ | |||
| 32 | (Fx_open_connection): Remove window-system check. | 35 | (Fx_open_connection): Remove window-system check. |
| 33 | (start_hourglass): Likewise. | 36 | (start_hourglass): Likewise. |
| 34 | (x_create_tip_frame): Get the keyboard from the terminal. | 37 | (x_create_tip_frame): Get the keyboard from the terminal. |
| 38 | (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO. | ||
| 35 | 39 | ||
| 36 | * w32fns.c (Fx_create_frame): Use kboard from the terminal. | 40 | * w32fns.c (Fx_create_frame): Use kboard from the terminal. |
| 37 | 41 | ||