| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (WinMain): Allocate a console for stdout | Geoff Voelker | 1996-03-17 | 1 | -1/+23 |
| * | (Vwin32_pass_alt_to_system, | Geoff Voelker | 1996-03-16 | 1 | -6/+79 |
| * | (VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS): | Geoff Voelker | 1996-03-16 | 1 | -0/+24 |
| * | (wait_reading_process_input) [! subprocesses]: Run | Karl Heuer | 1996-03-14 | 1 | -36/+42 |
| * | [!subprocesses] (wait_reading_process_input): | Richard M. Stallman | 1996-03-10 | 1 | -4/+44 |
| * | (x_calc_absolute_position): Don't explicitly subtract | Richard M. Stallman | 1996-03-09 | 1 | -2/+2 |
| * | (LD_SWITCH_MACHINE): Undo previous change-- | Richard M. Stallman | 1996-03-08 | 1 | -2/+5 |
| * | (init_sys_modes): Clear INLCR like ICRNL. | Richard M. Stallman | 1996-03-08 | 1 | -0/+4 |
| * | (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu. | Richard M. Stallman | 1996-03-08 | 1 | -0/+2 |
| * | (write_segment,copy_sym): Increase blocking from 128 to 4k bytes. | Richard M. Stallman | 1996-03-08 | 1 | -18/+16 |
| * | (wait_reading_process_input): | Richard M. Stallman | 1996-03-08 | 1 | -0/+4 |
| * | (MSDOS_OBJ): Remove xmenu.o. | Richard M. Stallman | 1996-03-07 | 1 | -1/+1 |
| * | (check_timer): Remove code for dos-display-time. | Richard M. Stallman | 1996-03-07 | 1 | -40/+0 |
| * | Handle both AIX 3.2 and 4.1 bind output. | Richard M. Stallman | 1996-03-07 | 1 | -96/+95 |
| * | Comment change. | Richard M. Stallman | 1996-03-07 | 1 | -1/+1 |
| * | (TERMINFO): Define, if HAVE_NCURSES. | Richard M. Stallman | 1996-03-06 | 1 | -23/+19 |
| * | (timers_run): New variable, incremented when a timer is | Richard M. Stallman | 1996-03-06 | 1 | -5/+33 |
| * | (x_connection_closed): Don't unblock input until the end. | Richard M. Stallman | 1996-03-06 | 1 | -5/+0 |
| * | (HAVE_NCURSES): Add #undef. | Richard M. Stallman | 1996-03-06 | 1 | -0/+1 |
| * | (pixel_to_char_size): Cast args to int. | Richard M. Stallman | 1996-03-06 | 1 | -2/+2 |
| * | (struct string_block_head): Change to match string_block. | Karl Heuer | 1996-03-06 | 1 | -1/+1 |
| * | (wait_reading_process_input): | Richard M. Stallman | 1996-03-05 | 1 | -2/+5 |
| * | (sit_for): Pass DISPLAY to detect_input_pending_run_timers. | Richard M. Stallman | 1996-03-05 | 1 | -1/+1 |
| * | [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted. | Richard M. Stallman | 1996-03-04 | 1 | -9/+0 |
| * | (Fkill_local_variable): Call find_symbol_value directly, | Richard M. Stallman | 1996-03-04 | 1 | -1/+1 |
| * | Comment change. | Richard M. Stallman | 1996-03-04 | 1 | -1/+5 |
| * | (obj): Add xmenu.o. | Richard M. Stallman | 1996-03-03 | 1 | -3/+3 |
| * | Put most of file into HAVE_MENUS conditional. | Richard M. Stallman | 1996-03-03 | 1 | -0/+10 |
| * | (main): Always call syms_of_xmenu. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| * | (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| * | (wait_reading_process_input): Use getpid when generating SIGIO. | Richard M. Stallman | 1996-03-03 | 1 | -2/+2 |
| * | [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions. | Richard M. Stallman | 1996-03-01 | 1 | -0/+2 |
| * | Avoid the #pragma alloca on AIX 4. | Richard M. Stallman | 1996-02-29 | 1 | -0/+2 |
| * | Comment change. | Richard M. Stallman | 1996-02-28 | 1 | -1/+5 |
| * | (REL_ALLOC): #undef deleted. | Richard M. Stallman | 1996-02-28 | 1 | -4/+0 |
| * | [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined. | Richard M. Stallman | 1996-02-28 | 1 | -0/+9 |
| * | (timer_check): Walk down both timer lists in parallel. | Richard M. Stallman | 1996-02-28 | 1 | -94/+169 |
| * | (Fexpand_file_name): Fix confusion in detecting | Richard M. Stallman | 1996-02-27 | 1 | -3/+8 |
| * | (Fcommand_execute): New arg SPECIAL. All callers changed. | Richard M. Stallman | 1996-02-27 | 1 | -12/+20 |
| * | (X_CONNECTION_LOCK_FLAG): New macro. | Richard M. Stallman | 1996-02-27 | 1 | -16/+46 |
| * | (x_set_window_size): Clear out the mouse-highlighting data | Richard M. Stallman | 1996-02-27 | 1 | -11/+30 |
| * | (doprnt1): Move cast to unsigned inside a shift. | Richard M. Stallman | 1996-02-26 | 1 | -1/+1 |
| * | Commenht change. | Richard M. Stallman | 1996-02-26 | 1 | -1/+2 |
| * | (redisplay_window): Pass preserve_echo_area as a missing | Richard M. Stallman | 1996-02-26 | 1 | -2/+2 |
| * | (Fopen_network_stream): Set immediate_quit for the connect. | Richard M. Stallman | 1996-02-26 | 1 | -0/+8 |
| * | (read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer. | Richard M. Stallman | 1996-02-25 | 1 | -16/+30 |
| * | (command_loop_1): Explicitly clear the echo area | Richard M. Stallman | 1996-02-25 | 1 | -2/+4 |
| * | (Qinhibit_read_only): Declared. | Richard M. Stallman | 1996-02-25 | 1 | -0/+1 |
| * | (redisplay_internal): Renamed from redisplay. | Richard M. Stallman | 1996-02-25 | 1 | -10/+32 |
| * | (Fcopy_syntax_table): Set default to nil. | Richard M. Stallman | 1996-02-24 | 1 | -1/+10 |