comparison src/ChangeLog @ 54924:b6fb388c20ba

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 16 Apr 2004 21:16:06 +0000
parents 5b8dfa13f227
children 205e2027ce65
comparison
equal deleted inserted replaced
54923:44e2974055ec 54924:b6fb388c20ba
1 2004-04-17 Kim F. Storm <storm@cua.dk> 1 2004-04-17 Kim F. Storm <storm@cua.dk>
2
3 * keymap.c (Fkey_description): Add optional PREFIX arg.
4 Combine prefix with KEYS to make up the full key sequence to describe.
5 Correlate meta_prefix_char and following (simple) key to describe
6 as meta modifier. All callers changed.
7 (describe_map): Rename arg `keys' to `prefix'. Remove local
8 `elt_prefix' var. Use Fkey_description with prefix instead of
9 elt_prefix combined with Fsingle_key_description.
10 (describe_vector): Declare static. Replace arg `elt_prefix' with
11 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
12 if !KEYMAP_P. Use Fkey_description with prefix instead of
13 Fsingle_key_description.
14
15 * keymap.h (Fkey_description): Fix prototype.
16 (describe_vector): Remove prototype.
2 17
3 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0. 18 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
4 19
5 * image.c (PNG_BG_COLOR_SHIFT): Remove. 20 * image.c (PNG_BG_COLOR_SHIFT): Remove.
6 (png_load): Fix calculation of transparent background color on X 21 (png_load): Fix calculation of transparent background color on X