diff options
| author | Dave Love | 2002-10-30 19:48:51 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-30 19:48:51 +0000 |
| commit | 2baf1bfa5498425f0df6e899e554e8e91427969e (patch) | |
| tree | 820a6a9ae13a682988fac1dd90adfb1940bfcdc3 /src/ChangeLog | |
| parent | 3180897ccc35c27b2718fe89872e89d36af6d1a7 (diff) | |
| download | emacs-2baf1bfa5498425f0df6e899e554e8e91427969e.tar.gz emacs-2baf1bfa5498425f0df6e899e554e8e91427969e.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bd8a75ffaf..edb3b6ac1c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 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 |