aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
-rw-r--r--lispref/ChangeLog5
2 files changed, 10 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bc00a408a34..82778db7be8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2183a list of two integers, instead of a cons.
2184
2185** If a command sets transient-mark-mode to `only', that
2182enables Transient Mark mode for the following command only. 2186enables Transient Mark mode for the following command only.
2183During that following command, the value of transient-mark-mode 2187During that following command, the value of transient-mark-mode
2184is `identity'. If it is still `identity' at the end of the command, 2188is `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 @@
12004-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
12004-07-13 Luc Teirlinck <teirllm@auburn.edu> 62004-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: