diff options
| author | Kim F. Storm | 2004-07-21 21:07:59 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-07-21 21:07:59 +0000 |
| commit | 36f826d430fea98671ffc2cc7ea6a40efa8d3c03 (patch) | |
| tree | ffa0f12baaa27d9ada92cdb5141c1e386a00524e /src | |
| parent | 5fc1c5463c021c48fa2a7a23f180f8b523168354 (diff) | |
| download | emacs-36f826d430fea98671ffc2cc7ea6a40efa8d3c03.tar.gz emacs-36f826d430fea98671ffc2cc7ea6a40efa8d3c03.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b975d57b70..6188191e972 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2004-07-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * window.h (struct glyph_matrix): New members nrows_scale_factor | ||
| 4 | and ncols_scale_factor. | ||
| 5 | |||
| 6 | * window.c (make_window): Initialize nrows_scale_factor and | ||
| 7 | ncols_scale_factor members. | ||
| 8 | |||
| 9 | * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor. | ||
| 10 | (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up. | ||
| 11 | (required_matrix_height): Apply nrows_scale_factor. | ||
| 12 | (required_matrix_width): Apply ncols_scale_factor. | ||
| 13 | |||
| 14 | * xdisp.c (display_line): Increment nrows_scale_factor and set | ||
| 15 | fonts_changed_p if past last allocated row. | ||
| 16 | (append_glyph, append_composite_glyph, produce_image_glyph) | ||
| 17 | (append_stretch_glyph): Increment ncols_scale_factor and set | ||
| 18 | fonts_changed_p if current area is full. | ||
| 19 | |||
| 1 | 2004-07-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 20 | 2004-07-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 21 | ||
| 3 | * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. | 22 | * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. |