Commit graph

10633 commits

Author SHA1 Message Date
Jim Blandy e67c69ed1c *** empty log message *** 1992-08-28 03:34:22 +00:00
Richard M. Stallman ce4c9c9080 (WCOREDUMP): Define only if not defined.
(create_process) [HAVE_SETSID]: Use TIOCSCTTY if exists.
1992-08-22 02:53:24 +00:00
Joseph Arceneaux d418ef42e1 Initial revision 1992-08-21 23:45:45 +00:00
Jim Blandy c89475dcaa * abbrev.c (syms_of_abbrev): Call DEFVAR_PER_BUFFER with the new
TYPE argument.
1992-08-19 07:06:09 +00:00
Richard M. Stallman 4c6e656ffe (internal_self_insert): Ignore value of Fexpand_abbrev;
instead, check whether buf is modified when it returns.
1992-08-19 07:00:42 +00:00
Richard M. Stallman ba70da8ff5 (Fexpand_abbrev): If pre-expand hook changes the buffer,
assume that means we "did an expansion".
1992-08-19 07:00:25 +00:00
Jim Blandy 16bd92ea65 * xterm.c (x_wm_hints): Variable deleted. This has to be
per-screen.  Duh.
	* xterm.c (x_wm_set_window_state, x_wm_set_icon_pixmap,
	x_wm_set_icon_position): Use F->display.x->wm_hints, rather than
	x_wm_hints.
	(x_term_init): Don't initialize x_wm_hints here.
	* xterm.c (x_set_text_property): Properly balance the BLOCK_INPUTs
	and UNBLOCK_INPUTs.  And remember that VALUE is the strin we want
	to set the name to, not PROPERTY.

	* xterm.c (x_set_text_property): Define this appropriately for
	X11R3 and X11R4.

	* xterm.c (x_set_text_property): Make this take a Lisp_Object
	string as an argument, rather than a pointer and a length.

	* xterm.c: Doc fixes.

	* xterm.c [USG5]: Don't include <sys/types.h>.

	* xterm.c (x_make_frame_invisible): Instead of calling XWithdraw
	window, which isn't widely available, write out what it does,
	since that's not much.
	(x_iconify_frame): Explicitly perform both the X11R3 and X11R4
	methods for iconification; don't use XIconifyWindow, since that's
	not present in R3.

	* xterm.c (x_wm_set_size_hint): Don't bother setting the
	base_width and base_height members; their function is performed
	just as well by the min_width and min_height members, and if we
	use XSetNormalHints instead of XSetWMNormalHints, we can be
	compatible with R3.

	* xterm.c (x_error_handler): There is no way to invoke the default
	error handler which works on all versions of X11, so don't bother;
	call XGetErrorText and print the message ourselves.

	* xterm.c (x_term_init): Don't use MAXHOSTNAMELEN; this isn't
	defined on all systems.  Since we only use that as an initial
	guess anyway, it's not very important.

	* xterm.c (x_set_text_property): New function.
1992-08-19 06:51:44 +00:00
Jim Blandy a2a4d43e4c * xrdb.c [USG5]: Define SYSV, and then include <unistd.h>. I
wish I knew why.
	Don't include <sys/types.h>; just declare getuid to return an
    	int.  Big deal.
	(MAXPATHLEN): If this is not defined by the system's include
    	files, give it a value of 256.
	(get_user_db): Fetch the defaults directly from the display
    	structure, rather than using XResourceManagerString; that
    	function doesn't exist in the older versions of X.
1992-08-19 06:51:17 +00:00
Jim Blandy f945b92083 * xfns.c (x_set_name): Take new argument EXPLICIT, instead of
OLDVAL.
	(x_explicitly_set_name, x_implicitly_set_name): New functions.
	(x_frame_parms): Use x_explicitly_set_name here.
	(x_window): Use x_implicitly_set_name here.

	* xfns.c (Fx_create_frame): Initialize f->display.x->wm_hints here.

	* xfns.c (x_set_name): Call x_set_text_property with a Lisp_Object
	string as an argument, rather than a pointer and a length.

	* xfns.c (x_get_arg): Accept a new type - symbol.  If we've
	retrieved a string from the xrdb database and the user wants a
	symbol, intern it.
	(Fx_create_frame): Use the symbol type here.

	* xfns.c (x_figure_window_size, x_icon, Fx_create_frame): Use
	values from enum resource_types for the last arg to x_get_arg,
	instead of passing numbers.

	* xfns.c (Fx_create_frame): When setting up the scroll bars, use
	the type parameter to x_default_parameter, rather than prefixing
	the resource name with a question mark.

	* xfns.c [not HAVE_X11] (Fx_create_frame): The resource which
	determines whether or not to use a bitmapped icon is called
	"IconType", not "BitmapIcon".  Update this.

	* xfns.c (x_set_name): Used x_set_text_property instead of XSetWMName and
	XSetWMIconName.

	* xfns.c (select_visual): Fetch the visual id directly from v;
    	don't call XVisualIDFromVisual, since that function is not
    	available in earlier versions of X.

	* xfns.c (x_make_gc): cursor_bits can't be local to the function;
	it's static.

	* xfns.c (Fx_create_frame): Make the default for the icon-type
    	parameter nil, not t.  It seems to cause problems with some X
    	servers.
1992-08-19 06:46:08 +00:00
Jim Blandy 11e82b76f2 * xdisp.c (display_mode_line): Use x_implicitly_set_name here.
* xdisp.c (redisplay, init_xdisp): Use FRAME_ROOT_WINDOW instead
	of minibuf_window->prev.

	* xdisp.c (decode_mode_spec): Move lots_of_dashes outside of the
	function; Emacs can't use static initialized arrays inside functions.
