diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f2c832b3ac..d33f58522ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-03-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Fexpand_file_name): Collapse sequences of slashes | ||
| 4 | to a single slash in the middle of file names. | ||
| 5 | |||
| 3 | * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]: | 6 | * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]: |
| 4 | Accept only alphanumeric time zone names. | 7 | Accept only alphanumeric time zone names. |
| 5 | 8 | ||