diff lisp/ChangeLog @ 70231:b98a2445fe1f

(add-log-iso8601-time-zone): Make parameter optional. (add-log-iso8601-time-string): Fix call to format-time-string.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Apr 2006 14:16:05 +0000
parents e73582101f20
children 1be7d556ba69
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Apr 26 13:13:35 2006 +0000
+++ b/lisp/ChangeLog	Wed Apr 26 14:16:05 2006 +0000
@@ -1,3 +1,8 @@
+2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* add-log.el (add-log-iso8601-time-zone): Make parameter optional.
+	(add-log-iso8601-time-string): Fix call to format-time-string.
+
 2006-04-26  Kim F. Storm  <storm@cua.dk>
 
 	* subr.el (posn-string, posn-image, posn-object): Doc fix.