| Commit message (Expand) | Author | Age | Files | Lines |
* | Include signal.h. | Richard M. Stallman | 1996-04-12 | 1 | -0/+84 |
* | [MSDOS]: If DJGPP version 2, include fcntl.h. | Richard M. Stallman | 1996-04-10 | 1 | -5/+72 |
* | (check_timer): Remove code for dos-display-time. | Richard M. Stallman | 1996-03-07 | 1 | -40/+0 |
* | (dos_rawgetc): Allow simulation of `Mouse-3' by | Richard M. Stallman | 1996-01-29 | 1 | -34/+60 |
* | (dos_set_window_size): New function; switches the screen | Karl Heuer | 1996-01-24 | 1 | -0/+124 |
* | (sys_select): Use time macros to prevent time values | Karl Heuer | 1996-01-24 | 1 | -9/+22 |
* | (sigblock): New (dummy) function. | Karl Heuer | 1996-01-23 | 1 | -0/+1 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (dos_rawgetc): Make buf longer. | Richard M. Stallman | 1996-01-12 | 1 | -1/+1 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
* | (XMenuActivate): Make sure the menu title is always | Richard M. Stallman | 1995-12-26 | 1 | -1/+7 |
* | (have_menus_p): Defined. | Richard M. Stallman | 1995-12-25 | 1 | -8/+12 |
* | (check_timer): get rid of the DOS-specific menubar clock | Karl Heuer | 1995-12-19 | 1 | -44/+57 |
* | (run_msdos_command): Support redirection of stderr. | Karl Heuer | 1995-12-13 | 1 | -4/+5 |
* | (IT_set_terminal_modes): Save screen color attribute | Karl Heuer | 1995-12-13 | 1 | -5/+50 |
* | (XMenuActivate): Display the menu pane title. | Karl Heuer | 1995-12-13 | 1 | -5/+3 |
* | (sys_select): Check timer once even if input is pending. | Richard M. Stallman | 1995-11-27 | 1 | -2/+3 |
* | (IT_set_menu_bar_lines): Clear last_modified field. | Richard M. Stallman | 1995-11-25 | 1 | -0/+1 |
* | Comment change. | Richard M. Stallman | 1995-11-25 | 1 | -1/+1 |
* | (internal_terminal_init): Initialize the_only_x_display.font. | Richard M. Stallman | 1995-11-22 | 1 | -0/+1 |
* | (dos_set_keyboard): If CODE is not recognized, | Richard M. Stallman | 1995-11-22 | 1 | -0/+6 |
* | (dos_menubar_clock_displayed): New variable. | Richard M. Stallman | 1995-11-11 | 1 | -0/+8 |
* | (the_only_x_display): Type is now struct x_output. | Karl Heuer | 1995-11-04 | 1 | -7/+13 |
* | (IT_ring_bell): Use intdos, not write. | Richard M. Stallman | 1995-10-26 | 1 | -4/+54 |
* | Whitespace changes. | Richard M. Stallman | 1995-10-22 | 1 | -24/+26 |
* | [!HAVE_X_WINDOWS]: | Kim F. Storm | 1995-10-11 | 1 | -1295/+1698 |
* | (gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change. | Paul Eggert | 1995-09-20 | 1 | -5/+36 |
* | (gettimeofday): Don't bother setting time zone, | Richard M. Stallman | 1995-09-10 | 1 | -39/+6 |
* | (putchar): Call internal_flush instead of _flsbuf. | Richard M. Stallman | 1995-09-03 | 1 | -214/+451 |
* | (init_environment): Move alloca call out of function arg. | Richard M. Stallman | 1995-07-20 | 1 | -1/+2 |
* | (mouse_get_pos, mouse_check_moved, XMenuActivate): | Karl Heuer | 1995-07-18 | 1 | -4/+4 |
* | (mouse_get_pos): New arg `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -1/+2 |
* | Comment change. | Richard M. Stallman | 1995-01-20 | 1 | -1/+1 |
* | (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate, | Richard M. Stallman | 1995-01-20 | 1 | -7/+10 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -21/+615 |
* | (run_msdos_command): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -1/+1 |
* | (mouse_init1): Use alternate mouse detection for old mouse drivers. | Richard M. Stallman | 1994-07-14 | 1 | -3/+16 |
* | (dos_rawgetc): Use bios, not kbhit (). | Richard M. Stallman | 1994-07-11 | 1 | -1/+5 |
* | (install_ctrl_break_check): Doc fix. | Richard M. Stallman | 1994-07-09 | 1 | -35/+21 |
* | (init_environment): Clean up code and make the default | Richard M. Stallman | 1994-06-07 | 1 | -25/+38 |
* | (run_msdos_command): Make local copy of argv[2] on stack, not on heap. | Karl Heuer | 1994-06-03 | 1 | -7/+12 |
* | (output_string): New function. | Richard M. Stallman | 1994-05-30 | 1 | -6/+49 |
* | (do_visible_bell): Renamed from visible_bell to avoid | Richard M. Stallman | 1994-05-24 | 1 | -2/+6 |
* | (dos_rawgetc): Doc fix. Make C-, S-, and M- modifiers | Richard M. Stallman | 1994-05-24 | 1 | -16/+33 |
* | (gettimeofday): New function substituting the library | Richard M. Stallman | 1994-05-17 | 1 | -0/+53 |
* | (crlf_to_lf): Fix off-by-one condition. | Richard M. Stallman | 1994-05-15 | 1 | -1/+3 |
* | Finish downcasing mouse_init1, mouse_off, | Richard M. Stallman | 1994-05-02 | 1 | -47/+78 |
* | (run_msdos_command): Use assignment instead of initialization. | Karl Heuer | 1994-03-23 | 1 | -2/+5 |
* | (mouse_get_pos): Don't convert to glyph units. | Richard M. Stallman | 1994-02-24 | 1 | -2/+2 |
* | Use <...> for config.h. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |