aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (create_process): Set default handling for SIGINT, etc.Richard M. Stallman1994-07-311-2/+5
| | | | (wait_reading_process_input): Fix previous change.
* (Frandom): Handle LIMIT >= 40000000.Richard M. Stallman1994-07-301-11/+17
|
* (decode_mode_spec): Handle %&.Richard M. Stallman1994-07-301-0/+6
|
* (HAVE_RAND48): Add #undef.Richard M. Stallman1994-07-281-0/+1
|
* (HAVE_TERMIOS, NO_TERMIO): Defined.Richard M. Stallman1994-07-281-0/+5
| | | | (HAVE_TERMIO): Add #undef.
* (random): Use rand differently, and distinguish BSD/USG.Richard M. Stallman1994-07-281-2/+9
|
* (Frandom): Fix previous change.Richard M. Stallman1994-07-281-1/+1
|
* (Fdisplay_buffer): Add MULTI_FRAME cond in last change.Richard M. Stallman1994-07-281-0/+2
|
* [POSIX_SIGNALS] (signal): New definition.Richard M. Stallman1994-07-271-0/+1
|
* (random, srandom): Obey HAVE_RAND48 flag.Richard M. Stallman1994-07-271-17/+12
| | | | Test that random is not a macro. Don't test USG or BSD4_1.
* (x_get_foreign_selection): Use the new featureRichard M. Stallman1994-07-271-0/+2
| | | | to queue up SelectionRequest events.
* (wait_reading_process_input): If wait_for_cell,Richard M. Stallman1994-07-271-4/+1
| | | | do check for keyboard input and handle it.
* (x_queue_event, x_unqueue_events): New functions.Richard M. Stallman1994-07-271-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. Stallman1994-07-261-2/+2
|
* (tek4300): Don't define if already defined.Richard M. Stallman1994-07-261-0/+2
|
* (BSD_PGRPS): Defined.Richard M. Stallman1994-07-251-0/+4
|
* (PURESIZE): Increase non-MULTI_FRAME value.Richard M. Stallman1994-07-251-1/+1
|
* (get_system_name): Add a cast.Richard M. Stallman1994-07-251-1/+1
|
* [!HAVE_H_ERRNO]: Declare h_errno.Richard M. Stallman1994-07-251-0/+7
| | | | (Fopen_network_stream): Set h_errno to 0 initially.
* [!HAVE_H_ERRNO]: Declare h_errno.Richard M. Stallman1994-07-251-0/+7
| | | | (init_system_name): Set h_errno to 0 initially.
* Add #undef HAVE_H_ERRNO.Richard M. Stallman1994-07-251-0/+3
|
* Add #undef alloca.Richard M. Stallman1994-07-251-0/+6
|
* (Fnext_window, Fprevious_window): Don't get stuck in a loopRichard M. Stallman1994-07-241-9/+32
| | | | in the minibuffer frame.
* (Fwrite_region): Do unwind the new unwind protect.Richard M. Stallman1994-07-241-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. Stallman1994-07-241-0/+5
|
* (Fdisplay_completion_list): gcpro `completions'.Richard M. Stallman1994-07-241-2/+8
|
* (PURESIZE): Incremented to 252000.Richard M. Stallman1994-07-241-1/+1
|
* Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.Richard M. Stallman1994-07-241-1/+2
|
* Changes to support NetBSD.Charles Hannum1994-07-222-1/+10
|
* (Vdeferred_action_list, Vdeferred_action_function): New variables.Richard M. Stallman1994-07-201-0/+24
| | | | | (command_loop_1): Handle them. (syms_of_keyboard): Set up Lisp variables.
* (direct_output_for_insert): Dpn't call compute_char_faceRichard M. Stallman1994-07-201-1/+4
| | | | for a non-X frame.
* Move #undef static before the includes.Richard M. Stallman1994-07-201-6/+6
|
* [USG5] (SYSV): Don't define if already defined.Richard M. Stallman1994-07-201-0/+2
|
* (struct font_info): New field full_name.Richard M. Stallman1994-07-191-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. Stallman1994-07-191-1/+0
|
* (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure.Richard M. Stallman1994-07-191-1/+9
|
* (sit_for): Return immediately if unread events exist.Richard M. Stallman1994-07-191-0/+4
|
* (init_system_name): Retry gethostbyname after TRY_AGAIN failure.Richard M. Stallman1994-07-191-25/+38
| | | | | | (sys_subshell): Expand ~ in dir. Do the processing of dir before calling fork. Use vfork.
* [__GNUC__] (LIBX11_SYSTEM): Add -lcposix.Richard M. Stallman1994-07-191-0/+7
|
* (PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.Richard M. Stallman1994-07-191-18/+18
|
* (note_mouse_movement): Use proper data type for windowRichard M. Stallman1994-07-181-4/+8
| | | | | args to XQueryPointer. (x_scroll_bar_note_movement): Likewise.
* [emacs]: Include stdio.h.Richard M. Stallman1994-07-181-1/+2
|
* (unread_command_char): Declared.Richard M. Stallman1994-07-181-0/+4
|
* (Fget_text_property): Simplify using Ftext_properties_at.Richard M. Stallman1994-07-171-18/+2
|
* (Fx_create_frame): Use 140 as default font size.Richard M. Stallman1994-07-171-3/+3
|
* [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.Richard M. Stallman1994-07-171-0/+7
|
* [!MULTI_FRAME] (Fframe_first_window): Defined.Richard M. Stallman1994-07-161-0/+23
| | | | (syms_of_frame): Defvar it.
* (Fdisplay_buffer): Cope with unsplittable frames and dedicated windows.Richard M. Stallman1994-07-161-3/+48
|
* (re_match_2_internal): Add casts to shut up some compilers.Richard M. Stallman1994-07-151-10/+7
| | | | (FREE_STACK_RETURN): Nest the free inside the return.
* (HAVE_VOLATILE): Define.Richard M. Stallman1994-07-141-0/+4
|