Mercurial > emacs
diff src/ChangeLog @ 106976:ffa16c09e01d
Try and fix bug#788, hopefully for real this time.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Sun, 24 Jan 2010 21:52:03 -0500 |
| parents | 62f86ca36527 d026329addd9 |
| children | 6612625cb8e9 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jan 24 18:03:13 2010 -0500 +++ b/src/ChangeLog Sun Jan 24 21:52:03 2010 -0500 @@ -1,3 +1,12 @@ +2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> + + Try and fix bug#788, hopefully for real this time. + * 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_sequences. + 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change) * image.c (png_load): Use png_sig_cmp instead of the obsolete
