diff options
-rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b309a7ebbf..7f9a07d277f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -570,6 +570,9 @@ 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca> + * xdisp.c (Vtruncate_partial_width_windows): Improve docstring. + (Bug#4334) + * keymap.c (where_is_internal): Filter out shadowed remappings. Assume that where_is_internal returns unshadowed bindings to simplify the code and get rid of the gotos. Use ASIZE. |