* calendar/time-date.el (autoload):
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 9 Sep 2009 09:29:29 +0000 (09:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 9 Sep 2009 09:29:29 +0000 (09:29 +0000)
commitcdce0b331faad4c64ae4b3015318db87499a1f92
treebbac90dfcbdc7a9772a30d739e116f10b8b27973
parentde0bdfe7aa97030b6174aba37f245c2bbf2d4ee5
* calendar/time-date.el (autoload):
Expand define-obsolete-function-alias into defalias and make-obsolete
for old Emacsen that Gnus supports.
(with-no-warnings): Define it for old Emacsen.
(time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
is available.
(time-to-number-of-days): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>

* net/imap.el (imap-message-map): Docstring fix.
lisp/ChangeLog
lisp/calendar/time-date.el
lisp/net/imap.el