Mercurial > emacs
comparison src/ChangeLog @ 48093:b7cdece1cebf
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 30 Oct 2002 19:48:51 +0000 |
parents | 272d4a04afac |
children | 75bdf0931b4c |
comparison
equal
deleted
inserted
replaced
48092:10d4bf044393 | 48093:b7cdece1cebf |
---|---|
1 2002-10-30 Dave Love <fx@gnu.org> | |
2 | |
3 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h. | |
4 [HAVE_PTY_H]; Include pty.h. | |
5 | |
6 * lread.c (Fload) <!load_dangerous_libraries>: Close fd. | |
7 | |
8 * xterm.c (Qeql): Declare. | |
9 (Vx_keysym_table): New. | |
10 (syms_of_xterm): Initialize it. | |
11 (XTread_socket): Use it. Deal with ASCII keysyms. | |
12 (XSetIMValues) [HAVE_X11R6]: Prototype. | |
13 | |
14 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended. | |
15 (lispy_kana_keys): Comment out. | |
16 (make_lispy_event) [XK_kana_A]: Comment out. | |
17 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix | |
18 sprintf call. | |
19 | |
20 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by | |
21 regexp.h change). | |
22 (TERMINFO, LIBS_TERMCAP): Define. | |
23 | |
24 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY. | |
25 (bcmp): Define conditional on HAVE_BCMP. | |
26 (NO_SIOCTL_H): Don't define. | |
27 (TIOCSIGSEND): Don't make conditional on IRIX6. | |
28 | |
29 * s/sol2-5.h: Don't include strings.h. | |
30 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef. | |
31 | |
32 * s/irix6-0.h (IRIX6): Don't define. | |
33 (bcopy, bcmp, bzero): Don't undef. | |
34 | |
35 * s/irix6-5.h: Don't include strings.h. | |
36 (IRIX6): Don't define. | |
37 (bcopy, bcmp, bzero): Don't undef. | |
38 | |
39 * syntax.c (Fforward_comment): Doc fix. | |
40 | |
1 2002-10-29 Kim F. Storm <storm@cua.dk> | 41 2002-10-29 Kim F. Storm <storm@cua.dk> |
2 | 42 |
3 * process.c (Fsignal_process): Allow PROCESS to be specified by | 43 * process.c (Fsignal_process): Allow PROCESS to be specified by |
4 name in addition to pid (as integer or string). | 44 name in addition to pid (as integer or string). |
5 | 45 |