# HG changeset patch # User Luc Teirlinck # Date 1089851918 0 # Node ID 46e4678210f78e0e829b4f02c0152f73c77910d4 # Parent 55836d23d2c99b49a999af5e032863264e10629f *** empty log message *** diff -r 55836d23d2c9 -r 46e4678210f7 etc/NEWS --- 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, diff -r 55836d23d2c9 -r 46e4678210f7 lispref/ChangeLog --- 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 + + * buffers.texi (Modification Time): `visited-file-modtime' now + returns a list of two integers, instead of a cons. + 2004-07-13 Luc Teirlinck * windows.texi: Various changes in addition to: