diff options
| author | Dan Nicolaescu | 2007-08-28 06:23:16 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-08-28 06:23:16 +0000 |
| commit | 6813dfeaf9e23060542c906fc01be5e46634d781 (patch) | |
| tree | 975c2c13e978866b40f72797d073d33035476835 /src/ChangeLog.multi-tty | |
| parent | 7e07ea7d59aa394469f6024ddaa1f6700757bcb1 (diff) | |
| download | emacs-6813dfeaf9e23060542c906fc01be5e46634d781.tar.gz emacs-6813dfeaf9e23060542c906fc01be5e46634d781.zip | |
crunch
Diffstat (limited to 'src/ChangeLog.multi-tty')
| -rw-r--r-- | src/ChangeLog.multi-tty | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index d9001d51608..ea60f630276 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -1449,16 +1449,13 @@ | |||
| 1449 | Added name, type, input, output, termscript, old_tty, | 1449 | Added name, type, input, output, termscript, old_tty, |
| 1450 | term_initted, old_tty_valid, background_pixel, foreground_pixel, | 1450 | term_initted, old_tty_valid, background_pixel, foreground_pixel, |
| 1451 | next fields. | 1451 | next fields. |
| 1452 | (TERMINAL_*): Renamed to TTY_* for brevity. | 1452 | (TTY_*): New macros. |
| 1453 | (CURRENT_TERMINAL): Renamed to CURTTY for brevity. | 1453 | (CURRENT_TERMINAL): New macro. |
| 1454 | (tty_list): New variable. | 1454 | (tty_list): New variable. |
| 1455 | (TERMINAL_PTR): Removed. | ||
| 1456 | (FRAME_TTY): New function. | 1455 | (FRAME_TTY): New function. |
| 1457 | (TTY_NAME, TTY_TYPE): New macros. | 1456 | (TTY_NAME, TTY_TYPE): New macros. |
| 1458 | 1457 | ||
| 1459 | * term.c (current_terminal): Removed. | 1458 | * term.c (tty_list): New variable. |
| 1460 | (_current_terminal): Removed. | ||
| 1461 | (tty_list): New variable. | ||
| 1462 | (OUTPUT, OUTPUT1, OUTPUTL, OUTPUT_IF, OUTPUT1_IF): Added tty | 1459 | (OUTPUT, OUTPUT1, OUTPUTL, OUTPUT_IF, OUTPUT1_IF): Added tty |
| 1463 | parameter. | 1460 | parameter. |
| 1464 | (set_terminal_modes): Added tty parameter. | 1461 | (set_terminal_modes): Added tty parameter. |
| @@ -1534,13 +1531,8 @@ | |||
| 1534 | (char_ins_del_ok, scroll_region_ok, scroll_region_cost) | 1531 | (char_ins_del_ok, scroll_region_ok, scroll_region_cost) |
| 1535 | (memory_below_frame, fast_clear_end_of_line): Moved to struct | 1532 | (memory_below_frame, fast_clear_end_of_line): Moved to struct |
| 1536 | terminal. | 1533 | terminal. |
| 1537 | (current_terminal): New variable. | ||
| 1538 | (CURRENT_TERMINAL, TERMINAL_*): New accessor macros. | ||
| 1539 | (min_padding_speed, dont_calculate_costs): Commented out (unused). | 1534 | (min_padding_speed, dont_calculate_costs): Commented out (unused). |
| 1540 | 1535 | ||
| 1541 | * term.c (_current_terminal): New variable. Will be removed when | ||
| 1542 | true multi-tty support is implemented. | ||
| 1543 | |||
| 1544 | * term.c (set_terminal_window, ins_del_lines, calculate_costs) | 1536 | * term.c (set_terminal_window, ins_del_lines, calculate_costs) |
| 1545 | (term_init): Use the accessor macros for terminal characteristics. | 1537 | (term_init): Use the accessor macros for terminal characteristics. |
| 1546 | * dispnew.c (line_hash_code, line_draw_cost) | 1538 | * dispnew.c (line_hash_code, line_draw_cost) |