aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-06 19:39:03 +0000
committerGerd Moellmann2001-03-06 19:39:03 +0000
commit45d051a764844c534ed823a116bf480224e4b36b (patch)
tree8dce335c5dbd563d05eb64b9997950ca61623ff7 /src/ChangeLog
parent9e57df62a8343ec67505750d1dbd4d9c0d3247d3 (diff)
downloademacs-45d051a764844c534ed823a116bf480224e4b36b.tar.gz
emacs-45d051a764844c534ed823a116bf480224e4b36b.zip
(Vwindow_list): Declare extern.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61a8c0b6e02..ce32656822a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12001-03-06 Gerd Moellmann <gerd@gnu.org>
2
3 * w32fns.c (Fx_create_frame): Clear Vwindow_list.
4
5 * xfns.c (Fx_create_frame): Clear Vwindow_list.
6
7 * lisp.h (Vwindow_list): Declare extern.
8
12001-03-06 Eli Zaretskii <eliz@is.elta.co.il> 92001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * dispnew.c (syms_of_display) <glyph-table>: Doc fix. 11 * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
@@ -8,7 +16,7 @@
8 to detect a case where we have to highlight a different region 16 to detect a case where we have to highlight a different region
9 despite not having left the currently highlighted region. 17 despite not having left the currently highlighted region.
10 Set mouse_face_overlay in the x_display_info. 18 Set mouse_face_overlay in the x_display_info.
11 (x_term_init): Initialze the x_display_info's mouse_face_overlay. 19 (x_term_init): Initialize the x_display_info's mouse_face_overlay.
12 20
13 * xterm.h (struct x_display_info): Add mouse_face_overlay. 21 * xterm.h (struct x_display_info): Add mouse_face_overlay.
14 22
@@ -42,7 +50,7 @@
42 50
43 * charset.c (char_to_string): If a single byte char has modifier 51 * charset.c (char_to_string): If a single byte char has modifier
44 bits that can't be reflected to the character code, ignore them 52 bits that can't be reflected to the character code, ignore them
45 instead of signalling an error. 53 instead of signaling an error.
46 54
472001-03-04 Eli Zaretskii <eliz@is.elta.co.il> 552001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
48 56