diff options
| author | Gerd Moellmann | 2000-10-18 19:12:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-18 19:12:39 +0000 |
| commit | e50517d90e8d95c0eb2363d834cf95319288f6fd (patch) | |
| tree | 22738e8297bb15604a63c4f89a4e595c6f6caf50 /src/ChangeLog | |
| parent | 776ca44f002152d91889b6e4061926eebf1e66c7 (diff) | |
| download | emacs-e50517d90e8d95c0eb2363d834cf95319288f6fd.tar.gz emacs-e50517d90e8d95c0eb2363d834cf95319288f6fd.zip | |
Sync with glibc, file version 1.78.
(my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
should no longer be used according to ISO 8601.
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, |