From: Stefan Monnier Date: Mon, 25 Jan 2010 02:52:03 +0000 (-0500) Subject: Try and fix bug#788, hopefully for real this time. X-Git-Tag: emacs-pretest-23.1.92~30^2~3^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dc1adf681df162bfd305debef0e1ab31bed3ebd;p=emacs.git Try and fix bug#788, hopefully for real this time. --- 8dc1adf681df162bfd305debef0e1ab31bed3ebd diff --cc src/ChangeLog index 00dbad31a8e,7a2f0dad1f3..3a62f0a2a17 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,17 -1,10 +1,26 @@@ + 2010-01-24 Stefan Monnier + ++ 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_equences. ++ perform remapping during shadow_lookup check of remapped_sequences. ++ +2010-01-24 Eric Bélanger (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 (tiny change) + + * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x + lacks this header file). + +2010-01-23 YAMAMOTO Mitsuharu + + * xdisp.c (draw_glyphs): Update `start' for left_overwritten case + as in Emacs 22. 2010-01-22 YAMAMOTO Mitsuharu