aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-01-24 20:44:39 +0000
committerKim F. Storm2005-01-24 20:44:39 +0000
commit6adb6f01302f35954f3b50bbf8ae8d94af268792 (patch)
treef9c90a4066bfd9a8078ebc1e9689d198163bd05e /src/ChangeLog
parentdacb2f7013c28d5265e079a1f4c0e6536a4699ca (diff)
downloademacs-6adb6f01302f35954f3b50bbf8ae8d94af268792.tar.gz
emacs-6adb6f01302f35954f3b50bbf8ae8d94af268792.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
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 @@
12005-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
12005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62005-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
252005-01-24 Kim F. Storm <storm@cua.dk> 282005-01-24 Kim F. Storm <storm@cua.dk>
26 29