aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
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 @@
570 570
5712009-09-09 Stefan Monnier <monnier@iro.umontreal.ca> 5712009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
572 572
573 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
574 (Bug#4334)
575
573 * keymap.c (where_is_internal): Filter out shadowed remappings. 576 * keymap.c (where_is_internal): Filter out shadowed remappings.
574 Assume that where_is_internal returns unshadowed bindings to simplify 577 Assume that where_is_internal returns unshadowed bindings to simplify
575 the code and get rid of the gotos. Use ASIZE. 578 the code and get rid of the gotos. Use ASIZE.