1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Brian Fox
3df34fdb94 (XScreenNumberOfScreen): Move assignments out of declaration for (dpy,
dpyscr).  Some older versions of MIPS compilers miscompile this expression.
1993-09-22 18:07:44 +00:00
Richard M. Stallman
6366e5dff0 entered into RCS 1993-09-20 20:03:30 +00:00
Roland McGrath
82cb56fb14 *** empty log message *** 1993-09-20 20:02:01 +00:00
Richard M. Stallman
d00a8c7893 Add #undef HAVE_RES_INIT. 1993-09-19 19:28:39 +00:00
Richard M. Stallman
5290d2c206 (LIBS_SYSTEM): Use -lresolv if it seems appropriate. 1993-09-16 22:58:36 +00:00
Richard M. Stallman
843873e99f (LIB_STANDARD): Add a second -lc after crtn.o. 1993-09-14 19:47:43 +00:00
Richard M. Stallman
edb0cf8d8d (LIBS_MACHINE): Make definition empty. 1993-09-14 12:12:42 +00:00
Richard M. Stallman
7ea69158f0 (graft_intervals_into_buffer): New arg INHERIT. 1993-09-14 12:10:53 +00:00
Richard M. Stallman
0c28711271 (Funexpand_abbrev, Fexpand_abbrev): Pass new arg to insert_from_string. 1993-09-14 12:10:27 +00:00
Richard M. Stallman
5778daa93e (Fsubstitute_command_keys): Pass new arg to insert_from_string. 1993-09-14 12:10:02 +00:00
Richard M. Stallman
3cab9ae4e1 (Fminibuffer_complete_word): Pass new arg to insert_from_string*. 1993-09-14 12:09:15 +00:00
Richard M. Stallman
be91036a03 (Finsert_and_inherit): New function.
(Finsert_and_inherit_before_markers): New function.
(Finsert, Finsert_before_markers): Pass new arg to insert_from_string*.
1993-09-14 12:08:49 +00:00
Richard M. Stallman
d756355c96 (Freplace_match): Call Finsert_and_inherit. 1993-09-14 12:08:30 +00:00
Richard M. Stallman
9391e59130 (insert_from_string): Pass extra arg to graft_intervals_into_buffer.
New arg INHERIT.
(insert_from_string_before_markers): New arg INHERIT.
1993-09-14 12:08:02 +00:00
Richard M. Stallman
3fe5383642 (HAVE_X11R4): If AIX, do not define HAVE_X11R4. 1993-09-13 04:15:45 +00:00
Richard M. Stallman
0268964066 (AIX3_2): Defined. 1993-09-13 04:15:24 +00:00
Richard M. Stallman
f6c25ced5c (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2. 1993-09-13 04:15:08 +00:00
Richard M. Stallman
739f36e243 (bzero, bcopy, bcmp): Don't define as functions
if they are defined as macros.
1993-09-12 12:36:30 +00:00
Roland McGrath
2a6b353709 Include <paths.h>, not "paths.h". 1993-09-12 01:34:01 +00:00
Roland McGrath
18160b98ce Include <config.h> instead of "config.h". 1993-09-10 06:15:46 +00:00
Roland McGrath
21ed446104 (clean): Use rm -f.
(xmakefile): Use -I. in cpp run.
1993-09-10 05:15:05 +00:00
Roland McGrath
60fa73fdf2 Initial revision 1993-09-10 05:02:57 +00:00
Roland McGrath
e0dd62f616 entered into RCS 1993-09-10 04:36:09 +00:00
Roland McGrath
94f6013a00 *** empty log message *** 1993-09-10 04:22:01 +00:00
Richard M. Stallman
61c3ce6288 (x_term_init): Call change_keyboard_wait_descriptor,
instead of dup2.  Use the existing X desc number in fcntl calls.
(XTread_socket): Don't forget to clear out `mask'.
1993-09-08 17:53:49 +00:00
Richard M. Stallman
dd2281ae2a (keyboard_descriptor): New variable.
(wait_reading_process_input, init_keyboard): Use it.
Also call change_input_fd.
(change_keyboard_wait_descriptor): New function.
1993-09-08 17:53:11 +00:00
Richard M. Stallman
64e971c33b (stuff_char): Use input_fd.
(narrow_foreground_group, widen_foreground_group, init_sys_modes)
(init_baud_rate, init_sigio, request_sigio, unrequest_sigio): Likewise.
(change_input_fd): New function.
1993-09-08 16:55:53 +00:00
Francesco Potortì
953d263ecd * filelock.c (fill_in_lock_short_file_name): corrected the crc
generation algorithm.
1993-09-08 15:28:44 +00:00
David J. MacKenzie
75f9d62502 comment fix 1993-08-19 22:29:35 +00:00
Roland McGrath
252e4dba33 (F{next,previous}_single_property_change): Doc fix. 1993-08-19 20:18:46 +00:00
Roland McGrath
0114e17e66 *** empty log message *** 1993-08-16 19:10:25 +00:00
Richard M. Stallman
039f26a48f (mkdir, rmdir): Use wait_for_termination to wait.
Redirect descriptors 0...2 to /dev/null.
1993-08-15 04:28:05 +00:00
Richard M. Stallman
74e299845c (HAVE_VFORK, INTEL386, aix386): Add #undef. 1993-08-15 03:55:29 +00:00
Richard M. Stallman
719b4a405f (Qread_file_name_internal): New var.
(syms_of_minibuf): Set it up and protect it.
(Fminibuffer_complete_word): When completing a file name,
expand envvar references.
1993-08-15 03:54:35 +00:00
Richard M. Stallman
94c8642adf Include syswait.h. 1993-08-15 03:53:33 +00:00
Richard M. Stallman
889255b458 Include syswait.h.
(wait_reading_process_input): Exit without waiting
if wait_for_cell is already non-nil.
1993-08-15 03:52:43 +00:00
Richard M. Stallman
2313b945f2 (adjust_intervals_for_insertion): If inserting in middle
of interval that is sticky in neither direction, don't copy props.
(merge_properties_sticky): Handle non-list as front-sticky or
rear-nonsticky property.
1993-08-15 03:49:28 +00:00
Richard M. Stallman
9d11b9a193 (mostlyclean): Don't delete emacs here.
(clean): Delete emacs and emacs-* here.
(distclean): Don't delete emacs-* here.
1993-08-15 03:39:42 +00:00
Richard M. Stallman
d1f21a66c4 (struct property_change): New field `arrived'.
(expect_property_change): Return struct property_change *.
Clear `arrived'.
(unexpect_property_change): Take one as argument.
(wait_for_property_change): Take one as argument.
If `arrived' is set, don't wait.
(wait_for_property_change_unwind): Corresponding changes.
(receive_incremental_selection): Corresponding changes.
(x_reply_selection_request): Corresponding changes.
(property_deleted_p): Function deleted.

(x_handle_selection_clear): Redisplay.
1993-08-14 23:02:58 +00:00
Richard M. Stallman
b90d9e8043 (compile_pattern): Cast result of re_compile_pattern. 1993-08-14 20:16:43 +00:00
Richard M. Stallman
e443f843a4 (init_cmdargs): Check openp result for 1, not != 0. 1993-08-14 18:37:47 +00:00
Richard M. Stallman
6dba18584c (x_wm_set_size_hint): New args spec_x and spec_y.
Set the window gravity.  All callers changed.

(XTread_socket): Make copy_buffer unsigned.

(x_calc_absolute_position): For negative coords, take
account of added width from window manager's outer window.
1993-08-14 11:00:54 +00:00
Richard M. Stallman
8014cc0367 (x_wm_set_size_hint): New args spec_x and spec_y.
Set the window gravity.  All callers changed.
1993-08-14 10:59:10 +00:00
Richard M. Stallman
1658603c0c (Fx_popup_menu): Adjust coords so they are relative to the inner window. 1993-08-14 10:30:09 +00:00
Richard M. Stallman
43626ea48d entered into RCS 1993-08-14 09:38:56 +00:00
Richard M. Stallman
64c1864a88 (__CTOR_LIST__): Don't declare it on Linux. 1993-08-14 07:34:28 +00:00
Richard M. Stallman
4601350064 (getpwuid): Declare it as in xrdb.c.
(init_filelock): Don't use return value of strcpy.
1993-08-14 07:21:00 +00:00
Richard M. Stallman
11378c410a (x_set_frame_parameters): Don't die if just one of
height and width was set.  Likewise left and top.
1993-08-14 07:20:08 +00:00
Richard M. Stallman
871d0ce7fb (internal_equal): Typo in previous change. 1993-08-14 07:14:13 +00:00
Richard M. Stallman
e050ef745e (property_change_between_p): Test NULL_INTERVAL_P
in loop, before looking at next->position.
1993-08-14 04:36:08 +00:00