diff options
| author | Luc Teirlinck | 2004-07-09 23:38:54 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-09 23:38:54 +0000 |
| commit | 5668fbb8b1b555208ea82664ee4ecbbf3833467d (patch) | |
| tree | f3984e4333fca06d7d3ed9226ad2d61b73327f12 /src/ChangeLog | |
| parent | 80a7a1bff5f11ce9635e7d28398d0874a68a410a (diff) | |
| download | emacs-5668fbb8b1b555208ea82664ee4ecbbf3833467d.tar.gz emacs-5668fbb8b1b555208ea82664ee4ecbbf3833467d.zip | |
(Ffloat_time, Fformat_time_string, Fdecode_time)
(Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
that time values of the type (HIGH . LOW) are considered obsolete.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 758118e3236..bbedc86886e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-07-09 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time) | ||
| 4 | (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings | ||
| 5 | that time values of the type (HIGH . LOW) are considered obsolete. | ||
| 6 | |||
| 1 | 2004-07-06 Luc Teirlinck <teirllm@auburn.edu> | 7 | 2004-07-06 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 8 | ||
| 3 | * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table' | 9 | * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table' |