emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 21 Jul 2004 17:11:25 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3809 emacs/src/ChangeLog:1.3810
*** emacs/src/ChangeLog:1.3809  Wed Jul 21 19:18:28 2004
--- emacs/src/ChangeLog Wed Jul 21 21:07:59 2004
***************
*** 1,3 ****
--- 1,22 ----
+ 2004-07-21  Kim F. Storm  <address@hidden>
+ 
+       * window.h (struct glyph_matrix): New members nrows_scale_factor
+       and ncols_scale_factor.
+ 
+       * window.c (make_window): Initialize nrows_scale_factor and
+       ncols_scale_factor members.
+ 
+       * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
+       (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
+       (required_matrix_height): Apply nrows_scale_factor.
+       (required_matrix_width): Apply ncols_scale_factor.
+ 
+       * xdisp.c (display_line): Increment nrows_scale_factor and set
+       fonts_changed_p if past last allocated row.
+       (append_glyph, append_composite_glyph, produce_image_glyph)
+       (append_stretch_glyph): Increment ncols_scale_factor and set
+       fonts_changed_p if current area is full.
+ 
  2004-07-21  Jan Dj,Ad(Brv  <address@hidden>
  
        * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]