1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

381 Commits

Author SHA1 Message Date
Richard M. Stallman
47082fcd1b (byte-recompile-directory): At end of compiling a file,
put back the "Checking DIR..." message.
1993-08-02 04:47:30 +00:00
Richard M. Stallman
fcd737693e entered into RCS 1993-07-30 20:15:09 +00:00
Richard M. Stallman
691e7e7635 (byte-recompile-directory): Doc fix. 1993-07-27 22:49:27 +00:00
Richard M. Stallman
4c7f5b007a Comment fix. 1993-07-26 18:40:03 +00:00
Richard M. Stallman
0a933d4b4f (generate-file-autoloads): Bind float-output-format.
Bind print-escape-newlines.
1993-07-21 22:37:55 +00:00
Roland McGrath
811eaa609c (update-file-autoloads): Go to the beginning of FILE before searching it
for generate-autoload-cookie.
1993-07-18 20:01:03 +00:00
Jim Blandy
42106ea549 * bytecomp.el (byte-compile-from-buffer): Bind float-output-format
to "%.20e", not "%20e"; the latter is always ignored, since it
	doesn't have a decimal point after the percent sign.
1993-07-18 06:18:45 +00:00
Roland McGrath
de0748e009 (ad-start-advice-on-load): Initialize to t. 1993-07-16 19:53:38 +00:00
Roland McGrath
ee7bf2ad24 Initial revision 1993-07-16 19:50:55 +00:00
Jim Blandy
6476a5fa36 * assoc.el (asort): First argument should be named alist-symbol,
not assoc-symbol.
1993-07-15 05:08:23 +00:00
Roland McGrath
1265394fdd (generate-file-autoloads): Fix FILE truename hacking to substring
SOURCE-TRUENAME instead of FILE.
1993-07-14 20:56:19 +00:00
Jim Blandy
ae553cad8e * autoload.el (generate-file-autoloads): Correctly detect when the
buffer receiving the autoload forms is in a parent of or the same
	directory as FILE, even in the presence of symlinks.
