Changes committed gnus/lisp (ChangeLog time-date.el)

"Katsumi Yamaoka" <[email protected]> Mon, 18 Jan 2010 23:10:52 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog time-date.el

2010-01-18  Chong Yidong  <[email protected]>

	* time-date.el (date-to-time): Doc fix (Bug#5408).


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2054 gnus/lisp/ChangeLog:7.2055
--- ChangeLog:7.2054	Mon Jan 18 05:59:52 2010
+++ ChangeLog	Mon Jan 18 23:10:52 2010
@@ -1,3 +1,7 @@
+2010-01-18  Chong Yidong  <[email protected]>
+
+	* time-date.el (date-to-time): Doc fix (Bug#5408).
+
 2010-01-17  Chong Yidong  <[email protected]>
 
 	* message.el (message-mail): Just pass yank-action on to message-setup.
Index: time-date.el
diff -u gnus/lisp/time-date.el:7.19 gnus/lisp/time-date.el:7.20
--- time-date.el:7.19	Wed Jan 13 11:59:44 2010
+++ time-date.el	Mon Jan 18 23:10:52 2010
@@ -98,7 +98,8 @@
 
 ;;;###autoload
 (defun date-to-time (date)
-  "Parse a string DATE that represents a date-time and return a time value."
+  "Parse a string DATE that represents a date-time and return a time value.
+If DATE lacks timezone information, GMT is assumed."
   (condition-case ()
       (apply 'encode-time
 	     (parse-time-string