diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 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 |