diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9ab5555e1b1..901ca108b1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-03-20 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO | ||
| 4 | it. | ||
| 5 | |||
| 6 | * keymap.c (map_keymap): Set tail to Qnil before GCPRO it. | ||
| 7 | |||
| 8 | * xfns.c (xg_set_icon): Remove unnecessary GCPRO. | ||
| 9 | |||
| 10 | * xterm.c (x_term_init): Remove unnecessary GCPRO. | ||
| 11 | |||
| 1 | 2006-03-19 Kim F. Storm <storm@cua.dk> | 12 | 2006-03-19 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string, | 14 | * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string, |