From e177e1d80db2185a0a6707eb5ed18e83fd0b2999 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 28 Aug 2007 16:28:02 +0000 Subject: [PATCH] crunch --- src/ChangeLog.multi-tty | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 61178e1fe30..ee125988013 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty @@ -295,6 +295,20 @@ (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards): Update for terminal-local key-translation-map. + * Makefile.in (callproc.o): Update dependencies. + (lisp, shortlisp): Add termdev.elc. + (obj): Add terminal.o. + (terminal.o): Add dependencies. + [HAVE_CARBON]: Make terminal.o depend on macgui.h. + (data.o, fns.o): Add termhooks.h dependency. + (SOME_MACHINE_LISP): Add dnd.elc. + (minibuf.o): Fix typo. + Update dependencies. + + * data.c (do_symval_forwarding, store_symval_forwarding) + (find_symbol_value): Use the selected frame's keyboard, not + current_kboard. + 2007-04-22 Karoly Lorentey * callproc.c (Vglobal_environment, Vlocal_environment_variables): @@ -605,16 +619,6 @@ * termhooks.h (get_terminal_param): Declare. (get_device): New declaration. - * Makefile.in (callproc.o): Update dependencies. - (lisp, shortlisp): Add termdev.elc. - (obj): Add terminal.o. - (terminal.o): Add dependencies. - [HAVE_CARBON]: Make terminal.o depend on macgui.h. - (data.o, fns.o): Add termhooks.h dependency. - (SOME_MACHINE_LISP): Add dnd.elc. - (minibuf.o): Fix typo. - Update dependencies. - 0000-00-00 Karoly Lorentey * terminal.c: New file. @@ -681,10 +685,6 @@ * coding.c (Fkeyboard_coding_system): Update doc. - * data.c (do_symval_forwarding, store_symval_forwarding) - (find_symbol_value): Use the selected frame's keyboard, not - current_kboard. - * dispnew.c (window_change_signal): Don't believe width/height values that are impossibly small. -- 2.39.5