diff options
| author | Glenn Morris | 2007-08-28 07:36:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-28 07:36:17 +0000 |
| commit | ec13c2e6e76f989836936c6b02be4e0b8b26400b (patch) | |
| tree | f553336d894b38aac20569bdcf0acbad2e72c4ab /src | |
| parent | 6dfd6a665598125520e15a62c7b96182f46cb13b (diff) | |
| download | emacs-ec13c2e6e76f989836936c6b02be4e0b8b26400b.tar.gz emacs-ec13c2e6e76f989836936c6b02be4e0b8b26400b.zip | |
Some more tidying and simplification pending merge.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.multi-tty | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 2f20ab30e4b..c9e085f4454 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -573,11 +573,9 @@ | |||
| 573 | * keyboard.c (push_frame_kboard, pop_kboard, pop_kboard) | 573 | * keyboard.c (push_frame_kboard, pop_kboard, pop_kboard) |
| 574 | (kbd_buffer_get_event, read_avail_input, tty_read_avail_input) | 574 | (kbd_buffer_get_event, read_avail_input, tty_read_avail_input) |
| 575 | (interrupt_signal, Fset_output_flow_control) | 575 | (interrupt_signal, Fset_output_flow_control) |
| 576 | (Fset_input_meta_mode, Fset_quit_char, delete_kboard) | 576 | (delete_kboard, syms_of_keyboard): Update for renames. |
| 577 | (syms_of_keyboard): Update for renames. | ||
| 578 | 577 | ||
| 579 | * alloc.c (mark_devices): Update declaration. | 578 | * alloc.c (Fgarbage_collect): Update for renames. |
| 580 | (Fgarbage_collect): Update for renames. | ||
| 581 | 579 | ||
| 582 | * coding.c (Fset_terminal_coding_system_internal) | 580 | * coding.c (Fset_terminal_coding_system_internal) |
| 583 | (Fterminal_coding_system4) | 581 | (Fterminal_coding_system4) |
| @@ -658,6 +656,8 @@ | |||
| 658 | 656 | ||
| 659 | 2005-12-25 Karoly Lorentey <lorentey@elte.hu> | 657 | 2005-12-25 Karoly Lorentey <lorentey@elte.hu> |
| 660 | 658 | ||
| 659 | * terminal.c: New file. | ||
| 660 | |||
| 661 | * term.c (Vring_bell_function, device_list, initial_device) | 661 | * term.c (Vring_bell_function, device_list, initial_device) |
| 662 | (next_device_id, ring_bell, update_begin, update_end) | 662 | (next_device_id, ring_bell, update_begin, update_end) |
| 663 | (set_terminal_window, cursor_to, raw_cursor_to) | 663 | (set_terminal_window, cursor_to, raw_cursor_to) |
| @@ -666,19 +666,6 @@ | |||
| 666 | (Fdisplay_name, create_device, delete_device): Move to terminal.c. | 666 | (Fdisplay_name, create_device, delete_device): Move to terminal.c. |
| 667 | (syms_of_term): Move their initialization to terminal.c. | 667 | (syms_of_term): Move their initialization to terminal.c. |
| 668 | 668 | ||
| 669 | * terminal.c: New file. | ||
| 670 | (device_list, next_device_id, initial_device, Vring_bell_function) | ||
| 671 | (ring_bell, update_begin, update_end, set_terminal_window) | ||
| 672 | (cursor_to, raw_cursor_to, clear_to_end, clear_frame) | ||
| 673 | (clear_end_of_line, write_glyphs, insert_glyphs, delete_glyphs) | ||
| 674 | (ins_del_lines, create_device, delete_device) | ||
| 675 | (Fdisplay_name): Move here. | ||
| 676 | (mark_devices, get_terminal_param, store_terminal_param) | ||
| 677 | (Fterminal_parameters, Fterminal_parameter) | ||
| 678 | (Fmodify_terminal_parameters, Fset_terminal_parameter) | ||
| 679 | (init_initial_device, delete_initial_device) | ||
| 680 | (syms_of_terminal): New functions. | ||
| 681 | |||
| 682 | * Makefile.in (obj): Add terminal.o. | 669 | * Makefile.in (obj): Add terminal.o. |
| 683 | (terminal.o): Add dependencies. | 670 | (terminal.o): Add dependencies. |
| 684 | [HAVE_CARBON]: Make terminal.o depend on macgui.h. | 671 | [HAVE_CARBON]: Make terminal.o depend on macgui.h. |
| @@ -736,7 +723,7 @@ | |||
| 736 | 723 | ||
| 737 | 2005-12-23 Karoly Lorentey <lorentey@elte.hu> | 724 | 2005-12-23 Karoly Lorentey <lorentey@elte.hu> |
| 738 | 725 | ||
| 739 | * print.c (print_preprocess): Don't loose print_depth levels while | 726 | * print.c (print_preprocess): Don't lose print_depth levels while |
| 740 | iterating. | 727 | iterating. |
| 741 | 728 | ||
| 742 | 2005-12-23 Karoly Lorentey <lorentey@elte.hu> | 729 | 2005-12-23 Karoly Lorentey <lorentey@elte.hu> |