1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 23:51:24 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Eric S. Raymond
eed3d5af45 Deleted some VMS caveats. If the src and lisp ChangeLogs are correct,
dired and mail and process control are now fully supported.
1993-03-19 22:56:22 +00:00
Eric S. Raymond
3688bf227c Make sure that when new keywords are compiled, we see them
immediately.
1993-03-19 21:48:09 +00:00
Eric S. Raymond
dea2447909 Typo fix. 1993-03-19 21:32:09 +00:00
Eric S. Raymond
01d7b9370f Info on the terminal-package-finding algorithm. 1993-03-19 21:21:39 +00:00
Eric S. Raymond
52f8dbf890 All references to 18 changed to past tense; APOLLO and SUNBUG merged
in.
1993-03-19 21:03:48 +00:00
Eric S. Raymond
e0e305ad59 Added 900-line support 1993-03-19 19:16:04 +00:00
Eric S. Raymond
b018e5118f Initial revision 1993-03-19 19:11:04 +00:00
Jim Blandy
4f45adda36 * tex-mode.el (tex-send-command): Fix the command sent so that no
blank is inserted when replacing the asterisk with the file name.
1993-03-19 17:38:48 +00:00
Jim Blandy
210b2b4f05 Some VMS changes from Richard Levitte <levitte@e.kth.se>:
* [VMS] systime.h: Include vmstime.h.  VMS has the timezone
	variable and the tzname array.
	* s/vms.h: VMS does have select.
	mth$dmod is the same as Unix's drem.
	Use the time functions in vmstime.c.
	No need to rename the malloc routines if we're using GNU malloc.
	PURESIZE needs to be 330000.
	* vmstime.c, vmstime.h: New files.
	* systty.h: Don't try to initialize extern declarations under VAX C.
	* vmspaths.h (PATH_LOADSEARCH): Include EMACS_LIBRARY:[LOCAL-LISP]
	in PATH_LOADSEARCH.
	(PATH_EXEC): Use EMACS_LIBRARY:[LIB-SRC] instead of [ETC].
	* sysdep.c [VMS] (init_sys_modes): Don't allocate process_ef.
	[VMS] (queue_kbd_input): Build events structure correctly.
	[VMS] (gethostname): New function.
	[VMS] (getwd): Don't get the PATH environment variable; that's
	dumb.  Call getcwd.
1993-03-19 17:28:14 +00:00
Eric S. Raymond
7b9cd64c8b Corrected typo, fixed it to discard = and TAGS files in some cases where it
should but didn't seen to.
1993-03-19 08:08:04 +00:00
Eric S. Raymond
41f86d5a05 Added unlock and relock. 1993-03-19 07:49:20 +00:00
Eric S. Raymond
29c0047b07 Added unlock and relock productions. 1993-03-19 07:37:19 +00:00
Eric S. Raymond
b66a6eb41f Initial revision 1993-03-19 07:20:22 +00:00
Eric S. Raymond
5d1dd3c0ce Added keyword. 1993-03-19 06:46:00 +00:00
Eric S. Raymond
9d9c912e6c Oops... 1993-03-19 06:41:41 +00:00
Richard M. Stallman
f5d5eccf37 (Fvisited_file_modtime): New function.
(Fset_visited_file_modtime): Accept an argument specifying time value.
If arg is nil, really use the filename handler.
1993-03-19 05:30:19 +00:00
Eric S. Raymond
a6af869636 Added unlock and relock. 1993-03-19 05:27:03 +00:00
Richard M. Stallman
8a89415ece (cons_to_long, long_to_cons): No longer static. 1993-03-19 05:19:23 +00:00
Jim Blandy
922ac4c59c Add a --compress option to force make-dist to use compress. 1993-03-18 23:12:47 +00:00
Jim Blandy
e257316560 * make-dist: Use gzip, if we can find it. 1993-03-18 23:06:04 +00:00
Jim Blandy
35f56f9681 * frame.h (FOR_EACH_FRAME): Change the definition so that
FRAME_VAR is a lisp object.
	* dispnew.c (WINDOW_CHANGE_SIGNAL, do_pending_window_change):
	Adjusted appropriately.
	* xdisp.c (redisplay): Adjusted appropriately.

	* dispnew.c (Fredraw_frame): Give this appropriate definitions for
	MULTI_FRAME and non-MULTI_FRAME configurations.
	(Fredraw_display): Give this a non-MULTI_FRAME-dependent definition.
