| Commit message (Expand) | Author | Age | Files | Lines |
| * | (gnu_bits): Use unsigned char. | Richard M. Stallman | 1994-02-18 | 1 | -1/+1 |
| * | (unshow_buffer): Unconditionally set last_window_start. | Richard M. Stallman | 1994-02-18 | 1 | -0/+9 |
| * | (Fdelete_other_windows): Don't call Frecenter; | Richard M. Stallman | 1994-02-18 | 1 | -1/+4 |
| * | (dumpglyphs): Try various alternatives for foreground color | Richard M. Stallman | 1994-02-18 | 1 | -1/+19 |
| * | Comment changes. | Richard M. Stallman | 1994-02-17 | 1 | -0/+3 |
| * | Use <...> for config.h. | Richard M. Stallman | 1994-02-17 | 2 | -2/+2 |
| * | *** empty log message *** | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
| * | (Finsert_file_contents): Fix previous change. | Richard M. Stallman | 1994-02-17 | 1 | -0/+1 |
| * | (Finsert_file_contents): New arg REPLACE. | Richard M. Stallman | 1994-02-17 | 1 | -5/+97 |
| * | (child_setup_tty): Typo in previous change. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
| * | entered into RCS | Richard M. Stallman | 1994-02-17 | 1 | -0/+2 |
| * | (unexec): Add cast to result of `sbrk'. | Richard M. Stallman | 1994-02-17 | 1 | -1/+2 |
| * | (EMACS_TTY_TABS_OK): Alternate definition if no TABDLY. | Richard M. Stallman | 1994-02-17 | 1 | -0/+4 |
| * | (child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined. | Richard M. Stallman | 1994-02-17 | 1 | -4/+8 |
| * | (BSD_PGRPS): Defined. | Richard M. Stallman | 1994-02-17 | 4 | -0/+16 |
| * | (main): Test BSD_PGRPS, not BSD. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
| * | (init_sys_modes, reset_sys_modes): Test BSD_PGRPS. | Richard M. Stallman | 1994-02-17 | 1 | -4/+4 |
| * | (init_sys_modes): IEXTEN is in c_lflag, not c_iflag. | Richard M. Stallman | 1994-02-16 | 1 | -1/+1 |
| * | (sys_write): If any bytes were written, return how many. | Richard M. Stallman | 1994-02-15 | 1 | -1/+1 |
| * | (XTread_socket): Do not assume that select returning | Richard M. Stallman | 1994-02-15 | 1 | -1/+7 |
| * | (Fx_close_current_connection): call check_x. | Karl Heuer | 1994-02-14 | 1 | -0/+6 |
| * | (Fx_popup_menu): Likewise. | Karl Heuer | 1994-02-14 | 1 | -0/+1 |
| * | (check_x): Make it global. | Karl Heuer | 1994-02-14 | 1 | -1/+3 |
| * | (x-own-selection-internal, x-get-selection-internal, | Karl Heuer | 1994-02-14 | 1 | -0/+8 |
| * | (check_x): Declare it. | Karl Heuer | 1994-02-14 | 1 | -0/+3 |
| * | (indented_beyond_p): New function. | Karl Heuer | 1994-02-14 | 1 | -4/+16 |
| * | (try_window_id, display_text_line): Treat blank lines specially in | Karl Heuer | 1994-02-14 | 1 | -9/+8 |
| * | Fix comments. | Karl Heuer | 1994-02-14 | 1 | -3/+3 |
| * | (BROKEN_START, TEXT_START): Don't define. | Roland McGrath | 1994-02-13 | 1 | -3/+1 |
| * | (start_of_text): Don't define #ifdef HAVE_TEXT_START. | Roland McGrath | 1994-02-13 | 1 | -2/+2 |
| * | (decode_mode_spec): Support %+. | Richard M. Stallman | 1994-02-13 | 1 | -0/+5 |
| * | (command_loop_1): On entry, set last_command to this_command. | Richard M. Stallman | 1994-02-13 | 1 | -4/+1 |
| * | (term_init): If no `se', use `me'; | Richard M. Stallman | 1994-02-12 | 1 | -0/+11 |
| * | (Fset_frame_height, Fset_frame_width, Fset_frame_size): | Richard M. Stallman | 1994-02-12 | 1 | -36/+56 |
| * | (${libsrc}make-docfile): Don't pass ../arch-lib as target to submake. | Richard M. Stallman | 1994-02-12 | 1 | -1/+1 |
| * | Fix conditional compilation. | Karl Heuer | 1994-02-12 | 1 | -2/+0 |
| * | Delete HAVE_SETSID; configure checks for that. | Karl Heuer | 1994-02-12 | 10 | -24/+0 |
| * | *** empty log message *** | Richard M. Stallman | 1994-02-12 | 1 | -2/+0 |
| * | (gethomedir): Look at LOGNAME before USER. | Karl Heuer | 1994-02-12 | 1 | -6/+3 |
| * | (x_scroll_bar_create): Fix indentation. | Karl Heuer | 1994-02-11 | 1 | -4/+4 |
| * | (Fuser_real_login_name): Doc fix. | Karl Heuer | 1994-02-11 | 1 | -1/+2 |
| * | (Fsubstitute_in_file_name): Remove long-dead code that looked at USER before | Karl Heuer | 1994-02-11 | 1 | -14/+0 |
| * | (init_editfns): Look at LOGNAME before USER. | Karl Heuer | 1994-02-11 | 1 | -4/+4 |
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1994-02-11 | 1 | -1/+3 |
| * | (decode_mode_spec): Implement `P'. | Richard M. Stallman | 1994-02-11 | 1 | -0/+29 |
| * | Use -ltermcap, not Emacs's own version. #undef symbols used for | Charles Hannum | 1994-02-11 | 1 | -11/+12 |
| * | (SYSV_SYSTEM_DIR): Define. | Roland McGrath | 1994-02-11 | 1 | -0/+13 |
| * | (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but | Fred Pierresteguy | 1994-02-11 | 1 | -3/+3 |
| * | *** empty log message *** | Fred Pierresteguy | 1994-02-11 | 2 | -29/+4 |
| * | (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar. | Fred Pierresteguy | 1994-02-11 | 1 | -0/+2 |