comparison src/ChangeLog @ 68758:13c1b7c5f555

* 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.
author Kim F. Storm <storm@cua.dk>
date Fri, 10 Feb 2006 00:00:31 +0000
parents c84463d2bf28
children 57d1d56ae004
comparison
equal deleted inserted replaced
68757:3c76b1d6eff0 68758:13c1b7c5f555
1 2006-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
1 2006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 10 2006-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
4 frames for GTK, in that case it is the tool bar. This is so that 13 frames for GTK, in that case it is the tool bar. This is so that
5 highlighted text get reset properly. 14 highlighted text get reset properly.