diff options
| author | Gerd Moellmann | 2001-01-12 15:21:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-12 15:21:00 +0000 |
| commit | b30623bee027d57e63925e8b0d00505bc07625ac (patch) | |
| tree | db3646c6722b196abb74814468e3300b24c92482 /src | |
| parent | 35a415071e4b38acd205aea572bb084707237589 (diff) | |
| download | emacs-b30623bee027d57e63925e8b0d00505bc07625ac.tar.gz emacs-b30623bee027d57e63925e8b0d00505bc07625ac.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 713735c0746..d9432a3e88c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,29 @@ | |||
| 1 | 2001-01-12 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin. | ||
| 4 | (build_desired_tool_bar_string): Handle Vtool_bar_button_margin | ||
| 5 | being a pair of margins. | ||
| 6 | (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins | ||
| 7 | to DEFVAR_LISP. Extend doc. | ||
| 8 | |||
| 9 | * xfns.c (Fimage_size, image_ascent): Adapt to the change of image | ||
| 10 | margins. | ||
| 11 | (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a | ||
| 12 | pair of integers `(X . Y)', use X for the horizontal and Y for the | ||
| 13 | vertical margin. | ||
| 14 | (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator. | ||
| 15 | (parse_image_spec): Check it. | ||
| 16 | (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) | ||
| 17 | (tiff_format, gif_format, gs_format): Use | ||
| 18 | IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin. | ||
| 19 | |||
| 20 | * xterm.c (x_produce_image_glyph, x_draw_image_foreground) | ||
| 21 | (x_draw_image_relief, x_draw_image_foreground_1) | ||
| 22 | (x_draw_image_glyph_string): Adapt to the change of image margins. | ||
| 23 | |||
| 24 | * dispextern.h (struct image): Replace member `margin' with | ||
| 25 | `hmargin' and `vmargin'. | ||
| 26 | |||
| 3 | * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW | 27 | * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW |
| 4 | and GLYPHS. | 28 | and GLYPHS. |
| 5 | 29 | ||