comparison src/ChangeLog @ 93498:aa6cde8b8651

More fixing of what multi-tty called a ChangeLog.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Apr 2008 02:56:18 +0000
parents 33248fa26b8c
children 367250b2af54
comparison
equal deleted inserted replaced
93497:258266315e25 93498:aa6cde8b8651
8645 (XTread_socket, x_connection_closed, x_term_init) 8645 (XTread_socket, x_connection_closed, x_term_init)
8646 (x_term_init, x_delete_display): Add terminal parameter. 8646 (x_term_init, x_delete_display): Add terminal parameter.
8647 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary 8647 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
8648 X connections. 8648 X connections.
8649 8649
8650 * frame.c (Fframep): Deal with output_initial. 8650 * frame.c: Include termchar.h.
8651 (Qbuffer_predicate, Qbuffer_list, Qburied_buffer_list, Qtty) 8651 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
8652 (Qtty_type, Qwindow_system, Qenvironment) 8652 (Qwindow_system, Qenvironment, Qterm_environment_variable)
8653 (Qterm_environment_variable, Qdisplay_environment_variable): New vars. 8653 (Qdisplay_environment_variable): New vars.
8654 (Fframep): Deal with output_initial.
8655 (Fframe-live-p): Doc fix.
8656 (Fwindow-system): New function.
8654 (x_set_screen_gamma, store_frame_param): Fix compilation errors. 8657 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
8655 (make_terminal_frame): Don't create frames on a terminal that is 8658 (make_terminal_frame): Don't create frames on a terminal that is
8656 being deleted. 8659 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8657 (make_terminal_frame): Use FRAME_BACKGROUND_PIXEL and
8658 FRAME_FOREGROUND_PIXEL.
8659 (store_frame_param): Check for found_for_frame before calling XFRAME. 8660 (store_frame_param): Check for found_for_frame before calling XFRAME.
8660 (Fmake_terminal_frame): Handle NULL tty names correctly. 8661 (Fmake_terminal_frame): Handle NULL tty names correctly.
8661 (syms_of_frame): Enhance doc string of `default-frame-alist'. 8662 (syms_of_frame): Enhance doc string of `default-frame-alist'.
8662 (Fdelete_frame): Remove unused variable `count'. 8663 (Fdelete_frame): Remove unused variable `count'. Don't allow other
8663 (Qenvironment): New variable. 8664 frames to refer to a deleted frame in their 'environment parameter.
8664 (Fdelete_frame): Don't allow other frames to refer to a deleted
8665 frame in their 'environment parameter.
8666 (Fframe_with_environment): New function. 8665 (Fframe_with_environment): New function.
8667 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment. 8666 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8668 (get_future_frame_param): New function. 8667 (get_future_frame_param): New function.
8669 (Fmake_terminal_frame): Use it. 8668 (Fmake_terminal_frame): Use it.
8670 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF. 8669 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.