1993-07-13 03:21:39 +00:00
Richard M. Stallman
ce3be3d531 (byte-compile-file-form-defmumble): Undo previous change.
It turns out the second arg was put in by mistake in the first place.
1993-07-09 06:53:42 +00:00
Richard M. Stallman
ca38179a74 (byte-compile-setq-default):
Generate a progn of calls to set-default, then compile it.
(byte-compile-file-form-defmumble): Put back second arg of
byte-compile-keep-pending, accidentally deleted before.
1993-07-09 06:33:05 +00:00
Roland McGrath
88e37e7b31 (update-file-autoloads): Correctly do nothing when there are no cookies. 1993-07-07 20:13:57 +00:00
Roland McGrath
8ccc377f96 (byte-compile-setq-default): Handle multiple pairs args like setq (as
the setq-default subr does).
1993-07-07 03:06:28 +00:00
Roland McGrath
23de57664f Doc fix. 1993-07-07 02:03:18 +00:00
Roland McGrath
d4f70b769d (update-file-autoloads): Do nothing when there are no cookies. 1993-07-03 07:22:04 +00:00
Richard M. Stallman
b4ff4a23cb (byte-compile-keep-pending): Handle fset like defalias.
(byte-compile-file-form-defmumble): Fix backward if in prev change.
1993-07-02 17:46:43 +00:00
Richard M. Stallman
f4e90b7615 (byte-compile-file-form-defmumble):
If byte-compile-compatibility, use fset, not defalias.
1993-07-01 22:13:28 +00:00
Richard M. Stallman
c751663136 (generate-file-autoloads): Undo previous change
because make-docfile requires defvar doc string to start on first line.
1993-06-17 06:59:49 +00:00
Roland McGrath
327ab40d47 (make-autoload): Use memq once instead eq twice.
(generate-file-autoloads): For non-autoloads, copy the defn textually
rather than printing it after reading.
1993-06-16 23:06:58 +00:00
Roland McGrath
d08589bfd1 (generate-autoload-cookie, update-autoloads-here): Doc fixes. 1993-06-16 22:08:23 +00:00
Richard M. Stallman
2af4b8908b entered into RCS 1993-06-16 21:39:03 +00:00
Richard M. Stallman
a33cb02164 (disassemble-internal): If function is autoload, load it. 1993-06-16 21:33:18 +00:00
Richard M. Stallman
78e367e9ae (parens-require-spaces): Var renamed and sense changed.
(insert-parentheses): Corresponding changes.
1993-06-16 19:34:11 +00:00
Richard M. Stallman
b44b7ab002 (byte-compile-file-form-defmumble): Typo in prev change. 1993-06-16 17:42:48 +00:00
Richard M. Stallman
e13b624a0f (byte-compile-file-form-defmumble): Use defalias
for named function, even if no doc string.
1993-06-15 19:29:59 +00:00
Richard M. Stallman
44a53673e8 (parens-dont-require-spaces): New variable.
(insert-parentheses): Obey that variable.
1993-06-14 22:58:54 +00:00
Richard M. Stallman
79c6071d22 (byte-compile-file): Undo previous change.
(batch-byte-recompile-directory): Doc fix.
1993-06-13 22:32:17 +00:00
Jim Blandy
e27c3564f2 * bytecomp.el: Bring it up to version 2.10 of the
Zawinski-Furuseth compiler.  Changes from David Gillespie.
1993-06-11 16:19:49 +00:00
Richard M. Stallman
2dab780287 (lisp-indent-function): Look for either
lisp-indent-hook or lisp-indent-function property.
1993-06-11 07:00:05 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
e237de5cfd (byte-compile-insert-header): Fix backwards test
of byte-compile-compatibility.
1993-06-03 18:35:28 +00:00
Richard M. Stallman
aef4422ef8 (map-keymap): Doc fix. 1993-06-01 18:24:00 +00:00
Richard M. Stallman
7dce3709b4 (copy-tree): Use let* to bind new before i. 1993-06-01 06:03:56 +00:00
Richard M. Stallman
e8544af27e Provide edebug. 1993-05-31 17:28:56 +00:00
Richard M. Stallman
1f5038b52e (indent-sexp): Even if outer-loop-done is t, still move down one line. 1993-05-29 05:45:47 +00:00
Richard M. Stallman
199dd758a3 (byte-optimize-divide): Don't optimize to less than two arguments. 1993-05-26 21:31:36 +00:00
Jim Blandy
0b9be2e709 * lucid.el (switch-to-other-buffer): Build the list of acceptable
buffers properly.
1993-05-24 02:12:13 +00:00
Richard M. Stallman
e74865eeac (event-modifiers): Function deleted.
(read-command-event): For switch-frame event, call select-frame.
1993-05-22 20:25:08 +00:00
Richard M. Stallman
ab69b2fb30 (lisp-body-indent): Add doc. 1993-05-21 16:37:35 +00:00
Richard M. Stallman
189db15290 (byte-compile-file): Don't write output if error. 1993-05-18 03:32:00 +00:00
Richard M. Stallman
31c0dbab92 entered into RCS 1993-05-18 03:19:14 +00:00
Richard M. Stallman
c76f206519 (byte-compile-file): Don't write output if error. 1993-05-18 02:30:21 +00:00
Richard M. Stallman
0ba911156b (mark-sexp, mark-defun): Activate the mark. 1993-05-16 15:28:52 +00:00
Richard M. Stallman
6e8d0db7e2 (byte-compile-track-mouse): New function.
This is a kludge; track-mouse must be compiled better.
1993-05-15 19:47:15 +00:00
Richard M. Stallman
8b86c9ebbf (default-menubar): Make initial value nil.
(kill-this-buffer, x-new-frame)
(sensitize-file-and-edit-menus-hook, format-buffers-menu-line)
(buffers-menu-max-size, complex-buffers-menu-p)
(buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer)
(buffer-menu-write-file, build-buffers-menu-internal)
(build-buffers-menu-hook): Functions and variables deleted.
1993-05-12 21:41:56 +00:00
Roland McGrath
0dea0bbe34 (byte-recompile-directory): If ARG is non-nil, set it to its prefix
numeric value.  Test for ARG being zero with eq, not zerop.
1993-05-10 00:49:06 +00:00
Jim Blandy
e084483dea * lucid.el: Comment out fset of set-screen-width properly.
* lucid.el: (provide 'lucid).

	* lucid.el: (switch-to-other-buffer): Avoid buffers whose names
	start with a space.
1993-05-03 03:37:47 +00:00
Jim Blandy
85dd3810c9 * edebug.el (edebug-display): Call the `mark' function with the
FORCE argument non-nil, so that we don't get an error if the mark
	isn't set yet.

	* edebug.el (global-edebug-prefix, global-edebug-map): Add
	autoload cookies for these, so they are present when Emacs starts
	up.

	* edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
	this map; we can't bind it to `C-x x', as the installation
	instructions suggest, because that conflicts with
	copy-to-register.
1993-05-03 03:36:19 +00:00
Jim Blandy
f33419002e * bytecomp.el (meta-flag): Declare this an obsolete variable.
* bytecomp.el: The `suspend-hooks' variable is obsolete now, and
	`suspend-hook' is the right name.
1993-05-03 03:34:20 +00:00
Eric S. Raymond
d3af54acef Rewritten. A poor choice of representation made the old code excessively
complex.  The new version is smaller and faster.  The interface is
unchanged, except that ring-remove now accepts an optional numeric argument
specifying the element to remove.
1993-04-25 22:26:48 +00:00
Eric S. Raymond
41dc743ded Added and fixed documentation.
(ring-rotate):  Nuked.  It was (a) unused, and (b) totally broken (as in,
any attempt to use it died with a type error, and when I patched it to fix
that I found its algorithm was broken).
(ring-ref): Added doc string.
1993-04-25 06:14:03 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Eric S. Raymond
cdccfc0d1c Initial revision 1993-04-23 03:54:38 +00:00
Eric S. Raymond
c36881cfa6 (define-function): Changed name back to defalisaases to get things in
a known-good state.
1993-04-23 03:43:33 +00:00
Richard M. Stallman
6101b31fb0 (byte-compile, byte-compile-keep-pending)
(byte-compile-file-form-defmumble): Generate define-function
rather than fset, to install definitions for defun, defmacro, etc.
1993-04-17 01:26:24 +00:00
Roland McGrath
e2b6138f10 (update-file-autoloads, update-directory-autoloads): If called
interactively, save generated-autoload-file when done.
1993-04-14 19:56:19 +00:00
Eric S. Raymond
64e07c7ba7 (lm-commentary-region): Gone.
(lm-commentary): New function.
1993-04-14 03:34:42 +00:00
Roland McGrath
da8826b498 (generate-file-autoloads): Doc fix. 1993-04-08 21:47:39 +00:00
Richard M. Stallman
6de6752c6c Add copyright notice. 1993-04-08 06:57:54 +00:00
Richard M. Stallman
efb8f835e5 (eval-defun): Rename argument to avoid collision.
(eval-last-sexp): Likewise.
1993-04-01 22:20:19 +00:00
Eric S. Raymond
0b2974abfe *** empty log message *** 1993-03-30 16:22:39 +00:00
Richard M. Stallman
e15765f5e2 (try-face-font, find-face, get-face): New aliases. 1993-03-27 18:01:28 +00:00
Eric S. Raymond
68756f1f77 (lm-last-modified-date) Fixed return bug.
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.
1993-03-25 01:57:43 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Jim Blandy
ec9a76e3d1 * simple.el (comment-indent-function): New variable, intended to
replace comment-indent-hook.
	(comment-indent-hook): Make this default to nil now.
	(indent-for-comment): If comment-indent-hook is non-nil, call it
	for backward compatibility; otherwise, call
	comment-indent-function.
	* bytecomp.el: Declare comment-indent-hook an obsolete variable.
1993-03-21 07:04:44 +00:00
Jim Blandy
221c5fd8ff *** empty log message *** 1993-03-20 20:14:00 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Eric S. Raymond
3109d63f84 Initial revision 1993-03-17 17:19:16 +00:00
Eric S. Raymond
76550a57f9 Add standard library headers. 1993-03-17 17:17:05 +00:00
Eric S. Raymond
aae56ea7ca Add standard library headers. 1993-03-17 16:56:02 +00:00
Eric S. Raymond
c7986c1876 Initial revision 1993-03-17 16:26:48 +00:00
Eric S. Raymond
3b1e4dd1eb Add standard library headers. 1993-03-17 15:58:09 +00:00
Eric S. Raymond
c84729481b Added standard library headers. 1993-03-17 15:20:58 +00:00
Jim Blandy
2e94b81346 Doc fix. 1993-03-16 18:36:27 +00:00
Jim Blandy
1db01b1ab5 * bytecomp.el (byte-compile-from-buffer): Put buffer containing
compiled code in binary overwrite mode.
1993-03-16 18:35:04 +00:00
Jim Blandy
7d18d35c95 *** empty log message *** 1993-03-15 20:40:34 +00:00
Jim Blandy
3e6580d01d *** empty log message *** 1993-03-14 05:50:49 +00:00
Jim Blandy
be8320a764 * bytecomp.el: Declare suspend-hook to be an obsolete variable. 1993-03-11 07:02:11 +00:00
Jim Blandy
330fba95d2 *** empty log message *** 1993-03-09 23:40:36 +00:00
Jim Blandy
92e30bc5e0 Initial revision 1993-03-09 23:02:46 +00:00
Richard M. Stallman
bb621b01c9 entered into RCS 1993-03-08 07:44:39 +00:00
Richard M. Stallman
5f1d59f437 *** empty log message *** 1993-03-07 20:57:30 +00:00
Richard M. Stallman
ecc71b7f7d *** empty log message *** 1993-03-07 07:32:47 +00:00
Richard M. Stallman
f448b83429 Initial revision 1993-03-07 04:10:02 +00:00
Jim Blandy
6798a38571 * autoload.el (generate-file-autoloads): Add another
save-excursion so that point is before the generated autoloads
	after we scan the file.
1993-03-02 07:21:44 +00:00
Jim Blandy
1de6a9711d Removed assigment to foo in byte-compile-lambda. 1993-02-23 13:21:13 +00:00
Roland McGrath
7e4263eb77 (generate-file-autoloads): If no buffer was visiting FILE when we started,
kill the buffer we create.
1993-02-17 21:30:21 +00:00
Richard M. Stallman
b890df1a7a (byte-compile-lambda): Test of byte-compile-compatibility was backwards. 1993-02-17 20:29:57 +00:00
Jim Blandy
6338c7ba53 * lisp-mode.el (lisp-fill-paragraph): New function.
(shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
1993-02-14 14:33:44 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
ed015bddf7 * disass.el (disassemble): Add autoload cookie for this.
* bytecomp.el (byte-decompile-bytecode): Add an autoload for this.

	compiled-function-p has been renamed to byte-code-function-p.
	* subr.el: Define compiled-function-p as an alias for it.
	* bytecomp.el: Register compiled-function-p as obsolete.
	* bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
	uses.

	unread-command-event has been replaced by unread-command-events.
	* simple.el (prefix-arg-internal): Use this to push back all
	key sequences for processing by the main command loop, instead of
	trying to simulate its behavior ourselves.
	* bytecomp.el: Document unread-command-event as an obsolete
	variable, although nothing but the GNU Emacs 19 sources use it.
	Adjust obsolescence message for unread-command-char.
	* comint.el (comint-dynamic-list-completions): Change uses of
	unread-command-event to work with unread-command-events.
	* ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
	Same.
	* edebug.el (edebug-outside-excursion): Same.
	* ehelp.el (electric-help-command-loop): Same.
	* electric.el (Electric-command-loop): Same.
	* emerge.el (emerge-show-file-name): Same.
	* fortran.el (fortran-abbrev-start,
	fortran-window-create-momentarily): Same.
	* gnus.el (gnus-Subject-next-article): Same.
	* info.el (Info-summary): Same.
	* isearch-mode.el (isearch-update, isearch-unread): Same.
	* map-ynp.el (map-y-or-n-p): Same.
	* mlsupport.el (push-back-character): Same.
	* replace.el (perform-replace): Same.
	* simula.el (simula-electric-label): Same.
	* subr.el (read-quoted-char, momentary-string-display): Same.
	* sun-mouse.el (mouse-second-hit): Same.
	* terminal.el (te-escape-extended-command-unread): Same.
	* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
	vip-prefix-arg-com): Same.
1993-01-26 01:36:02 +00:00
Jim Blandy
96d699f33e compiled-function-p has been renamed to byte-code-function-p.
* subr.el: Define compiled-function-p as an alias for it.
	* bytecomp.el: Register compiled-function-p as obsolete.
	* bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
	uses.
1993-01-26 01:29:51 +00:00
Roland McGrath
d680e99c81 (update-copyright): Doc fix. 1993-01-09 00:01:00 +00:00
Jim Blandy
d28a192521 * disass.el (byte-compile): Specify that the 'byte-compile feature
is provided in the file "bytecomp".
1992-11-16 01:28:48 +00:00
Jim Blandy
79d52eea3e * bytecomp.el: Declare unread-command-char an obsolete variable.
* bytecomp.el: (require 'backquote).
1992-11-16 01:21:50 +00:00
Jim Blandy
4489336084 * autoload.el (make-autoload): When creating an autoload
invocation for a macro, pass (list 'quote 'macro) as the sixth
	argument, not just t.  autoload's sixth argument is now a type
	instead of just a boolean value, so we should use a value which
	reflects that.
1992-11-07 06:10:53 +00:00
Richard M. Stallman
ffc394dd58 (byte-compile-lambda):
Don't compile the interactive spec if it is a call to `list'.
1992-10-31 09:27:47 +00:00
Richard M. Stallman
92ad69b62e (custom-prin1-chars): Var defined, and renamed from prin1-chars.
(circle-tree, circle-table): Define vars.
(cust-print-vector, cust-print-list): Rename level to circle-level.
(cust-print-top-level): Likewise.
(circle-level): Var defined.
1992-10-08 06:44:24 +00:00
Richard M. Stallman
fb252f97f1 CP:: changed to cust-print- in all names.
Lots of doc fixes.
1992-10-07 09:09:19 +00:00
Christopher Zaborsky
c2ced5d8c1 Doc fix. 1992-10-06 21:01:11 +00:00
Richard M. Stallman
af36339a34 Dox fix. 1992-10-03 18:03:17 +00:00
Christopher Zaborsky
fd8bf90337 Dox Fix 1992-09-27 17:30:03 +00:00
Richard M. Stallman
09f119939b Doc fixes. Make tq-create autoload. 1992-09-21 15:01:37 +00:00
Richard M. Stallman
cfe158ab34 entered into RCS 1992-09-18 18:47:19 +00:00
Richard M. Stallman
ab94e6e795 entered into RCS 1992-09-13 19:05:13 +00:00
Richard M. Stallman
078a88f4d6 entered into RCS 1992-09-12 22:48:30 +00:00
Jim Blandy
9e2b097b26 *** empty log message *** 1992-08-12 12:57:12 +00:00
Jim Blandy
7e1dae733a entered into RCS 1992-08-12 12:50:10 +00:00
Jim Blandy
73a73a3876 *** empty log message *** 1992-08-05 05:01:42 +00:00
Jim Blandy
0b030df78b *** empty log message *** 1992-08-04 04:09:07 +00:00
Richard M. Stallman
73183f2b65 entered into RCS 1992-08-02 02:34:06 +00:00
Richard M. Stallman
3315a6a3a4 *** empty log message *** 1992-07-31 02:30:04 +00:00
Eric S. Raymond
0fc37e7d20 entered into RCS 1992-07-27 05:31:49 +00:00
Richard M. Stallman
ab67260b08 *** empty log message *** 1992-07-27 02:56:28 +00:00
Jim Blandy
e51e47f729 entered into RCS 1992-07-22 20:59:53 +00:00
Jim Blandy
3eac99106c *** empty log message *** 1992-07-22 16:55:01 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Richard M. Stallman
fd5285f3e3 *** empty log message *** 1992-07-19 01:07:07 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Jim Blandy
de49a6d37e *** empty log message *** 1992-07-16 21:47:30 +00:00
Jim Blandy
c29118da51 *** empty log message *** 1992-07-16 21:22:55 +00:00
Eric S. Raymond
282d89c00d *** empty log message *** 1992-07-16 06:28:10 +00:00
Eric S. Raymond
4821e2af02 *** empty log message *** 1992-07-15 23:29:10 +00:00
Richard M. Stallman
52799cb807 *** empty log message *** 1992-07-15 20:26:37 +00:00
Eric S. Raymond
83023647e0 *** empty log message *** 1992-07-15 18:48:42 +00:00
Jim Blandy
f98955eaaa *** empty log message *** 1992-07-15 02:24:58 +00:00
Eric S. Raymond
d46bac56ad *** empty log message *** 1992-07-14 19:42:01 +00:00
Richard M. Stallman
70e1dad880 *** empty log message *** 1992-07-14 02:11:50 +00:00
Jim Blandy
1c393159a2 Initial revision 1992-07-10 22:06:47 +00:00
Eric S. Raymond
abeffda95a Initial revision 1992-07-06 20:30:41 +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
Roland McGrath
9cfd2eeb81 *** empty log message *** 1992-06-19 20:17:18 +00:00
Richard M. Stallman
328561fc91 *** empty log message *** 1992-06-03 05:58:08 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Eric S. Raymond
84fc2cfa7d Initial revision 1992-05-30 23:52:26 +00:00
Eric S. Raymond
1a06eabd17 *** empty log message *** 1992-05-30 23:12:08 +00:00
Eric S. Raymond
6594deb0dc *** empty log message *** 1992-05-30 22:12:04 +00:00
Eric S. Raymond
c88ab9ce4a *** empty log message *** 1992-05-30 21:11:25 +00:00
Eric S. Raymond
d501f51645 *** empty log message *** 1992-05-30 20:24:49 +00:00
Eric S. Raymond
ecb4184d2f Initial revision 1992-05-30 18:52:42 +00:00
Jim Blandy
ffd56f97cf *** empty log message *** 1992-05-18 08:14:41 +00:00
Jim Blandy
2b79d7330d *** empty log message *** 1992-04-14 22:02:55 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Roland McGrath
c810ea9018 *** empty log message *** 1992-03-16 06:13:09 +00:00
Jim Blandy
10a4c11f7e *** empty log message *** 1992-01-09 05:06:34 +00:00
Jim Blandy
0231f2dce8 Initial revision 1991-12-21 08:23:15 +00:00
Jim Blandy
f798d950c8 *** empty log message *** 1991-10-25 22:16:38 +00:00
Jim Blandy
fcb764df08 *** empty log message *** 1991-07-19 20:39:25 +00:00
Jim Blandy
619d1fa086 *** empty log message *** 1991-06-12 18:00:32 +00:00
Roland McGrath
8bfb448288 *** empty log message *** 1991-06-07 17:41:30 +00:00
Roland McGrath
0343b0871f Initial revision 1991-06-03 19:54:13 +00:00
Jim Blandy
ecca85de56 *** empty log message *** 1991-05-24 01:03:48 +00:00
Jim Blandy
f9f9507e1d *** empty log message *** 1991-05-09 21:50:55 +00:00
Jim Blandy
745bc783eb Initial revision 1991-05-09 21:50:45 +00:00
Roland McGrath
7229064dbf *** empty log message *** 1991-05-09 21:50:34 +00:00
Roland McGrath
d6003f63e9 *** empty log message *** 1991-05-09 17:10:09 +00:00
Jim Blandy
fc3feb2a41 *** empty log message *** 1991-05-09 11:36:36 +00:00
Roland McGrath
19b2f8f148 *** empty log message *** 1991-05-01 05:28:37 +00:00
Roland McGrath
121f0d5723 *** empty log message *** 1991-05-01 00:45:54 +00:00
Brian Preble
3666f39cfd *** empty log message *** 1991-04-23 00:08:11 +00:00
Jim Blandy
e3f99b9122 *** empty log message *** 1991-03-12 20:00:05 +00:00
Brian Preble
f30ff39f78 *** empty log message *** 1991-03-12 19:57:55 +00:00
Brian Preble
a90256ccb2 Initial revision 1991-03-12 19:48:56 +00:00
Richard M. Stallman
8a1281b563 *** empty log message *** 1991-03-06 18:30:37 +00:00
Jim Blandy
3bfd7edbe7 *** empty log message *** 1991-03-01 21:55:53 +00:00
Richard M. Stallman
c440e42b9c Initial revision 1991-01-31 21:18:19 +00:00
Richard M. Stallman
a17f9e55b2 *** empty log message *** 1990-12-10 03:02:52 +00:00
David Lawrence
67ea382e54 Initial revision 1990-11-21 20:01:35 +00:00
Richard M. Stallman
ecb7594297 *** empty log message *** 1990-11-12 22:03:33 +00:00
root
b73b9811e0 Initial revision 1990-08-27 04:15:41 +00:00
Richard M. Stallman
a5d81a4235 *** empty log message *** 1990-06-20 15:40:29 +00:00
Richard M. Stallman
d017bf4e74 Initial revision 1990-05-01 00:56:56 +00:00
Joseph Arceneaux
a2535589a9 Initial revision 1989-10-31 16:00:07 +00:00