emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 16 Jul 2004 06:46:01 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6233 emacs/lisp/ChangeLog:1.6234
*** emacs/lisp/ChangeLog:1.6233 Wed Jul 14 23:26:25 2004
--- emacs/lisp/ChangeLog        Fri Jul 16 10:42:43 2004
***************
*** 1,3 ****
--- 1,17 ----
+ 2004-07-16  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * calendar/cal-dst.el (calendar-time-from-absolute): Return a list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]