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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 02 Apr 2008 20:17:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/04/02 20:17:46

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13283
retrieving revision 1.13284
diff -u -b -r1.13283 -r1.13284
--- ChangeLog   2 Apr 2008 18:58:45 -0000       1.13283
+++ ChangeLog   2 Apr 2008 20:17:41 -0000       1.13284
@@ -1,3 +1,29 @@
+2008-04-02  Chong Yidong  <address@hidden>
+
+       * simple.el (deactivate-mark): When the mark is temporarily
+       active, restore the original value of transient-mark-mode.
+       (set-mark-command): First deactivate the mark if was temporarily
+       active.
+       (exchange-point-and-mark): Reactivate the mark if it was
+       temporarily active.
+       (handle-shift-selection): New fun.
+       (transient-mark-mode): Move var documentation here from buffer.c.
+       (next-line, previous-line, backward-word, move-end-of-line)
+       (move-beginning-of-line, forward-to-indentation)
+       (backward-to-indentation, back-to-indentation)
+       (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
+
+       * mouse.el (mouse-set-region-1): Save the old value of
+       transient-mark-mode.
+       (mouse-drag-track): Ignore the now-obsolete value `identity' for
+       transient-mark-mode.
+
+       * textmodes/paragraphs.el (forward-paragraph)
+       (backward-paragraph, forward-sentence, backward-sentence): Add ^
+       interactive spec.
+
+       * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
+
 2008-04-02  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-make-tramp-temp-file): Use




reply via email to

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