| Commit message (Expand) | Author | Age | Files | Lines |
| * | (struct input_event): `code' is now an int. | Richard M. Stallman | 1993-12-23 | 1 | -1/+4 |
| * | (make_lispy_event): Offset the event code here. | Richard M. Stallman | 1993-12-23 | 1 | -22/+108 |
| * | (kbd_buffer_get_event): For delete-window-event, do count iconified frames. | Richard M. Stallman | 1993-12-23 | 1 | -4/+15 |
| * | (Fsit_for): Call prepare_menu_bars. | Richard M. Stallman | 1993-12-23 | 1 | -3/+11 |
| * | * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible. | Francesco Potortì | 1993-12-22 | 1 | -5/+7 |
| * | (update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ. | Roland McGrath | 1993-12-15 | 1 | -1/+1 |
| * | [! MAP_FILE] (MAP_FILE): Define to zero. | Roland McGrath | 1993-12-11 | 1 | -3/+8 |
| * | (PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU | Roland McGrath | 1993-12-08 | 1 | -0/+4 |
| * | (NO_MODE_T): Defined. | Richard M. Stallman | 1993-11-28 | 1 | -0/+3 |
| * | [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined. | Richard M. Stallman | 1993-11-28 | 1 | -0/+5 |
| * | (LIBS_SYSTEM): Always define this one way or another. | Richard M. Stallman | 1993-11-28 | 1 | -1/+6 |
| * | Properly install previous change. | Richard M. Stallman | 1993-11-27 | 1 | -49/+65 |
| * | (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY. | Richard M. Stallman | 1993-11-27 | 1 | -1/+3 |
| * | (kbd_buffer_get_event): If user destroys the last frame, | Richard M. Stallman | 1993-11-26 | 1 | -11/+11 |
| * | (x_window): Call XSetWMProtocols. | Richard M. Stallman | 1993-11-26 | 1 | -0/+2 |
| * | (SYSTEM_TYPE): Make it "irix". | Richard M. Stallman | 1993-11-26 | 1 | -1/+1 |
| * | (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE. | Richard M. Stallman | 1993-11-26 | 1 | -2/+2 |
| * | (readevalloop): Get error if buffer being eval'd is killed. | Richard M. Stallman | 1993-11-26 | 1 | -0/+9 |
| * | (SETPGRP_RELEASES_CTTY): Defined. | Richard M. Stallman | 1993-11-25 | 1 | -0/+4 |
| * | (IRIX5, SETPGRP_RELEASES_CTTY): Defined. | Richard M. Stallman | 1993-11-25 | 1 | -0/+4 |
| * | (create_process): Do setpgrp for USG regardless of IRIX. | Richard M. Stallman | 1993-11-25 | 1 | -2/+2 |
| * | Comment changes. | Richard M. Stallman | 1993-11-25 | 1 | -5/+1 |
| * | (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX. | Richard M. Stallman | 1993-11-25 | 1 | -5/+5 |
| * | (quit_throw_to_read_char): | Richard M. Stallman | 1993-11-25 | 1 | -0/+2 |
| * | (HAVE_FTIME): Deleted (autoconf does it). | Richard M. Stallman | 1993-11-25 | 1 | -3/+0 |
| * | Comment change. | Richard M. Stallman | 1993-11-25 | 1 | -1/+1 |
| * | (bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define. | Richard M. Stallman | 1993-11-25 | 1 | -0/+4 |
| * | (merge_properties_sticky): Declared. | Richard M. Stallman | 1993-11-25 | 1 | -0/+2 |
| * | (Fhandle_switch_frame, Fredirect_frame_focus): Declared. | Richard M. Stallman | 1993-11-25 | 1 | -0/+2 |
| * | (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions. | Richard M. Stallman | 1993-11-25 | 1 | -0/+17 |
| * | (graft_intervals_into_buffer): New arg LENGTH. | Richard M. Stallman | 1993-11-25 | 1 | -4/+16 |
| * | (insert_from_string): Pass new arg to graft_intervals_into_buffer. | Richard M. Stallman | 1993-11-25 | 1 | -1/+1 |
| * | (init_baud_rate): Avoid referring to sg uninitialized. | Richard M. Stallman | 1993-11-25 | 1 | -3/+3 |
| * | (Fmove_to_column): Increments for control characters | Richard M. Stallman | 1993-11-24 | 1 | -2/+2 |
| * | (Fdelete_process): Fix paren error. | Richard M. Stallman | 1993-11-24 | 1 | -1/+1 |
| * | (closedir): Pass on the value from sys_closedir. | Richard M. Stallman | 1993-11-24 | 1 | -3/+8 |
| * | (XTread_socket): Really handle Xatom_wm_window_moved events. | Richard M. Stallman | 1993-11-24 | 1 | -4/+21 |
| * | (main): Call init_callproc and init_callproc_1. | Richard M. Stallman | 1993-11-24 | 1 | -1/+2 |
| * | (init_callproc): Maybe add ../lib-src to exec-path | Richard M. Stallman | 1993-11-24 | 1 | -10/+47 |
| * | (LIBX11_SYSTEM): Override the definition. | Richard M. Stallman | 1993-11-24 | 1 | -0/+5 |
| * | (SIGNALS_VIA_CHARACTERS): Defined. | Richard M. Stallman | 1993-11-23 | 1 | -0/+3 |
| * | (getwd): If getcwd returns 0, we return 0. | Richard M. Stallman | 1993-11-23 | 1 | -26/+48 |
| * | (wait_reading_process_input): | Richard M. Stallman | 1993-11-23 | 1 | -47/+53 |
| * | (kbd_buffer_get_event): Handle delete_window_event's. | Richard M. Stallman | 1993-11-23 | 1 | -0/+13 |
| * | (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP): | Richard M. Stallman | 1993-11-23 | 1 | -1/+1 |
| * | (Fx_disown_selection_internal): When making the fake | Richard M. Stallman | 1993-11-23 | 1 | -3/+3 |
| * | (make_buffer_string): Don't copy intervals | Richard M. Stallman | 1993-11-23 | 1 | -7/+19 |
| * | (Finsert_file_contents): Don't call signal_after_change | Richard M. Stallman | 1993-11-23 | 1 | -1/+2 |
| * | Declare Fnext_single_property_change and Fnext_property_change. | Richard M. Stallman | 1993-11-23 | 1 | -0/+2 |
| * | (HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS. | Richard M. Stallman | 1993-11-23 | 1 | -6/+6 |