aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-02-10 00:00:31 +0000
committerKim F. Storm2006-02-10 00:00:31 +0000
commita7f96a358b12d90b44fa11ac65caf24fd164ad6d (patch)
tree5c8ae432704235cc666fa0bce2c8364d3aae26c4 /src/ChangeLog
parent49f18bccba0bc666c50057831862d224639deeb2 (diff)
downloademacs-a7f96a358b12d90b44fa11ac65caf24fd164ad6d.tar.gz
emacs-a7f96a358b12d90b44fa11ac65caf24fd164ad6d.zip
* data.c (Findirect_function): Add NOERROR arg. All callers changed
to pass Qnil for NOERROR. * keymap.c (current_minor_maps_error): Remove. (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7124f33d83..fd2c46ec62a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12006-02-10 Kim F. Storm <storm@cua.dk>
2
3 * data.c (Findirect_function): Add NOERROR arg. All callers changed
4 to pass Qnil for NOERROR.
5
6 * keymap.c (current_minor_maps_error): Remove.
7 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
8 instead of using internal_condition_case_1+current_minor_maps_error.
9
12006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 102006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 11
3 * xterm.c (handle_one_xevent): Must note mouse movement even for nil 12 * xterm.c (handle_one_xevent): Must note mouse movement even for nil