| Commit message (Expand) | Author | Age | Files | Lines |
| * | (SUNOS4_SHARED_LIBRARIES): Defined. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 |
| * | (unexec): If not SUNOS4_SHARED_LIBRARIES | Richard M. Stallman | 1995-07-18 | 1 | -1/+8 |
| * | (Ffuncall, Fapply): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+2 |
| * | (Fcall_interactively): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 |
| * | (distclean): Delete Makefile.c, not Makefile.in. | Richard M. Stallman | 1995-07-18 | 1 | -3/+3 |
| * | (paths.h): Depend on paths.in. | Richard M. Stallman | 1995-07-18 | 1 | -4/+4 |
| * | Fix the other instance too. | Karl Heuer | 1995-07-18 | 1 | -1/+1 |
| * | (Fbyte_code): Fix variable names in previous change. | Karl Heuer | 1995-07-18 | 1 | -1/+1 |
| * | (mouse_get_pos, mouse_check_moved, XMenuActivate): | Karl Heuer | 1995-07-18 | 1 | -4/+4 |
| * | (mouse_moved): Variable deleted. | Karl Heuer | 1995-07-17 | 1 | -17/+25 |
| * | Fix conditional. | Karl Heuer | 1995-07-17 | 1 | -1/+1 |
| * | [linux]: Include values.h and #undef | Karl Heuer | 1995-07-17 | 1 | -1/+5 |
| * | (sys_close): Handle Sunos 4.1 bug in close errno value. | Karl Heuer | 1995-07-17 | 1 | -2/+11 |
| * | (Fx_list_fonts): Don't free thisinfo if it is 0. | Karl Heuer | 1995-07-17 | 1 | -1/+2 |
| * | (Fread): Rename arg READCHARFUN to STREAM. | Karl Heuer | 1995-07-17 | 1 | -10/+10 |
| * | (win32_mouse_position, mouse_moved_to): | Karl Heuer | 1995-07-17 | 1 | -5/+2 |
| * | (struct frame): New field `mouse_moved'. | Karl Heuer | 1995-07-17 | 1 | -0/+4 |
| * | (current_minor_maps): Catch errors in Findirect_function. | Karl Heuer | 1995-07-17 | 1 | -3/+20 |
| * | (keyboard_bit_set): Fix one-off in loop end. | Karl Heuer | 1995-07-17 | 1 | -1/+1 |
| * | (Fwrite_region): If fsync fails with EINTR, don't | Karl Heuer | 1995-07-17 | 1 | -1/+5 |
| * | (lispsource): Renamed from lispdir. | Karl Heuer | 1995-07-17 | 1 | -47/+48 |
| * | (last_overlay_modification_hooks): New variable. | Karl Heuer | 1995-07-17 | 1 | -7/+92 |
| * | (Fexpt): Use EMACS_INT for integer calculation. | Karl Heuer | 1995-07-17 | 1 | -2/+2 |
| * | (_setjmp, _longjmp): Add #undef's. | Karl Heuer | 1995-07-17 | 1 | -0/+3 |
| * | (SCO_R4): Defined. | Karl Heuer | 1995-07-17 | 1 | -0/+1 |
| * | (AMPERSAND_FULL_NAME): Defined. | Karl Heuer | 1995-07-17 | 1 | -0/+2 |
| * | (main): Add to usage message. | Karl Heuer | 1995-07-17 | 1 | -1/+2 |
| * | (Fsit_for): Don't call prepare_menu_bars here. | Karl Heuer | 1995-07-17 | 1 | -2/+0 |
| * | (x_clear_frame_selections): Delete duplicate code. | Karl Heuer | 1995-07-17 | 1 | -19/+0 |
| * | [HAVE_X11XTR6]: Include locale.h | Karl Heuer | 1995-07-17 | 1 | -40/+58 |
| * | (Flist): Rewritten. | Karl Heuer | 1995-07-17 | 1 | -20/+50 |
| * | (Fnumber_to_string): Make `buffer' long enough. | Karl Heuer | 1995-07-17 | 1 | -1/+1 |
| * | (Fbyte_code): For Beqlsign, if both args are ints, | Karl Heuer | 1995-07-17 | 1 | -1/+12 |
| * | [!__GNUC__] (LD_SWITCH_SYSTEM): Define this. | Richard M. Stallman | 1995-07-07 | 1 | -0/+4 |
| * | (C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these | Richard M. Stallman | 1995-07-07 | 1 | -4/+4 |
| * | (LIB_MOTIF, VFORK_RETURN_TYPE): Define these. | Richard M. Stallman | 1995-07-07 | 1 | -0/+6 |
| * | (x_initialize) [USE_X_TOOLKIT]: Set fallback resources. | Richard M. Stallman | 1995-07-07 | 1 | -0/+6 |
| * | (redisplay_window): Fix typos in clip_changed change. | Richard M. Stallman | 1995-07-07 | 1 | -2/+2 |
| * | (Fset_window_hscroll): Set clip_changed in the buffer. | Richard M. Stallman | 1995-07-07 | 1 | -2/+2 |
| * | (Fstart_process): Expand PROGRAM. | Richard M. Stallman | 1995-07-07 | 1 | -1/+8 |
| * | (get_keymap_1): Declared. | Richard M. Stallman | 1995-07-07 | 1 | -1/+1 |
| * | (Fwiden): Set clip_changed in current buffer. | Richard M. Stallman | 1995-07-07 | 1 | -3/+3 |
| * | (overlays_in): Don't count empty overlays at END. | Richard M. Stallman | 1995-07-07 | 1 | -9/+12 |
| * | Don't use relocatable allocator. | Richard M. Stallman | 1995-07-07 | 1 | -3/+4 |
| * | (read_char): Temporarily clear Vquit_flag | Richard M. Stallman | 1995-07-02 | 1 | -1/+4 |
| * | (clip_changed): Variable deleted. | Richard M. Stallman | 1995-07-02 | 1 | -15/+31 |
| * | (struct buffer): New field clip_changed. | Richard M. Stallman | 1995-07-02 | 1 | -0/+3 |
| * | (x_set_icon_type, x_set_icon_name): Don't ever remap the | Richard M. Stallman | 1995-07-02 | 1 | -20/+0 |
| * | (Vspecial_event_map): New variable. | Richard M. Stallman | 1995-07-02 | 1 | -0/+30 |
| * | (compute_char_face): Use Fsafe_length. | Richard M. Stallman | 1995-07-01 | 1 | -5/+10 |