]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 16 Jul 2004 10:42:43 +0000 (10:42 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 16 Jul 2004 10:42:43 +0000 (10:42 +0000)
lisp/ChangeLog
src/ChangeLog

index bc4e75be761f681642a187ba68cbaa74d290cad6..8bd1b75edf3945c6c9634f5b626f821c4e3b9bef 100644 (file)
@@ -1,3 +1,17 @@
+2004-07-16  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (inhibit-mark-movement): New defvar.
+       (beginning-of-buffer, end-of-buffer): Do not push mark if
+       inhibit-mark-movement is non-nil or C-u prefix is given.
+
+       * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
+       Init to beginning-of-buffer and end-of-buffer.
+       (cua--undo-push-mark): New defvar.
+       (cua--pre-command-handler): Set inhibit-mark-movement if mark is
+       already active and command is in cua--preserve-mark-commands.
+       Also fix check for shift modifier on non-window systems.
+       (cua--post-command-handler): Clear inhibit-mark-movement if set.
+
 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
 
        * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
index 7c720d736532e8b2879aeffc1b5461dab90424c3..1dfaa3f9ce4868876357a1e772bca5dc8b462851 100644 (file)
@@ -5,8 +5,8 @@
 
 2004-07-15  David Kastrup  <dak@gnu.org>
 
-       * search.c (syms_of_search): staticpro
-       `saved_last_thing_searched'.  Apparently fixes an abort condition.
+       * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
+       Apparently fixes an abort condition.
 
 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>