1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
Commit graph

2104 commits

Author SHA1 Message Date
Richard M. Stallman
93fda17869 (Fprevious_single_property_change): Fix missing \n\. 1993-11-12 20:38:30 +00:00
Richard M. Stallman
5c03767e4f (Fcall_process): Clear synch_process_death and
synch_process_retcode before the vfork.
1993-11-11 04:36:02 +00:00
Richard M. Stallman
472895ad89 (XTmouse_position): Undo roland's change.
Fix bug in bfox change.
1993-11-11 02:33:43 +00:00
Roland McGrath
f31fe4725c [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. 1993-11-11 00:41:15 +00:00
Roland McGrath
e5074ca4b1 (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. 1993-11-10 22:56:45 +00:00
Richard M. Stallman
449c2677c3 Initial revision 1993-11-10 21:03:53 +00:00
Richard M. Stallman
240d522211 (intervals.o): Depend on puresize.h. 1993-11-10 20:12:45 +00:00
Richard M. Stallman
328c0f1fe5 Include puresize.h.
(create_root_interval): Check to see if PARENT is in
pure memory.  If so, we cannot write it.
1993-11-10 20:11:44 +00:00
Richard M. Stallman
8a981af5bb (Fraise_frame): Do like the documentation says, and make
the frame visible first.
1993-11-10 20:09:54 +00:00
Richard M. Stallman
4dea6d905e (Tmouse_position): If the passed in frame is not an
Xwindow frame, don't do anything.
1993-11-10 20:07:07 +00:00
Richard M. Stallman
727b007cb2 (EMACS_GETPGRP): New macro hides argument passing to
system getpgrp.  Reinstate some semblance of control over this
macros behaviour by paying attention to GETPGRP_NO_ARG.
1993-11-10 20:03:25 +00:00
Richard M. Stallman
e89a2cd50e (sys_suspend): Use EMACS_GETPGRP macro. 1993-11-10 20:02:50 +00:00
Richard M. Stallman
d04d81d2cb (main): Use EMACS_GETPGRP macro.
(shut_down_emacs): Use EMACS_GETPGRP macro.
1993-11-10 20:02:12 +00:00
Richard M. Stallman
06c5fe0034 (make_pure_string): If we USE_TEXT_PROPERTIES, set the
interval of the pure string to NULL_INTERVAL.
1993-11-10 19:55:18 +00:00
Richard M. Stallman
b01b093a01 Treat convex like hpux. 1993-11-10 19:53:29 +00:00
Richard M. Stallman
3acb9a699b (Fskip_chars_backward, Fskip_chars_forward): Doc fix. 1993-11-10 19:52:09 +00:00
Richard M. Stallman
7fc8191e85 (Fforward_comment): On backward scan, exit inner loop
after we reach beginning of a comment.
Check the SYNTAX_COMMENT_STYLE of a one-character comment ender.
(scan_lists): Check the SYNTAX_COMMENT_STYLE
of a one-character comment ender.
1993-11-10 19:45:50 +00:00
Richard M. Stallman
a00d55893e (read_input_waiting): Don't mess with meta bit
if read_socket_hook is nonzero.

(LPASS8, LNOFLSH): Move definitions earlier.
(child_setup_tty): Turn on LPASS8.
1993-11-10 08:30:22 +00:00
Richard M. Stallman
c52419107a (skip_chars): Finish reenabling checks for buffer bounds.
Use XINT, not XFASTINT, when testing.
1993-11-10 08:29:34 +00:00
Richard M. Stallman
c975dd7a65 (Fwrite_region): Fix minor bugs in POS arg to awrite. 1993-11-10 07:59:21 +00:00
Richard M. Stallman
e53cb100f7 (syms_of_xterm): Initialize last_mouse_scroll_bar. 1993-11-10 06:10:27 +00:00
Richard M. Stallman
4c39085081 Doc fixes. 1993-11-09 21:37:50 +00:00
Richard M. Stallman
2950a20e83 (Ferase_buffer): Doc fix. 1993-11-09 21:34:18 +00:00
Richard M. Stallman
794ce2c144 *** empty log message *** 1993-11-06 08:05:07 +00:00
Richard M. Stallman
1bf96fb5d0 (child_setup_tty): Make the pty handle 8-bit characters. 1993-11-06 05:14:07 +00:00
Richard M. Stallman
1d2c16fa6d [TERM]: Include client.h.
(Fopen_network_stream): Handle TERM.
1993-11-04 22:13:15 +00:00
Richard M. Stallman
cafdb68af9 [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE. 1993-11-04 22:12:59 +00:00
Richard M. Stallman
dff815ef33 (x_new_font): xmalloc arg was 1 too small. 1993-11-03 20:31:49 +00:00
Roland McGrath
8f090e8546 entered into RCS 1993-11-03 13:06:04 +00:00
Richard M. Stallman
3c92186cd2 *** empty log message *** 1993-11-02 04:59:22 +00:00
Brian Fox
393a96790d (Fopen_netwrok_stream): Cast arg to inet_addr to (char *). 1993-10-25 05:13:17 +00:00
Brian Fox
16fdc568c3 (Freplace_match): Fix argument names to match doc string.
(Fmatch_beginning): Fix doc string to match argument name.
1993-10-25 05:09:20 +00:00
Brian Fox
32085e8e56 Declare `logb' only if HAVE_LOGB is defined. 1993-10-25 04:54:54 +00:00
Brian Fox
f73b0adae7 (Fcopy_file): Don't allow the copying of anything other than regular
files or symlink files.
1993-10-25 04:42:12 +00:00
Richard M. Stallman
84d91fda2e (read_key_sequence): Arg prompt is now a Lisp object.
Pass it to functions found in function-key-map and key-translation-map.
(Fread_key_sequence, command_loop_1): Calls changed.
1993-10-24 23:28:06 +00:00
Brian Fox
f5824775b8 Add #undef HAVE_UNISTD_H so that configure can edit it correctly. 1993-10-22 11:20:55 +00:00
Richard M. Stallman
20ddfff719 (status_notify): Don't read from process if filter is t.
(Fset_process_filter): Set or clear bit in input_wait_mask when nec.
1993-10-22 01:16:04 +00:00
Richard M. Stallman
defa77b5a6 [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. 1993-10-20 02:47:12 +00:00
Richard M. Stallman
2ba0ccff3a (Fcar_less_than_car): Fix typo in previous change. 1993-10-14 04:30:19 +00:00
Richard M. Stallman
a927f5c9af (Fdelete_overlay, Foverlay_put): Use marker_position,
not OVERLAY_POSITION, to get args for redisplay_region.
1993-10-14 04:29:17 +00:00
Richard M. Stallman
1abe6abe4f (read_key_sequence): Allow function in key-translation-map
just as in function-key-map.

(read_key_sequence): Allow function-key-map to have a
function as the binding; call the function and use its value.
1993-10-13 06:01:49 +00:00
Jim Meyering
2f4e547fcb *** empty log message *** 1993-10-12 05:02:22 +00:00
Richard M. Stallman
4cd7a37326 [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. 1993-10-09 21:51:36 +00:00
Richard M. Stallman
d6a3cc1563 (Vafter_insert_file_functions): New variable.
(Vwrite_region_annotate_functions): New variable.
(Qcar_less_than_car): New variable.
(Fcar_less_than_car): New function.
(syms_of_fileio): Make Lisp variables and function available.
staticpro Qcar_less_than_car.
(a_write, build_annotations): New functions.
(Fwrite_region): Call them.
(Finsert_file_contents): Run the Vafter_insert_file_functions.
1993-10-09 21:30:48 +00:00
Richard M. Stallman
c5cb15cb10 (BSTRING): Define only if HAVE_BCOPY. 1993-10-08 15:28:23 +00:00
Richard M. Stallman
b7e4bce27b (SYSTEM_TYPE): Put into #if 0. 1993-10-08 15:05:37 +00:00
Brian Fox
d302d40a7f (skip_chars): Fixed typo. 1993-10-08 07:36:11 +00:00
Brian Fox
d97ca6a1a4 (skip_chars): Reinstate check for end of buffer, ignoring cryptic
comment.
1993-10-07 22:58:57 +00:00
Brian Fox
e5f55f0753 Format comment. 1993-10-05 01:50:32 +00:00
Brian Fox
1abbab7afd Comment update reflects reality. 1993-10-05 01:48:48 +00:00