1992-08-19 06:43:03 +00:00
Jim Blandy 2f83aebe09 * window.c (Fset_window_configuration): Removed #if 0'd code which
assumes that minibuf_window is on the same frame as the window
	configuration.  Removed special case for windows whose prevs
	point to themselves.

	* window.c (Fset_window_configuration): Rename the argument from
	ARG to CONFIGURATION, so it matches the docstring.  The
	make-docfile program cares.

	* window.c [MULTI_FRAME] (syms_of_window): Don't staticpro
	minibuf_window; the frame list will take care of it.

	* window.c (window_loop): This used to keep track of the first
	window processed and wait until we came back around to it.  Sadly,
	this doesn't work if that window gets deleted.  So instead, use
	Fprevious_window to find the last window to process, and loop
	until we've done that one.

	* window.c [not MULTI_FRAME] (init_window_once): Don't forget to
	set the `mini_p' flag on the new minibuffer window to t.

	* window.c (Fwindow_at): Don't check the type of the frame
	argument.

	* window.c [not MULTI_FRAME] (window_loop): Set frame to zero,
	instead of trying to decode it.

	* window.c (init_window_once): Initialize minibuf_window before
	FRAME_ROOT_WINDOW, so the latter actually points to something.
1992-08-19 06:40:02 +00:00
Jim Blandy a796ac82a3 * term.c (term_get_fkeys): Some systems define `static' to be the
empty string, which means that you can't have constant
    	initialized arrays inside a function.  So move the `keys' array
    	outside of the function.

	* term.c (keys): Include definitions for "K2" (the center key on
    	an IBM keypad), "F1" (F11), and "F2" (F12).  Handle "k0" and "k;"
    	specially; see the code for details.

	* term.c (clear_end_of_line): Remember that on some systems,
    	"static" gets defined to be the null string, so we can't declare
    	an array to be static and then initialize it.  Since the array in
    	question (buf) is only one element long, just make it a scalar
    	rather than an array; it can then be initialized, even if it's
    	not static.
1992-08-19 06:38:40 +00:00
Jim Blandy 345677047d * sysdep.c (select): There's no need to cast the return value of
signal anymore, since we have the SIGTYPE macro defined.

	* sysdep.c (read_input_waiting): When scanning for quit
    	characters, use the value of quit_char, rather than assuming that
    	C-g is the quit character.  And don't forget to declare i.

	* sysdep.c [USG5]: Don't include fcntl.h.
1992-08-19 06:37:58 +00:00
Jim Blandy 8c7f1e3596 * ralloc.c (get_bloc): When initializing new_bloc->variable, cast
NIL to (POINTER *).
	(malloc_init): Give warning if sbrk returns zero.  Wonder what
	that's supposed to mean.
1992-08-19 06:36:35 +00:00
Jim Blandy 0ad77c5462 * process.c (process_send_signal): Don't send SIGTSTP if the
system doesn't have that facility.

	* process.c: [USG5] Don't include <fcntl.h>.
	[USG] Don't bother including termios, termio, or fcntl; systerm.h
	takes care of all that.
	Remove the "mis;tak-+;;" line from the code; apparently this
	section of code does get used.

	* process.c (wait_reading_process_input): Put comments around
	text following #endif.
1992-08-19 06:35:23 +00:00
Jim Blandy 02665de740 * mocklisp.c (Fml_substr): Put comments around text following #endif. 1992-08-19 06:34:26 +00:00
Jim Blandy b9d721de01 * minibuf.c (Fread_from_minibuffer): Put this function's doc
string into a comment; it's too long for the PCC preprocessor.
	Rah.
	(Fcompleting_read): Same deal.
1992-08-19 06:33:46 +00:00
Jim Blandy 4360b0c609 * lread.c (defvar_per_buffer): Support new TYPE argument, by
setting the appropriate slot in buffer_local_types.
1992-08-19 06:33:16 +00:00
Jim Blandy 8ea0a72039 * keyboard.c (init_keyboard): Changed "#endif SIGIO" to
"#endif /* SIGIO */"

	* keyboard.c (Fexecute_mouse_event): dyked-out function deleted.
	We're not going to use this mouse interface.
	(Vmouse_window, Vmouse_event, Vmouse_event_function,
	Vmouse_left_hook, Vmap_frame_hook, Vunmap_frame_hook,
	Vmouse_motion_handler): Variables deleted; they were to be used by
	Fexecute_mouse_event.
	(syms_of_keyboard): Same.
	(command_loop_1): Remove dyked-out code to support
	Fexecute_mouse_event.
	(read_char): Same.

	* keyboard.c (Vlast_event_frame): Don't define this window if
	MULTI_FRAME is not #defined.
	(syms_of_keyboard): Same.
	(kbd_buffer_store_event): Don't try to work with Vlast_event_frame
	if MULTI_FRAME is not #defined.
	(kbd_buffer_get_event): Same.

	* keyboard.c (Fdiscard_input): Removed dyked-out code from when
	unread_command_char's quiescent value was -1, not nil.
1992-08-19 06:31:34 +00:00
Jim Blandy 804518aaeb * frame.c (make_frame): Clear the explicit_name member of the new
frame.
1992-08-19 06:26:54 +00:00
Jim Blandy 56abb480f7 * floatfns.c (Fexpm1, Flog1p): Function removed; it's not widely
available, and hardly vital.
	(syms_of_floatfns): Adjusted appropriately.

	* floatfns.c (Flog): Accept optional second arg, being the base
	for the logarithm.
	[USG] (Flogb): Define this in terms of Flog.
1992-08-19 06:26:13 +00:00
Jim Blandy b0b97e8b3e * emacs.c [USG5]: Don't #include <fcntl.h> for these systems. 1992-08-19 06:25:25 +00:00
Jim Blandy 851c12057f * dispnew.c [not MULTI_FRAME] (Fredraw_display): Use
FRAME_ROOT_WINDOW instead of minibuf_window->prev.
1992-08-19 06:20:13 +00:00
Jim Blandy bc540f9f00 * data.c [USG] (Frem): Call fmod, rather than drem. Rah.
* data.c (store_symval_forwarding): When storing through a
	Lisp_Buffer_Objfwd, check if the slot requires a particular type,
	and report an error if the types clash.
1992-08-19 06:19:22 +00:00
Jim Blandy 0fa3ba92d8 * buffer.c (syms_of_buffer): Call DEFVAR_PER_BUFFER with the new
TYPE argument.
	* buffer.c (buffer_local_types): New variable.
	(buffer_slot_type_mismatch): New function.
1992-08-19 06:18:37 +00:00
Jim Blandy 64aeaceb93 * alloc.c (Fmake_marker): Removed the test for being called from a
signal handler.  The original bug is probably gone, the test
	wasn't written portably, and it should probably go somewhere else
	anyway - say, funcall or eval.
1992-08-19 06:18:07 +00:00
Jim Blandy ef15f270db *** empty log message *** 1992-08-19 03:54:51 +00:00
Jim Blandy fbfed6f05f entered into RCS 1992-08-19 03:54:46 +00:00
Jim Blandy 42a9cd6a9c * alloc.c (Fgarbage_collect): Doc fix. 1992-08-14 02:34:06 +00:00
Jim Blandy 0292bcb174 * abbrev.c (Fdefine_abbrev_table): Fiddled with formatting. 1992-08-14 02:32:45 +00:00
Jim Blandy cc38027b75 * frame.c (make_frame): Stop passing zero to make_window; it's not
expecting any arguments.
1992-08-14 02:31:41 +00:00
Jim Blandy 190721ac7b * dispnew.c (the_only_frame): Doc fix. 1992-08-14 02:31:04 +00:00
Jim Blandy 3e51c7b7e5 * keyboard.c (Fexecute_mouse_event): dyked-out function deleted.
We're not going to use this mouse interface.
	(Vmouse_window, Vmouse_event, Vmouse_event_function,
	Vmouse_left_hook, Vmap_frame_hook, Vunmap_frame_hook,
	Vmouse_motion_handler): Variables deleted; they were to be used by
	Fexecute_mouse_event.
	(syms_of_keyboard): Same.
	(command_loop_1): Remove dyked-out code to support
	Fexecute_mouse_event.
	(read_char): Same.

	* keyboard.c (Vlast_event_frame): Don't define this window if
	MULTI_FRAME is not #defined.
	(syms_of_keyboard): Same.
	(kbd_buffer_store_event): Don't try to work with Vlast_event_frame
	if MULTI_FRAME is not #defined.
	(kbd_buffer_get_event): Same.

	* keyboard.c (Fdiscard_input): Removed dyked-out code from when
	unread_command_char's quiescent value was -1, not nil.
1992-08-14 02:29:49 +00:00
Jim Blandy ce4e9d43a4 *** empty log message *** 1992-08-14 02:29:05 +00:00
Jim Blandy 4b206065b9 * window.c (window_loop): This used to keep track of the first
window processed and wait until we came back around to it.  Sadly,
	this doesn't work if that window gets deleted.  So instead, use
	Fprevious_window to find the last window to process, and loop
	until we've done that one.

	* window.c [not MULTI_FRAME] (init_window_once): Don't forget to
	set the `mini_p' flag on the new minibuffer window to t.

	* window.c (Fwindow_at): Don't check the type of the frame
	argument.

	* window.c [not MULTI_FRAME] (window_loop): Set frame to zero,
	instead of trying to decode it.

	* window.c (init_window_once): Initialize minibuf_window before
	FRAME_ROOT_WINDOW, so the latter actually points to something.
