diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3d23086ff9..dd0d70169b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * strftime.c: Sync with glibc, file version 1.78. | ||
| 4 | (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which | ||
| 5 | should no longer be used according to ISO 8601. | ||
| 6 | |||
| 3 | * keymap.c (access_keymap): If IDX has a meta prefix, and there's | 7 | * keymap.c (access_keymap): If IDX has a meta prefix, and there's |
| 4 | no map for meta_prefix_char, don't try to use it as a keymap. | 8 | no map for meta_prefix_char, don't try to use it as a keymap. |
| 5 | Instead, if T_OK is non-zero, look up a default binding, if any, | 9 | Instead, if T_OK is non-zero, look up a default binding, if any, |