1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

2266 commits

Author SHA1 Message Date
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
0f85737cab * frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.
Doc changed in anticipation of new purpose.
	(Fselect_frame): Just call Fhandle_switch_frame for now.
1993-03-21 06:53:04 +00:00
Richard M. Stallman
d5b2799ef6 (Fselect_window): Use Fhandle_switch_frame.
(Fset_window_configuration): Likewise.
1993-03-21 06:50:50 +00:00
Jim Blandy
dba1ec5561 * isearch.el (isearch-switch-frame-handler): Call
handle-switch-frame instead of select-frame; it has been renamed.
1993-03-21 05:50:17 +00:00
Jim Blandy
8bc59570d7 Fix typo. 1993-03-21 05:14:35 +00:00
Jim Blandy
49795535f1 Use the `visiblity' parameter to determine the initial state of
the frame, instead of the `iconic-startup' and
	`suppress-initial-map'.
	* xfns.c (x_icon): Test the Qvisibility parameter against Qicon,
	instead of the Qiconic_startup against Qt.
	(x_create_frame): Test Qvisibility against Qnil and
	Qicon, instead of testing Qsuppress_initial_map and Qvisibility.
	(Qicon): New symbol.
	(Qiconic_startup, Qsuppress_icon, Qsuppress_initial_map): Removed.
	(syms_of_xfns): Adjusted appropriately.

	* xfns.c [not HAVE_X11] (x_create_frame): Check Qicon_type,
	instead of Qsuppress_icon.

	* xfns.c (x_set_visibility): Instead of interpreting only Qt as
	`make the frame visible' and everything else as `iconify the
	frame', interpret Qicon as `iconify the frame' and everything else
	as `make the frame visible.'

	* xfns.c (x_get_arg): When the type of the resource is `symbol',
	return `true' and `on' as Qt, and `false' and `off' as Qnil.
1993-03-21 05:11:23 +00:00
Jim Blandy
7bbbf29af0 * time.el (display-time): Doc fix. 1993-03-21 03:23:29 +00:00
Jim Blandy
c5c6addffa Doc fix. 1993-03-20 23:06:44 +00:00
Jim Blandy
767229f87c * dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
MILLISECONDS, which add, rather than a second argument which says
	"treat the first argument as milliseconds."
	(Fsit_for): Same thing.
	(Fsleep_for_milliseconds): Deleted; this can be done with Fsleep_for.
1993-03-20 23:03:35 +00:00
Jim Blandy
6e4f3667d9 * process.c (wait_reading_process_input): Doc fix. 1993-03-20 22:58:54 +00:00
Jim Blandy
722687f5c7 * systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is
#defined.
1993-03-20 22:58:21 +00:00
Jim Blandy
500ab754f5 Do * dispnew.c (sit_for): Doc fix. 1993-03-20 22:26:53 +00:00
Jim Blandy
97741d057d * sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY. 1993-03-20 22:21:12 +00:00
Jim Blandy
426b37aecf * callproc.c (child_setup): Make sure that in, out, and err are
not less than three.
	(relocate_fd): New function.
1993-03-20 21:53:57 +00:00
Jim Blandy
a4fc736006 * xterm.c (x_term_init): If the X connection is already in file
descriptor zero, don't dup it and close the old one.
1993-03-20 21:07:59 +00:00
Jim Blandy
055e9517dc * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Emacs 18.
1993-03-20 20:56:55 +00:00
Jim Blandy
eb5d618c18 * xfns.c (Fx_open_connection): If we have X11R5, use
XrmSetDatabase to set the display's database.  In older versions,
	just store the value into x_current_display->db.
1993-03-20 20:48:34 +00:00
Jim Blandy
b49f55787d * frame.c (Fraise_frame, Flower_frame): Renamed from
Fframe_to_front and Fframe_to_back.
	(syms_of_frame): Adjusted appropriately.
1993-03-20 20:18:44 +00:00
Jim Blandy
221c5fd8ff *** empty log message *** 1993-03-20 20:14:00 +00:00
Jim Blandy
6e23c83e03 * fileio.c (HAVE_FSYNC): Define, if appropriate.
(Fwrite_region): Use HAVE_FSYNC.
	* s-aix3-2.h (HAVE_FSYNC): Define.
1993-03-20 19:45:17 +00:00
Jim Blandy
59653951e7 * emacs.c (Finvocation_name): New function.
(Vinvocation_name): New variable.
	(init_cmdargs): Set it.
	(syms_of_emacs): defsubr Finvocation_name, staticpro and
	initialize Vinvocation_name.
	* lisp.h (Vinvocation_name): New extern declaration.
	* xterm.c (invocation_name): Variable deleted; use
	Vinvocation_name now.
	(x_text_icon, x_term_init): Use Vinvocation_name now instead of
	invocation_name.
	(x_term_init): Don't initialize invocation_name.
	(syms_of_xterm): Don't initialize or staticpro invocation_name.
	* xfns.c (invocation_name): Remove extern declaration for this.
	[HAVE_X11] (Fx_get_resource): Use Vinvocation_name now instead of
	invocation_name.
	[not HAVE_X11] (Fx_get_default): Same.
1993-03-20 19:30:58 +00:00
Jim Blandy
17d68aa05a * make-dist: Fix typo. 1993-03-20 18:12:07 +00:00
Richard M. Stallman
bcc426b452 (Fx_display_color_p): Renamed from Fx_color_display_p.
(syms_of_xfns): Use new name in defsubr.
1993-03-20 09:21:13 +00:00
Richard M. Stallman
41beb8fc13 (x_screen): Make this var file scope.
(Fx_server_version): Use Fcons, not list3.

(Fx_server_vendor, Fx_server_version, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_mm_width, Fx_display_mm_height)
(Fx_display_screens, Fx_display_planes, Fx_display_color_cells)
(Fx_display_visual_class, Fx_display_backing_store)
(Fx_display_save_under): New functions.
(x_screen_count, Vx_vendor, x_release, x_screen_height_mm)
(x_screen_width_mm, Vx_backing_store, x_save_under, Vx_screen_visual)
(x_visual_strings): Vars deleted.
(Fx_open_connection): Don't init those vars.
(syms_of_xfns): Set up new functions.  Don't set up those vars as Lisp vars.
Nor x-screen-width and x-screen-height.
1993-03-20 06:25:55 +00:00
Eric S. Raymond
5e15f62581 Added documentation, made the change comment for old versions more
useful.
1993-03-19 23:40:27 +00:00
Eric S. Raymond
8554321b66 Teach it about the new user-runnable command rcs-checkin. 1993-03-19 23:04:44 +00:00
Eric S. Raymond
17457b8df3 Initial revision 1993-03-19 23:01:33 +00:00
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