Richard M. Stallman
996e89cd05
(x_make_frame_visible): Args to x_set_offset were swapped.
1994-04-21 08:33:48 +00:00
Richard M. Stallman
4bb45197d8
(init_callproc): Set Vdoc_directory like Vdata_directory.
1994-04-21 08:31:39 +00:00
Richard M. Stallman
fec5272baa
Comment change.
1994-04-21 07:35:28 +00:00
Richard M. Stallman
379728da93
*** empty log message ***
1994-04-21 03:24:35 +00:00
Karl Heuer
090cebb5f4
(x_top_window_to_frame): Declare this function.
1994-04-20 20:39:18 +00:00
Richard M. Stallman
1d58e36fc2
Doc fixes.
1994-04-20 19:54:08 +00:00
Richard M. Stallman
dd6e8a8dd0
(TAGS): Split off included tags file lisp/TAGS.
...
(../lisp/TAGS): New target uses recursive make.
(ctagsfiles, lisptagsfiles): New variables.
1994-04-20 19:23:04 +00:00
Francesco Potortì
ca9c55b09a
* m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined.
1994-04-20 10:52:23 +00:00
Richard M. Stallman
b6d8a44f8f
(Fmodify_frame_parameters, Fframe_parameters):
...
Define even if not MULTI_FRAME.
1994-04-20 10:25:05 +00:00
Richard M. Stallman
edf2518b2a
(HAVE_INET_SOCKETS): Add #undef.
1994-04-20 10:17:11 +00:00
Richard M. Stallman
b2bd9b6ab1
(XTread_socket): Delete the non-NEW_SELECTIONS code
...
and simplify the toolkit conditional for those cases.
1994-04-20 09:01:18 +00:00
Richard M. Stallman
5627c40e58
(XTread_socket, case ClientMessage): Use x_window_to_frame unconditionally.
...
(x_make_frame_invisible): Explicitly clear visible and
iconified flags, as well as the async flags.
(XTread_socket): Call XSetInputFocus.
(x_make_frame_invisible) [USE_X_TOOLKIT]: Use XtPopdown.
(XTread_socket): Call _XEditResCheckMessages only if HAVE_X11R5.
1994-04-20 08:51:06 +00:00
Richard M. Stallman
abdced835c
(set_window_width): Don't delete root window for being too narrow.
1994-04-20 07:27:20 +00:00
Karl Heuer
925083d1c2
(describe_map_tree, describe_map): Skip keymaps we've seen before.
1994-04-20 04:22:24 +00:00
Richard M. Stallman
39e9ebcd7f
(create_process): Call setsid only if pty_flag.
1994-04-20 03:49:47 +00:00
Karl Heuer
c3c0ee937d
(describe_map): Merge with describe_map_2.
1994-04-20 03:04:46 +00:00
Karl Heuer
791587eebf
(read_avail_input): Don't retry read.
1994-04-20 00:24:59 +00:00
Richard M. Stallman
6385c56009
(CRT0_DUMMIES): Ignore one arg.
...
(LIBS_TERMCAP): Use the system's termcap.
1994-04-19 23:09:41 +00:00
Richard M. Stallman
a974bea198
(Vlast_event_frame): Define unconditionally.
...
(syms_of_keyboard): Always make the Lisp var.
1994-04-19 22:48:32 +00:00
Richard M. Stallman
270eee4929
(${etc}DOC): Delete redundant version.el from cmd.
1994-04-19 21:45:38 +00:00
Karl Heuer
a14cad8c60
(read_avail_input): Test EINTR, not EAGAIN.
1994-04-19 05:56:20 +00:00
Karl Heuer
9134775b88
(read_avail_input): Write loop as a do-while.
1994-04-19 05:52:58 +00:00
Karl Heuer
02b3c4338e
(PURESIZE) [!MULTI_FRAME]: Increase to 200000.
1994-04-19 04:40:29 +00:00
Karl Heuer
64b25365be
(EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
1994-04-18 22:40:07 +00:00
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