| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (create_process): Set default handling for SIGINT, etc. | Richard M. Stallman | 1994-07-31 | 1 | -2/+5 |
| | | | | | (wait_reading_process_input): Fix previous change. | ||||
| * | (Frandom): Handle LIMIT >= 40000000. | Richard M. Stallman | 1994-07-30 | 1 | -11/+17 |
| | | |||||
| * | (decode_mode_spec): Handle %&. | Richard M. Stallman | 1994-07-30 | 1 | -0/+6 |
| | | |||||
| * | (HAVE_RAND48): Add #undef. | Richard M. Stallman | 1994-07-28 | 1 | -0/+1 |
| | | |||||
| * | (HAVE_TERMIOS, NO_TERMIO): Defined. | Richard M. Stallman | 1994-07-28 | 1 | -0/+5 |
| | | | | | (HAVE_TERMIO): Add #undef. | ||||
| * | (random): Use rand differently, and distinguish BSD/USG. | Richard M. Stallman | 1994-07-28 | 1 | -2/+9 |
| | | |||||
| * | (Frandom): Fix previous change. | Richard M. Stallman | 1994-07-28 | 1 | -1/+1 |
| | | |||||
| * | (Fdisplay_buffer): Add MULTI_FRAME cond in last change. | Richard M. Stallman | 1994-07-28 | 1 | -0/+2 |
| | | |||||
| * | [POSIX_SIGNALS] (signal): New definition. | Richard M. Stallman | 1994-07-27 | 1 | -0/+1 |
| | | |||||
| * | (random, srandom): Obey HAVE_RAND48 flag. | Richard M. Stallman | 1994-07-27 | 1 | -17/+12 |
| | | | | | Test that random is not a macro. Don't test USG or BSD4_1. | ||||
| * | (x_get_foreign_selection): Use the new feature | Richard M. Stallman | 1994-07-27 | 1 | -0/+2 |
| | | | | | to queue up SelectionRequest events. | ||||
| * | (wait_reading_process_input): If wait_for_cell, | Richard M. Stallman | 1994-07-27 | 1 | -4/+1 |
| | | | | | do check for keyboard input and handle it. | ||||
| * | (x_queue_event, x_unqueue_events): New functions. | Richard M. Stallman | 1994-07-27 | 1 | -15/+79 |
| | | | | | | | (x_start_queuing_selection_requests): New function. (x_stop_queuing_selection_requests): New function. (XTread_socket): Queue up SelectionRequest events sometimes. | ||||
| * | (Frandom): Use just the low 30 bits of random's value. | Richard M. Stallman | 1994-07-26 | 1 | -2/+2 |
| | | |||||
| * | (tek4300): Don't define if already defined. | Richard M. Stallman | 1994-07-26 | 1 | -0/+2 |
| | | |||||
| * | (BSD_PGRPS): Defined. | Richard M. Stallman | 1994-07-25 | 1 | -0/+4 |
| | | |||||
| * | (PURESIZE): Increase non-MULTI_FRAME value. | Richard M. Stallman | 1994-07-25 | 1 | -1/+1 |
| | | |||||
| * | (get_system_name): Add a cast. | Richard M. Stallman | 1994-07-25 | 1 | -1/+1 |
| | | |||||
| * | [!HAVE_H_ERRNO]: Declare h_errno. | Richard M. Stallman | 1994-07-25 | 1 | -0/+7 |
| | | | | | (Fopen_network_stream): Set h_errno to 0 initially. | ||||
| * | [!HAVE_H_ERRNO]: Declare h_errno. | Richard M. Stallman | 1994-07-25 | 1 | -0/+7 |
| | | | | | (init_system_name): Set h_errno to 0 initially. | ||||
| * | Add #undef HAVE_H_ERRNO. | Richard M. Stallman | 1994-07-25 | 1 | -0/+3 |
| | | |||||
| * | Add #undef alloca. | Richard M. Stallman | 1994-07-25 | 1 | -0/+6 |
| | | |||||
| * | (Fnext_window, Fprevious_window): Don't get stuck in a loop | Richard M. Stallman | 1994-07-24 | 1 | -9/+32 |
| | | | | | in the minibuffer frame. | ||||
| * | (Fwrite_region): Do unwind the new unwind protect. | Richard M. Stallman | 1994-07-24 | 1 | -3/+62 |
| | | | | | | | | | | (Vwrite_region_annotations_so_far): New variable. (syms_of_fileio): Set up Lisp var. (build_annotations): Handle annotate functions that switch buffers. Set Vwrite_region_annotations_so_far. (Fwrite_region): Handle change of buffer in build_annotations. Add an unwind protect to restore original buffer and kill the temp. | ||||
| * | (internal_with_output_to_temp_buffer): gcpro things. | Richard M. Stallman | 1994-07-24 | 1 | -0/+5 |
| | | |||||
| * | (Fdisplay_completion_list): gcpro `completions'. | Richard M. Stallman | 1994-07-24 | 1 | -2/+8 |
| | | |||||
| * | (PURESIZE): Incremented to 252000. | Richard M. Stallman | 1994-07-24 | 1 | -1/+1 |
| | | |||||
| * | Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. | Richard M. Stallman | 1994-07-24 | 1 | -1/+2 |
| | | |||||
| * | Changes to support NetBSD. | Charles Hannum | 1994-07-22 | 2 | -1/+10 |
| | | |||||
| * | (Vdeferred_action_list, Vdeferred_action_function): New variables. | Richard M. Stallman | 1994-07-20 | 1 | -0/+24 |
| | | | | | | (command_loop_1): Handle them. (syms_of_keyboard): Set up Lisp variables. | ||||
| * | (direct_output_for_insert): Dpn't call compute_char_face | Richard M. Stallman | 1994-07-20 | 1 | -1/+4 |
| | | | | | for a non-X frame. | ||||
| * | Move #undef static before the includes. | Richard M. Stallman | 1994-07-20 | 1 | -6/+6 |
| | | |||||
| * | [USG5] (SYSV): Don't define if already defined. | Richard M. Stallman | 1994-07-20 | 1 | -0/+2 |
| | | |||||
| * | (struct font_info): New field full_name. | Richard M. Stallman | 1994-07-19 | 1 | -2/+28 |
| | | | | | (x_new_font): Record, and return, the full name of the font. | ||||
| * | (EmacsFrameSetCharSize): Delete the code to make rows at least 3. | Richard M. Stallman | 1994-07-19 | 1 | -1/+0 |
| | | |||||
| * | (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure. | Richard M. Stallman | 1994-07-19 | 1 | -1/+9 |
| | | |||||
| * | (sit_for): Return immediately if unread events exist. | Richard M. Stallman | 1994-07-19 | 1 | -0/+4 |
| | | |||||
| * | (init_system_name): Retry gethostbyname after TRY_AGAIN failure. | Richard M. Stallman | 1994-07-19 | 1 | -25/+38 |
| | | | | | | | (sys_subshell): Expand ~ in dir. Do the processing of dir before calling fork. Use vfork. | ||||
| * | [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. | Richard M. Stallman | 1994-07-19 | 1 | -0/+7 |
| | | |||||
| * | (PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty. | Richard M. Stallman | 1994-07-19 | 1 | -18/+18 |
| | | |||||
| * | (note_mouse_movement): Use proper data type for window | Richard M. Stallman | 1994-07-18 | 1 | -4/+8 |
| | | | | | | args to XQueryPointer. (x_scroll_bar_note_movement): Likewise. | ||||
| * | [emacs]: Include stdio.h. | Richard M. Stallman | 1994-07-18 | 1 | -1/+2 |
| | | |||||
| * | (unread_command_char): Declared. | Richard M. Stallman | 1994-07-18 | 1 | -0/+4 |
| | | |||||
| * | (Fget_text_property): Simplify using Ftext_properties_at. | Richard M. Stallman | 1994-07-17 | 1 | -18/+2 |
| | | |||||
| * | (Fx_create_frame): Use 140 as default font size. | Richard M. Stallman | 1994-07-17 | 1 | -3/+3 |
| | | |||||
| * | [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events. | Richard M. Stallman | 1994-07-17 | 1 | -0/+7 |
| | | |||||
| * | [!MULTI_FRAME] (Fframe_first_window): Defined. | Richard M. Stallman | 1994-07-16 | 1 | -0/+23 |
| | | | | | (syms_of_frame): Defvar it. | ||||
| * | (Fdisplay_buffer): Cope with unsplittable frames and dedicated windows. | Richard M. Stallman | 1994-07-16 | 1 | -3/+48 |
| | | |||||
| * | (re_match_2_internal): Add casts to shut up some compilers. | Richard M. Stallman | 1994-07-15 | 1 | -10/+7 |
| | | | | | (FREE_STACK_RETURN): Nest the free inside the return. | ||||
| * | (HAVE_VOLATILE): Define. | Richard M. Stallman | 1994-07-14 | 1 | -0/+4 |
| | | |||||