Mercurial > emacs
comparison src/ChangeLog @ 59722:4712d3f43248
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 24 Jan 2005 20:44:39 +0000 |
parents | b1adddb0ff32 |
children | 25d02ab709fc befae6bafecb |
comparison
equal
deleted
inserted
replaced
59721:0db7d5d8574b | 59722:4712d3f43248 |
---|---|
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 |
9 the new variables clip_head and clip_tail when there are | 14 the new variables clip_head and clip_tail when there are |
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 |
27 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong | 30 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong |
28 direction if window height was smaller than next-screen-context-lines. | 31 direction if window height was smaller than next-screen-context-lines. |