changeset 56428:46e4678210f7

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 15 Jul 2004 00:38:38 +0000
parents 55836d23d2c9
children 65eb0cb0f21f
files etc/NEWS lispref/ChangeLog
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Jul 15 00:09:09 2004 +0000
+++ b/etc/NEWS	Thu Jul 15 00:38:38 2004 +0000
@@ -2178,7 +2178,11 @@
 
 * 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,
--- a/lispref/ChangeLog	Thu Jul 15 00:09:09 2004 +0000
+++ b/lispref/ChangeLog	Thu Jul 15 00:38:38 2004 +0000
@@ -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: