Try and fix bug#788, hopefully for real this time.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Jan 2010 02:52:03 +0000 (21:52 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Jan 2010 02:52:03 +0000 (21:52 -0500)
1  2 
src/ChangeLog

diff --cc src/ChangeLog
@@@ -1,17 -1,10 +1,26 @@@
 -      perform remapping during shadow_lookup check of remapped_equences.
+ 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
 +      png_check_sig, which has been removed in libpng 1.4.
 +
 +2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
 +
 +      * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
 +      lacks this header file).
 +
 +2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 +
 +      * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
 +      as in Emacs 22.
  
  2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>