Mercurial > emacs
diff src/ChangeLog @ 46867:ee3c03ac519e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Aug 2002 17:31:43 +0000 |
parents | 8b7ade57211d |
children | 99501febdd3f |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 12 17:28:36 2002 +0000 +++ b/src/ChangeLog Mon Aug 12 17:31:43 2002 +0000 @@ -1,3 +1,12 @@ +2002-08-12 Richard M. Stallman <rms@gnu.org> + + * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H. + [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED) + (WSTOPSIG, WTERMSIG): Define each one independently if not defined + already. + + * buffer.c (syms_of_buffer) <fill-column>: Doc fix. + 2002-08-11 Andrew Choi <akochoi@shaw.ca> * macterm.c (XTmouse_position): Check wp with is_emacs_window.