# HG changeset patch # User Kim F. Storm # Date 1133309074 0 # Node ID c84d59e9c0187dbe3e7c23d302c76c43aa70ab0a # Parent 4fd503f32b2cccd60ff1e48f67b752af5c47ef7e *** empty log message *** diff -r 4fd503f32b2c -r c84d59e9c018 lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 29 23:58:20 2005 +0000 +++ b/lisp/ChangeLog Wed Nov 30 00:04:34 2005 +0000 @@ -1,5 +1,9 @@ 2005-11-30 Kim F. Storm + * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local. + (cua--rectangle-post-command): Cleanup overlays and deactivate mark + after revert-buffer (or anything else which kills all local variables). + * apropos.el (apropos-parse-pattern): Doc fix. Set apropos-regexp directly, rather than expecting callers to do so. (apropos-command, apropos, apropos-value, apropos-documentation): diff -r 4fd503f32b2c -r c84d59e9c018 src/ChangeLog --- 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 + + * 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 (tiny change) * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.