1992-08-14 02:27:26 +00:00
Jim Blandy 10a4cc6301 *** empty log message *** 1992-08-12 15:19:32 +00:00
Jim Blandy f469625ab7 Initial revision 1992-08-12 15:16:36 +00:00
Jim Blandy b1c884c393 * xterm.c (x_wm_hints): New variable.
(x_wm_set_window_state, x_wm_set_icon_pixmap,
	x_wm_set_icon_position): Use x_wm_hints.
	(x_term_init): Set the `input' field of x_wm_hints, and its flag.

	* xterm.c (x_text_icon): Call x_wm_set_icon_pixmap with a pixmap
	of zero, to clear the pixmap.
	(x_wm_set_icon_pixmap): Accept this protocol; if pixmap is zero,
	specify no pixmap for the icon.

	* xterm.c (x_set_window_size): Call check_frame_size to make sure
	that the requested dimensions are within acceptable limits.
	Store the new size information in the frame structure.

	* xterm.c (x_wm_set_size_hint): Don't try to set the base_height
	and base_width elements of size_hints if PBaseSize is not
	#defined.  Set the minimum frame size according to the information
	returned by check_frame_size.

	* xterm.c (XTread_socket, x_do_pending_expose): Call
	change_frame_size with a DELAY of 1.

	* xterm.c (in_display): Deleted this; it's never used in xterm.c,
	and there is another variable by the same name in dispnew.c.

	* xterm.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
	Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and
	FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.
1992-08-12 14:40:00 +00:00
Jim Blandy 35a3f3b9a2 * xmenu.c: Deleted "$Log" header and other RCS stuff in
comments at top of file; this was beginning to grow RCS hair,
	which we don't want.
1992-08-12 14:35:16 +00:00
Jim Blandy f9942c9e7a * xfns.c (x_get_arg): Return Qunbound for an unspecified
resource, not nil.  That way, we can tell the difference between a
	false resource and an unspecified resource.
	(x_default_error): Use DEFLT if x_get_arg returns Qunbound, not Qnil.
	(x_figure_window_size, x_icon, Fx_create_frame): Deal with
	Qunbound and Qnil properly.

	* xfns.c (Fx_create_frame): Pass the correct number of arguments
	to x_set_font.

	* xfns.c [not HAVE_X11] (Fx_create_frame): Delete section that's
	only included if we *do* have X11.  Blind patching.

        * xfns.c (x_icon): Rewritten to call x_wm_set_icon_position and
	x_wm_set_window_state instead of calling XSetWMHints directly.
	(x_wm_set_window_state, x_wm_set_icon_pixmap,
	x_wm_set_icon_position): Use x_wm_hints.
	(x_term_init): Set the `input' field of x_wm_hints, and its flag.

	* xfns.c (x_default_parameter): Don't call store_frame_param here;
	it's already taken care of by x_set_frame_parameters.

	* xfns.c (Fx_create_frame): Check for the `icon-type',
	`auto-raise', and `auto-lower' parameters. Have `icon-type'
	default to t, indicating that we want the nifty gnu in our icons.
	(Qauto_lower): New symbol.

	* xfns.c (x_set_icon_type): UNBLOCK_INPUT before reporting the
	error, not after.  error doesn't return, sklitch-brain.

	* xfns.c (x_set_frame_parameters): Properly recognize changes to
	the height of the frame.  Recognize changes of the frame's
	position.

	* xfns.c (x_set_frame_parameters): Iterate over ALIST while the
	current element is cons, not while it's non-nil.
	(syms_of_xfns): Call init_x_parm_symbols after interning all the
	other atoms; init_x_parm_symbols expects Qx_frame_parameter to be
	initialized.

	* xfns.c (Qbackground_color, Qborder_color,  Qborder_width,
	Qcursor_color,  Qfont,  Qforeground_color,  Qgeometry,
	Qhorizontal_scroll_bar,  Qicon_left,  Qicon_top,  Qiconic_startup,
	Qinternal_border_width,  Qleft,  Qmouse_color,  Qparent_id,
	Qsuppress_icon,  Qsuppress_initial_map,  Qtop,  Qundefined_color,
	Qvertical_scroll_bar,  Qwindow_id,  Qx_frame_parameter): New
	symbols, with lisp code to rebuild syms_of_xfns.
	(syms_of_xfns): Initialize and staticpro them.
	(Qheight, Qminibuffer, Qname, Qnone, Qonly, Qwidth,
	Qunsplittable): Add extern declaration for these.
	(x_init_parm_symbols): Don't initialize Qx_frame_parameter here;
	it's done in syms_of_xfns.
	(x_default_parameter): Change the argument char *PROPNAME into a
	Lisp_Object PROP; let the caller take care of interning the atom.
	(Fx_geometry, x_figure_window_size, x_icon, Fx_create_frame): Use
	the new Q... variables, instead of interning things.

	* xfns.c (x_set_frame_param): Replaced by x_set_frame_parameters.
	(x_set_frame_parameters): Process the alist of parameters here.
        Notice `width', `height', `top', and `left' parameters.
        Hold off changing the frame size and position until the end, so we
	can do both parameters at once when they are both specified.
	(x_default_parameter): Call x_set_frame_parameters, not
	x_set_frame_param.

	* xfns.c (x_figure_window_size): Indicate that this function
	returns an int, rather than just leaving it unstated.

	* xfns.c (Fx_create_frame): Call change_frame_size with a DELAY of 0.
1992-08-12 14:33:03 +00:00
Jim Blandy 22aefb49de * xdisp.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and
	FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.
1992-08-12 14:30:09 +00:00
Jim Blandy a481b3ea0c * window.c (MIN_SAFE_WINDOW_HEIGHT, MIN_SAFE_WINDOW_WIDTH): Macros
defined here now, rather than window.h.
	(check_frame_size): New function.

	* window.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
	Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and
	FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.

	* window.c (check_min_window_sizes): New function.
	(set_window_height): Call it.
	(Fsplit_window, change_window_height): Call it, instead of writing
	out its code.
1992-08-12 14:28:27 +00:00
Jim Blandy 054077692f * unexsunos4.c: Deleted "$Log" header in comments at top of file;
this was beginning to grow RCS hair, which we don't want.
1992-08-12 14:23:38 +00:00
Jim Blandy 07627b5d9a Doc fix. 1992-08-12 14:19:39 +00:00
Jim Blandy 1820044b6f * term.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and
	FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.
1992-08-12 14:18:28 +00:00
Jim Blandy 6c735a5991 * scroll.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and
	FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.
1992-08-12 14:16:14 +00:00
Jim Blandy 5dadd3a2c3 * minibuf.c (Fcompleting_read): Stop subtracting one from the
starting position, so this function lives up to its doc
	string, which I think specifies an okay way to work.
1992-08-12 14:08:21 +00:00
Jim Blandy d5045cf974 * keyboard.c (Fsuspend_emacs): Call change_frame_size with the
proper arguments - the height and width are the second and third
	arguments, not the first and second.  Pass 0 for DELAY.

	* keyboard.c (FRAME_IS_TERMCAP, FRAME_IS_X,
	FRAME_HAS_MINIBUF): Renamed these to FRAME_TERMCAP_P,
	FRAME_X_P, and FRAME_HAS_MINIBUF_P, for consistency with the
	rest of the frame macros.
