diff options
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 10 insertions, 1 deletions
| @@ -2178,7 +2178,11 @@ configuration files. | |||
| 2178 | 2178 | ||
| 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 | +++ |
| 2182 | ** `visited-file-modtime' and `calendar-time-from-absolute' now return | ||
| 2183 | a list of two integers, instead of a cons. | ||
| 2184 | |||
| 2185 | ** If a command sets transient-mark-mode to `only', that | ||
| 2182 | enables Transient Mark mode for the following command only. | 2186 | enables Transient Mark mode for the following command only. |
| 2183 | During that following command, the value of transient-mark-mode | 2187 | During that following command, the value of transient-mark-mode |
| 2184 | is `identity'. If it is still `identity' at the end of the command, | 2188 | is `identity'. If it is still `identity' at the end of the command, |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4ad59d3fe9a..65202b371ae 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * buffers.texi (Modification Time): `visited-file-modtime' now | ||
| 4 | returns a list of two integers, instead of a cons. | ||
| 5 | |||
| 1 | 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * windows.texi: Various changes in addition to: | 8 | * windows.texi: Various changes in addition to: |