| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (re_compile_fastmap): Don't free stack if it's empty. | Richard M. Stallman | 1995-05-15 | 1 | -5/+9 |
| * | (LD_SWITCH_SYSTEM): Define. | Richard M. Stallman | 1995-05-15 | 1 | -0/+10 |
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1995-05-15 | 1 | -1/+2 |
| * | (vmotion): handle the case where `minibuf_prompt' is nil. | Karl Heuer | 1995-05-15 | 1 | -1/+1 |
| * | (vmotion): Simplify. Replace last three args with a single | Karl Heuer | 1995-05-13 | 1 | -72/+63 |
| * | (minmax): New macro. | Karl Heuer | 1995-05-13 | 1 | -16/+17 |
| * | (Fdelete_other_windows): Fix args to vmotion. | Karl Heuer | 1995-05-13 | 1 | -2/+1 |
| * | (Qvendor_specific_keysyms): New var. | Karl Heuer | 1995-05-13 | 1 | -3/+13 |
| * | (main) [NeXT]: Add missing braces. | Karl Heuer | 1995-05-12 | 1 | -6/+7 |
| * | (init_system_name): Clean up signedness mismatch. | Karl Heuer | 1995-05-12 | 1 | -1/+1 |
| * | (float_to_string): Fix type mismatch and simplify. | Karl Heuer | 1995-05-12 | 1 | -9/+11 |
| * | (unexec): Fix type mismatch. | Karl Heuer | 1995-05-12 | 1 | -1/+2 |
| * | [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring. | Karl Heuer | 1995-05-11 | 1 | -1/+3 |
| * | [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring. | Karl Heuer | 1995-05-11 | 1 | -11/+15 |
| * | AIX support from Tim Bell <tbel@afsmail.cern.ch>: | Roland McGrath | 1995-05-10 | 1 | -14/+32 |
| * | (BSD): Include sys/param.h instead of redefining BSD. | Richard M. Stallman | 1995-05-09 | 1 | -2/+4 |
| * | (Fcall_process): Keep reading till buffer is nearly full. | Richard M. Stallman | 1995-05-09 | 1 | -7/+25 |
| * | Vdefault_minibuffer_frame is now part of KBOARD instead | Karl Heuer | 1995-05-09 | 1 | -8/+6 |
| * | (struct kboard): New member Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+3 |
| * | (init_kboard): Initialize Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| * | (VMS_SUPPORT): Add missing `.elc'. | Richard M. Stallman | 1995-05-09 | 1 | -3/+14 |
| * | (make_frame_without_minibuffer): New arg KB. | Karl Heuer | 1995-05-09 | 1 | -1/+7 |
| * | (Fx_create_frame): Pass kb to make_frame_without_minibuffer. | Karl Heuer | 1995-05-09 | 1 | -3/+9 |
| * | [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame. | Karl Heuer | 1995-05-09 | 1 | -1/+1 |
| * | (Funfocus_frame): Check for live X frame. | Richard M. Stallman | 1995-05-09 | 1 | -5/+9 |
| * | [MULTI_FRAME] (init_window_once): Set Vterminal_frame | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| * | (x_consider_frame_title): When setting multiple_frames, | Karl Heuer | 1995-05-09 | 1 | -3/+21 |
| * | [MULTI_KBOARD] (read_char): If the character was for | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| * | (prepare_menu_bars): Save and restore the match data. | Richard M. Stallman | 1995-05-09 | 1 | -5/+20 |
| * | (Fdump_emacs): Don't use & before my_edata. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
| * | (Fread_key_sequence): Doc fix. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
| * | (Fraise_frame, Flower_frame): Make arg FRAME optional. | Richard M. Stallman | 1995-05-08 | 1 | -2/+2 |
| * | * delta.h (C_SWITCH_MACHINE): Let configure decide if this is a | Francesco Potortì | 1995-05-08 | 1 | -23/+12 |
| * | (region-cache.obj,vm-limit.obj): Dependencies defined. | Richard M. Stallman | 1995-05-08 | 1 | -4/+22 |
| * | (Fdisplay_buffer): Initialize other, upper, lower. | Richard M. Stallman | 1995-05-08 | 1 | -0/+1 |
| * | (Fmatch_data, Fstore_match_data): Declared. | Richard M. Stallman | 1995-05-07 | 1 | -0/+1 |
| * | (wait_reading_process_input): Pass arg in new call to set_waiting_for_input. | Richard M. Stallman | 1995-05-07 | 1 | -1/+1 |
| * | (TRES): Defined. | Richard M. Stallman | 1995-05-07 | 1 | -9/+27 |
| * | (GETPGRP_NO_ARG): Defined | Richard M. Stallman | 1995-05-07 | 1 | -1/+2 |
| * | (region_face, next_face_id): Make static. | Richard M. Stallman | 1995-05-07 | 1 | -2/+2 |
| * | (isfloat_string): Reject strings like "0.5+". | Richard M. Stallman | 1995-05-07 | 1 | -21/+26 |
| * | (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0. | Richard M. Stallman | 1995-05-07 | 1 | -1/+1 |
| * | (syms_of_window): Doc fix. | Richard M. Stallman | 1995-05-07 | 1 | -16/+18 |
| * | (wait_reading_process_input): Don't call prepare_menu_bars. | Richard M. Stallman | 1995-05-06 | 1 | -6/+6 |
| * | (gc_cons_threshold): Change back to int. | Richard M. Stallman | 1995-05-06 | 1 | -2/+4 |
| * | (gc_cons_threshold): Change back to int. | Richard M. Stallman | 1995-05-06 | 1 | -1/+1 |
| * | (GETPGRP_NO_ARG): New definition. | Richard M. Stallman | 1995-05-06 | 1 | -0/+1 |
| * | (bcmp, bcopy): Fix backward BSTRING conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -2/+2 |
| * | [! emacs]: #undef REL_ALLOC. | Richard M. Stallman | 1995-05-06 | 1 | -0/+5 |
| * | Delete all APOLLO conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -18/+8 |