aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-01-12 15:21:00 +0000
committerGerd Moellmann <[email protected]>2001-01-12 15:21:00 +0000
commitb30623bee027d57e63925e8b0d00505bc07625ac (patch)
treedb3646c6722b196abb74814468e3300b24c92482 /src
parent35a415071e4b38acd205aea572bb084707237589 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 713735c074..d9432a3e88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,29 @@
2001-01-12 Gerd Moellmann <[email protected]>
+ * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.
+ (build_desired_tool_bar_string): Handle Vtool_bar_button_margin
+ being a pair of margins.
+ (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
+ to DEFVAR_LISP. Extend doc.
+
+ * xfns.c (Fimage_size, image_ascent): Adapt to the change of image
+ margins.
+ (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
+ pair of integers `(X . Y)', use X for the horizontal and Y for the
+ vertical margin.
+ (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
+ (parse_image_spec): Check it.
+ (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
+ (tiff_format, gif_format, gs_format): Use
+ IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
+
+ * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
+ (x_draw_image_relief, x_draw_image_foreground_1)
+ (x_draw_image_glyph_string): Adapt to the change of image margins.
+
+ * dispextern.h (struct image): Replace member `margin' with
+ `hmargin' and `vmargin'.
+
* xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
and GLYPHS.