diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6555aca1264..28515da69a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-04-03 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (postprocess_image): New function. | ||
| 4 | (lookup_image): Call it for all image types except PostScript. | ||
| 5 | (x_kill_gs_process): Call postprocess_image. | ||
| 6 | |||
| 3 | * xterm.c (x_use_underline_position_properties): New variable. | 7 | * xterm.c (x_use_underline_position_properties): New variable. |
| 4 | (x_draw_glyph_string): Use it. | 8 | (x_draw_glyph_string): Use it. |
| 5 | (syms_of_xterm): DEFVAR_BOOL it. | 9 | (syms_of_xterm): DEFVAR_BOOL it. |