diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f27f5597a4..e27ef1a6e8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,20 @@ | |||
| 4 | correctly for single byte character case. | 4 | correctly for single byte character case. |
| 5 | (w32_per_char_metric): Do not try to make any assumptions about | 5 | (w32_per_char_metric): Do not try to make any assumptions about |
| 6 | the metrics of BDF fonts. | 6 | the metrics of BDF fonts. |
| 7 | (x_estimate_mode_line_height): If `mode-line' face | ||
| 8 | hasn't a font, use that of the frame, as drawing glyphs | ||
| 9 | does. | ||
| 10 | (note_mouse_highlight): Change the cursor shape on the vertical | ||
| 11 | border between windows [not enabled]. | ||
| 12 | |||
| 13 | * w32term.h (struct w32_output): Add member horizontal_drag_cursor. | ||
| 14 | |||
| 15 | * w32fns.c (Fx_create_frame): Reintroduce the call to | ||
| 16 | face-set-after-frame-defaults. | ||
| 17 | (Vx_window_horizontal_drag_shape): New variable. | ||
| 18 | (syms_of_xfns): DEFVAR_LISP it. | ||
| 19 | (x_set_mouse_color): Create frame's horizontal_drag_cursor [not | ||
| 20 | enabled]. | ||
| 7 | 21 | ||
| 8 | 2000-12-02 Simon Josefsson <simon@josefsson.org> | 22 | 2000-12-02 Simon Josefsson <simon@josefsson.org> |
| 9 | 23 | ||