aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2001-01-20 14:04:28 +0000
committerAndrew Innes2001-01-20 14:04:28 +0000
commit0f32f0232b359287ba5a1ec5992c7fad7b5e60fa (patch)
tree25bfa28d4b1f54c859f172115b3e97a7832e7de0 /src/ChangeLog
parent1a89b7c6f7f1bc25bda88bbaefa9b8f8f207c7be (diff)
downloademacs-0f32f0232b359287ba5a1ec5992c7fad7b5e60fa.tar.gz
emacs-0f32f0232b359287ba5a1ec5992c7fad7b5e60fa.zip
(w32_ring_bell): Only support visible bell on w32
frames. (w32_initialize): Don't set term hooks that aren't actually needed in windowed mode.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc7e39113b9..6bbc6054bc2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,31 @@
12001-01-20 Andrew Innes <andrewi@gnu.org>
2
3 * w32term.c (w32_ring_bell): Only support visible bell on w32
4 frames.
5 (w32_initialize): Don't set term hooks that aren't actually needed
6 in windowed mode.
7
8 * xfaces.c (realize_default_face):
9 (realize_face):
10 (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
11
12 * xdisp.c (handle_single_display_prop): Remove references to
13 FRAME_W32_CONSOLE_P.
14
15 * dispnew.c (Fredraw_frame): Remove reference to
16 FRAME_W32_CONSOLE_P.
17
18 * frame.h (output_method): Remove output_w32_console method.
19 (FRAME_W32_CONSOLE_P): Remove macro.
20
21 * frame.c (Qw32_console): Remove variable.
22 (Fframep): Remove references to it.
23 (syms_of_frame): Ditto.
24 (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
25
26 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
27 redefinition.
28
12001-01-20 Kenichi Handa <handa@etl.go.jp> 292001-01-20 Kenichi Handa <handa@etl.go.jp>
2 30
3 * editfns.c (Fformat): Use lisp_string_width instead of strwidth. 31 * editfns.c (Fformat): Use lisp_string_width instead of strwidth.