summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-07-15 00:38:38 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-07-15 00:38:38 +0000
commitcbbfedb29d34e44c6c20c14761cb85ffe79e91c8 (patch)
tree5e6071ccdf31f13de9606e45c38b58b5a3fd1e83
parent5d1c69b12ec18af87117a6983eecdee3f1e9f586 (diff)
downloademacs-cbbfedb29d34e44c6c20c14761cb85ffe79e91c8.tar.gz
emacs-cbbfedb29d34e44c6c20c14761cb85ffe79e91c8.tar.bz2
emacs-cbbfedb29d34e44c6c20c14761cb85ffe79e91c8.zip
*** empty log message ***
-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.
* Lisp Changes in Emacs 21.4
-** If a command sets transient-mark-mode to `only', that
++++
+** `visited-file-modtime' and `calendar-time-from-absolute' now return
+a list of two integers, instead of a cons.
+
+** If a command sets transient-mark-mode to `only', that
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,
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 4ad59d3fe9a..65202b371ae 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
+
+ * buffers.texi (Modification Time): `visited-file-modtime' now
+ returns a list of two integers, instead of a cons.
+
2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
* windows.texi: Various changes in addition to: