aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-28 16:28:02 +0000
committerDan Nicolaescu2007-08-28 16:28:02 +0000
commite177e1d80db2185a0a6707eb5ed18e83fd0b2999 (patch)
tree3145ee6a3f2e114d87585c33eb38885a5713a8b5
parent5763d6c1664e607e745155a998cf80b90523ca0e (diff)
downloademacs-e177e1d80db2185a0a6707eb5ed18e83fd0b2999.tar.gz
emacs-e177e1d80db2185a0a6707eb5ed18e83fd0b2999.zip
crunch
-rw-r--r--src/ChangeLog.multi-tty28
1 files 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 @@
295 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards): 295 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
296 Update for terminal-local key-translation-map. 296 Update for terminal-local key-translation-map.
297 297
298 * Makefile.in (callproc.o): Update dependencies.
299 (lisp, shortlisp): Add termdev.elc.
300 (obj): Add terminal.o.
301 (terminal.o): Add dependencies.
302 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
303 (data.o, fns.o): Add termhooks.h dependency.
304 (SOME_MACHINE_LISP): Add dnd.elc.
305 (minibuf.o): Fix typo.
306 Update dependencies.
307
308 * data.c (do_symval_forwarding, store_symval_forwarding)
309 (find_symbol_value): Use the selected frame's keyboard, not
310 current_kboard.
311
2982007-04-22 Karoly Lorentey <karoly@lorentey.hu> 3122007-04-22 Karoly Lorentey <karoly@lorentey.hu>
299 313
300 * callproc.c (Vglobal_environment, Vlocal_environment_variables): 314 * callproc.c (Vglobal_environment, Vlocal_environment_variables):
@@ -605,16 +619,6 @@
605 * termhooks.h (get_terminal_param): Declare. 619 * termhooks.h (get_terminal_param): Declare.
606 (get_device): New declaration. 620 (get_device): New declaration.
607 621
608 * Makefile.in (callproc.o): Update dependencies.
609 (lisp, shortlisp): Add termdev.elc.
610 (obj): Add terminal.o.
611 (terminal.o): Add dependencies.
612 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
613 (data.o, fns.o): Add termhooks.h dependency.
614 (SOME_MACHINE_LISP): Add dnd.elc.
615 (minibuf.o): Fix typo.
616 Update dependencies.
617
6180000-00-00 Karoly Lorentey <lorentey@elte.hu> 6220000-00-00 Karoly Lorentey <lorentey@elte.hu>
619 623
620 * terminal.c: New file. 624 * terminal.c: New file.
@@ -681,10 +685,6 @@
681 685
682 * coding.c (Fkeyboard_coding_system): Update doc. 686 * coding.c (Fkeyboard_coding_system): Update doc.
683 687
684 * data.c (do_symval_forwarding, store_symval_forwarding)
685 (find_symbol_value): Use the selected frame's keyboard, not
686 current_kboard.
687
688 * dispnew.c (window_change_signal): Don't believe width/height values 688 * dispnew.c (window_change_signal): Don't believe width/height values
689 that are impossibly small. 689 that are impossibly small.
690 690