- 30 Mar, 1993 1 commit
-
-
Jim Blandy authored
floating-point as well as integer arguments. subr.el defines the former as an alias for the latter. * data.c (Fnumber_to_string): Renamed from Fint_to_string. (wrong_type_argument): Adjust caller. (syms_of_data): Adjust defsubr. * fns.c (concat): Adjust caller. * lisp.h (Fnumber_to_string): Adjust extern declaration. * mocklisp.c (Finsert_string): Adjust caller. * process.c (status_message): Adjust caller.
-
- 29 Mar, 1993 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
LIBX11_SYSTEM, HAVE_RANDOM, BSTRING.
-
- 28 Mar, 1993 7 commits
-
-
Richard M. Stallman authored
before expanding it. But avoid unneeded or infinite recursive expand. (Fwrite_region): Set visit_file after expanding file arg. Also expand VISIT arg if specified.
-
Richard M. Stallman authored
after reading each key sequence.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Field `font' is now a pointer.
-
Richard M. Stallman authored
(FRAME_MODE_LINE_FACE): New macros. (struct x_display): New fields faces, n_faces.
-
Richard M. Stallman authored
If old text has any capitalized words, capitalize new text.
-
Richard M. Stallman authored
-
- 27 Mar, 1993 4 commits
-
-
Jim Blandy authored
-
Richard M. Stallman authored
(OVERLAY_START, OVERLAY_END, OVERLAY_VALID): New macros. (OVERLAY_POSITION): Likewise. (searchbuf): Decl deleted--doesn't belong here. Delete include of regex.h for VMS.
-
Richard M. Stallman authored
Delete last vestige of fieldlist slot. (Fregion_fields): Finally deleted. (overlays_at, recenter_overlay_lists): New functions. (Fmake_overlay, Fdelete_overlay, Foverlay_get, Foverlay_put): Likewise. (Fmove_overlay, Foverlays_at, Fnext_overlay_change): Likewise. (Foverlay_lists, Foverlay_recenter): Likewise.
-
Richard M. Stallman authored
-
- 25 Mar, 1993 13 commits
-
-
Jim Blandy authored
access the display structure directly.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
properly on VMS as well as Unix.
-
Jim Blandy authored
-
Jim Blandy authored
(WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG, WCOREDUMP, WTERMSIG): New dummy definitions. (deactivate_process): Add missing semicolon.
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
If it's set, #define LIBX11_SYSTEM and HAVE_RANDOM as appropriate for XFree386. * sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is #defined.
-
- 24 Mar, 1993 6 commits
-
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Jim Blandy authored
X calls in this function. * xfns.c [not HAVE_X11R4] (select_visual): It's v->visualid, not x->visualid. x isn't defined.
-
Jim Blandy authored
we're polling for input, abort; input polling should always be suppressed while we're waiting for input. * keyboard.c (interrupt_signal): Remove extern declaration of Vwindow_system; this is no longer used.
-
Jim Blandy authored
-
Jim Blandy authored
Change suspend-hooks back to suspend-hook and make it a normal hook.
-
- 23 Mar, 1993 5 commits
-
-
Jim Blandy authored
-
Jim Blandy authored
#defined.
-
Jim Blandy authored
* ymakefile (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): Provide default values. Include C_SWITCH_X_SITE in CFLAGS, include LD_SWITCH_X_SITE in LIBX, and pass C_SWITCH_X_SITE to the make which builds the X Menu library.
-
Jim Blandy authored
(Fx_color_defined_p): Renamed from Fx_defined_color. (syms_of_xfns): Adjusted.
-
Richard M. Stallman authored
(Fmove_to_column, compute_motion): Allow tab_width up to 1000.
-