1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 16:30:46 -08:00
No description
Find a file
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
etc Deleted some VMS caveats. If the src and lisp ChangeLogs are correct, 1993-03-19 22:56:22 +00:00
lib-src Added documentation, made the change comment for old versions more 1993-03-19 23:40:27 +00:00
lisp * time.el (display-time): Doc fix. 1993-03-21 03:23:29 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src Use the `visiblity' parameter to determine the initial state of 1993-03-21 05:11:23 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub (sparclite, sparclite-*): New configuration. 1993-03-15 19:36:54 +00:00
configure1.in * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and 1993-03-18 16:10:40 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~3~ 1992-08-21 23:06:13 +00:00
make-dist * make-dist: Fix typo. 1993-03-20 18:12:07 +00:00
Makefile.in Added unlock and relock productions. 1993-03-19 07:37:19 +00:00
PROBLEMS entered into RCS 1993-03-11 06:18:56 +00:00