Mercurial > emacs
comparison src/ChangeLog @ 93667:f8942531c106
(struct frame): Give one more bit to `visible' since we use
values larger than 1 to indicate obscured frames on ttys.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 04 Apr 2008 17:56:23 +0000 |
parents | c7dd307b0ec5 |
children | 1f00fd61c9e6 |
comparison
equal
deleted
inserted
replaced
93666:4005595ecc01 | 93667:f8942531c106 |
---|---|
1 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * frame.h (struct frame): Give one more bit to `visible' since we use | |
4 values larger than 1 to indicate obscured frames on ttys. | |
2 | 5 |
3 * keymap.c (Qkeymap_canonicalize): New var. | 6 * keymap.c (Qkeymap_canonicalize): New var. |
4 (Fmap_keymap_internal): New fun. | 7 (Fmap_keymap_internal): New fun. |
5 (describe_map): Use keymap-canonicalize. | 8 (describe_map): Use keymap-canonicalize. |
6 | 9 |