| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (x_new_font): Don't set filename = full_name if that's null. | Richard M. Stallman | 1994-08-12 | 1 | -1/+2 |
| | | |||||
| * | (FRAME_SUPPORT): Add faces.elc. | Richard M. Stallman | 1994-08-11 | 1 | -1/+2 |
| | | |||||
| * | (Freplace_match): Treat caseless initial like a lowercase initial. | Richard M. Stallman | 1994-08-11 | 1 | -5/+12 |
| | | |||||
| * | (Fdefine_key): Fix error message. | Richard M. Stallman | 1994-08-11 | 1 | -2/+2 |
| | | | | | (Fsingle_key_description): Likewise. | ||||
| * | (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS. | Richard M. Stallman | 1994-08-11 | 1 | -0/+2 |
| | | |||||
| * | (POSIX_SIGNALS): Define it. | Richard M. Stallman | 1994-08-11 | 1 | -0/+32 |
| | | | | | | (PTY_TTY_NAME_SPRINTF): New overriding definition. (sigsetmask): Add #undefs. | ||||
| * | (POSIX_SIGNALS, PTY_TTY_NAME_SPRINTF, sigsetmask): | Richard M. Stallman | 1994-08-11 | 1 | -21/+0 |
| | | | | | Delete those things (moved to sol2-3.h). | ||||
| * | (HAVE_VFORK): Deleted. | Richard M. Stallman | 1994-08-11 | 1 | -3/+6 |
| | | | | | (vfork): Define as emacs_vfork. | ||||
| * | (Fwindow_end): Undo previous change. | Richard M. Stallman | 1994-08-10 | 1 | -7/+11 |
| | | |||||
| * | (LIBS_MACHINE): If SOLARIS2_4, don't define this. | Richard M. Stallman | 1994-08-10 | 1 | -2/+6 |
| | | |||||
| * | (record_asynch_buffer_change): Do nothing except when waiting_for_user_input_p. | Richard M. Stallman | 1994-08-10 | 1 | -0/+10 |
| | | |||||
| * | [USG5_4] (SVR4): Defined. | Richard M. Stallman | 1994-08-09 | 1 | -0/+8 |
| | | |||||
| * | (Fwindow_end): If window_end_valid is nil, return nil. | Richard M. Stallman | 1994-08-09 | 1 | -1/+17 |
| | | |||||
| * | [MULTI_FRAME] (PURESIZE): Increased. | Richard M. Stallman | 1994-08-09 | 1 | -1/+1 |
| | | |||||
| * | (Fpos_visible_in_window_p): Do something reasonable | Richard M. Stallman | 1994-08-08 | 1 | -0/+4 |
| | | | | | if w->start is outside the buffer bounds. | ||||
| * | (XTread_socket): Don't test X_IO_BUG; make that code unconditional. | Richard M. Stallman | 1994-08-08 | 1 | -8/+2 |
| | | | | | (x_noop_count, x_term_init): Likewise. | ||||
| * | (PTY_TTY_NAME_SPRINTF): New definition. | Richard M. Stallman | 1994-08-07 | 1 | -6/+30 |
| | | | | | | | | | | | (sigsetmask): Add #undef. (SOLARIS2_4): Defined. Discard old contents of file. Instead, undef C_SWITCH_SYSTEM and const, so that we use GCC without -traditional. (HAVE_VFORK): Defined. | ||||
| * | (Faccessible_keymaps): Fix previous change. | Richard M. Stallman | 1994-08-07 | 1 | -3/+5 |
| | | |||||
| * | (compute_glyph_face_1): New function. | Richard M. Stallman | 1994-08-07 | 1 | -0/+25 |
| | | |||||
| * | (display_text_line): Use the face properties of the overlay arrow, if any. | Richard M. Stallman | 1994-08-07 | 1 | -2/+22 |
| | | |||||
| * | (Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change. | Richard M. Stallman | 1994-08-06 | 1 | -0/+3 |
| | | |||||
| * | (Fread_file_name_internal): Call double_dollars when `changed' is set. | Richard M. Stallman | 1994-08-04 | 1 | -1/+1 |
| | | |||||
| * | [SOLARIS2] (VALBITS, GCTYPEBITS): New definitions. | Richard M. Stallman | 1994-08-04 | 1 | -1/+6 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1994-08-04 | 1 | -0/+11 |
| | | |||||
| * | (Fdefine_function, Fdefalias): Handle advice as in Ffset. | Richard M. Stallman | 1994-08-04 | 1 | -7/+19 |
| | | | | | | (Qad_advice_info): Lisp and C names renamed from Qadvice_info. (Qad_activate): C name renamed from Qactivate_advice. | ||||
| * | (x_make_frame_visible): Start one_in_four at 1. | Richard M. Stallman | 1994-08-03 | 1 | -1/+1 |
| | | |||||
| * | (list_buffers_1): Add one column to size column. | Richard M. Stallman | 1994-08-03 | 1 | -1/+1 |
| | | |||||
| * | (Fwindow_end): Doc fix. | Richard M. Stallman | 1994-08-03 | 1 | -1/+4 |
| | | |||||
| * | (make_lispy_event): If the position is not in a window, | Richard M. Stallman | 1994-08-03 | 1 | -1/+4 |
| | | | | | at least pass along the frame it is in. | ||||
| * | (Faccessible_keymaps): Use PREFIX to set loop starting | Richard M. Stallman | 1994-08-03 | 1 | -3/+17 |
| | | | | | point; don't even consider maps except those reached via prefix. | ||||
| * | (construct_mouse_click, construct_menu_click): | Richard M. Stallman | 1994-08-03 | 1 | -32/+17 |
| | | | | | | | | Don't update x_mouse_grabbed, Vmouse_depressed, last_mouse_frame here. (XTread_socket): Update them here, so we do it without fail. (XTmouse_position, XTread_socket case MotionNotify): Check last_mouse_frame is nonzero before using it. | ||||
| * | (alloca.o): Use -f in all rm's. | Richard M. Stallman | 1994-08-03 | 1 | -1/+1 |
| | | |||||
| * | (follow_key): Don't downcase letters here. | Richard M. Stallman | 1994-08-02 | 1 | -51/+27 |
| | | | | | | Delete arg `case_converted'. (read_key_sequence): Do it here; but not if in middle of fcn key. | ||||
| * | (redisplay_window): Avoid using SET_PT to change point temporarily. | Richard M. Stallman | 1994-08-02 | 1 | -10/+12 |
| | | |||||
| * | (Ffset): Don't call Fget unless SYM's plist is consp. | Roland McGrath | 1994-08-01 | 1 | -1/+1 |
| | | |||||
| * | (xmenu_show): Ignore any geometry resource from the user. | Richard M. Stallman | 1994-08-01 | 1 | -0/+8 |
| | | |||||
| * | (Fprog2): Doc fix. | Richard M. Stallman | 1994-08-01 | 1 | -1/+1 |
| | | |||||
| * | (Fmove_to_window_line): Doc fix. | Richard M. Stallman | 1994-08-01 | 1 | -1/+1 |
| | | |||||
| * | (Fx_get_resource): Doc fix. | Richard M. Stallman | 1994-07-31 | 1 | -2/+2 |
| | | |||||
| * | (compile_range): Avoid warning in casts for range_start/end. | Richard M. Stallman | 1994-07-31 | 1 | -2/+2 |
| | | |||||
| * | (syms_of_data): Set up Qadvice_info, Qactivate_advice. | Richard M. Stallman | 1994-07-31 | 1 | -0/+13 |
| | | | | | (Ffset): Activate advice if symbol has advice-info property. | ||||
| * | (sit_for): Undo previous change. | Richard M. Stallman | 1994-07-31 | 1 | -4/+0 |
| | | |||||
| * | (direct_output_for_insert): Pass missing 8th | Richard M. Stallman | 1994-07-31 | 1 | -1/+1 |
| | | | | | argument to compute_char_face. | ||||
| * | (create_process): Set default handling for SIGINT, etc. | Richard M. Stallman | 1994-07-31 | 1 | -2/+5 |
| | | | | | (wait_reading_process_input): Fix previous change. | ||||
| * | (Frandom): Handle LIMIT >= 40000000. | Richard M. Stallman | 1994-07-30 | 1 | -11/+17 |
| | | |||||
| * | (decode_mode_spec): Handle %&. | Richard M. Stallman | 1994-07-30 | 1 | -0/+6 |
| | | |||||
| * | (HAVE_RAND48): Add #undef. | Richard M. Stallman | 1994-07-28 | 1 | -0/+1 |
| | | |||||
| * | (HAVE_TERMIOS, NO_TERMIO): Defined. | Richard M. Stallman | 1994-07-28 | 1 | -0/+5 |
| | | | | | (HAVE_TERMIO): Add #undef. | ||||
| * | (random): Use rand differently, and distinguish BSD/USG. | Richard M. Stallman | 1994-07-28 | 1 | -2/+9 |
| | | |||||
| * | (Frandom): Fix previous change. | Richard M. Stallman | 1994-07-28 | 1 | -1/+1 |
| | | |||||