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: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 03 Jan 2005 19:59:08 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4132 emacs/src/ChangeLog:1.4133
*** emacs/src/ChangeLog:1.4132  Mon Jan  3 16:49:34 2005
--- emacs/src/ChangeLog Tue Jan  4 00:44:02 2005
***************
*** 1,3 ****
--- 1,16 ----
+ 2005-01-03  Jason Rumney  <address@hidden>
+ 
+       * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
+       fontp->space_width to FONT_WIDTH so they are valid.
+ 
+       * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
+       average width. Set fontp->average_width and fontp->space_width to
+       their appropriate values.
+ 
+       * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
+       fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
+       fontp->space_width.
+ 
  2005-01-03  YAMAMOTO Mitsuharu  <address@hidden>
  
        * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
***************
*** 59,65 ****
  
        * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
        fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
!       fontp-?space_width..
        (x_load_font): Calculate fontp->space_width and
        fontp->average_width.
        (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
--- 72,78 ----
  
        * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
        fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
!       fontp->space_width.
        (x_load_font): Calculate fontp->space_width and
        fontp->average_width.
        (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.




reply via email to

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