From 02c04e6f822bb327cc577376eaf6eeb619d22291 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 Jul 2004 16:57:05 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 ++++- lisp/ChangeLog | 7 +++++++ lispref/ChangeLog | 4 ++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index e9d1e79428a..de282832241 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2179,7 +2179,10 @@ configuration files. * Lisp Changes in Emacs 21.4 ** If a command sets transient-mark-mode to `only', that -enables Transient Mark mode for the following command, only. +enables Transient Mark mode for the following command only. +During that following command, the value of transient-mark-mode +is `identity'. If it is still `identity' at the end of the command, +it changes to nil. +++ ** Cleaner way to enter key sequences. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f143ca1c0e..243d362ffea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-07-09 Richard M. Stallman + + * mouse.el (mouse-set-region-1): If transient-mark-mode + is `identity', change it to `only'. + + * simple.el (current-word): Doc fix. + 2004-07-09 Mark A. Hershberger * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cfe47c3ea5d..cdf120e7a41 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-07-09 Richard M. Stallman + + * frames.texi (Input Focus): Minor fix. + 2004-07-07 Luc Teirlinck * frames.texi (Input Focus): Clarify descriptions of -- 2.39.2