diff options
| author | Richard M. Stallman | 2004-07-09 16:57:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-09 16:57:05 +0000 |
| commit | 02c04e6f822bb327cc577376eaf6eeb619d22291 (patch) | |
| tree | 04c5c2ad0114a3b433269071a9650ee47813f354 | |
| parent | 0b156b784c93c7b028237f7703bb4b6b1e0d53f0 (diff) | |
| download | emacs-02c04e6f822bb327cc577376eaf6eeb619d22291.tar.gz emacs-02c04e6f822bb327cc577376eaf6eeb619d22291.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
3 files changed, 15 insertions, 1 deletions
| @@ -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 |
| 2182 | enables Transient Mark mode for the following command, only. | 2182 | enables Transient Mark mode for the following command only. |
| 2183 | During that following command, the value of transient-mark-mode | ||
| 2184 | is `identity'. If it is still `identity' at the end of the command, | ||
| 2185 | it 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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-07-09 Mark A. Hershberger <mah@everybody.org> | 8 | 2004-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 @@ | |||
| 1 | 2004-07-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Input Focus): Minor fix. | ||
| 4 | |||
| 1 | 2004-07-07 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2004-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 |