diff options
| author | Eli Zaretskii | 2002-02-01 18:19:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-01 18:19:43 +0000 |
| commit | cbd5582a9a9cc039e4ea785fbcf173172c36a52f (patch) | |
| tree | 392d4cbaea87aff46670179a4714070ef1c91948 | |
| parent | d5e06ff143083c965d464b45f341c81a92b62b28 (diff) | |
| download | emacs-cbd5582a9a9cc039e4ea785fbcf173172c36a52f.tar.gz emacs-cbd5582a9a9cc039e4ea785fbcf173172c36a52f.zip | |
Moved time-date.el from lisp/gnus to lisp/calendar.
For versions before 1.5, see lisp/gnus/time-date.el.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/calendar/time-date.el (renamed from lisp/gnus/time-date.el) | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b77c56378ef..dc287e09232 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * calendar/time-date.el: Moved from lisp/gnus. | ||
| 4 | |||
| 5 | * calendar/parse-time.el: Ditto. | ||
| 6 | |||
| 1 | 2002-01-31 Richard M. Stallman <rms@gnu.org> | 7 | 2002-01-31 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * international/iso-acc.el (iso-languages): Fix ", " in French. | 9 | * international/iso-acc.el (iso-languages): Fix ", " in French. |
diff --git a/lisp/gnus/time-date.el b/lisp/calendar/time-date.el index c3a738a9932..c3a738a9932 100644 --- a/lisp/gnus/time-date.el +++ b/lisp/calendar/time-date.el | |||