diff options
| author | Stefan Monnier | 2010-01-24 03:42:22 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-01-24 03:42:22 -0500 |
| commit | bd4b5750a0b44b065ff269db274d69d110777058 (patch) | |
| tree | 7bfe814a4df23efc2868ee96aea21e93d8ea96ff /src/ChangeLog | |
| parent | c893016b07f33eb8d56e1011245fe59a67cb4ee0 (diff) | |
| download | emacs-bd4b5750a0b44b065ff269db274d69d110777058.tar.gz emacs-bd4b5750a0b44b065ff269db274d69d110777058.zip | |
* keymap.c (shadow_lookup): Add `remap' arg.
(describe_map, describe_vector): Update calls to shadow_lookup.
(Fwhere_is_internal): Fix up handling of `remapped_sequences' and
`remapped' so this flag is applicable to `sequence'. Be careful to
perform remapping during shadow_lookup check of remapped_equences.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5589b7f34a2..7a2f0dad1f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keymap.c (shadow_lookup): Add `remap' arg. | ||
| 4 | (describe_map, describe_vector): Update calls to shadow_lookup. | ||
| 5 | (Fwhere_is_internal): Fix up handling of `remapped_sequences' and | ||
| 6 | `remapped' so this flag is applicable to `sequence'. Be careful to | ||
| 7 | perform remapping during shadow_lookup check of remapped_equences. | ||
| 8 | |||
| 1 | 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * lisp.h (make_pure_string): String pointer arg now points to const. | 11 | * lisp.h (make_pure_string): String pointer arg now points to const. |