diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4db9b8cb4d9..c3314cb98e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup. | ||
| 4 | (on_hot_spot_p): Make sure we always return a value. | ||
| 5 | (Flookup_image_map): Remove unused var ix and iy. | ||
| 6 | (note_mode_line_or_margin_highlight): Remove unused var `image'. | ||
| 7 | |||
| 8 | 2004-04-27 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 10 | * msdos.c (init_environment): If one of the TMP... environment | ||
| 11 | variables is set to a drive letter without a trailing slash, | ||
| 12 | append a slash. | ||
| 13 | |||
| 14 | 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | ||
| 15 | |||
| 16 | * editfns.c (lisp_time_argument): Provide externally. | ||
| 17 | |||
| 18 | * fileio.c (Fset_file_times): New function. | ||
| 19 | (syms_of_fileio): Intern and staticpro it. | ||
| 20 | |||
| 1 | 2004-04-27 Kim F. Storm <storm@cua.dk> | 21 | 2004-04-27 Kim F. Storm <storm@cua.dk> |
| 2 | 22 | ||
| 3 | * xdisp.c (x_produce_glyphs): Fix last change; handle newline in | 23 | * xdisp.c (x_produce_glyphs): Fix last change; handle newline in |