| Commit message (Expand) | Author | Age | Files | Lines |
| * | (read_minibuf): Don't add to the history list if the minibuffer string is | Karl Heuer | 1994-09-16 | 1 | -2/+3 |
| * | [not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined. | Richard M. Stallman | 1994-09-16 | 1 | -0/+4 |
| * | (xmenu.o): Depend on puresize.h. | Richard M. Stallman | 1994-09-16 | 1 | -8/+4 |
| * | [!HAVE_X_WINDOWS] (frame_title_ptr): define as always null. | Karl Heuer | 1994-09-16 | 1 | -0/+2 |
| * | Delete X11 conditionals. | Richard M. Stallman | 1994-09-16 | 1 | -472/+3 |
| * | Delete X11 conditionals. | Richard M. Stallman | 1994-09-16 | 1 | -870/+16 |
| * | (Fx_display_grayscale_p): Check for > 1 pane. | Richard M. Stallman | 1994-09-16 | 1 | -1/+1 |
| * | (Fx_display_grayscale_p): New function. | Richard M. Stallman | 1994-09-16 | 1 | -1/+14 |
| * | (__bsdi__): Define, unless already defined. | Richard M. Stallman | 1994-09-16 | 1 | -0/+6 |
| * | (getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__. | Richard M. Stallman | 1994-09-16 | 1 | -1/+1 |
| * | (getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__. | Richard M. Stallman | 1994-09-16 | 1 | -1/+1 |
| * | (multiple_frames, Vframe_title_format, Vicon_title_format): New variables. | Karl Heuer | 1994-09-16 | 1 | -61/+140 |
| * | (syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again. | Karl Heuer | 1994-09-16 | 1 | -4/+11 |
| * | (syms_of_textprop): Delete Lisp var interval-balance-threshold. | Richard M. Stallman | 1994-09-15 | 1 | -5/+0 |
| * | (interval_balance_threshold): Var deleted. | Richard M. Stallman | 1994-09-15 | 2 | -5/+0 |
| * | (Fx_create_frame): Make 1 the default for menu-bar-lines. | Richard M. Stallman | 1994-09-15 | 1 | -1/+1 |
| * | (SUNOS4): Defined. | Richard M. Stallman | 1994-09-15 | 1 | -0/+4 |
| * | Include window.h. | Richard M. Stallman | 1994-09-15 | 1 | -0/+6 |
| * | (Fcompleting_read): Doc fix. | Richard M. Stallman | 1994-09-15 | 1 | -0/+4 |
| * | Include puresize.h. | Richard M. Stallman | 1994-09-14 | 1 | -1/+5 |
| * | (Fset_default_file_modes): Doc fix. | Richard M. Stallman | 1994-09-14 | 1 | -2/+2 |
| * | (delete_temp_file): Use Fdelete_file. | Richard M. Stallman | 1994-09-14 | 1 | -1/+3 |
| * | (syms_of_keymap): Doc fix. | Richard M. Stallman | 1994-09-13 | 1 | -6/+9 |
| * | (gobble_input): Block SIGALRM if we are using it. | Richard M. Stallman | 1994-09-13 | 1 | -1/+11 |
| * | Comment fix. | Richard M. Stallman | 1994-09-10 | 1 | -1/+1 |
| * | (record_asynch_buffer_change): Don't test | Richard M. Stallman | 1994-09-08 | 1 | -0/+5 |
| * | [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it. | Richard M. Stallman | 1994-09-06 | 1 | -0/+6 |
| * | [__GNUC__] (HAVE_ALLOCA): Defined. | Richard M. Stallman | 1994-09-05 | 1 | -6/+15 |
| * | (init_cmdargs): After chasing link, use only the expanded name. | Richard M. Stallman | 1994-09-05 | 1 | -1/+1 |
| * | (Ffile_accessible_directory_p): Put back the gcpro. | Karl Heuer | 1994-09-05 | 1 | -2/+9 |
| * | (srandom): Pass arg to srand48; no return value. | Karl Heuer | 1994-09-05 | 1 | -1/+1 |
| * | (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48. | Richard M. Stallman | 1994-09-04 | 1 | -3/+3 |
| * | (HAVE_LRAND48): Replaces HAVE_RAND48. | Richard M. Stallman | 1994-09-04 | 1 | -1/+1 |
| * | (init_baud_rate): Test that getobaud is actually defined. | Richard M. Stallman | 1994-09-04 | 1 | -1/+1 |
| * | (init_baud_rate) [USE_GETOBAUD]: Use getobaud. | Richard M. Stallman | 1994-09-03 | 1 | -0/+5 |
| * | (prepare_to_modify_buffer): Don't call verify_overlay_modification if | Richard M. Stallman | 1994-09-02 | 1 | -5/+13 |
| * | (Fset_text_properties): | Richard M. Stallman | 1994-09-02 | 1 | -2/+11 |
| * | (Fdelete_frame): Fix previous change. | Richard M. Stallman | 1994-09-02 | 1 | -3/+3 |
| * | (display_text_line): Don't overrun the charstart area. | Richard M. Stallman | 1994-09-02 | 1 | -1/+1 |
| * | (x_make_frame_visible): Call input_polling_used. | Richard M. Stallman | 1994-09-01 | 1 | -1/+1 |
| * | (defined_color): New arg ALLOC--optionally don't allocate the color. | Richard M. Stallman | 1994-08-31 | 1 | -11/+34 |
| * | (input_polling_used): New function. | Richard M. Stallman | 1994-08-31 | 1 | -0/+12 |
| * | (insert_before_markers_and_inherit): New function. | Richard M. Stallman | 1994-08-30 | 1 | -0/+13 |
| * | (Finsert_and_inherit_before_markers): | Richard M. Stallman | 1994-08-30 | 1 | -2/+2 |
| * | (Fdelete_frame): Free the frame's glyphs arrays. | Richard M. Stallman | 1994-08-30 | 1 | -0/+15 |
| * | (free_frame_glyphs): No longer static. | Richard M. Stallman | 1994-08-30 | 1 | -1/+1 |
| * | (Ffile_accessible_directory_p): No need for gcpro. | Richard M. Stallman | 1994-08-30 | 1 | -6/+1 |
| * | (HAVE_MACH_MACH_H): Defined. | Richard M. Stallman | 1994-08-28 | 1 | -0/+3 |
| * | (Fx_color_defined_p): Return list of RGB values, not just t. | Richard M. Stallman | 1994-08-28 | 1 | -2/+10 |
| * | (polling_for_input): Declared. | Richard M. Stallman | 1994-08-28 | 1 | -0/+3 |