comparison src/ChangeLog @ 513:e159a0b4bed4

[xemacs-hg @ 2001-05-07 07:49:18 by martinb] TTY configury portability improvements.
author martinb
date Mon, 07 May 2001 07:49:19 +0000
parents 5bdbc721d46a
children 8a4db099aa97
comparison
equal deleted inserted replaced
512:14227e8a3f1f 513:e159a0b4bed4
1 2001-05-05 Martin Buchholz <martin@xemacs.org>
2
3 TTY configury portability improvements.
4 Support systems which use OXTABS instead of TAB3, without any s&m.
5 * s/bsd386.h: Remove definitions for system symbols TABDLY and OXTABS.
6 * s/freebsd.h: Likewise.
7 * s/gnu.h: Likewise.
8 * s/netbsd.h: Likewise.
9 * s/nextstep.h: Remove definitions for TAB3 and BSD_TERMIOS.
10 * systty.h:
11 Fix up (unused) tty tab delay/expansion code.
12 Better preprocessor symbol hygiene.
13 Remove BSD_TERMIOS cruft.
14 * sysdep.c (child_setup_tty): More careful code. Check for OXTABS.
15 * sysdep.c (tty_init_sys_modes_on_device):
16 Tab expansion disabling code was buggy. So I fixed it.
17 But it shouldn't have been done at all. So I also #if 0'ed it.
18
1 2001-05-06 Ben Wing <ben@xemacs.org> 19 2001-05-06 Ben Wing <ben@xemacs.org>
2 20
3 * console-msw.h: 21 * console-msw.h:
4 * device-msw.c: 22 * device-msw.c:
5 * device-msw.c (print_dialog_worker): 23 * device-msw.c (print_dialog_worker):