comparison src/ChangeLog.multi-tty @ 83695:0055b9752b68

Some more tidying and simplification pending merge.
author Glenn Morris <rgm@gnu.org>
date Tue, 28 Aug 2007 07:30:46 +0000
parents 2d9dff8f5a37
children d71de97b5f54
comparison
equal deleted inserted replaced
83694:2d9dff8f5a37 83695:0055b9752b68
581 581
582 * coding.c (Fset_terminal_coding_system_internal) 582 * coding.c (Fset_terminal_coding_system_internal)
583 (Fterminal_coding_system4) 583 (Fterminal_coding_system4)
584 (Fset_keyboard_coding_system_internal) 584 (Fset_keyboard_coding_system_internal)
585 (Fkeyboard_coding_system): Update for renames. 585 (Fkeyboard_coding_system): Update for renames.
586
587 * data.c (Fterminal_local_value, Fset_terminal_local_value):
588 Update for renames.
589 586
590 * minibuf.c (read_minibuf): Update for renames. 587 * minibuf.c (read_minibuf): Update for renames.
591 588
592 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames. 589 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
593 590
782 779
783 * data.c (do_symval_forwarding, store_symval_forwarding) 780 * data.c (do_symval_forwarding, store_symval_forwarding)
784 (find_symbol_value): Use the selected frame's keyboard, not 781 (find_symbol_value): Use the selected frame's keyboard, not
785 current_kboard. 782 current_kboard.
786 783
787 * data.c (Fterminal_local_value, Fset_terminal_local_value): Disable
788 these functions.
789
790 * data.c (syms_of_data): Don't defsubr them.
791
792 2005-10-29 Karoly Lorentey <lorentey@elte.hu> 784 2005-10-29 Karoly Lorentey <lorentey@elte.hu>
793 785
794 * keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table. 786 * keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table.
795 787
796 2005-10-28 Karoly Lorentey <lorentey@elte.hu> 788 2005-10-28 Karoly Lorentey <lorentey@elte.hu>
850 (pop_frame_kboard): Rename to pop_kboard. 842 (pop_frame_kboard): Rename to pop_kboard.
851 843
852 * xdisp.c (display_mode_line, Fformat_mode_line): Update uses. 844 * xdisp.c (display_mode_line, Fformat_mode_line): Update uses.
853 845
854 * data.c: Include termhooks.h. 846 * data.c: Include termhooks.h.
855 (Fterminal_local_value, Fset_terminal_local_value): Update.
856 847
857 * Makefile.in (data.o, fns.o): Add termhooks.h dependency. 848 * Makefile.in (data.o, fns.o): Add termhooks.h dependency.
858 849
859 * keyboard.h (pop_frame_kboard): Remove declaration. 850 * keyboard.h (pop_frame_kboard): Remove declaration.
860 (push_kboard, pop_kboard, temporarily_switch_to_single_kboard) 851 (push_kboard, pop_kboard, temporarily_switch_to_single_kboard)
1009 1000
1010 * sysdep.c (reset_sys_modes): Remove superflous fflush call. 1001 * sysdep.c (reset_sys_modes): Remove superflous fflush call.
1011 1002
1012 2005-06-27 Karoly Lorentey <lorentey@elte.hu> 1003 2005-06-27 Karoly Lorentey <lorentey@elte.hu>
1013 1004
1014 * data.c (Fterminal_local_value, Fset_terminal_local_value): New functions. 1005 * data.c (Fterminal_local_value, Fset_terminal_local_value): New
1015 (syms_of_data): Defsubr them. 1006 functions (note: disabled).
1007 (syms_of_data): Defsubr them (note: disabled).
1016 1008
1017 * keyboard.c (syms_of_keyboard): Expand docs of terminal-local 1009 * keyboard.c (syms_of_keyboard): Expand docs of terminal-local
1018 variables to warn about their random bindings. 1010 variables to warn about their random bindings.
1019 1011
1020 2005-06-27 Karoly Lorentey <lorentey@elte.hu> 1012 2005-06-27 Karoly Lorentey <lorentey@elte.hu>