aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-09 16:57:05 +0000
committerRichard M. Stallman2004-07-09 16:57:05 +0000
commit02c04e6f822bb327cc577376eaf6eeb619d22291 (patch)
tree04c5c2ad0114a3b433269071a9650ee47813f354
parent0b156b784c93c7b028237f7703bb4b6b1e0d53f0 (diff)
downloademacs-02c04e6f822bb327cc577376eaf6eeb619d22291.tar.gz
emacs-02c04e6f822bb327cc577376eaf6eeb619d22291.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lispref/ChangeLog4
3 files changed, 15 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e9d1e79428a..de282832241 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2179,7 +2179,10 @@ configuration files.
2179* Lisp Changes in Emacs 21.4 2179* Lisp Changes in Emacs 21.4
2180 2180
2181** If a command sets transient-mark-mode to `only', that 2181** If a command sets transient-mark-mode to `only', that
2182enables Transient Mark mode for the following command, only. 2182enables Transient Mark mode for the following command only.
2183During that following command, the value of transient-mark-mode
2184is `identity'. If it is still `identity' at the end of the command,
2185it changes to nil.
2183 2186
2184+++ 2187+++
2185** Cleaner way to enter key sequences. 2188** 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 @@
12004-07-09 Richard M. Stallman <rms@gnu.org>
2
3 * mouse.el (mouse-set-region-1): If transient-mark-mode
4 is `identity', change it to `only'.
5
6 * simple.el (current-word): Doc fix.
7
12004-07-09 Mark A. Hershberger <mah@everybody.org> 82004-07-09 Mark A. Hershberger <mah@everybody.org>
2 9
3 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp 10 * 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 @@
12004-07-09 Richard M. Stallman <rms@gnu.org>
2
3 * frames.texi (Input Focus): Minor fix.
4
12004-07-07 Luc Teirlinck <teirllm@auburn.edu> 52004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * frames.texi (Input Focus): Clarify descriptions of 7 * frames.texi (Input Focus): Clarify descriptions of