comparison src/ChangeLog @ 35450:058cc9fed30b

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Sat, 20 Jan 2001 14:04:28 +0000
parents e233950d5d07
children 00c8bb05bc55
comparison
equal deleted inserted replaced
35449:98d65e364070 35450:058cc9fed30b
1 2001-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
1 2001-01-20 Kenichi Handa <handa@etl.go.jp> 29 2001-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.
4 32
5 2001-01-19 Andrew Innes <andrewi@gnu.org> 33 2001-01-19 Andrew Innes <andrewi@gnu.org>