comparison src/ChangeLog @ 34136:5f2ff75f5199

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 02 Dec 2000 21:05:01 +0000
parents 426e7abc44da
children 827f49ed458a
comparison
equal deleted inserted replaced
34135:2d899d158741 34136:5f2ff75f5199
2 2
3 * w32term.c (w32_bdf_per_char_metric): Dereference pointer 3 * w32term.c (w32_bdf_per_char_metric): Dereference pointer
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
10 * fns.c (Fmd5): Use a different logic to decide the coding system 24 * fns.c (Fmd5): Use a different logic to decide the coding system
11 to use. 25 to use.