From: Kim F. Storm Date: Wed, 30 Nov 2005 00:04:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4269a2fd77bc80b11caacb55f7a101fc1cb21bdd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 704b8581364..b95bd692f8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 868e39f0a39..79f14cb7e15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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'.