1993-03-18 22:50:00 +00:00
Eric S. Raymond
9789a4beb3 Initial revision 1993-03-18 22:31:30 +00:00
Eric S. Raymond
b129bbdc60 Corrected Keywords header. 1993-03-18 21:49:55 +00:00
Eric S. Raymond
68e6022543 Corrected Keywords header 1993-03-18 21:44:24 +00:00
Jim Blandy
0267e275bc * solar.el (solar-time-string): Round the time properly. 1993-03-18 21:39:28 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Richard M. Stallman
92e443b155 (make-frame): Renamed from new-frame.
(new-frame): Alias for make-frame.
1993-03-18 19:22:48 +00:00
Jim Blandy
05c53e7cf5 Some VMS changes from Richard Levitte <levitte@e.kth.se>:
* [VMS] systime.h: Include vmstime.h.  VMS has the timezone
	variable and the tzname array.
	* s/vms.h: VMS does have select.
	mth$dmod is the same as Unix's drem.
	Use the time functions in vmstime.c.
	No need to rename the malloc routines if we're using GNU malloc.
	PURESIZE needs to be 330000.
	* vmstime.c, vmstime.h: New files.
	* systty.h: Don't try to initialize extern declarations under VAX C.
	* vmspaths.h (PATH_LOADSEARCH): Include EMACS_LIBRARY:[LOCAL-LISP]
	in PATH_LOADSEARCH.
	(PATH_EXEC): Use EMACS_LIBRARY:[LIB-SRC] instead of [ETC].
	* sysdep.c [VMS] (init_sys_modes): Don't allocate process_ef.
	[VMS] (queue_kbd_input): Build events structure correctly.
	[VMS] (gethostname): New function.
	[VMS] (getwd): Don't get the PATH environment variable; that's
	dumb.  Call getcwd.
1993-03-18 16:11:17 +00:00
Jim Blandy
17a624d19a * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
make rs6000-ibm-aix default to -aix32.
1993-03-18 16:10:40 +00:00
Richard M. Stallman
27b6178555 Fix spacing conventions. 1993-03-18 10:18:30 +00:00
Eric S. Raymond
76eb14ff7f (function-key-map) Nuke code no longer bound to keys. 1993-03-18 03:38:31 +00:00
Eric S. Raymond
420cdb1886 As many key cookies as possible renamed to fit the new conventions
documented is lisp/term/README.
1993-03-18 03:37:14 +00:00
Eric S. Raymond
c2f5843638 Fix things so that bindings are added to the keymap already created by
terminal initialization.
1993-03-18 03:35:08 +00:00
Eric S. Raymond
11838c0e24 Less klugey version of fix. 1993-03-17 23:50:29 +00:00
Eric S. Raymond
c3d80a4737 Add production to nuke binaries and doc files. 1993-03-17 22:31:58 +00:00
Eric S. Raymond
41b8542b36 Teach this to use help-screen.el. 1993-03-17 22:20:57 +00:00
Richard M. Stallman
8b235fde6d Doc fix. 1993-03-17 21:40:14 +00:00
Jim Blandy
49d838ea4a * xterm.c (x_display_box_cursor, x_display_bar_cursor): Don't
display the cursor on garbaged frames.
1993-03-17 20:11:00 +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
Eric S. Raymond
c5d87135f5 (finder-compile-keywords) Treat nil in a path argument as $PWD.
(finder-by-keyword) Handle LFD as input gracefully.
1993-03-17 14:26:35 +00:00
Eric S. Raymond
d629242872 Increment version number to match vc.el's. 1993-03-17 14:01:56 +00:00
Eric S. Raymond
7b4f934d8f (vc-header-strings) Name changed to vc-header-alist, to match the
docs.

(vc-finish-logentry, vc-next-comment, vc-previous-comment,
vc-comment-search-forward, vc-comment-search-backward) The VC comment
ring is now a separate buffer from *VC-log*; editing of old comments
is no longer destructive.
1993-03-17 13:58:48 +00:00
Eric S. Raymond
a34902abb8 Added `Developer's configuration' section. 1993-03-17 13:23:14 +00:00
Eric S. Raymond
1dd40212a5 Supply second arg for tgetstr() calls. 1993-03-17 13:11:50 +00:00
Richard M. Stallman
856c3dcba8 (_getpty): Declare this, not _get_pty. 1993-03-17 09:22:15 +00:00