Mercurial > emacs
diff src/ChangeLog @ 32630:da542331c809
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 18 Oct 2000 19:12:39 +0000 |
| parents | 791ab28d851e |
| children | 7e334ab6c0a5 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 18 19:12:03 2000 +0000 +++ b/src/ChangeLog Wed Oct 18 19:12:39 2000 +0000 @@ -1,5 +1,9 @@ 2000-10-18 Gerd Moellmann <gerd@gnu.org> + * strftime.c: 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. + * keymap.c (access_keymap): If IDX has a meta prefix, and there's no map for meta_prefix_char, don't try to use it as a keymap. Instead, if T_OK is non-zero, look up a default binding, if any,
