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: Mon, 24 Jan 2005 15:44:23 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4182 emacs/src/ChangeLog:1.4183
*** emacs/src/ChangeLog:1.4182  Mon Jan 24 18:00:43 2005
--- emacs/src/ChangeLog Mon Jan 24 20:44:21 2005
***************
*** 1,8 ****
  2005-01-24  YAMAMOTO Mitsuharu  <address@hidden>
  
        * dispextern.h (struct glyph_string): New members clip_head and
        clip_tail.
!       
        * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
        region to the area between clip_head and clip_tail.
        (draw_glyphs): Record the area that need to be actually redrawn to
--- 1,13 ----
+ 2005-01-24  Kim F. Storm  <address@hidden>
+ 
+       * xdisp.c (move_it_by_lines): If we move forward after going too
+       far back, cancel move if end position is same as start position.
+ 
  2005-01-24  YAMAMOTO Mitsuharu  <address@hidden>
  
        * dispextern.h (struct glyph_string): New members clip_head and
        clip_tail.
! 
        * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
        region to the area between clip_head and clip_tail.
        (draw_glyphs): Record the area that need to be actually redrawn to
***************
*** 10,26 ****
        overhangs.  Set values of these variables to the corresponding
        members in struct glyph_string.  Refine x coordinates for
        notice_overwritten_cursor using clip_head and clip_tail.
!       
        * macgui.h (STORE_XCHARSETSTRUCT): New macro.
  
        * macterm.c (mac_compute_glyph_string_overhangs): Implement with
        QDTextBounds.
        (x_draw_glyph_string): Don't fill the background of the successor
!       of a glyph with a right overhang if the successor will draw a
!       cursor.
        (XLoadQueryFont): Obtain font metrics using QDTextBounds.
!       (x_redisplay_interface): Add entry for
!       compute_glyph_string_overhangs.
  
  2005-01-24  Kim F. Storm  <address@hidden>
  
--- 15,29 ----
        overhangs.  Set values of these variables to the corresponding
        members in struct glyph_string.  Refine x coordinates for
        notice_overwritten_cursor using clip_head and clip_tail.
! 
        * macgui.h (STORE_XCHARSETSTRUCT): New macro.
  
        * macterm.c (mac_compute_glyph_string_overhangs): Implement with
        QDTextBounds.
        (x_draw_glyph_string): Don't fill the background of the successor
!       of a glyph with a right overhang if the successor will draw a cursor.
        (XLoadQueryFont): Obtain font metrics using QDTextBounds.
!       (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
  
  2005-01-24  Kim F. Storm  <address@hidden>
  




reply via email to

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