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