log src/msdos.c @ 42720:1217a83a82e4

age author description
2001-12-19 Eli Zaretskii (emacs_root_dir): New function.
2001-12-11 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-11-23 Eli Zaretskii (IT_clear_screen): If the frame's faces are not yet
2001-11-16 Kim F. Storm Fringe cleanup.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-20 Miles Bader (IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.
2001-07-06 Eli Zaretskii (do_visible_bell): Add \n\ at the end of each line of
2001-03-04 Eli Zaretskii Update copyright notice.
2001-03-02 Eli Zaretskii (Fmsdos_remember_default_colors): If default-frame-alist
2000-12-18 Eli Zaretskii (IT_set_face): Obey inverse_video.
2000-12-18 Eli Zaretskii (IT_write_glyphs): Compute the glyph face from str->face_id.
2000-12-14 Eli Zaretskii (Fmsdos_set_mouse_buttons): Signal an error if the
2000-12-12 Eli Zaretskii (fast_find_position): Don't overstep the last window row.
2000-10-21 Eli Zaretskii (dos_set_window_size): Update screen dimension variables.
2000-10-16 Eli Zaretskii (IT_set_face): Compare highlighted face with the default
2000-10-09 Eli Zaretskii Fix last change.
2000-10-09 Eli Zaretskii (IT_set_frame_parameters): Don't initialize Lisp_Object
2000-10-08 Eli Zaretskii (top-level) <Qbackground_color, Qforeground_color>: Make
2000-08-16 Eli Zaretskii (IT_write_glyphs): Convert cbp to unsigned char *.
2000-08-16 Kenichi Handa (IT_write_glyphs): Use a locally declared conversion_buffer.
2000-08-15 Eli Zaretskii (IT_update_begin): Don't crash if mouse_face_mouse_frame
2000-08-10 Eli Zaretskii (IT_note_mouse_highlight): Update the calls to overlays_at.
2000-08-09 Eli Zaretskii Include keyboard.h.
2000-08-07 Eli Zaretskii (Fmsdos_set_mouse_buttons): Add missing backslashes in
2000-07-31 Eli Zaretskii (Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
2000-07-31 Eli Zaretskii (run_msdos_command): Save and restore the master
2000-07-23 Eli Zaretskii (IT_note_mouse_highlight): Process overlays in the
2000-07-20 Eli Zaretskii (IT_note_mode_line_highlight, IT_note_mouse_highlight):
2000-07-13 Gerd Moellmann (dos_rawgetc): Always set `arg' member of input_events.
2000-07-13 Gerd Moellmann (dos_rawgetc): Adapt to change of HELP_EVENTs.
2000-07-10 Eli Zaretskii (XMenuActivate): After exiting the menu, restore the
2000-07-05 Stefan Monnier * xterm.c (note_mode_line_highlight, note_mouse_highlight)
2000-06-13 Eli Zaretskii (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
2000-05-23 Kenichi Handa (IT_write_glyphs): Set coding->src_multibyte to 1.
2000-05-16 Gerd Moellmann Use the term `invalid' instead of `illegal'.
2000-04-12 Eli Zaretskii (NUM_MOUSE_BUTTONS): Define.
2000-03-21 Kenichi Handa (XMenuActivate): Args to lookup_derived_face changed.
2000-03-12 Eli Zaretskii (vga_installed): New function, code moved from
2000-03-06 Eli Zaretskii (IT_note_mouse_highlight): Return immediately if frame's
2000-02-20 Eli Zaretskii (IT_write_glyphs): Allocate a larger screen_buf as data
2000-02-07 Eli Zaretskii (XMenuActivate): Turn off the cursor after displaying
2000-01-27 Eli Zaretskii (IT_clear_end_of_line): Print the extent of the cleared
2000-01-24 Eli Zaretskii (IT_menu_display): Truncate long menu lines at the right
1999-12-30 Eli Zaretskii (IT_update_begin): Don't dereference members of struct
1999-12-30 Eli Zaretskii (IT_write_glyphs): Track last changes to struct glyph.
1999-12-28 Eli Zaretskii Changes for supporting mouse/modeline highlight and help echo features:
1999-12-19 Eli Zaretskii (IT_set_face): Don't swap face colors when highlight or
1999-12-15 Eli Zaretskii Changes for separate unspecified foreground and background colors
1999-12-06 Eli Zaretskii Changes for automatic remapping of X colors on terminal frames:
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-08-10 Eli Zaretskii (IT_set_face): Abort if the default face is not realized
1999-07-30 Eli Zaretskii (IT_set_face): Rewritten for the new redisplay engine.
1999-07-29 Eli Zaretskii (getdefdir): Don't return failure indication when
1999-05-02 Andrew Innes (unibyte_display_via_language_environment): Add extern.
1999-05-02 Andrew Innes (unibyte_display_via_language_environment):
1999-04-08 Eli Zaretskii (jp_kbd_translate_table): Fix the other \ key.
1999-04-06 Eli Zaretskii (dos_rawgetc): Don't zero out c if private translation
1999-04-05 Eli Zaretskii (jp_kbd_translate_table): Fix last change.
1999-04-04 Eli Zaretskii (struct kbd_translate): New struct, for key translation
1999-01-06 Eli Zaretskii (IT_write_glyphs): Move constant expression out of the loop.