| Commit message (Expand) | Author | Age | Files | Lines |
| * | (rounding_driver): New function for systematic support of | Paul Eggert | 1997-01-11 | 1 | -75/+107 |
| * | Fix previous change. | Richard M. Stallman | 1997-01-11 | 1 | -2/+2 |
| * | (read1): Fix error messages. | Richard M. Stallman | 1997-01-11 | 1 | -2/+3 |
| * | Include <mach-o/reloc.h>. | Richard M. Stallman | 1997-01-10 | 1 | -1/+79 |
| * | (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21. | Richard M. Stallman | 1997-01-07 | 1 | -3/+5 |
| * | Fix typo editing previous change. | Richard M. Stallman | 1997-01-07 | 1 | -2/+2 |
| * | (bright_bg): Save the original state of video blink bit. | Richard M. Stallman | 1997-01-06 | 1 | -0/+35 |
| * | (command_loop_1, read_char): | Richard M. Stallman | 1997-01-05 | 1 | -0/+12 |
| * | (Fpop_to_buffer): New arg NORECORD. | Richard M. Stallman | 1997-01-05 | 1 | -5/+9 |
| * | (compare_env, merge_and_sort_env): New functions. | Geoff Voelker | 1997-01-04 | 1 | -8/+58 |
| * | (update_frame): Call detect_input_pending | Richard M. Stallman | 1997-01-03 | 1 | -2/+3 |
| * | (lock_info_type): Declare pid as unsigned long instead of int. | Richard M. Stallman | 1997-01-02 | 1 | -2/+3 |
| * | (HANDLE_RELOCATION): New macro. | Richard M. Stallman | 1997-01-02 | 1 | -6/+16 |
| * | (internal_self_insert): Check the property | Richard M. Stallman | 1997-01-02 | 1 | -2/+4 |
| * | Total rewrite. | Richard M. Stallman | 1996-12-31 | 1 | -292/+252 |
| * | (BROKEN_MKTIME): New macro. | Paul Eggert | 1996-12-31 | 2 | -0/+7 |
| * | (MKTIME_OBJ): | Paul Eggert | 1996-12-31 | 1 | -3/+1 |
| * | (mktime): | Paul Eggert | 1996-12-31 | 1 | -5/+6 |
| * | Initial revision | Richard M. Stallman | 1996-12-31 | 2 | -0/+238 |
| * | <float.h>: Include if STDC_HEADERS. | Paul Eggert | 1996-12-30 | 1 | -15/+15 |
| * | <float.h>: Include if STDC_HEADERS. | Paul Eggert | 1996-12-30 | 1 | -1/+34 |
| * | (MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it | Paul Eggert | 1996-12-30 | 1 | -2/+3 |
| * | (Fbyte_code): Add error check for jumping out of range. | Richard M. Stallman | 1996-12-30 | 1 | -0/+10 |
| * | Include blockinput.h. | Richard M. Stallman | 1996-12-30 | 1 | -0/+5 |
| * | (process.o): Depend on blockinput.h. | Richard M. Stallman | 1996-12-30 | 1 | -1/+2 |
| * | (LD_SWITCH_SYSTEM): Use just -X. | Richard M. Stallman | 1996-12-27 | 1 | -6/+6 |
| * | (dos_set_keyboard): Test whether KEYB.COM is installed | Richard M. Stallman | 1996-12-27 | 1 | -0/+15 |
| * | (Fdefalias): Change argument name and doc string. | Richard M. Stallman | 1996-12-26 | 1 | -6/+6 |
| * | (Ffset): Change argument name and doc string. | Richard M. Stallman | 1996-12-26 | 1 | -6/+6 |
| * | (x_iconify_frame): Clear visible when we set iconified. | Richard M. Stallman | 1996-12-26 | 1 | -0/+5 |
| * | (single_keymap_panes): New arg DEPTH. | Richard M. Stallman | 1996-12-26 | 1 | -7/+15 |
| * | (window_scroll): Preserve vpos of point | Richard M. Stallman | 1996-12-26 | 1 | -22/+58 |
| * | (read_char_x_menu_prompt): Unread and record all the input events from here. | Richard M. Stallman | 1996-12-26 | 1 | -5/+52 |
| * | (standard_args): Add -find-file and -visit. | Richard M. Stallman | 1996-12-26 | 1 | -0/+2 |
| * | (internal_self_insert): If the abbrev has no expansion, | Richard M. Stallman | 1996-12-26 | 1 | -4/+14 |
| * | (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion. | Richard M. Stallman | 1996-12-26 | 1 | -7/+7 |
| * | (set_point): Use virtual bounds, not real bounds, | Richard M. Stallman | 1996-12-20 | 1 | -4/+36 |
| * | (FRONT_NONSTICKY_P): New macro. | Richard M. Stallman | 1996-12-20 | 1 | -0/+2 |
| * | (try_window): Add error check for POS. | Richard M. Stallman | 1996-12-20 | 1 | -2/+7 |
| * | (modify_event_symbol): | Richard M. Stallman | 1996-12-19 | 1 | -1/+1 |
| * | (x_set_title): Check data type of NAME. | Richard M. Stallman | 1996-12-19 | 1 | -0/+2 |
| * | (Fmatch_data): Doc fix. | Richard M. Stallman | 1996-12-19 | 1 | -1/+1 |
| * | (set_frame_menubar): Call Fmatch_data with new explicit arguments. | Richard M. Stallman | 1996-12-19 | 2 | -2/+2 |
| * | (read_process_output, exec_sentinel): | Richard M. Stallman | 1996-12-19 | 1 | -4/+4 |
| * | (Fmatch_data): New args INTEGERS and REUSE. | Richard M. Stallman | 1996-12-18 | 1 | -5/+35 |
| * | (HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs. | Richard M. Stallman | 1996-12-18 | 1 | -0/+5 |
| * | (send_process) [EMACS_HAS_USECS]: | Richard M. Stallman | 1996-12-18 | 1 | -0/+4 |
| * | (set_point): Use virtual bounds, not real bounds, | Richard M. Stallman | 1996-12-18 | 1 | -2/+5 |
| * | (merge_properties_sticky): Don't discard explicit nil | Richard M. Stallman | 1996-12-17 | 1 | -12/+24 |
| * | Fix previous change. | Richard M. Stallman | 1996-12-16 | 1 | -1/+4 |