mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
0b156b784c
commit
02c04e6f82
3 changed files with 15 additions and 1 deletions
5
etc/NEWS
5
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.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2004-07-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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 <mah@everybody.org>
|
||||
|
||||
* progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2004-07-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* frames.texi (Input Focus): Minor fix.
|
||||
|
||||
2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* frames.texi (Input Focus): Clarify descriptions of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue