diff options
| author | Stefan Monnier | 2010-01-24 21:52:03 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-01-24 21:52:03 -0500 |
| commit | 8dc1adf681df162bfd305debef0e1ab31bed3ebd (patch) | |
| tree | d119b84b727d13435b116c4747bd47bf5320b24d /src/ChangeLog | |
| parent | 285d07e27afc99de2562afa62c24fd5834721ed1 (diff) | |
| parent | bd4b5750a0b44b065ff269db274d69d110777058 (diff) | |
| download | emacs-8dc1adf681df162bfd305debef0e1ab31bed3ebd.tar.gz emacs-8dc1adf681df162bfd305debef0e1ab31bed3ebd.zip | |
Try and fix bug#788, hopefully for real this time.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00dbad31a8e..3a62f0a2a17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Try and fix bug#788, hopefully for real this time. | ||
| 4 | * keymap.c (shadow_lookup): Add `remap' arg. | ||
| 5 | (describe_map, describe_vector): Update calls to shadow_lookup. | ||
| 6 | (Fwhere_is_internal): Fix up handling of `remapped_sequences' and | ||
| 7 | `remapped' so this flag is applicable to `sequence'. Be careful to | ||
| 8 | perform remapping during shadow_lookup check of remapped_sequences. | ||
| 9 | |||
| 1 | 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change) | 10 | 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change) |
| 2 | 11 | ||
| 3 | * image.c (png_load): Use png_sig_cmp instead of the obsolete | 12 | * image.c (png_load): Use png_sig_cmp instead of the obsolete |