aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2000-12-02 21:05:01 +0000
committerJason Rumney2000-12-02 21:05:01 +0000
commit250cfeced5d481cb45c56d292372e12d51aac777 (patch)
treeddb0286c05f87e24396482dfb43a213720706754 /src/ChangeLog
parentf03fad2222e1e39a5f262f54e86c45338e6f36d4 (diff)
downloademacs-250cfeced5d481cb45c56d292372e12d51aac777.tar.gz
emacs-250cfeced5d481cb45c56d292372e12d51aac777.zip
(x_estimate_mode_line_height): If `mode-line' face hasn't a font, use
that of the frame, as drawing glyphs does. (note_mouse_highlight): Change the cursor shape on the vertical border between windows [not enabled].
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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
82000-12-02 Simon Josefsson <simon@josefsson.org> 222000-12-02 Simon Josefsson <simon@josefsson.org>
9 23