# HG changeset patch # User Glenn Morris # Date 1188286577 0 # Node ID d71de97b5f543e6ac1cfea999ed760ecb9fb8b20 # Parent 0055b9752b68761d3de54818aec8afacfc7f3804 Some more tidying and simplification pending merge. diff -r 0055b9752b68 -r d71de97b5f54 src/ChangeLog.multi-tty --- a/src/ChangeLog.multi-tty Tue Aug 28 07:30:46 2007 +0000 +++ b/src/ChangeLog.multi-tty Tue Aug 28 07:36:17 2007 +0000 @@ -573,11 +573,9 @@ * keyboard.c (push_frame_kboard, pop_kboard, pop_kboard) (kbd_buffer_get_event, read_avail_input, tty_read_avail_input) (interrupt_signal, Fset_output_flow_control) - (Fset_input_meta_mode, Fset_quit_char, delete_kboard) - (syms_of_keyboard): Update for renames. + (delete_kboard, syms_of_keyboard): Update for renames. - * alloc.c (mark_devices): Update declaration. - (Fgarbage_collect): Update for renames. + * alloc.c (Fgarbage_collect): Update for renames. * coding.c (Fset_terminal_coding_system_internal) (Fterminal_coding_system4) @@ -658,6 +656,8 @@ 2005-12-25 Karoly Lorentey + * terminal.c: New file. + * term.c (Vring_bell_function, device_list, initial_device) (next_device_id, ring_bell, update_begin, update_end) (set_terminal_window, cursor_to, raw_cursor_to) @@ -666,19 +666,6 @@ (Fdisplay_name, create_device, delete_device): Move to terminal.c. (syms_of_term): Move their initialization to terminal.c. - * terminal.c: New file. - (device_list, next_device_id, initial_device, Vring_bell_function) - (ring_bell, update_begin, update_end, set_terminal_window) - (cursor_to, raw_cursor_to, clear_to_end, clear_frame) - (clear_end_of_line, write_glyphs, insert_glyphs, delete_glyphs) - (ins_del_lines, create_device, delete_device) - (Fdisplay_name): Move here. - (mark_devices, get_terminal_param, store_terminal_param) - (Fterminal_parameters, Fterminal_parameter) - (Fmodify_terminal_parameters, Fset_terminal_parameter) - (init_initial_device, delete_initial_device) - (syms_of_terminal): New functions. - * Makefile.in (obj): Add terminal.o. (terminal.o): Add dependencies. [HAVE_CARBON]: Make terminal.o depend on macgui.h. @@ -736,7 +723,7 @@ 2005-12-23 Karoly Lorentey - * print.c (print_preprocess): Don't loose print_depth levels while + * print.c (print_preprocess): Don't lose print_depth levels while iterating. 2005-12-23 Karoly Lorentey