1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Richard M. Stallman
aafadd9f17 (create_process): Fix previous change. 1994-04-18 17:40:25 +00:00
Richard M. Stallman
c2df547cfa (Xatom_editres_name): Variable defined.
(XTread_socket): Handle that kind of message.
(x_term_init): Specify -name option in XtAppInitialize.

(Qface, Qmouse_face): Supply missing Lisp_Object.
1994-04-17 23:46:08 +00:00
Richard M. Stallman
eb506b8d0e (Xatom_editres_name): Declared.
(Fx_open_connection): Initialize it.
1994-04-17 23:44:33 +00:00
Richard M. Stallman
65fd20249c (EMACS_INT, EMACS_UINT): New typedefs. 1994-04-17 23:36:08 +00:00
Richard M. Stallman
5a0fd72f90 (set_case_table): Handle nil for EQV with non-nil CANON.
(Fcase_table_p): Accept nil for EQV with non-nil CANON.
1994-04-17 23:02:52 +00:00
Richard M. Stallman
762f2b928d (read_avail_input): Test both aix386 and _BSD. 1994-04-17 20:13:34 +00:00
Richard M. Stallman
2365c02761 (Fx_create_frame): Delete excess args to x_wm_set_size_hint.
Set win_gravity field.

(x_window, both versions): Don't call x_calc_absolute_position.
1994-04-17 19:31:31 +00:00
Richard M. Stallman
dc05a16bad (dumpglyphs): When HL=2, check explicitly for using
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.
1994-04-17 19:30:06 +00:00
Richard M. Stallman
379564d6f8 (x_display): New field win_gravity. 1994-04-17 09:41:15 +00:00
Richard M. Stallman
1c90c3813f (read_char_x_menu_prompt): Don't check for value = nil
if value was originally a cons.
1994-04-17 07:53:22 +00:00
Richard M. Stallman
e48087b7e2 (xmenu_show): Fix typo in last change. 1994-04-17 07:50:32 +00:00
Richard M. Stallman
3051bc72d6 Rewrite to use netbsd.h and define NO_SHARED_LIBS. 1994-04-17 05:04:12 +00:00
Richard M. Stallman
5029e0e016 (create_process): Test TIOCSETD along with NTTYDISC. 1994-04-16 07:26:19 +00:00
Richard M. Stallman
3bdaa06a92 (configuration): Use SET_MAKE to get the value of $(MAKE). 1994-04-16 07:25:42 +00:00
Karl Heuer
f02256ef9a (make_lispy_movement): Don't clip. 1994-04-16 06:58:38 +00:00
Karl Heuer
6a6d921c21 (Fmouse_position): Don't clip. 1994-04-16 06:50:52 +00:00
Richard M. Stallman
6e86313419 Add NO_SHARED_LIBS conditional. 1994-04-16 06:40:05 +00:00
Richard M. Stallman
c7c7076192 (Fset_frame_position): Pass new arg to x_set_offset. 1994-04-16 06:15:42 +00:00
Richard M. Stallman
c0bac6a3c8 (read_avail_input): Fix previous change--test _BSD. 1994-04-16 05:53:27 +00:00
Richard M. Stallman
0412bf67d1 (Fsetq_default): Doc fix. 1994-04-16 05:15:17 +00:00
Richard M. Stallman
b0d7519138 (Fsetq): Doc fix. 1994-04-16 05:07:35 +00:00
Richard M. Stallman
5964e45066 (xmenu_show): Don't cons on subprefix_stck[j] if nil. 1994-04-16 03:50:38 +00:00
Richard M. Stallman
71e61810da (map_prompt): Declared. 1994-04-16 03:50:19 +00:00
Richard M. Stallman
b00c9734d8 (read_avail_input): Don't generate SIGHUP of aix386;
only on other AIX systems.
1994-04-16 02:32:59 +00:00
Richard M. Stallman
e846c982e6 (Finsert_file_contents): Fix test for unchanged file. 1994-04-15 22:26:34 +00:00
Richard M. Stallman
7cdedc3fad (Fprocess_send_eof, Foverlay_get): Declared. 1994-04-15 22:05:41 +00:00
Karl Heuer
659a218f95 (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face as
given.
1994-04-15 22:04:48 +00:00
Richard M. Stallman
2da0df4def (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined. 1994-04-15 22:00:44 +00:00
Richard M. Stallman
b64b4075ff (modify_event_symbol): Use the cdr of the alist entry.
Whenever value is nil, intern a new symbol.
1994-04-15 21:58:19 +00:00
Richard M. Stallman
4e0e7d8ec9 (syms_of_keyboard): Init and staticpro system_key_syms. 1994-04-15 21:55:25 +00:00
Richard M. Stallman
5aff8acbe6 (LIBX): Put LIBXT after LD_SWITCH_X_SITE. 1994-04-15 21:38:47 +00:00
Karl Heuer
c3a2738cf3 (read_avail_input): Fix comment delimiter. 1994-04-15 20:44:17 +00:00
Karl Heuer
0f800451f9 (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0. 1994-04-15 19:11:48 +00:00
Karl Heuer
0fe4741d0b (calculate_scrolling): Add explicit casts, to avoid compiler warnings. 1994-04-15 01:04:26 +00:00
Richard M. Stallman
0134a21068 (x_make_frame_visible): Don't call XMapSubwindows.
(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.
1994-04-14 17:31:06 +00:00
Richard M. Stallman
90eb101970 (Fx_list_fonts): Error if non-X frame used.
(x_window): Don't call initialize_frame_menubar if no menu bar.
(Fx_create_frame): Default menu-bar-lines parm before calling x_window.
1994-04-14 17:21:38 +00:00
Richard M. Stallman
4e8d35499a (last_menu_bar_item_end): New variable.
(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.
1994-04-14 17:14:57 +00:00
Richard M. Stallman
d70c8f3052 (LIBS_SYSTEM): Defined. 1994-04-14 17:10:14 +00:00
Richard M. Stallman
6717f69111 (frame_update_line_height): Don't call x_set_window_size.
Return 1 if line_height changed.
(Fset_face_attribute_internal): Call x_set_window_size here if nec.
1994-04-14 12:07:21 +00:00
Richard M. Stallman
9658bdd075 (Fuser_real_login_name): Doc syntax fix. 1994-04-14 12:05:41 +00:00
Richard M. Stallman
587880630d (make_lispy_event): Put mouse event code
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.
1994-04-14 11:59:28 +00:00
Richard M. Stallman
ecf7de9beb (update_menu_bar): Take frame as arg.
(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.
1994-04-14 09:06:25 +00:00
Richard M. Stallman
673fea7abd (HAVE_X11R4): If we define HAVE_X11R5, define this too. 1994-04-14 04:46:12 +00:00
Richard M. Stallman
cda2316f6b [HAVE_UNISTD_H]: Include unistd.h. 1994-04-13 23:25:17 +00:00
Richard M. Stallman
647cec74ec (inherited_pgroup): Conditionalize on BSD_PGRPS. 1994-04-13 22:24:38 +00:00
Richard M. Stallman
29beb080a9 [HAVE_UNISTD_H]: Include unistd.h. 1994-04-13 22:23:24 +00:00
Richard M. Stallman
00c1bef4ea (TABDLY): Defined. 1994-04-13 22:23:00 +00:00
Richard M. Stallman
ed2ef6c9e0 (Ffile_attributes): Cast st_size to int. 1994-04-13 22:20:10 +00:00
Richard M. Stallman
982344072c (describe_map_tree): Fix call to Flookup_key. 1994-04-13 21:54:08 +00:00
Karl Heuer
6666f05acb (Vglyph_table): Doc fix. 1994-04-13 20:44:38 +00:00