1992-08-12 14:05:56 +00:00
Jim Blandy fd0c2bd109 * frame.c (Qheight, Qicon, Qmodeline, Qname, Qnone, Qonly,
Qunsplittable, Qwidth, Qx): New symbols, with lisp code to rebuild
	syms_of_frame.
	(syms_of_xfns): Initialize and staticpro them.
	(Fframep, Fframe_visible_p, Fframe_parameters):  Use
	the new Q... variables, instead of interning things.
	(store_in_alist): Change the argument char *PROPNAME into a
	Lisp_Object PROP; let the caller take care of interning the atom.

	* frame.c (Fframe_visible_p): Doc fix.

	* frame.c (Fframe_parameters): When figuring the `minibuffer'
	parameter, if FRAME doesn't have a minibuffer, return `none', not
	nil.  If it does have a minibuffer with other windows, return the
	window.

	* frame.c (Fmodify_frame_parameters): Don't write out the loop for
	processing X frame parameters here; do it in the x specific code.
	Call the function which deals with this stuff
	x_set_frame_parameters, not x_set_frame_parameter.

	* frame.c (Fmake_frame_visible, Fmake_frame_invisible,
	Ficonify_frame, Fframe_parameters, Fmodify_frame_parameters,
	Fset_frame_height, Fset_frame_width, Fset_frame_size,
	Fset_frame_position): Place clauses controlled by FRAME_X_P inside
	`#ifdef HAVE_X_WINDOWS ... #endif' clauses.

	* frame.c (Fset_frame_position): Doc fix.

	* frame.c [MULTI_SCREEN] (Fset_frame_height, Fset_frame_width,
	Fset_frame_size): Call change_frame_size with a DELAY of 0.
	[not MULTI_SCREEN] (Fset_frame_height, Fset_frame_width,
	Fset_frame_size, Fset_screen_height, Fset_screen_width): Same.

	* frame.c [not MULTI_SCREEN] (Fset_frame_height, Fset_frame_width,
	Fset_frame_size, Fframe_height, Fframe_width): New functions, for
	use when Emacs is not compiled with multiple screens.
	[not MULTI_SCREEN] (Fset_screen_height, Fset_screen_width):
	Functions added for backward compatibility with Emacs 18.  These
	would be just aliases, except that the version 18 functions don't
	take a FRAME argument.
	[not MULTI_SCREEN] (syms_of_frame): New function, to defsubr the
	above and add screen-height and screen-width as aliases for
	Fframe_height and Fframe_width.

	* frame.c (Fset_frame_width): Change the size of FRAME, not of
	selected_frame.

	* frame.c (Fset_frame_width, Fset_frame_height): Declare the
	`frame' argument to be a Lisp_Object.  It used to be undeclared.

	* frame.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
	Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and
	FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.
1992-08-12 13:55:21 +00:00
Jim Blandy 509b05ed5e * fileio.c (Fread_filename): When calling Fcompleting_read,
don't add one to the initial cursor position here.  Do it in
	Fcompleting_read, because that makes it live up to its
	documentation.
1992-08-12 13:51:24 +00:00
Jim Blandy 45ee4e3f2b * emacs.c (main): Call syms_of_frame unconditionally. When
MULTI_FRAME is not defined, it still provides the Fframe_width,
	Fframe_height, Fset_frame_width, and Fset_frame_height functions.
1992-08-12 13:48:45 +00:00
Jim Blandy c2662aea9a * editfns.c (Fcurrent_time_zone): Doc fix.
* editfns.c (Fcurrent_time_zone): Don't forget to include code to
	signal an error when EMACS_CURRENT_TIME_ZONE is not defined.

	* editfns.c (Fcurrent_time_zone): New function.
	(syms_of_editfns): defsubr it.
1992-08-12 13:46:12 +00:00
Jim Blandy 9fbfa962b9 * doc.c (Vdata_directory): Removed; this is declared in callproc.c.
(syms_of_doc): Initialization removed.
1992-08-12 13:41:17 +00:00
Jim Blandy b6a65ac2ae * dispnew.c (Fredraw_frame): Call clear_frame_records before
calling update_end, so that x_display_box_cursor can rely on the
	contents of f->current_glyphs.

	* dispnew.c (change_frame_size): Call check_frame_size here,
	rather than writing out its code.  Don't declare newheight and
	newwidth to be register variables, since we take their address.

	* dispnew.c (in_display): Variable deleted; it's only ever used as
	an unofficial parameter to change_frame_size.
	(change_frame_size): New argument, DELAY, which when non-zero
	indicates to delay the size change until later.  This should be
	passed as one from signal handlers.
	(window_change_signal): Call change_frame_size with a DELAY of 1.
	(do_pending_window_change): Call change_frame_size with DELAY of 0.

	* dispnew.c, frame.c, frame.h, keyboard.c, scroll.c, term.c,
	window.c, xdisp.c, xfns.c xterm.c (FRAME_IS_TERMCAP, FRAME_IS_X,
	FRAME_HAS_MINIBUF): Renamed these to FRAME_TERMCAP_P, FRAME_X_P,
	and FRAME_HAS_MINIBUF_P, for consistency with the rest of the
	frame macros.
1992-08-12 13:36:49 +00:00
Jim Blandy 63639d4409 * bytecode.c (Fbyte_code): When metering the Bcall opcodes, make
sure the count on the symbol's `byte-code-meter' property does not
	overflow.

	* bytecode.c (syms_of_bytecode): Add a docstring for
	byte-metering-on.
