diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 91b8ee926e8..1a58d0b5905 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2006-05-16 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xterm.c (handle_one_xevent): Check that f is not NULL before | ||
| 4 | calling x_kill_gs_process. | ||
| 5 | |||
| 1 | 2006-05-14 Richard Stallman <rms@gnu.org> | 6 | 2006-05-14 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * textprop.c (Fnext_single_char_property_change) | 8 | * textprop.c (Fnext_single_char_property_change) |
| 4 | (Fprevious_single_char_property_change): Don't allow returning | 9 | (Fprevious_single_char_property_change): Don't allow returning |
| 5 | value beyond LIMIT in any cases. | 10 | value beyond LIMIT in any cases. |
| 6 | (Fnext_char_property_change, Fprevious_char_property_change): Doc fix. | 11 | (Fnext_char_property_change, Fprevious_char_property_change): Doc fix. |
| 7 | 12 | ||
| 8 | * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. | 13 | * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. |
| 9 | 14 | ||
| 10 | 2006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 15 | 2006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |