# HG changeset patch # User stephent # Date 1060670198 0 # Node ID 000fb15e7f54f0a07017c22892403c7555ffc2f5 # Parent aaf5e80aedd2ac961d9615133959966a5835f180 [xemacs-hg @ 2003-08-12 06:36:38 by stephent] improve lucid option doc <87wudje62i.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r aaf5e80aedd2 -r 000fb15e7f54 ChangeLog --- a/ChangeLog Tue Aug 12 06:15:51 2003 +0000 +++ b/ChangeLog Tue Aug 12 06:36:38 2003 +0000 @@ -1,3 +1,7 @@ +2003-08-12 Stephen J. Turnbull + + * configure.usage (Window System): `lucid' option often means `Motif'. + 2003-06-13 Stephen J. Turnbull * configure.usage (--cflags-warning): Change underscore to hyphen. diff -r aaf5e80aedd2 -r 000fb15e7f54 configure.usage --- a/configure.usage Tue Aug 12 06:15:51 2003 +0000 +++ b/configure.usage Tue Aug 12 06:36:38 2003 +0000 @@ -129,19 +129,20 @@ --with-toolbars=no Don't compile with any toolbar support. --with-wmcommand=no Compile without realized leader window which will keep the WM_COMMAND property. ---with-athena=TYPE Use TYPE Athena widgets - (xaw, 3d, next, 95, or xpm) +--with-athena=TYPE Use TYPE Athena widgets (xaw, 3d, next, 95, or xpm). --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid widgets emulate Motif (mostly) but are faster. *WARNING* The Motif menubar is currently broken. ---with-scrollbars=TYPE Use TYPE scrollbars - (lucid, motif, athena, or no). + Lucid menubars are the default. +--with-scrollbars=TYPE Use TYPE scrollbars (lucid, motif, athena, or no). + Lucid scrollbars are the default. --with-dialogs=TYPE Use TYPE dialog boxes (lucid, motif, athena, or no). - Lucid menubars and scrollbars are the default. - Motif dialog boxes will be used if Motif can be found. ---with-widgets=TYPE Use TYPE widgets (lucid, motif, athena, or no). + There are no true Lucid dialogs; Motif dialogs will be + used if Motif can be found, else Athena is used. +--with-widgets=TYPE Use TYPE native widgets (lucid, motif, athena, or no). Other widget types are currently unsupported. - Motif widgets will be used if Motif can be found. + There are no true Lucid widgets; Motif widgets will be + used if Motif can be found, else Athena is used. --with-dragndrop Compile in the generic drag and drop API. This is automatically added if one of the drag and drop protocols is found (currently CDE, OffiX, MSWindows,