| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE. | Karl Heuer | 1994-04-18 | 1 | -1/+5 |
| | | |||||
| * | (create_process): Fix previous change. | Richard M. Stallman | 1994-04-18 | 1 | -1/+1 |
| | | |||||
| * | (Xatom_editres_name): Variable defined. | Richard M. Stallman | 1994-04-17 | 1 | -3/+16 |
| | | | | | | | | (XTread_socket): Handle that kind of message. (x_term_init): Specify -name option in XtAppInitialize. (Qface, Qmouse_face): Supply missing Lisp_Object. | ||||
| * | (Xatom_editres_name): Declared. | Richard M. Stallman | 1994-04-17 | 1 | -0/+4 |
| | | | | | (Fx_open_connection): Initialize it. | ||||
| * | (EMACS_INT, EMACS_UINT): New typedefs. | Richard M. Stallman | 1994-04-17 | 1 | -0/+5 |
| | | |||||
| * | (set_case_table): Handle nil for EQV with non-nil CANON. | Richard M. Stallman | 1994-04-17 | 1 | -6/+11 |
| | | | | | (Fcase_table_p): Accept nil for EQV with non-nil CANON. | ||||
| * | (read_avail_input): Test both aix386 and _BSD. | Richard M. Stallman | 1994-04-17 | 1 | -1/+1 |
| | | |||||
| * | (Fx_create_frame): Delete excess args to x_wm_set_size_hint. | Richard M. Stallman | 1994-04-17 | 1 | -6/+18 |
| | | | | | | | Set win_gravity field. (x_window, both versions): Don't call x_calc_absolute_position. | ||||
| * | (dumpglyphs): When HL=2, check explicitly for using | Richard M. Stallman | 1994-04-17 | 1 | -32/+20 |
| | | | | | | | | | | | | | | | | | | | the frame's default font or not. (XTread_socket): For UnmapNotify, use x_any_window_to_frame. (x_set_offset): New arg CHANGE_GRAVITY. (x_make_frame_visible): Pass new arg. (x_wm_set_size_hint): Args spec_x and spec_y deleted. (x_set_offset, x_set_window_size): Don't pass those args. (x_destroy_window): Just clear out mouse_face... vars. (x_wm_set_size_hint): Use win_gravity from frame. (x_make_frame_visible): Call x_set_offset. | ||||
| * | (x_display): New field win_gravity. | Richard M. Stallman | 1994-04-17 | 1 | -0/+3 |
| | | |||||
| * | (read_char_x_menu_prompt): Don't check for value = nil | Richard M. Stallman | 1994-04-17 | 1 | -1/+1 |
| | | | | | if value was originally a cons. | ||||
| * | (xmenu_show): Fix typo in last change. | Richard M. Stallman | 1994-04-17 | 1 | -1/+1 |
| | | |||||
| * | Rewrite to use netbsd.h and define NO_SHARED_LIBS. | Richard M. Stallman | 1994-04-17 | 1 | -37/+9 |
| | | |||||
| * | (create_process): Test TIOCSETD along with NTTYDISC. | Richard M. Stallman | 1994-04-16 | 1 | -1/+1 |
| | | |||||
| * | (configuration): Use SET_MAKE to get the value of $(MAKE). | Richard M. Stallman | 1994-04-16 | 1 | -4/+4 |
| | | |||||
| * | (make_lispy_movement): Don't clip. | Karl Heuer | 1994-04-16 | 1 | -1/+1 |
| | | |||||
| * | (Fmouse_position): Don't clip. | Karl Heuer | 1994-04-16 | 1 | -1/+1 |
| | | |||||
| * | Add NO_SHARED_LIBS conditional. | Richard M. Stallman | 1994-04-16 | 1 | -0/+2 |
| | | |||||
| * | (Fset_frame_position): Pass new arg to x_set_offset. | Richard M. Stallman | 1994-04-16 | 1 | -1/+1 |
| | | |||||
| * | (read_avail_input): Fix previous change--test _BSD. | Richard M. Stallman | 1994-04-16 | 1 | -1/+1 |
| | | |||||
| * | (Fsetq_default): Doc fix. | Richard M. Stallman | 1994-04-16 | 1 | -4/+11 |
| | | |||||
| * | (Fsetq): Doc fix. | Richard M. Stallman | 1994-04-16 | 1 | -2/+5 |
| | | |||||
| * | (xmenu_show): Don't cons on subprefix_stck[j] if nil. | Richard M. Stallman | 1994-04-16 | 1 | -1/+2 |
| | | |||||
| * | (map_prompt): Declared. | Richard M. Stallman | 1994-04-16 | 1 | -0/+1 |
| | | |||||
| * | (read_avail_input): Don't generate SIGHUP of aix386; | Richard M. Stallman | 1994-04-16 | 1 | -1/+1 |
| | | | | | only on other AIX systems. | ||||
| * | (Finsert_file_contents): Fix test for unchanged file. | Richard M. Stallman | 1994-04-15 | 1 | -1/+1 |
| | | |||||
| * | (Fprocess_send_eof, Foverlay_get): Declared. | Richard M. Stallman | 1994-04-15 | 1 | -0/+2 |
| | | |||||
| * | (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face as | Karl Heuer | 1994-04-15 | 1 | -6/+8 |
| | | | | | given. | ||||
| * | (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined. | Richard M. Stallman | 1994-04-15 | 1 | -0/+4 |
| | | |||||
| * | (modify_event_symbol): Use the cdr of the alist entry. | Richard M. Stallman | 1994-04-15 | 1 | -2/+3 |
| | | | | | Whenever value is nil, intern a new symbol. | ||||
| * | (syms_of_keyboard): Init and staticpro system_key_syms. | Richard M. Stallman | 1994-04-15 | 1 | -0/+3 |
| | | |||||
| * | (LIBX): Put LIBXT after LD_SWITCH_X_SITE. | Richard M. Stallman | 1994-04-15 | 1 | -1/+1 |
| | | |||||
| * | (read_avail_input): Fix comment delimiter. | Karl Heuer | 1994-04-15 | 1 | -1/+1 |
| | | |||||
| * | (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0. | Karl Heuer | 1994-04-15 | 1 | -1/+6 |
| | | |||||
| * | (calculate_scrolling): Add explicit casts, to avoid compiler warnings. | Karl Heuer | 1994-04-15 | 1 | -2/+2 |
| | | |||||
| * | (x_make_frame_visible): Don't call XMapSubwindows. | Richard M. Stallman | 1994-04-14 | 1 | -37/+54 |
| | | | | | | | | | | | | | | | | | | | (x_iconify_frame): Likewise. (pending_autoraise_frame): New variable. (x_new_focus_frame): Don't autoraise here; just set that var. (XTread_socket): Raise that frame here. (x_destroy_window): Call clear_mouse_face if necessary. (x_new_font): Always call x_set_window_size. (x_wm_set_size_hint): If PROMPTING is 0, copy the old win_gravity field. If USPosition is set, don't set PWinGravity. (x_wm_set_size_hint): If change_gravity is 0, just don't set the gravity. | ||||
| * | (Fx_list_fonts): Error if non-X frame used. | Richard M. Stallman | 1994-04-14 | 1 | -5/+11 |
| | | | | | | (x_window): Don't call initialize_frame_menubar if no menu bar. (Fx_create_frame): Default menu-bar-lines parm before calling x_window. | ||||
| * | (last_menu_bar_item_end): New variable. | Richard M. Stallman | 1994-04-14 | 1 | -21/+76 |
| | | | | | | | | | | | | | | | (xmenu_show): Set that var. (other_menu_bar_item_p): Return 0 if mouse is not in any menu bar item. (xmenu_show, xdialog_show): Add casts in assignments to widget_value fields from string contents. (dispatch_dummy_expose): Cast arg to XtDispatchEvent. [!USE_X_TOOLKIT] (xmenu_show): Right-justify char equivalents. Use alloca for concatenated strings, if alloca is fast. [USE_X_TOOLKIT] (xmenu_show): Use XtTranslateCoords. | ||||
| * | (LIBS_SYSTEM): Defined. | Richard M. Stallman | 1994-04-14 | 1 | -0/+1 |
| | | |||||
| * | (frame_update_line_height): Don't call x_set_window_size. | Richard M. Stallman | 1994-04-14 | 1 | -5/+6 |
| | | | | | | Return 1 if line_height changed. (Fset_face_attribute_internal): Call x_set_window_size here if nec. | ||||
| * | (Fuser_real_login_name): Doc syntax fix. | Richard M. Stallman | 1994-04-14 | 1 | -1/+1 |
| | | |||||
| * | (make_lispy_event): Put mouse event code | Richard M. Stallman | 1994-04-14 | 1 | -12/+16 |
| | | | | | | | | into MULTI_FRAME conditional. (read_avail_input): Separate local var n_to_read so that reading doesn't clobber that info when it sets nread. | ||||
| * | (update_menu_bar): Take frame as arg. | Richard M. Stallman | 1994-04-14 | 1 | -59/+13 |
| | | | | | | | (update_menu_bars): Function deleted. (prepare_menu_bars): Call update_menu_bar; do it for all frames. Simplify computation of all_windows; ignore irrelevant criteria. | ||||
| * | (HAVE_X11R4): If we define HAVE_X11R5, define this too. | Richard M. Stallman | 1994-04-14 | 1 | -0/+3 |
| | | |||||
| * | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1994-04-13 | 1 | -0/+3 |
| | | |||||
| * | (inherited_pgroup): Conditionalize on BSD_PGRPS. | Richard M. Stallman | 1994-04-13 | 1 | -1/+1 |
| | | |||||
| * | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1994-04-13 | 2 | -0/+8 |
| | | |||||
| * | (TABDLY): Defined. | Richard M. Stallman | 1994-04-13 | 1 | -0/+1 |
| | | |||||
| * | (Ffile_attributes): Cast st_size to int. | Richard M. Stallman | 1994-04-13 | 1 | -1/+1 |
| | | |||||
| * | (describe_map_tree): Fix call to Flookup_key. | Richard M. Stallman | 1994-04-13 | 1 | -1/+1 |
| | | |||||