diff options
| author | Kim F. Storm | 2004-04-16 21:16:06 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-16 21:16:06 +0000 |
| commit | 60962ec4c24b192e169dd3e1c116ad537c03a299 (patch) | |
| tree | e30223c72a9e2f3c0b4f418db5c659892d15eb18 /src | |
| parent | 88a8660408d5ccc510e8c1a477ba05a3a8667fc4 (diff) | |
| download | emacs-60962ec4c24b192e169dd3e1c116ad537c03a299.tar.gz emacs-60962ec4c24b192e169dd3e1c116ad537c03a299.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 202108a022f..d2c53d913f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | 2004-04-17 Kim F. Storm <storm@cua.dk> | 1 | 2004-04-17 Kim F. Storm <storm@cua.dk> |
| 2 | 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. | ||
| 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. |