bpt/emacs.git
31 years ago* window.c (window_loop): This used to keep track of the first
Jim Blandy [Fri, 14 Aug 1992 02:27:26 +0000 (02:27 +0000)]
* 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.

31 years agoentered into RCS
Richard M. Stallman [Fri, 14 Aug 1992 00:14:17 +0000 (00:14 +0000)]
entered into RCS

31 years ago*** empty log message ***
Roland McGrath [Wed, 12 Aug 1992 18:48:38 +0000 (18:48 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Wed, 12 Aug 1992 18:37:35 +0000 (18:37 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Jim Blandy [Wed, 12 Aug 1992 15:19:32 +0000 (15:19 +0000)]
*** empty log message ***

31 years agoInitial revision
Jim Blandy [Wed, 12 Aug 1992 15:16:36 +0000 (15:16 +0000)]
Initial revision

31 years ago* xterm.c (x_wm_hints): New variable.
Jim Blandy [Wed, 12 Aug 1992 14:40:00 +0000 (14:40 +0000)]
* 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.

31 years ago* xmenu.c: Deleted "$Log" header and other RCS stuff in
Jim Blandy [Wed, 12 Aug 1992 14:35:16 +0000 (14:35 +0000)]
* 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.

31 years ago* xfns.c (x_get_arg): Return Qunbound for an unspecified
Jim Blandy [Wed, 12 Aug 1992 14:33:03 +0000 (14:33 +0000)]
* 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.

31 years ago* xdisp.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
Jim Blandy [Wed, 12 Aug 1992 14:30:09 +0000 (14:30 +0000)]
* 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.

31 years ago* window.c (MIN_SAFE_WINDOW_HEIGHT, MIN_SAFE_WINDOW_WIDTH): Macros
Jim Blandy [Wed, 12 Aug 1992 14:28:27 +0000 (14:28 +0000)]
* 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.

31 years ago* unexsunos4.c: Deleted "$Log" header in comments at top of file;
Jim Blandy [Wed, 12 Aug 1992 14:23:38 +0000 (14:23 +0000)]
* unexsunos4.c: Deleted "$Log" header in comments at top of file;
this was beginning to grow RCS hair, which we don't want.

31 years agoDoc fix.
Jim Blandy [Wed, 12 Aug 1992 14:19:39 +0000 (14:19 +0000)]
Doc fix.

31 years ago* term.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
Jim Blandy [Wed, 12 Aug 1992 14:18:28 +0000 (14:18 +0000)]
* 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.

31 years ago* scroll.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF):
Jim Blandy [Wed, 12 Aug 1992 14:16:14 +0000 (14:16 +0000)]
* 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.

31 years ago* minibuf.c (Fcompleting_read): Stop subtracting one from the
Jim Blandy [Wed, 12 Aug 1992 14:08:21 +0000 (14:08 +0000)]
* 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.

31 years ago* keyboard.c (Fsuspend_emacs): Call change_frame_size with the
Jim Blandy [Wed, 12 Aug 1992 14:05:56 +0000 (14:05 +0000)]
* 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.

31 years ago* frame.c (Qheight, Qicon, Qmodeline, Qname, Qnone, Qonly,
Jim Blandy [Wed, 12 Aug 1992 13:55:21 +0000 (13:55 +0000)]
* 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.

31 years ago* fileio.c (Fread_filename): When calling Fcompleting_read,
Jim Blandy [Wed, 12 Aug 1992 13:51:24 +0000 (13:51 +0000)]
* 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.

31 years ago* emacs.c (main): Call syms_of_frame unconditionally. When
Jim Blandy [Wed, 12 Aug 1992 13:48:45 +0000 (13:48 +0000)]
* 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.

31 years ago* editfns.c (Fcurrent_time_zone): Doc fix.
Jim Blandy [Wed, 12 Aug 1992 13:46:12 +0000 (13:46 +0000)]
* 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.

31 years ago* doc.c (Vdata_directory): Removed; this is declared in callproc.c.
Jim Blandy [Wed, 12 Aug 1992 13:41:17 +0000 (13:41 +0000)]
* doc.c (Vdata_directory): Removed; this is declared in callproc.c.
(syms_of_doc): Initialization removed.

31 years ago* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy [Wed, 12 Aug 1992 13:36:49 +0000 (13:36 +0000)]
* 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.

31 years ago* bytecode.c (Fbyte_code): When metering the Bcall opcodes, make
Jim Blandy [Wed, 12 Aug 1992 13:30:54 +0000 (13:30 +0000)]
* 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.

31 years ago*** empty log message ***
Jim Blandy [Wed, 12 Aug 1992 12:57:12 +0000 (12:57 +0000)]
*** empty log message ***

31 years agoentered into RCS
Jim Blandy [Wed, 12 Aug 1992 12:50:10 +0000 (12:50 +0000)]
entered into RCS

31 years agoInitial revision
Jim Blandy [Wed, 12 Aug 1992 12:49:57 +0000 (12:49 +0000)]
Initial revision

31 years ago(amigaunix/amix): Use sysv4 as os.
Richard M. Stallman [Wed, 12 Aug 1992 06:51:16 +0000 (06:51 +0000)]
(amigaunix/amix):  Use sysv4 as os.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 11 Aug 1992 07:25:06 +0000 (07:25 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Mon, 10 Aug 1992 21:24:45 +0000 (21:24 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Sat, 8 Aug 1992 22:58:39 +0000 (22:58 +0000)]
entered into RCS

31 years ago*** empty log message ***
Roland McGrath [Fri, 7 Aug 1992 21:31:57 +0000 (21:31 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Jim Blandy [Fri, 7 Aug 1992 13:51:41 +0000 (13:51 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Jim Blandy [Fri, 7 Aug 1992 12:47:37 +0000 (12:47 +0000)]
*** empty log message ***

31 years agoRestored up-to-date version of this file from pogo. What is going on
Jim Blandy [Fri, 7 Aug 1992 12:28:53 +0000 (12:28 +0000)]
Restored up-to-date version of this file from pogo.  What is going on
here?

31 years ago*** empty log message ***
Roland McGrath [Fri, 7 Aug 1992 01:13:47 +0000 (01:13 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Thu, 6 Aug 1992 23:56:50 +0000 (23:56 +0000)]
*** empty log message ***

31 years agoAdd 1 to the offset position for cursor in minibuffer when reading
Joseph Arceneaux [Thu, 6 Aug 1992 03:32:15 +0000 (03:32 +0000)]
Add 1 to the offset position for cursor in minibuffer when reading
file names in Fread_filename.

31 years agoReplaced NULL with N\ 2\ 2\ 2\ 2
Joseph Arceneaux [Thu, 6 Aug 1992 03:25:57 +0000 (03:25 +0000)]
Replaced NULL with N\ 2\ 2\ 2\ 2

31 years agoDeclared Vdata_directory.
Joseph Arceneaux [Thu, 6 Aug 1992 03:25:23 +0000 (03:25 +0000)]
Declared Vdata_directory.

31 years agoReplaced fuctions egetenv, Fgetenv, getenv_internal, which had
Joseph Arceneaux [Thu, 6 Aug 1992 03:24:07 +0000 (03:24 +0000)]
Replaced fuctions egetenv, Fgetenv, getenv_internal, which had
disappeared.

31 years ago*** empty log message ***
Joseph Arceneaux [Thu, 6 Aug 1992 02:56:35 +0000 (02:56 +0000)]
*** empty log message ***

31 years agoFixed syntax error.
Joseph Arceneaux [Wed, 5 Aug 1992 21:12:10 +0000 (21:12 +0000)]
Fixed syntax error.

31 years agoClear the eighth bit of the character from the key sequence, NOT the
Jim Blandy [Wed, 5 Aug 1992 05:18:27 +0000 (05:18 +0000)]
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?

31 years ago*** empty log message ***
Jim Blandy [Wed, 5 Aug 1992 05:01:42 +0000 (05:01 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Wed, 5 Aug 1992 01:10:28 +0000 (01:10 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Tue, 4 Aug 1992 22:31:21 +0000 (22:31 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Tue, 4 Aug 1992 21:29:26 +0000 (21:29 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Tue, 4 Aug 1992 21:22:43 +0000 (21:22 +0000)]
entered into RCS

31 years agoentered into RCS
Roland McGrath [Tue, 4 Aug 1992 21:22:32 +0000 (21:22 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 4 Aug 1992 21:17:42 +0000 (21:17 +0000)]
*** empty log message ***

31 years agoentered into RCS
Eric S. Raymond [Tue, 4 Aug 1992 17:23:48 +0000 (17:23 +0000)]
entered into RCS

31 years ago*** empty log message ***
Eric S. Raymond [Tue, 4 Aug 1992 17:18:16 +0000 (17:18 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Eric S. Raymond [Tue, 4 Aug 1992 16:49:42 +0000 (16:49 +0000)]
*** empty log message ***

31 years agoentered into RCS
Eric S. Raymond [Tue, 4 Aug 1992 16:08:22 +0000 (16:08 +0000)]
entered into RCS

31 years ago*** empty log message ***
Jim Blandy [Tue, 4 Aug 1992 07:27:12 +0000 (07:27 +0000)]
*** empty log message ***

31 years agoentered into RCS
Jim Blandy [Tue, 4 Aug 1992 07:21:29 +0000 (07:21 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 4 Aug 1992 05:07:43 +0000 (05:07 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Tue, 4 Aug 1992 05:05:40 +0000 (05:05 +0000)]
entered into RCS

31 years agoentered into RCS
Jim Blandy [Tue, 4 Aug 1992 04:15:43 +0000 (04:15 +0000)]
entered into RCS

31 years ago*** empty log message ***
Jim Blandy [Tue, 4 Aug 1992 04:09:07 +0000 (04:09 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Jim Blandy [Tue, 4 Aug 1992 02:36:45 +0000 (02:36 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Tue, 4 Aug 1992 02:02:27 +0000 (02:02 +0000)]
*** empty log message ***

31 years agoentered into RCS
Eric S. Raymond [Mon, 3 Aug 1992 22:07:34 +0000 (22:07 +0000)]
entered into RCS

31 years ago*** empty log message ***
Eric S. Raymond [Mon, 3 Aug 1992 22:05:14 +0000 (22:05 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Eric S. Raymond [Mon, 3 Aug 1992 21:49:55 +0000 (21:49 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Eric S. Raymond [Mon, 3 Aug 1992 21:32:21 +0000 (21:32 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Eric S. Raymond [Mon, 3 Aug 1992 20:57:38 +0000 (20:57 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Aug 1992 19:20:08 +0000 (19:20 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Mon, 3 Aug 1992 17:03:51 +0000 (17:03 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Aug 1992 17:03:00 +0000 (17:03 +0000)]
*** empty log message ***

31 years agoentered into RCS
Roland McGrath [Mon, 3 Aug 1992 16:41:27 +0000 (16:41 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Aug 1992 03:44:51 +0000 (03:44 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Aug 1992 02:02:37 +0000 (02:02 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Aug 1992 01:04:04 +0000 (01:04 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Sun, 2 Aug 1992 03:36:38 +0000 (03:36 +0000)]
*** empty log message ***

31 years agoentered into RCS
Roland McGrath [Sun, 2 Aug 1992 02:34:46 +0000 (02:34 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Sun, 2 Aug 1992 02:34:06 +0000 (02:34 +0000)]
entered into RCS

31 years agoInitial revision
Eric S. Raymond [Fri, 31 Jul 1992 22:24:03 +0000 (22:24 +0000)]
Initial revision

31 years agoentered into RCS
Richard M. Stallman [Fri, 31 Jul 1992 04:04:56 +0000 (04:04 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Fri, 31 Jul 1992 02:30:04 +0000 (02:30 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Fri, 31 Jul 1992 00:08:13 +0000 (00:08 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Thu, 30 Jul 1992 21:09:53 +0000 (21:09 +0000)]
*** empty log message ***

31 years agoentered into RCS
Jim Blandy [Thu, 30 Jul 1992 20:59:35 +0000 (20:59 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Thu, 30 Jul 1992 04:31:37 +0000 (04:31 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Wed, 29 Jul 1992 21:20:50 +0000 (21:20 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Wed, 29 Jul 1992 05:48:40 +0000 (05:48 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Wed, 29 Jul 1992 05:22:04 +0000 (05:22 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Wed, 29 Jul 1992 05:06:36 +0000 (05:06 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Wed, 29 Jul 1992 02:27:32 +0000 (02:27 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Wed, 29 Jul 1992 02:15:26 +0000 (02:15 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Tue, 28 Jul 1992 23:26:57 +0000 (23:26 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 28 Jul 1992 19:38:08 +0000 (19:38 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 28 Jul 1992 03:39:30 +0000 (03:39 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Tue, 28 Jul 1992 02:14:03 +0000 (02:14 +0000)]
entered into RCS

31 years ago*** empty log message ***
Jim Blandy [Mon, 27 Jul 1992 21:23:12 +0000 (21:23 +0000)]
*** empty log message ***

31 years agoentered into RCS
Jim Blandy [Mon, 27 Jul 1992 20:58:32 +0000 (20:58 +0000)]
entered into RCS

31 years ago*** empty log message ***
Roland McGrath [Mon, 27 Jul 1992 19:54:35 +0000 (19:54 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Mon, 27 Jul 1992 18:52:51 +0000 (18:52 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Mon, 27 Jul 1992 17:41:57 +0000 (17:41 +0000)]
*** empty log message ***