| Commit message (Expand) | Author | Age | Files | Lines |
* | (IT_write_glyphs): Move constant expression out of the loop. | Eli Zaretskii | 1999-01-06 | 1 | -3/+7 |
* | (IT_write_glyphs): Convert unibyte characters to | Eli Zaretskii | 1998-12-31 | 1 | -1/+5 |
* | (IT_write_glyphs): Don't convert 7-bit ASCII characters via | Eli Zaretskii | 1998-12-21 | 1 | -1/+2 |
* | (Vdos_unsupported_char_glyph): New variable. | Eli Zaretskii | 1998-12-06 | 1 | -22/+236 |
* | (init_environment): Record the time we started up. | Eli Zaretskii | 1998-12-03 | 1 | -19/+35 |
* | (mouse_init): Reset the button press/release info of the mouse driver. | Eli Zaretskii | 1998-10-20 | 1 | -5/+61 |
* | (IT_cmgoto): When tracking echo area messages with the | Eli Zaretskii | 1998-08-31 | 1 | -5/+28 |
* | (dos_set_keyboard): Set up stack and flags before | Eli Zaretskii | 1998-08-13 | 1 | -0/+1 |
* | (IT_cmgoto): In the echo area, only put the cursor at | Eli Zaretskii | 1998-08-10 | 1 | -3/+9 |
* | (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly. | Eli Zaretskii | 1998-06-14 | 1 | -9/+26 |
* | (init_environment): Set TMPDIR to an existing | Eli Zaretskii | 1998-05-13 | 1 | -0/+32 |
* | (IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line, | Eli Zaretskii | 1998-04-27 | 1 | -27/+25 |
* | (run_msdos_command): Don't construct process | Eli Zaretskii | 1998-04-21 | 1 | -29/+33 |
* | (it_keyboard): New variable, supports Italian keyboard. | Eli Zaretskii | 1998-04-16 | 1 | -0/+18 |
* | (dosv_refresh_virtual_screen): Do not use negative arguments. | Eli Zaretskii | 1998-04-13 | 1 | -7/+5 |
* | (request_sigio, unrequest_sigio): Make consistent with | Karl Heuer | 1998-04-08 | 1 | -2/+2 |
* | Support for Japanese display on DOS/V systems. | Eli Zaretskii | 1997-11-10 | 1 | -7/+97 |
* | (mouse_get_pos): Remove reduntant call to `int86'. | Eli Zaretskii | 1997-10-13 | 1 | -69/+39 |
* | Switch to raw-text as coding system. | Richard M. Stallman | 1997-09-11 | 1 | -1/+1 |
* | (syms_of_msdos): Intern background-color and | Richard M. Stallman | 1997-09-11 | 1 | -2/+8 |
* | Add coding: tag, to prevent Emacs from interpreting binary strings. | Eli Zaretskii | 1997-08-28 | 1 | -1/+1 |
* | (syms_of_msdos): Define and bind x-bitmap-file-path and | Eli Zaretskii | 1997-08-13 | 1 | -0/+22 |
* | (init_environment): Set Emacs root directory properly when | Richard M. Stallman | 1997-08-11 | 1 | -3/+6 |
* | (IT_set_frame_parameters): Actually store the frame | Richard M. Stallman | 1997-08-11 | 1 | -5/+26 |
* | (Qbackground_color, Qforeground_color): Define vars. | Richard M. Stallman | 1997-08-11 | 1 | -0/+3 |
* | dos_rawgetc: When international keyboard doesn't have | Eli Zaretskii | 1997-02-02 | 1 | -1/+13 |
* | (run_msdos_command): Remove unused variables. | Eli Zaretskii | 1997-01-21 | 1 | -9/+14 |
* | * (sigprocmask, sig_suspender): New functions, implement | Eli Zaretskii | 1997-01-16 | 1 | -1/+111 |
* | * (XMenuActivate): Don't allow non-positive menu | Eli Zaretskii | 1997-01-16 | 1 | -0/+6 |
* | (bright_bg): Save the original state of video blink bit. | Richard M. Stallman | 1997-01-06 | 1 | -0/+35 |
* | (dos_set_keyboard): Test whether KEYB.COM is installed | Richard M. Stallman | 1996-12-27 | 1 | -0/+15 |
* | (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor | Karl Heuer | 1996-12-06 | 1 | -1/+0 |
* | [__DJGPP__ >= 2] (dos_direct_output): Faster method of | Karl Heuer | 1996-11-19 | 1 | -9/+90 |
* | [__DJGPP_MINOR__ == 0] (_rename): New function, a | Richard M. Stallman | 1996-11-06 | 1 | -0/+116 |
* | (run_msdos_command): When testing whether a shell | Richard M. Stallman | 1996-09-24 | 1 | -2/+14 |
* | (IT_set_menu_bar_lines): Clear last_overlay_modified field. | Richard M. Stallman | 1996-09-16 | 1 | -0/+1 |
* | (IT_menu_display): Display control characters as ^X. | Karl Heuer | 1996-07-07 | 1 | -3/+31 |
* | (dostounix_filename): On caseless filesystems, downcase the filename. | Miles Bader | 1996-07-07 | 1 | -4/+11 |
* | (msdos_downcase_filename): | Miles Bader | 1996-07-02 | 1 | -0/+11 |
* | (check_x): Fix error message. | Richard M. Stallman | 1996-06-10 | 1 | -27/+72 |
* | (bright_bg): New function, enables bright background colors. | Richard M. Stallman | 1996-06-06 | 1 | -8/+32 |
* | (Fmsdos_downcase_filename): Don't change the argument, return a copy. | Richard M. Stallman | 1996-05-12 | 1 | -4/+11 |
* | (msdos_downcase_filename): New function to convert case in filenames. | Richard M. Stallman | 1996-05-11 | 1 | -5/+29 |
* | (syms_of_msdos): Fix typo. | Richard M. Stallman | 1996-05-08 | 1 | -1/+1 |
* | (Fmsdos_long_file_names): New function. | Richard M. Stallman | 1996-05-06 | 1 | -1/+8 |
* | (dos_get_modifiers): Restore missing comment terminator. | Richard M. Stallman | 1996-05-01 | 1 | -17/+51 |
* | (getdefdir): Include drive letter and colon when | Richard M. Stallman | 1996-04-27 | 1 | -0/+2 |
* | (getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass buffer | Richard M. Stallman | 1996-04-26 | 1 | -0/+7 |
* | (check_timer): Removed; use gettime instead. | Richard M. Stallman | 1996-04-16 | 1 | -29/+12 |
* | Include signal.h. | Richard M. Stallman | 1996-04-12 | 1 | -0/+84 |