diff options
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 |