diff options
| author | Glenn Morris | 2007-08-28 08:43:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-28 08:43:22 +0000 |
| commit | 6e5b4ed6eae64cca9781da09261e842700c99d38 (patch) | |
| tree | 63cf7bdf1534daf84e8adb4909c54ddeee3831ea /src | |
| parent | 5eb7d0175f536685223e67f042a14922fbec2cd8 (diff) | |
| download | emacs-6e5b4ed6eae64cca9781da09261e842700c99d38.tar.gz emacs-6e5b4ed6eae64cca9781da09261e842700c99d38.zip | |
Unify Makefile stuff.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.multi-tty | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 5a057e149b9..2932aaf47fd 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -309,9 +309,6 @@ | |||
| 309 | 309 | ||
| 310 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> | 310 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> |
| 311 | 311 | ||
| 312 | * Makefile.in (SOME_MACHINE_LISP): Fix typo. | ||
| 313 | (lisp, shortlisp): Add termdev.elc. | ||
| 314 | |||
| 315 | * process.c (Fmake_network_process): Don't unrequest_sigio on modern | 312 | * process.c (Fmake_network_process): Don't unrequest_sigio on modern |
| 316 | systems. | 313 | systems. |
| 317 | 314 | ||
| @@ -537,6 +534,14 @@ | |||
| 537 | (get_device): New declaration. | 534 | (get_device): New declaration. |
| 538 | 535 | ||
| 539 | * Makefile.in (callproc.o): Update dependencies. | 536 | * Makefile.in (callproc.o): Update dependencies. |
| 537 | (lisp, shortlisp): Add termdev.elc. | ||
| 538 | (obj): Add terminal.o. | ||
| 539 | (terminal.o): Add dependencies. | ||
| 540 | [HAVE_CARBON]: Make terminal.o depend on macgui.h. | ||
| 541 | (data.o, fns.o): Add termhooks.h dependency. | ||
| 542 | (SOME_MACHINE_LISP): Add dnd.elc. | ||
| 543 | (minibuf.o): Fix typo. | ||
| 544 | Update dependencies. | ||
| 540 | 545 | ||
| 541 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> | 546 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> |
| 542 | 547 | ||
| @@ -550,10 +555,6 @@ | |||
| 550 | (Fdisplay_name, create_device, delete_device): Move to terminal.c. | 555 | (Fdisplay_name, create_device, delete_device): Move to terminal.c. |
| 551 | (syms_of_term): Move their initialization to terminal.c. | 556 | (syms_of_term): Move their initialization to terminal.c. |
| 552 | 557 | ||
| 553 | * Makefile.in (obj): Add terminal.o. | ||
| 554 | (terminal.o): Add dependencies. | ||
| 555 | [HAVE_CARBON]: Make terminal.o depend on macgui.h. | ||
| 556 | |||
| 557 | * alloc.c (mark_devices): Declare. | 558 | * alloc.c (mark_devices): Declare. |
| 558 | (Fgarbage_collect): Call `mark_devices'. | 559 | (Fgarbage_collect): Call `mark_devices'. |
| 559 | 560 | ||
| @@ -683,8 +684,6 @@ | |||
| 683 | 684 | ||
| 684 | * data.c: Include termhooks.h. | 685 | * data.c: Include termhooks.h. |
| 685 | 686 | ||
| 686 | * Makefile.in (data.o, fns.o): Add termhooks.h dependency. | ||
| 687 | |||
| 688 | * keyboard.h (pop_frame_kboard): Remove declaration. | 687 | * keyboard.h (pop_frame_kboard): Remove declaration. |
| 689 | (push_kboard, pop_kboard, temporarily_switch_to_single_kboard) | 688 | (push_kboard, pop_kboard, temporarily_switch_to_single_kboard) |
| 690 | (record_single_kboard_state): New declarations. | 689 | (record_single_kboard_state): New declarations. |
| @@ -894,8 +893,6 @@ | |||
| 894 | 893 | ||
| 895 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> | 894 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> |
| 896 | 895 | ||
| 897 | * Makefile.in (SOME_MACHINE_LISP): Add dnd.elc. | ||
| 898 | |||
| 899 | * keyboard.c (interrupt_signal, handle_interrupt): Move thread check | 896 | * keyboard.c (interrupt_signal, handle_interrupt): Move thread check |
| 900 | to interrupt_signal. Check for frame on controlling tty instead of | 897 | to interrupt_signal. Check for frame on controlling tty instead of |
| 901 | current selected frame in handle_interrupt. | 898 | current selected frame in handle_interrupt. |
| @@ -956,8 +953,6 @@ | |||
| 956 | 953 | ||
| 957 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> | 954 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> |
| 958 | 955 | ||
| 959 | * Makefile.in (minibuf.o): Fix typo. | ||
| 960 | |||
| 961 | * dispextern.h (get_display, Fdisplay_tty_type): New prototypes. | 956 | * dispextern.h (get_display, Fdisplay_tty_type): New prototypes. |
| 962 | (Fframe_tty_type): Remove. | 957 | (Fframe_tty_type): Remove. |
| 963 | 958 | ||
| @@ -1128,8 +1123,6 @@ | |||
| 1128 | * window.c (init_window_once): Call make_terminal_frame with two | 1123 | * window.c (init_window_once): Call make_terminal_frame with two |
| 1129 | zero parameters. | 1124 | zero parameters. |
| 1130 | 1125 | ||
| 1131 | * Makefile.in: Update dependencies. | ||
| 1132 | |||
| 1133 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> | 1126 | 0000-00-00 Karoly Lorentey <lorentey@elte.hu> |
| 1134 | 1127 | ||
| 1135 | * keyboard.c (echo_dash): Do nothing if there already is a dash at | 1128 | * keyboard.c (echo_dash): Do nothing if there already is a dash at |