diff options
| author | Kim F. Storm | 2005-01-24 20:44:39 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-24 20:44:39 +0000 |
| commit | 6adb6f01302f35954f3b50bbf8ae8d94af268792 (patch) | |
| tree | f9c90a4066bfd9a8078ebc1e9689d198163bd05e /src/ChangeLog | |
| parent | dacb2f7013c28d5265e079a1f4c0e6536a4699ca (diff) | |
| download | emacs-6adb6f01302f35954f3b50bbf8ae8d94af268792.tar.gz emacs-6adb6f01302f35954f3b50bbf8ae8d94af268792.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de7978371b5..4fa9eb8adab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2005-01-24 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_by_lines): If we move forward after going too | ||
| 4 | far back, cancel move if end position is same as start position. | ||
| 5 | |||
| 1 | 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * dispextern.h (struct glyph_string): New members clip_head and | 8 | * dispextern.h (struct glyph_string): New members clip_head and |
| 4 | clip_tail. | 9 | clip_tail. |
| 5 | 10 | ||
| 6 | * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip | 11 | * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip |
| 7 | region to the area between clip_head and clip_tail. | 12 | region to the area between clip_head and clip_tail. |
| 8 | (draw_glyphs): Record the area that need to be actually redrawn to | 13 | (draw_glyphs): Record the area that need to be actually redrawn to |
| @@ -10,17 +15,15 @@ | |||
| 10 | overhangs. Set values of these variables to the corresponding | 15 | overhangs. Set values of these variables to the corresponding |
| 11 | members in struct glyph_string. Refine x coordinates for | 16 | members in struct glyph_string. Refine x coordinates for |
| 12 | notice_overwritten_cursor using clip_head and clip_tail. | 17 | notice_overwritten_cursor using clip_head and clip_tail. |
| 13 | 18 | ||
| 14 | * macgui.h (STORE_XCHARSETSTRUCT): New macro. | 19 | * macgui.h (STORE_XCHARSETSTRUCT): New macro. |
| 15 | 20 | ||
| 16 | * macterm.c (mac_compute_glyph_string_overhangs): Implement with | 21 | * macterm.c (mac_compute_glyph_string_overhangs): Implement with |
| 17 | QDTextBounds. | 22 | QDTextBounds. |
| 18 | (x_draw_glyph_string): Don't fill the background of the successor | 23 | (x_draw_glyph_string): Don't fill the background of the successor |
| 19 | of a glyph with a right overhang if the successor will draw a | 24 | of a glyph with a right overhang if the successor will draw a cursor. |
| 20 | cursor. | ||
| 21 | (XLoadQueryFont): Obtain font metrics using QDTextBounds. | 25 | (XLoadQueryFont): Obtain font metrics using QDTextBounds. |
| 22 | (x_redisplay_interface): Add entry for | 26 | (x_redisplay_interface): Add entry for compute_glyph_string_overhangs. |
| 23 | compute_glyph_string_overhangs. | ||
| 24 | 27 | ||
| 25 | 2005-01-24 Kim F. Storm <storm@cua.dk> | 28 | 2005-01-24 Kim F. Storm <storm@cua.dk> |
| 26 | 29 | ||