diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7e83eef0f6..c3d23086ff9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * 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. | ||
| 5 | Instead, if T_OK is non-zero, look up a default binding, if any, | ||
| 6 | otherwise, if T_OK is zero, return nil. | ||
| 7 | |||
| 3 | * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) | 8 | * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) |
| 4 | (x_to_xcolors, png_load): Use x_query_color. | 9 | (x_to_xcolors, png_load): Use x_query_color. |
| 5 | 10 | ||