diff options
| author | Kim F. Storm | 2006-05-16 10:54:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-16 10:54:37 +0000 |
| commit | b3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9 (patch) | |
| tree | b688c20252fa9413a0c5e39afcdbd3fa6629e81f /src | |
| parent | e6966ef0a771f0afe79b22767b3a6ed81dadf252 (diff) | |
| download | emacs-b3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9.tar.gz emacs-b3abe3a5ef6bf8f6c3e7247dcd12d52da95adda9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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> |