diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e02c0ed45b..19ee3b145f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,31 @@ | |||
| 1 | 2000-05-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.h (struct face): Add forward declaration. | ||
| 4 | (struct image): Ditto. | ||
| 5 | (image_ascent): Add prototype. | ||
| 6 | |||
| 7 | * xterm.c (x_produce_image_glyph, x_draw_image_foreground) | ||
| 8 | (x_draw_image_relief, x_draw_image_foreground_1): Call function | ||
| 9 | image_ascent instead of using IMAGE_ASCENT. | ||
| 10 | |||
| 11 | * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro. | ||
| 12 | (IMAGE_ASCENT): Removed. | ||
| 13 | |||
| 14 | * xfns.c (Qcenter): New variable. | ||
| 15 | (enum image_value_type): Add IMAGE_ASCENT_VALUE. | ||
| 16 | (parse_image_spec): Handle IMAGE_ASCENT_VALUE. | ||
| 17 | (image_ascent): New function. | ||
| 18 | (lookup_image): Recognize `:ascent center'. | ||
| 19 | (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) | ||
| 20 | (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE. | ||
| 21 | (xbm_load): Don't set image's ascent here. | ||
| 22 | (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p) | ||
| 23 | (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't | ||
| 24 | check ascent values here. | ||
| 25 | (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed. | ||
| 26 | (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions. | ||
| 27 | (syms_of_xfns): Initialize Qcenter. | ||
| 28 | |||
| 3 | * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near | 29 | * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near |
| 4 | to the limits, increase the limits. | 30 | to the limits, increase the limits. |
| 5 | 31 | ||