*** empty log message ***

This commit is contained in:
Andrew Innes 2001-01-02 22:57:41 +00:00
parent ddbe13894c
commit 13d6a61c28
3 changed files with 57 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-01-02 Andrew Innes <andrewi@gnu.org>
* w32-fns.el (convert-standard-filename): Do length check on name
before aref.
2001-01-02 Dave Love <fx@gnu.org>
* calendar/todo-mode.el (todo): Add :link, :version.

View file

@ -1,3 +1,8 @@
2001-01-02 Andrew Innes <andrewi@gnu.org>
* config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
than the function.
2000-12-17 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (install): Copy directories to the correct

View file

@ -1,3 +1,50 @@
2001-01-02 Andrew Innes <andrewi@gnu.org>
* term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
* frame.h (output_method): Add output_w32_console method.
(FRAME_W32_CONSOLE_P): New macro.
* frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
use output_w32_console method.
(Qw32_console): New Lisp_Object.
(Fframep): Return it.
(syms_of_frame): Init it.
(Fframe_parameters): Report w32console as font for w32_console
frames.
* xfaces.c (realize_default_face): Set face foreground and
background to unspecified for w32_console frames.
(realize_face): Realize face cache for w32_console frames.
(realize_tty_face): Accept w32_console frames.
* xdisp.c (handle_single_display_prop): Return if frame is
w32_console.
(init_iterator) [WINDOWSNT]: Initialize frame face cache if
necessary, even if running interactively.
* dispnew.c (Fredraw_frame): Call set_terminal_modes for
w32_console frames.
* w32term.c (x_update_begin):
(x_update_end):
(x_clear_frame):
(x_ins_del_lines):
(x_change_line_highlight):
(x_delete_glyphs):
(w32_ring_bell):
(x_update_begin):
(x_update_end):
(w32_reassert_line_highlight):
(w32_frame_rehighlight):
(w32_frame_raise_lower): Do nothing if not w32 frame.
* w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
* w32fns.c (Fx_display_color_cells): Determine correct value, when
system doesn't tell us directly.
(Fx_display_visual_class): Implement properly.
2001-01-02 Gerd Moellmann <gerd@gnu.org>
* window.c (Frecenter): Handle centering in graphical frames