1992-08-12 13:30:54 +00:00
Jim Blandy 0a43057f34 *** empty log message *** 1992-08-07 12:47:37 +00:00
Jim Blandy e576cab4e2 Restored up-to-date version of this file from pogo. What is going on
here?
1992-08-07 12:28:53 +00:00
Joseph Arceneaux ca2c38f674 Add 1 to the offset position for cursor in minibuffer when reading
file names in Fread_filename.
1992-08-06 03:32:15 +00:00
Joseph Arceneaux 921a89355e Replaced NULL with N 1992-08-06 03:25:57 +00:00
Joseph Arceneaux e6d38bed7e Declared Vdata_directory. 1992-08-06 03:25:23 +00:00
Joseph Arceneaux 012c6fcb48 Replaced fuctions egetenv, Fgetenv, getenv_internal, which had
disappeared.
1992-08-06 03:24:07 +00:00
Joseph Arceneaux 1b7d82399a Fixed syntax error. 1992-08-05 21:12:10 +00:00
Jim Blandy 85bc51813e Clear the eighth bit of the character from the key sequence, NOT the
index of the character IN the key sequence.  How many tries will it
take to get it right?
1992-08-05 05:18:27 +00:00
Richard M. Stallman 044512ed54 entered into RCS 1992-08-04 21:22:43 +00:00
Roland McGrath cefabdab1c entered into RCS 1992-08-04 21:22:32 +00:00
Jim Blandy 253598e466 entered into RCS 1992-07-30 20:59:35 +00:00
Jim Blandy aaa8a4bdec *** empty log message *** 1992-07-27 21:23:12 +00:00
Jim Blandy 7500877e4a entered into RCS 1992-07-27 20:58:32 +00:00
Richard M. Stallman ab67260b08 *** empty log message *** 1992-07-27 02:56:28 +00:00
Richard M. Stallman 526148036b entered into RCS 1992-07-26 19:36:03 +00:00
Jim Blandy 1aa660887e *** empty log message *** 1992-07-25 00:36:12 +00:00
Richard M. Stallman 85b5fe0789 entered into RCS 1992-07-24 20:13:03 +00:00
Richard M. Stallman 770970cbad *** empty log message *** 1992-07-24 08:17:31 +00:00
Richard M. Stallman 15c65264fa *** empty log message *** 1992-07-24 07:15:18 +00:00
Roland McGrath 65583c2412 *** empty log message *** 1992-07-24 02:38:52 +00:00
Jim Blandy 067ffa38a5 *** empty log message *** 1992-07-22 21:20:04 +00:00
Jim Blandy e51e47f729 entered into RCS 1992-07-22 20:59:53 +00:00
Richard M. Stallman 1d1826db27 *** empty log message *** 1992-07-22 19:24:48 +00:00
Jim Blandy 301c3fe461 entered into RCS 1992-07-22 18:20:35 +00:00
Jim Blandy 3eac99106c *** empty log message *** 1992-07-22 16:55:01 +00:00
Jim Blandy 434e671482 entered into RCS 1992-07-22 16:15:36 +00:00
Richard M. Stallman 32f4334dce *** empty log message *** 1992-07-22 03:27:55 +00:00
Richard M. Stallman e59a84533d entered into RCS 1992-07-22 03:10:28 +00:00
Jim Blandy 638cb9c6b7 *** empty log message *** 1992-07-22 02:25:17 +00:00
Jim Blandy 62265f1cbf entered into RCS 1992-07-21 22:16:39 +00:00
Jim Blandy 69ced0fa8a entered into RCS 1992-07-21 20:31:06 +00:00
Jim Blandy 7253d8e009 *** empty log message *** 1992-07-21 06:30:52 +00:00
Jim Blandy 151bdc833e *** empty log message *** 1992-07-21 04:09:28 +00:00
Richard M. Stallman 4d7c105e5d *** empty log message *** 1992-07-19 17:48:44 +00:00
Richard M. Stallman fd5285f3e3 *** empty log message *** 1992-07-19 01:07:07 +00:00
Jim Blandy e373f20110 *** empty log message *** 1992-07-17 22:17:57 +00:00
Jim Blandy 279cc2b84c entered into RCS 1992-07-17 20:35:53 +00:00
Jim Blandy ebb9e16f98 *** empty log message *** 1992-07-16 22:56:42 +00:00
Jim Blandy de49a6d37e *** empty log message *** 1992-07-16 21:47:30 +00:00
Jim Blandy e7308e0676 entered into RCS 1992-07-16 18:51:53 +00:00
Jim Blandy 12e9492639 *** empty log message *** 1992-07-16 18:29:27 +00:00
Jim Blandy 4357eba769 entered into RCS 1992-07-15 20:52:46 +00:00
Jim Blandy 1265558a6a *** empty log message *** 1992-07-15 20:51:10 +00:00
Richard M. Stallman 8c45d5227a *** empty log message *** 1992-07-15 17:54:00 +00:00
Jim Blandy 700f75a481 entered into RCS 1992-07-15 03:25:30 +00:00
Jim Blandy dc6d96816d *** empty log message *** 1992-07-15 00:32:19 +00:00
Jim Blandy e6dd9901bb entered into RCS 1992-07-14 23:23:55 +00:00
Jim Blandy f676886a9e *** empty log message *** 1992-07-14 16:25:43 +00:00
Jim Blandy 7708e9bd10 entered into RCS 1992-07-14 15:57:45 +00:00
Jim Blandy 44fa5b1e24 *** empty log message *** 1992-07-14 15:21:18 +00:00
Jim Blandy 0137dbf747 entered into RCS 1992-07-13 20:56:17 +00:00
Jim Blandy ff11dfa15b *** empty log message *** 1992-07-13 20:53:59 +00:00
Jim Blandy 502b9b6441 entered into RCS 1992-07-13 19:54:34 +00:00
Jim Blandy 1cbd5d9dc5 *** empty log message *** 1992-07-13 19:50:55 +00:00
Jim Blandy 109d300c73 *** empty log message *** 1992-07-13 18:39:10 +00:00
Jim Blandy f06cd13688 entered into RCS 1992-07-13 18:33:54 +00:00
Richard M. Stallman 4a095293c4 *** empty log message *** 1992-07-12 03:26:48 +00:00
Richard M. Stallman c763f396fc *** empty log message *** 1992-07-11 18:59:17 +00:00
Jim Blandy 06b1a5ef11 *** empty log message *** 1992-07-10 02:33:41 +00:00
Jim Blandy 23d6b5a6ee *** empty log message *** 1992-07-08 22:47:39 +00:00
Jim Blandy be53b41100 *** empty log message *** 1992-07-08 19:14:35 +00:00
Jim Blandy edbe355be2 entered into RCS 1992-07-07 19:52:37 +00:00
Jim Blandy dc5a70f1f4 *** empty log message *** 1992-07-07 19:52:34 +00:00
Jim Blandy cf91c6c810 *** empty log message *** 1992-07-07 18:36:02 +00:00
Richard M. Stallman 528415e7be *** empty log message *** 1992-07-04 16:51:02 +00:00
Joseph Arceneaux 07accdfee7 *** empty log message *** 1992-07-02 22:27:24 +00:00
Richard M. Stallman 2dc2b7363e *** empty log message *** 1992-07-02 22:11:40 +00:00
Roland McGrath 35aaf00cff *** empty log message *** 1992-07-02 02:36:29 +00:00
Joseph Arceneaux 94d7c01aae entered into RCS 1992-06-30 22:41:21 +00:00
Jim Blandy d8cafeb502 entered into RCS 1992-06-30 13:55:35 +00:00
Jim Blandy e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Jim Blandy daa3760289 *** empty log message *** 1992-06-24 05:09:26 +00:00
Jim Blandy a4275ad1c8 entered into RCS 1992-06-24 05:07:51 +00:00
Richard M. Stallman d207b766c8 *** empty log message *** 1992-06-23 21:48:27 +00:00
Richard M. Stallman fd7b67ea6e *** empty log message *** 1992-06-23 20:44:54 +00:00
Richard M. Stallman c4ee45e5ba *** empty log message *** 1992-06-23 01:41:24 +00:00
Jim Blandy d3aa5086b5 *** empty log message *** 1992-06-12 20:56:21 +00:00
Jim Blandy d32b2f3c81 *** empty log message *** 1992-06-10 19:41:29 +00:00
Jim Blandy 1113d9db4b *** empty log message *** 1992-06-10 03:53:16 +00:00
Richard M. Stallman 4de86b1629 *** empty log message *** 1992-06-10 02:25:55 +00:00
Joseph Arceneaux 84447c71a5 *** empty log message *** 1992-06-09 02:43:52 +00:00
Richard M. Stallman f370ccb714 *** empty log message *** 1992-06-09 01:56:22 +00:00
Richard M. Stallman 6869203ed2 *** empty log message *** 1992-06-08 22:48:04 +00:00
Richard M. Stallman e22d6b028d *** empty log message *** 1992-06-08 02:23:29 +00:00
Richard M. Stallman 464f88989f *** empty log message *** 1992-06-07 02:36:01 +00:00
Richard M. Stallman 706ac90d20 entered into RCS 1992-06-07 01:50:14 +00:00
Joseph Arceneaux 5e1ad1f7a4 *** empty log message *** 1992-06-06 01:50:04 +00:00
Joseph Arceneaux 508b171c56 *** empty log message *** 1992-06-05 18:39:41 +00:00
Richard M. Stallman c0a58692da *** empty log message *** 1992-06-05 05:57:46 +00:00
Richard M. Stallman 4176aa4a4e entered into RCS 1992-06-04 23:02:37 +00:00
Richard M. Stallman 85ffea9395 *** empty log message *** 1992-06-04 23:02:33 +00:00
Richard M. Stallman 06ef735523 *** empty log message *** 1992-06-04 06:43:29 +00:00
Richard M. Stallman aa734e174a *** empty log message *** 1992-06-04 06:29:12 +00:00
Richard M. Stallman 2cad8dd67d entered into RCS 1992-06-04 05:38:08 +00:00
Roland McGrath 128c0f6679 *** empty log message *** 1992-06-04 04:33:43 +00:00
Richard M. Stallman c2d4ea7421 *** empty log message *** 1992-06-04 04:22:08 +00:00
Richard M. Stallman 3371bdfcb6 *** empty log message *** 1992-06-04 02:40:51 +00:00
Richard M. Stallman ab17c3f26e *** empty log message *** 1992-06-03 22:58:36 +00:00
Richard M. Stallman 94b304d75b *** empty log message *** 1992-06-03 02:55:55 +00:00
Jim Blandy dfdb645c3e *** empty log message *** 1992-06-02 05:18:06 +00:00
Joseph Arceneaux 228d4b1c2c *** empty log message *** 1992-06-02 04:15:32 +00:00
Jim Blandy f76475ad8a *** empty log message *** 1992-05-19 05:22:52 +00:00
Richard M. Stallman 7fa788da36 *** empty log message *** 1992-05-19 02:05:47 +00:00
Jim Blandy ffd56f97cf *** empty log message *** 1992-05-18 08:14:41 +00:00
Jim Blandy 502ddf238f entered into RCS 1992-05-18 08:13:37 +00:00
Richard M. Stallman ba2aa08420 *** empty log message *** 1992-05-13 23:02:02 +00:00
Joseph Arceneaux c047688cf2 *** empty log message *** 1992-05-12 03:44:17 +00:00
Joseph Arceneaux 3c25457042 *** empty log message *** 1992-05-12 02:31:53 +00:00
Jim Blandy 0d5483696f *** empty log message *** 1992-05-10 21:52:58 +00:00
Jim Blandy e065a56e2d *** empty log message *** 1992-05-10 18:15:10 +00:00
Jim Blandy 1b1f8f85bf entered into RCS 1992-05-10 18:13:22 +00:00
Richard M. Stallman fe99283db4 *** empty log message *** 1992-05-08 06:55:33 +00:00
Jim Blandy 784e43dd34 entered into RCS 1992-05-01 06:20:52 +00:00
Jim Blandy 32676c085c *** empty log message *** 1992-05-01 06:20:46 +00:00
Jim Blandy 4746118aca *** empty log message *** 1992-04-24 08:11:54 +00:00
Jim Blandy d4327fecc1 entered into RCS 1992-04-24 08:11:28 +00:00
Jim Blandy 46947372a3 *** empty log message *** 1992-04-19 08:53:55 +00:00
Jim Blandy f7dbcf3cf8 Initial revision 1992-04-19 08:53:10 +00:00
Richard M. Stallman e51eab7c0e *** empty log message *** 1992-04-18 16:01:05 +00:00
Jim Blandy 8c0e7b739d *** empty log message *** 1992-04-04 05:55:39 +00:00
Jim Blandy 0856496329 *** empty log message *** 1992-04-01 11:14:15 +00:00
Jim Blandy ca1d1d2325 Initial revision 1992-04-01 10:45:51 +00:00
Noah Friedman f048679d0a *** empty log message *** 1992-03-25 09:20:50 +00:00
Jim Blandy 6633118723 *** empty log message *** 1992-03-21 06:26:29 +00:00
Jim Blandy b9706ae495 *** empty log message *** 1992-03-21 00:53:35 +00:00
Richard M. Stallman b5148e8537 *** empty log message *** 1992-03-20 20:54:03 +00:00
Jim Blandy f58b36863a *** empty log message *** 1992-03-20 17:00:55 +00:00
Jim Blandy 56d2031be5 *** empty log message *** 1992-03-20 06:01:16 +00:00
Jim Blandy 6720a7fb28 *** empty log message *** 1992-03-18 20:22:31 +00:00
Jim Blandy d1af74e918 *** empty log message *** 1992-03-18 19:09:07 +00:00
Jim Blandy 519a3b65d9 *** empty log message *** 1992-03-17 23:19:40 +00:00
Jim Blandy 8cf9a8c620 *** empty log message *** 1992-03-16 23:20:07 +00:00
Jim Blandy 91bac16a94 *** empty log message *** 1992-03-14 20:43:29 +00:00
Jim Blandy d0d6b7c506 Initial revision 1992-03-14 20:40:04 +00:00
Jim Blandy 956ace37a8 *** empty log message *** 1992-03-14 19:09:32 +00:00
Jim Blandy 5399ec5de2 *** empty log message *** 1992-03-13 16:39:22 +00:00
Jim Blandy de3e8b15bc *** empty log message *** 1992-03-12 05:17:32 +00:00
Jim Blandy 70ee42f75d *** empty log message *** 1992-03-12 03:48:12 +00:00
Roland McGrath ee04dc54f4 *** empty log message *** 1992-03-06 23:46:21 +00:00
Jim Blandy c7663c14bd entered into RCS 1992-03-05 17:01:01 +00:00
Jim Blandy a6ffc6a245 Initial revision 1992-03-05 16:47:32 +00:00
Jim Blandy de5bf5d31a *** empty log message *** 1992-02-23 10:18:09 +00:00
Jim Blandy 9ab9afa99b Initial revision 1992-02-23 07:59:34 +00:00
Jim Blandy 52baf19eaf *** empty log message *** 1992-02-23 07:55:19 +00:00
Jim Blandy 4e3a36cde9 entered into RCS 1992-02-22 21:15:26 +00:00
Jim Blandy b350a838dd *** empty log message *** 1992-02-22 20:39:30 +00:00
Jim Blandy 531ff25498 *** empty log message *** 1992-02-21 16:19:12 +00:00
Jim Blandy 3a2712f9be *** empty log message *** 1992-02-21 05:39:59 +00:00
Jim Blandy a41f8bed21 *** empty log message *** 1992-02-20 04:15:20 +00:00
Jim Blandy 0c29c32c50 *** empty log message *** 1992-02-19 20:21:27 +00:00
Jim Blandy a44804c254 *** empty log message *** 1992-02-19 15:03:50 +00:00
Jim Blandy eb0b3cf14a *** empty log message *** 1992-02-16 04:14:10 +00:00
Jim Blandy 36a8c287a8 *** empty log message *** 1992-02-15 22:18:37 +00:00
Jim Blandy 35e46c62b9 entered into RCS 1992-02-14 01:57:37 +00:00
Jim Blandy 95605e15f1 *** empty log message *** 1992-02-12 03:35:14 +00:00
Jim Blandy a764a7537b *** empty log message *** 1992-02-11 22:24:31 +00:00
Jim Blandy 7a04feb074 entered into RCS 1992-02-11 02:10:29 +00:00
Jim Blandy b5752bd109 *** empty log message *** 1992-02-11 02:09:48 +00:00
Jim Blandy 62ae71c2e8 *** empty log message *** 1992-02-11 00:46:32 +00:00
Jim Blandy a9764248b7 *** empty log message *** 1992-02-10 08:12:22 +00:00
Jim Blandy bc93c09718 *** empty log message *** 1992-02-06 02:09:14 +00:00
Jim Blandy 77d78be171 *** empty log message *** 1992-02-06 01:02:59 +00:00
Jim Blandy 6da5831969 Initial revision 1992-02-06 00:58:53 +00:00
Jim Blandy b72dea2a9e *** empty log message *** 1992-02-05 23:35:33 +00:00
Jim Blandy 5c2c7893d9 *** empty log message *** 1992-02-04 02:27:43 +00:00
Jim Blandy 326e0cf80b *** empty log message *** 1992-02-04 01:11:11 +00:00
Jim Blandy 05ba02ebb4 *** empty log message *** 1992-02-03 21:41:25 +00:00
Jim Blandy cde9337b6e *** empty log message *** 1992-02-01 19:17:17 +00:00
Jim Blandy 23b0668cf2 *** empty log message *** 1992-01-31 21:29:35 +00:00
Jim Blandy 93a3712002 entered into RCS 1992-01-31 21:19:17 +00:00
Jim Blandy 9ae5ee04cd Initial revision 1992-01-31 21:10:36 +00:00
Jim Blandy f8026fd834 *** empty log message *** 1992-01-31 20:02:34 +00:00
Jim Blandy 4915b8d61b Initial revision 1992-01-31 19:36:02 +00:00
Jim Blandy 10eebdbb6c *** empty log message *** 1992-01-30 17:12:45 +00:00
Jim Blandy 1426f6f91e *** empty log message *** 1992-01-30 15:31:35 +00:00
Jim Blandy 284f4730f4 Initial revision 1992-01-28 17:22:57 +00:00
Jim Blandy 6bbbd9b0ee *** empty log message *** 1992-01-28 17:14:13 +00:00
Jim Blandy 760cbdd312 *** empty log message *** 1992-01-28 16:01:00 +00:00
Jim Blandy 1f98fa48b9 *** empty log message *** 1992-01-28 14:42:19 +00:00
Jim Blandy 14e76af946 *** empty log message *** 1992-01-28 01:53:11 +00:00
Jim Blandy 850a817921 *** empty log message *** 1992-01-21 17:21:50 +00:00
Jim Blandy 2447c62607 *** empty log message *** 1992-01-16 03:44:18 +00:00
Jim Blandy efb859b44a *** empty log message *** 1992-01-14 08:05:08 +00:00
Michael I. Bushnell 2798dedf7c *** empty log message *** 1992-01-14 07:40:35 +00:00
Jim Blandy 86a5659e6c Initial revision 1992-01-14 07:27:56 +00:00
Jim Blandy a33ef3ab6d *** empty log message *** 1992-01-14 07:14:12 +00:00
Jim Blandy 56a98455a6 *** empty log message *** 1992-01-14 02:48:51 +00:00
Jim Blandy 9889c728e0 Initial revision 1992-01-13 22:04:23 +00:00
Jim Blandy 265a9e559d *** empty log message *** 1992-01-13 21:48:08 +00:00
Jim Blandy d427b66a66 entered into RCS 1992-01-13 21:48:03 +00:00
Jim Blandy 1311ff0326 Initial revision 1991-12-21 07:17:21 +00:00
Jim Blandy 1464f5d50e *** empty log message *** 1991-12-21 07:03:14 +00:00
Jim Blandy cc0a8174ba *** empty log message *** 1991-12-20 07:15:37 +00:00
Jim Blandy 6367dc09a1 *** empty log message *** 1991-12-19 17:24:45 +00:00
Jim Blandy 30cb4e0ad5 *** empty log message *** 1991-12-18 23:16:30 +00:00
Richard M. Stallman dbd7a9698c *** empty log message *** 1991-12-17 03:36:07 +00:00
Jim Blandy 9b71f02b8a entered into RCS 1991-12-13 18:50:18 +00:00
Jim Blandy 20c428fd9d Initial revision 1991-12-13 18:49:49 +00:00
Jim Blandy f9898cc66c *** empty log message *** 1991-12-11 19:19:07 +00:00
Eric S. Raymond ff704742cd *** empty log message *** 1991-12-08 19:30:02 +00:00
Jim Blandy d940e0e442 *** empty log message *** 1991-12-08 07:04:21 +00:00
Jim Blandy 30fe07a62d Initial revision 1991-12-06 07:16:11 +00:00
Jim Blandy 9453ea7be3 *** empty log message *** 1991-12-04 05:48:56 +00:00
Jim Blandy 63007de27b *** empty log message *** 1991-12-04 03:20:22 +00:00
Michael I. Bushnell 809ca691c2 *** empty log message *** 1991-11-26 05:14:58 +00:00
Richard M. Stallman 3ffbe76bac *** empty log message *** 1991-11-26 05:00:30 +00:00
Jim Blandy 0feac52d0b *** empty log message *** 1991-11-26 01:47:10 +00:00
Jim Blandy 8de2d90bd0 *** empty log message *** 1991-11-16 00:15:15 +00:00
Jim Blandy d5783c4084 *** empty log message *** 1991-11-15 22:14:20 +00:00
Jim Blandy 9ffa21d419 *** empty log message *** 1991-11-14 21:40:03 +00:00
Jim Blandy 42dcdd5fc7 *** empty log message *** 1991-11-09 01:34:02 +00:00
Jim Blandy 90e65f0739 *** empty log message *** 1991-11-08 01:52:59 +00:00
Jim Blandy 2b8a6fbfd8 *** empty log message *** 1991-11-05 18:48:22 +00:00
Jim Blandy 69a46d1c0b *** empty log message *** 1991-11-04 23:45:55 +00:00
Jim Blandy 8828b3939d *** empty log message *** 1991-11-04 06:29:57 +00:00
Jim Blandy 3e2bea7c25 *** empty log message *** 1991-10-25 18:59:47 +00:00
Jim Blandy 4fc0b45bc4 *** empty log message *** 1991-10-22 00:26:51 +00:00
Jim Blandy ca8dd5468e *** empty log message *** 1991-09-26 06:39:41 +00:00
Jim Blandy 349a7710a2 *** empty log message *** 1991-08-26 19:11:30 +00:00
Michael I. Bushnell ec28a64dd1 Initial revision 1991-08-25 01:14:32 +00:00
Roland McGrath 1e134a5fd8 *** empty log message *** 1991-08-18 01:37:14 +00:00
Richard M. Stallman e0f5cf5ae5 *** empty log message *** 1991-08-17 17:54:46 +00:00
Jim Blandy 60fb3ee151 *** empty log message *** 1991-08-16 16:09:27 +00:00
Jim Blandy 4d6cebd875 *** empty log message *** 1991-08-16 05:24:51 +00:00
Jim Blandy 98bf0c8d69 *** empty log message *** 1991-08-16 04:13:50 +00:00
Jim Blandy 55123275af *** empty log message *** 1991-08-15 22:54:27 +00:00
Roland McGrath 01050cb5ab *** empty log message *** 1991-08-15 18:30:10 +00:00
Jim Blandy 01f1ba300a Initial revision 1991-08-14 01:04:47 +00:00
Jim Blandy 5bce042c02 *** empty log message *** 1991-08-13 09:50:00 +00:00
Jim Blandy 4f0f077cae *** empty log message *** 1991-08-13 08:41:57 +00:00
Jim Blandy ad23626105 *** empty log message *** 1991-08-11 04:35:38 +00:00
Richard M. Stallman ec838c3924 *** empty log message *** 1991-08-10 20:14:03 +00:00
Jim Blandy 7b15897ad5 *** empty log message *** 1991-08-07 03:35:25 +00:00
Jim Blandy 72412588f5 *** empty log message *** 1991-08-06 00:38:26 +00:00
Jim Blandy 67dbf5b0de *** empty log message *** 1991-08-05 22:46:55 +00:00
Richard M. Stallman 200f684ed7 *** empty log message *** 1991-08-04 21:39:58 +00:00
Jim Blandy bfb612994f *** empty log message *** 1991-08-02 02:24:35 +00:00
Jim Blandy f7be7f78a5 *** empty log message *** 1991-08-02 00:39:31 +00:00
Jim Blandy 6d4238f39b *** empty log message *** 1991-07-31 19:54:05 +00:00
Jim Blandy 6e8290aada *** empty log message *** 1991-07-31 17:51:28 +00:00
Jim Blandy 92d97f2c7b Initial revision 1991-07-30 08:53:37 +00:00
Jim Blandy 279499f026 *** empty log message *** 1991-07-30 08:36:29 +00:00
Jim Blandy d5e7c279e5 *** empty log message *** 1991-07-28 18:07:56 +00:00
Jim Blandy 1d8d96fa60 *** empty log message *** 1991-07-28 14:50:08 +00:00
Jim Blandy 83b2229fc6 Initial revision 1991-07-28 14:31:16 +00:00
Jim Blandy 43bad9918a *** empty log message *** 1991-07-27 06:54:44 +00:00
Jim Blandy 0f79a4ae8f *** empty log message *** 1991-07-27 03:27:24 +00:00
Jim Blandy 4c0be5f4d5 *** empty log message *** 1991-07-26 23:31:34 +00:00
Jim Blandy e772f7cd52 Initial revision 1991-07-26 21:30:07 +00:00
Jim Blandy 98038dc07c *** empty log message *** 1991-07-25 13:21:16 +00:00
Jim Blandy 9b7828a5ad *** empty log message *** 1991-07-24 23:47:06 +00:00
Jim Blandy fb8e984708 *** empty log message *** 1991-07-24 00:06:21 +00:00
Jim Blandy b2b2c677c8 *** empty log message *** 1991-07-23 20:13:12 +00:00
Jim Blandy 078e7b4ada Initial revision 1991-07-19 20:51:57 +00:00
Jim Blandy fcb764df08 *** empty log message *** 1991-07-19 20:39:25 +00:00
Jim Blandy 2e146aa4c3 *** empty log message *** 1991-07-19 19:31:48 +00:00
Jim Blandy 62c07cc72d *** empty log message *** 1991-07-19 16:05:34 +00:00
Jim Blandy 29eab336da *** empty log message *** 1991-07-18 11:05:46 +00:00
Jim Blandy 77afd1db9b *** empty log message *** 1991-07-16 03:37:23 +00:00
Roland McGrath 1ab256cb99 Initial revision 1991-07-15 21:27:11 +00:00
Jim Blandy 9c74a0dd25 *** empty log message *** 1991-07-15 13:34:04 +00:00
Jim Blandy 52b14ac064 *** empty log message *** 1991-07-15 11:14:59 +00:00
Jim Blandy 38010d507a Initial revision 1991-07-13 22:29:48 +00:00
Jim Blandy 217a49c2cd *** empty log message *** 1991-07-13 22:23:55 +00:00
Jim Blandy e74928fc4b *** empty log message *** 1991-07-13 21:22:40 +00:00
Jim Blandy a6e3fa71a4 *** empty log message *** 1991-07-12 04:00:11 +00:00
Jim Blandy 19a1d682fa *** empty log message *** 1991-07-09 22:36:17 +00:00
Jim Blandy 4588ec2057 Initial revision 1991-07-03 12:10:07 +00:00
Jim Blandy c700482669 *** empty log message *** 1991-07-03 02:30:48 +00:00
Richard M. Stallman 992d176e38 *** empty log message *** 1991-07-03 02:10:22 +00:00
Jim Blandy abc367df62 *** empty log message *** 1991-07-03 00:08:25 +00:00
Jim Blandy 36f7ba0a1e Initial revision 1991-07-02 22:37:47 +00:00
Jim Blandy 35692fe0de Initial revision 1991-06-29 22:03:10 +00:00
Jim Blandy 3cfe6dfda9 Initial revision 1991-06-26 21:34:53 +00:00
Jim Blandy f7430cb670 *** empty log message *** 1991-06-26 20:47:37 +00:00
Jim Blandy 7146af9702 Initial revision 1991-06-26 20:21:21 +00:00
Jim Blandy 7921925c23 Initial revision 1991-06-26 15:44:32 +00:00
Jim Blandy c6045832a1 Initial revision 1991-06-25 20:50:00 +00:00
Jim Blandy 80856e74d8 Initial revision 1991-06-24 23:36:56 +00:00
Jim Blandy 36e37d632e *** empty log message *** 1991-06-24 23:22:15 +00:00
Jim Blandy dc6f92b834 Initial revision 1991-05-25 06:46:10 +00:00
Jim Blandy f927c5aedf Initial revision 1991-05-23 23:18:53 +00:00
Jim Blandy a28896573b Initial revision 1991-05-22 01:18:55 +00:00
Jim Blandy db9f027896 Initial revision 1991-05-16 18:19:08 +00:00
Jim Blandy 7ab12479e9 Initial revision 1991-05-13 16:00:04 +00:00
Jim Blandy efa4ce8bbd Initial revision 1991-05-10 21:15:23 +00:00
Jim Blandy 3f930d2026 Initial revision 1991-05-10 13:43:14 +00:00
Jim Blandy 08a24c47d1 Initial revision 1991-05-09 10:29:44 +00:00
Jim Blandy 7e1ea61285 *** empty log message *** 1991-05-08 06:23:29 +00:00
Jim Blandy 2c6f1a390d Initial revision 1991-05-06 03:30:56 +00:00
Jim Blandy c22ca93bc3 Initial revision 1991-04-30 14:08:18 +00:00
Jim Blandy 5a7f5d07e0 Initial revision 1991-04-28 02:55:09 +00:00
Jim Blandy 181a18b1b5 *** empty log message *** 1991-04-11 21:20:53 +00:00
Jim Blandy cd645247b0 Initial revision 1991-04-11 01:42:59 +00:00
Jim Blandy 570d76241f Initial revision 1991-04-10 02:13:03 +00:00
Richard M. Stallman 5ca4927a1b *** empty log message *** 1991-04-04 19:56:21 +00:00
Jim Blandy c6953be16f Initial revision 1991-04-03 02:08:50 +00:00
Jim Blandy 7b863bd51a Initial revision 1991-03-07 00:49:40 +00:00
Jim Blandy b3ec245ac0 Initial revision 1991-02-22 18:25:19 +00:00
Richard M. Stallman 5627d72e88 *** empty log message *** 1991-02-04 04:26:35 +00:00
Jim Blandy 6c4f352f54 Initial revision 1991-01-30 10:15:25 +00:00
Richard M. Stallman 7dd63af169 Initial revision 1991-01-29 21:38:24 +00:00
Jim Blandy 993b64044a Initial revision 1991-01-15 21:47:47 +00:00
Richard M. Stallman 8489eb6781 Initial revision 1991-01-14 01:21:14 +00:00
Jim Blandy f3a0bf5c13 Initial revision 1991-01-05 19:03:03 +00:00
Richard M. Stallman 4ddcbb51f2 *** empty log message *** 1991-01-05 17:23:40 +00:00
Jim Blandy b45433b39e Initial revision 1991-01-05 15:12:15 +00:00
Jim Blandy 632a8dd6c3 Initial revision 1991-01-02 12:40:31 +00:00
Richard M. Stallman 14d55bce6e Initial revision 1990-12-31 04:18:02 +00:00
Richard M. Stallman 1f924f9953 *** empty log message *** 1990-12-31 04:17:41 +00:00
Richard M. Stallman f4c730d34e *** empty log message *** 1990-12-26 22:28:51 +00:00
Richard M. Stallman 7942b8aeb7 Initial revision 1990-12-25 23:11:33 +00:00
Jim Blandy dcfdbac7bb Initial revision 1990-11-12 20:20:45 +00:00
Richard M. Stallman 8a281f86e1 *** empty log message *** 1990-11-12 20:20:43 +00:00
Jim Blandy 447c9a10ac *** empty log message *** 1990-11-12 20:20:41 +00:00
Jim Blandy 4a5f1de511 entered into RCS 1990-11-12 20:20:40 +00:00
Jim Blandy b682d92ba0 *** empty log message *** 1990-10-25 02:06:52 +00:00
Jim Blandy 0c473733c3 Initial revision 1990-10-25 01:55:18 +00:00
Jim Blandy 76998edbfa Initial revision 1990-10-23 19:15:41 +00:00
Mike Rowan b70021f430 Initial revision 1990-09-27 21:17:59 +00:00
Joseph Arceneaux 6d8f803215 Initial revision 1990-08-09 22:17:51 +00:00
Joseph Arceneaux 8ff9d1b06d *** empty log message *** 1990-05-02 23:24:23 +00:00
Jim Blandy 64f58c8743 Initial revision 1990-02-23 00:46:31 +00:00
Joseph Arceneaux 24f9839811 Initial revision 1990-02-12 16:20:30 +00:00
Joseph Arceneaux 93320c2386 *** empty log message *** 1989-10-31 16:00:17 +00:00
Joseph Arceneaux c8ff0e1b94 Initial revision 1989-08-23 21:34:15 +00:00
Joseph Arceneaux 497d1817d9 Initial revision 1989-01-13 06:21:24 +00:00
Joseph Arceneaux 62983f7ea0 Initial revision 1986-09-29 04:47:05 +00:00