aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a023d95d6d..dd70395e917 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-09-12 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (SOURCES, unlock, relock): Delete.
4
12007-09-11 Stefan Monnier <monnier@iro.umontreal.ca> 52007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * lread.c (load_warn_old_style_backquotes): Change message to look 7 * lread.c (load_warn_old_style_backquotes): Change message to look
@@ -604,7 +608,7 @@
604 * dispnew.c (Fsend_string_to_terminal): Update call to 608 * dispnew.c (Fsend_string_to_terminal): Update call to
605 `get_tty_terminal'. 609 `get_tty_terminal'.
606 (Fredraw_frame, Fsend_string_to_terminal) 610 (Fredraw_frame, Fsend_string_to_terminal)
607 (Fsend_string_to_terminal, init_display): User FRAME_RIF, 611 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
608 FRAME_TERMCAP_P and FRAME_TTY. 612 FRAME_TERMCAP_P and FRAME_TTY.
609 (window_change_signal): Don't believe width/height values that are 613 (window_change_signal): Don't believe width/height values that are
610 impossibly small. 614 impossibly small.
@@ -666,6 +670,7 @@
666 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment. 670 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
667 (get_future_frame_param): New function. 671 (get_future_frame_param): New function.
668 (Fmake_terminal_frame): Use it. 672 (Fmake_terminal_frame): Use it.
673 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
669 674
670 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames. 675 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
671 * sysdep.c (reset_sys_modes): Update for renames. 676 * sysdep.c (reset_sys_modes): Update for renames.