| Age | Commit message (Expand) | Author | Files | Lines |
| 1993-11-26 | (kbd_buffer_get_event): If user destroys the last frame, | Richard M. Stallman | 1 | -11/+11 |
| 1993-11-26 | (x_window): Call XSetWMProtocols. | Richard M. Stallman | 1 | -0/+2 |
| 1993-11-26 | (rmail-variables): Abbreviate truename for comparison. | Richard M. Stallman | 1 | -1/+2 |
| 1993-11-26 | (SYSTEM_TYPE): Make it "irix". | Richard M. Stallman | 1 | -1/+1 |
| 1993-11-26 | (mostlyclean): Make it distinct from clean. | Richard M. Stallman | 1 | -2/+5 |
| 1993-11-26 | (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE. | Richard M. Stallman | 1 | -2/+2 |
| 1993-11-26 | Add sample test for tpu-set-scroll-margins. | Richard M. Stallman | 1 | -2/+2 |
| 1993-11-26 | Remove free/bound cursor and scroll | Richard M. Stallman | 1 | -15/+4 |
| 1993-11-26 | (tpu-quoted-insert): New function. | Richard M. Stallman | 1 | -8/+23 |
| 1993-11-26 | (readevalloop): Get error if buffer being eval'd is killed. | Richard M. Stallman | 1 | -0/+9 |
| 1993-11-25 | When breaking links, use cp -p. | Richard M. Stallman | 1 | -1/+1 |
| 1993-11-25 | (SETPGRP_RELEASES_CTTY): Defined. | Richard M. Stallman | 1 | -0/+4 |
| 1993-11-25 | (IRIX5, SETPGRP_RELEASES_CTTY): Defined. | Richard M. Stallman | 1 | -0/+4 |
| 1993-11-25 | (create_process): Do setpgrp for USG regardless of IRIX. | Richard M. Stallman | 1 | -2/+2 |
| 1993-11-25 | Comment changes. | Richard M. Stallman | 1 | -5/+1 |
| 1993-11-25 | (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX. | Richard M. Stallman | 1 | -5/+5 |
| 1993-11-25 | (quit_throw_to_read_char): | Richard M. Stallman | 1 | -0/+2 |
| 1993-11-25 | (HAVE_FTIME): Deleted (autoconf does it). | Richard M. Stallman | 1 | -3/+0 |
| 1993-11-25 | Comment change. | Richard M. Stallman | 1 | -1/+1 |
| 1993-11-25 | (bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define. | Richard M. Stallman | 1 | -0/+4 |
| 1993-11-25 | (tags-add-tables): New variable. | Richard M. Stallman | 1 | -6/+12 |
| 1993-11-25 | (merge_properties_sticky): Declared. | Richard M. Stallman | 1 | -0/+2 |
| 1993-11-25 | (Fhandle_switch_frame, Fredirect_frame_focus): Declared. | Richard M. Stallman | 1 | -0/+2 |
| 1993-11-25 | (ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files. | Richard M. Stallman | 1 | -2/+3 |
| 1993-11-25 | (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions. | Richard M. Stallman | 1 | -0/+17 |
| 1993-11-25 | (graft_intervals_into_buffer): New arg LENGTH. | Richard M. Stallman | 1 | -4/+16 |
| 1993-11-25 | (insert_from_string): Pass new arg to graft_intervals_into_buffer. | Richard M. Stallman | 1 | -1/+1 |
| 1993-11-25 | (init_baud_rate): Avoid referring to sg uninitialized. | Richard M. Stallman | 1 | -3/+3 |
| 1993-11-25 | (comint-send-input): Don't call comint-arguments | Richard M. Stallman | 1 | -2/+5 |
| 1993-11-25 | Add a provide. | Richard M. Stallman | 1 | -0/+2 |
| 1993-11-25 | (vc-make-backup-files): Doc fix. | Richard M. Stallman | 1 | -3/+3 |
| 1993-11-25 | Comment change. | Richard M. Stallman | 1 | -10/+1 |
| 1993-11-24 | (Fmove_to_column): Increments for control characters | Richard M. Stallman | 1 | -2/+2 |
| 1993-11-24 | (Fdelete_process): Fix paren error. | Richard M. Stallman | 1 | -1/+1 |
| 1993-11-24 | (${archlibdir}): Don't do chown or chgrp. | Richard M. Stallman | 1 | -7/+0 |
| 1993-11-24 | (rmail-sort-messages): In summary buf, go to rmail buf. | Richard M. Stallman | 1 | -61/+64 |
| 1993-11-24 | (closedir): Pass on the value from sys_closedir. | Richard M. Stallman | 1 | -3/+8 |
| 1993-11-24 | (walk-windows): If start at minibuf window, do return to it. | Richard M. Stallman | 1 | -0/+3 |
| 1993-11-24 | (XTread_socket): Really handle Xatom_wm_window_moved events. | Richard M. Stallman | 1 | -4/+21 |
| 1993-11-24 | (main): Call init_callproc and init_callproc_1. | Richard M. Stallman | 1 | -1/+2 |
| 1993-11-24 | (init_callproc): Maybe add ../lib-src to exec-path | Richard M. Stallman | 1 | -10/+47 |
| 1993-11-24 | (mouse-save-then-kill-delete-region): | Richard M. Stallman | 1 | -86/+130 |
| 1993-11-24 | (comint-send-input): Don't call comint-arguments while | Richard M. Stallman | 1 | -7/+10 |
| 1993-11-24 | (count-lines): In selective-display case, | Richard M. Stallman | 1 | -1/+5 |
| 1993-11-24 | (add-change-log-entry): put buffer in change-log-mode. | Richard M. Stallman | 1 | -1/+5 |
| 1993-11-24 | (isearch-other-meta-char): Correct the test for a split-up | Richard M. Stallman | 1 | -2/+4 |
| 1993-11-24 | (LIBX11_SYSTEM): Override the definition. | Richard M. Stallman | 1 | -0/+5 |
| 1993-11-24 | Initial revision | Richard M. Stallman | 1 | -0/+244 |
| 1993-11-24 | (Info-follow-reference): Correct one-off error in comparing start-point. | Richard M. Stallman | 1 | -1/+1 |
| 1993-11-23 | Comment changes. | Richard M. Stallman | 1 | -21/+1 |