]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 30 Nov 2005 00:04:34 +0000 (00:04 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 30 Nov 2005 00:04:34 +0000 (00:04 +0000)
lisp/ChangeLog
src/ChangeLog

index 704b8581364da09efa6ce15dadda0dec4747375a..b95bd692f8fc43b6bbb166aca260bf0fd0caadc2 100644 (file)
@@ -1,5 +1,9 @@
 2005-11-30  Kim F. Storm  <storm@cua.dk>
 
+       * 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):
index 868e39f0a3990ffc040f2d520cef97d314596174..79f14cb7e15cc3e690bc899fb040aec7fae5085f 100644 (file)
@@ -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'.