| Commit message (Expand) | Author | Age | Files | Lines |
| * | (follow_key): When downcasing, downcase just the | Richard M. Stallman | 1993-11-20 | 1 | -1/+2 |
| * | (read_key_sequence): If we get a quit, and current buffer | Richard M. Stallman | 1993-11-20 | 1 | -3/+18 |
| * | *** empty log message *** | Karl Heuer | 1993-11-20 | 1 | -16/+18 |
| * | (Frename_buffer): When the current buffer is already named NAME, don't | Roland McGrath | 1993-11-20 | 1 | -1/+5 |
| * | Undo last change. SPC feeping at you is too annoying. | Roland McGrath | 1993-11-20 | 1 | -1/+1 |
| * | (Frename_buffer): Change s to B in interactive spec to give buffer-name | Roland McGrath | 1993-11-20 | 1 | -1/+1 |
| * | (HAVE_UNISTD_H): No need to define here. | Richard M. Stallman | 1993-11-19 | 1 | -1/+1 |
| * | (Flist_buffers): Always return a value. | Richard M. Stallman | 1993-11-19 | 1 | -3/+4 |
| * | (read_minibuf): History list always gets strings, | Richard M. Stallman | 1993-11-19 | 1 | -9/+12 |
| * | (read_avail_input): Don't set nread to -1 | Richard M. Stallman | 1993-11-18 | 1 | -4/+7 |
| * | (r_alloc_init): Explicitly use real_morecore | Richard M. Stallman | 1993-11-18 | 1 | -0/+12 |
| * | (FIRST_PTY_LETTER): Defined. | Richard M. Stallman | 1993-11-18 | 1 | -0/+5 |
| * | (Fkey_binding): Doc fix. | Richard M. Stallman | 1993-11-17 | 1 | -2/+2 |
| * | (keys_of_cmds): Make 0377 self-inserting. | Richard M. Stallman | 1993-11-17 | 1 | -1/+1 |
| * | (doprnt): Cast the value alloca returns. | Richard M. Stallman | 1993-11-16 | 1 | -1/+1 |
| * | (distclean): Do delete Makefile and Makefile.in. | Richard M. Stallman | 1993-11-16 | 1 | -1/+1 |
| * | (Foverlay_put): Don't call redisplay_region if overlay has no buffer. | Richard M. Stallman | 1993-11-16 | 1 | -3/+5 |
| * | (GNU_MALLOC, REL_ALLOC): Don't define if already defined. | Richard M. Stallman | 1993-11-16 | 1 | -0/+8 |
| * | (LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1. | Richard M. Stallman | 1993-11-16 | 1 | -0/+4 |
| * | Include config.h. | Richard M. Stallman | 1993-11-16 | 1 | -0/+1 |
| * | (extraclean): Prevent wildcard from starting comment. | Richard M. Stallman | 1993-11-16 | 1 | -1/+1 |
| * | (read_avail_input): Make cbuf 1 char shorter. | Richard M. Stallman | 1993-11-15 | 1 | -1/+4 |
| * | (HAVE_GETTIMEOFDAY): Don't define if already defined. | Richard M. Stallman | 1993-11-15 | 1 | -0/+5 |
| * | Delete spurious CFLAGS=-g. | Richard M. Stallman | 1993-11-15 | 1 | -1/+1 |
| * | [BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP, | Richard M. Stallman | 1993-11-15 | 1 | -0/+24 |
| * | (Fnext_single_property_change): Fix missing \n\. | Richard M. Stallman | 1993-11-15 | 1 | -1/+1 |
| * | *** empty log message *** | Richard M. Stallman | 1993-11-15 | 1 | -0/+2 |
| * | (XTread_socket): Increase length of copy_buffer to 81. | Richard M. Stallman | 1993-11-15 | 1 | -5/+3 |
| * | (read1): If token has a \, don't treat it as a number. | Richard M. Stallman | 1993-11-15 | 1 | -24/+29 |
| * | *** empty log message *** | Richard M. Stallman | 1993-11-15 | 1 | -1/+1 |
| * | (INTERRUPT_INPUT): Undefined. | Richard M. Stallman | 1993-11-14 | 1 | -24/+46 |
| * | (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions). | Richard M. Stallman | 1993-11-13 | 1 | -2/+11 |
| * | (read_avail_input) [no FIONREAD]: On DGUX, as on USG, | Richard M. Stallman | 1993-11-13 | 1 | -1/+1 |
| * | (SYSTEM_MALLOC): Turn off. | Richard M. Stallman | 1993-11-13 | 1 | -1/+2 |
| * | (get_process): Add `static' to definition. | Richard M. Stallman | 1993-11-13 | 1 | -1/+1 |
| * | (syms_of_fileio): Fix missing \n\'s. | Richard M. Stallman | 1993-11-12 | 1 | -10/+10 |
| * | (Fread_key_sequence): Split the doc string with "". | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 |
| * | (Fprevious_single_property_change): Fix missing \n\. | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 |
| * | (Fcall_process): Clear synch_process_death and | Richard M. Stallman | 1993-11-11 | 1 | -3/+6 |
| * | (XTmouse_position): Undo roland's change. | Richard M. Stallman | 1993-11-11 | 1 | -2/+2 |
| * | [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. | Roland McGrath | 1993-11-11 | 1 | -2/+9 |
| * | (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. | Roland McGrath | 1993-11-10 | 1 | -1/+1 |
| * | Initial revision | Richard M. Stallman | 1993-11-10 | 1 | -0/+10 |
| * | (intervals.o): Depend on puresize.h. | Richard M. Stallman | 1993-11-10 | 1 | -1/+1 |
| * | Include puresize.h. | Richard M. Stallman | 1993-11-10 | 1 | -1/+6 |
| * | (Fraise_frame): Do like the documentation says, and make | Richard M. Stallman | 1993-11-10 | 1 | -1/+4 |
| * | (Tmouse_position): If the passed in frame is not an | Richard M. Stallman | 1993-11-10 | 1 | -0/+4 |
| * | (EMACS_GETPGRP): New macro hides argument passing to | Richard M. Stallman | 1993-11-10 | 1 | -0/+13 |
| * | (sys_suspend): Use EMACS_GETPGRP macro. | Richard M. Stallman | 1993-11-10 | 1 | -5/+1 |
| * | (main): Use EMACS_GETPGRP macro. | Richard M. Stallman | 1993-11-10 | 1 | -6/+3 |