Mercurial > emacs
diff src/ChangeLog @ 67215:c84d59e9c018
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 30 Nov 2005 00:04:34 +0000 |
parents | 404fd238ffd6 |
children | fb6bed3fabd5 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 29 23:58:20 2005 +0000 +++ b/src/ChangeLog Wed Nov 30 00:04:34 2005 +0000 @@ -1,3 +1,9 @@ +2005-11-30 Kim F. Storm <storm@cua.dk> + + * alloc.c: Include fcntl.h. Define O_WRONLY if not defined. + (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by + passing it to `emacs_write'. + 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change) * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.