comparison src/ChangeLog @ 36003:32011da5632e

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Fri, 09 Feb 2001 10:03:42 +0000
parents 6b1e74f1fcce
children 89cd7494e5cb
comparison
equal deleted inserted replaced
36002:205727d5d63c 36003:32011da5632e
1 2001-02-09 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_encode_char): Treat eight bit graphic and control
4 characters the same as ASCII and latin-1.
5 (x_display_and_set_cursor): Check for the focus frame's selected
6 window instead of selected_window.
7 (x_after_update_window_line): Don't clear if frame's internal
8 border width is zero.
9 (x_new_font): Don't change a tooltip's size.
10 (w32_initialize): Set char_ins_del_ok to 1.
11
12 * w32fns.c (Fx_show_tip): Fix calls to make_number.
13 (x_set_font): If font hasn't changed, avoid recomputing
14 faces and other things.
15 (x_set_tool_bar_lines): Do nothing if frame is
16 minibuffer-only,
17 (Fx_create_frame): Add the tool bar height to the frame
18 height.
19 (x_create_tip_frame): Prevent changing the tooltip's
20 background color by specifying a color for the default font
21 in .Xdefaults.
22 (Qcancel_timer): New variable.
23 (syms_of_w32fns): Initialize and staticpro it.
24 (Fx_hide_tip, Fx_show_tip): Use it.
25 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
26 the timer.
27 (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
28
29 * w32.c (init_environment): Duplicate local string before putenv.
30
1 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu> 31 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
2 32
3 * charset.c (Fstring): A typo. 33 * charset.c (Fstring): A typo.
4 34
5 2001-02-09 Kenichi Handa <handa@etl.go.jp> 35 2001-02-09 Kenichi Handa <handa@etl.go.jp>