diff options
| author | Gerd Moellmann | 2001-04-03 15:31:08 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-03 15:31:08 +0000 |
| commit | ad18ffb15b8e9290c4ef52c2d0436be10cc89911 (patch) | |
| tree | e3af2dd73a7626559f4f09cb689e567da15d2d92 /src/ChangeLog | |
| parent | 24d451c54138183d78966e7e77f6c2f3e57b2751 (diff) | |
| download | emacs-ad18ffb15b8e9290c4ef52c2d0436be10cc89911.tar.gz emacs-ad18ffb15b8e9290c4ef52c2d0436be10cc89911.zip | |
(postprocess_image): New function.
(lookup_image): Call it for all image types except PostScript.
(x_kill_gs_process): Call postprocess_image.
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. |