diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f4d72eb9a25..dbdc6681364 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | (note_mouse_movement): Say mouse moved if current frame differs | 45 | (note_mouse_movement): Say mouse moved if current frame differs |
| 46 | from last_mouse_glyph_frame, and update last_mouse_glyph_frame. | 46 | from last_mouse_glyph_frame, and update last_mouse_glyph_frame. |
| 47 | (w32_mouse_position): Set last_mouse_glyph_frame. | 47 | (w32_mouse_position): Set last_mouse_glyph_frame. |
| 48 | Remove OLD_REDISPLAY_CODE block. | 48 | Remove OLD_REDISPLAY_CODE block. |
| 49 | 49 | ||
| 50 | 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 50 | 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 51 | 51 | ||
| @@ -223,7 +223,7 @@ | |||
| 223 | 223 | ||
| 224 | * xdisp.c: Minimize the unpleasent visual impact of the requirement | 224 | * xdisp.c: Minimize the unpleasent visual impact of the requirement |
| 225 | that non-toolkit tool-bars must occupy an integral number of screen | 225 | that non-toolkit tool-bars must occupy an integral number of screen |
| 226 | lines, by distributing the rows evenly over the tool-bar screen area. | 226 | lines, by distributing the rows evenly over the tool-bar screen area. |
| 227 | (Vtool_bar_border): New variable. | 227 | (Vtool_bar_border): New variable. |
| 228 | (syms_of_xdisp): DEFVAR_LISP it. | 228 | (syms_of_xdisp): DEFVAR_LISP it. |
| 229 | (display_tool_bar_line): Add HEIGHT arg for desired row height. | 229 | (display_tool_bar_line): Add HEIGHT arg for desired row height. |
| @@ -456,7 +456,7 @@ | |||
| 456 | (draw_fringe_bitmap_1): Make static. | 456 | (draw_fringe_bitmap_1): Make static. |
| 457 | (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions | 457 | (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions |
| 458 | to map from logical cursors and indicators to physical bitmaps. | 458 | to map from logical cursors and indicators to physical bitmaps. |
| 459 | (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow | 459 | (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow |
| 460 | bitmaps using symbol names instead of bitmap numbers. | 460 | bitmaps using symbol names instead of bitmap numbers. |
| 461 | (update_window_fringes): Use logical indicator symbol names | 461 | (update_window_fringes): Use logical indicator symbol names |
| 462 | instead of bitmap numbers for logical. Add bitmap cache. | 462 | instead of bitmap numbers for logical. Add bitmap cache. |