aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-09-09 02:38:50 +0000
committerStefan Monnier2009-09-09 02:38:50 +0000
commitf9b7b5acb56f3d7a785d079eb13318e33bca9047 (patch)
tree6564d963cca460a212e1168628da92a45be441a1 /src/ChangeLog
parent45980501ae85160d9af0988749043df910759fa9 (diff)
downloademacs-f9b7b5acb56f3d7a785d079eb13318e33bca9047.tar.gz
emacs-f9b7b5acb56f3d7a785d079eb13318e33bca9047.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e94c8f03bd..b453dc01e6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keymap.c (where_is_internal): Filter out shadowed remappings.
4 Assume that where_is_internal returns unshadowed bindings to simplify
5 the code and get rid of the gotos. Use ASIZE.
6
12009-09-04 Jan Djärv <jan.h.d@swipnet.se> 72009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * xterm.c (x_focus_changed): If we get a focusout and pointer 9 * xterm.c (x_focus_changed): If we get a focusout and pointer