aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2001-02-09 10:03:42 +0000
committerJason Rumney2001-02-09 10:03:42 +0000
commit49be9f70fb66115aa898ad771d394f5589990c9c (patch)
tree7e00e4c9fc118ed243a4fe5ee6d3763927c2b6ab /src/ChangeLog
parentaca583b261526b80022481428b032cddb2404a6f (diff)
downloademacs-49be9f70fb66115aa898ad771d394f5589990c9c.tar.gz
emacs-49be9f70fb66115aa898ad771d394f5589990c9c.zip
(w32_encode_char): Treat eight bit graphic and control
characters the same as ASCII and latin-1. (x_display_and_set_cursor): Check for the focus frame's selected window instead of selected_window. (x_after_update_window_line): Don't clear if frame's internal border width is zero. (x_new_font): Don't change a tooltip's size. (w32_initialize): Set char_ins_del_ok to 1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a20f1ba731e..e7bc9d4aaaa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,33 @@
12001-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
12001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu> 312001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
2 32
3 * charset.c (Fstring): A typo. 33 * charset.c (Fstring): A typo.